diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ea48ad40e..ad1c4970f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 23 cache: npm - name: Setup Pages uses: actions/configure-pages@v5 diff --git a/.gitignore b/.gitignore index b546dffbd..bb2217179 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ # Icon must end with two \r Icon +# Intellij IDEA +.idea + # Thumbnails ._* @@ -39,6 +42,30 @@ Temporary Items # Mobile Tools for Java (J2ME) .mtj.tmp/ +## Java/Gradle Stuff +.gradle +**/build/ +!src/**/build/ +.kotlin + +# Ignore Gradle GUI config +gradle-app.setting + +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) +!gradle-wrapper.jar + +# Avoid ignore Gradle wrappper properties +!gradle-wrapper.properties + +# Cache of project +.gradletasknamecache + +# Eclipse Gradle plugin generated files +# Eclipse Core +.project +# JDT-specific (Eclipse Java Development Tools) +.classpath + # Package Files # *.jar *.war @@ -93,3 +120,5 @@ features.toml docs/.vitepress/dist docs/.vitepress/cache node_modules + +run/ diff --git a/assets/blocks.json b/assets/blocks.json index d725a9c86..22d58a8a2 100644 --- a/assets/blocks.json +++ b/assets/blocks.json @@ -1,278675 +1,293902 @@ { - "minecraft:acacia_button": { - "definition": { - "type": "minecraft:button", - "block_set_type": "acacia", - "properties": {}, - "ticks_to_stay_pressed": 30 - }, - "properties": { - "face": [ - "floor", - "wall", - "ceiling" - ], - "facing": [ - "north", - "south", - "west", - "east" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 8938, - "properties": { - "face": "floor", - "facing": "north", - "powered": "true" - } - }, - { - "id": 8939, - "properties": { - "face": "floor", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8940, - "properties": { - "face": "floor", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8941, - "properties": { - "face": "floor", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8942, - "properties": { - "face": "floor", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8943, - "properties": { - "face": "floor", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8944, - "properties": { - "face": "floor", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8945, - "properties": { - "face": "floor", - "facing": "east", - "powered": "false" - } - }, - { - "id": 8946, - "properties": { - "face": "wall", - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 8947, - "properties": { - "face": "wall", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8948, - "properties": { - "face": "wall", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8949, - "properties": { - "face": "wall", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8950, - "properties": { - "face": "wall", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8951, - "properties": { - "face": "wall", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8952, - "properties": { - "face": "wall", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8953, - "properties": { - "face": "wall", - "facing": "east", - "powered": "false" - } - }, - { - "id": 8954, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "true" - } - }, - { - "id": 8955, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8956, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8957, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8958, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8959, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8960, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8961, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:acacia_door": { - "definition": { - "type": "minecraft:door", - "block_set_type": "acacia", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "upper", - "lower" - ], - "hinge": [ - "left", - "right" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12419, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12420, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12421, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12422, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12423, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12424, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12425, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12426, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12427, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12428, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12429, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 12430, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12431, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12432, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12433, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12434, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12435, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12436, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12437, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12438, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12439, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12440, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12441, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12442, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12443, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12444, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12445, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12446, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12447, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12448, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12449, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12450, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12451, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12452, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12453, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12454, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12455, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12456, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12457, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12458, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12459, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12460, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12461, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12462, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12463, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12464, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12465, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12466, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12467, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12468, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12469, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12470, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12471, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12472, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12473, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12474, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12475, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12476, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12477, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12478, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12479, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12480, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12481, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12482, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:acacia_fence": { - "definition": { - "type": "minecraft:fence", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" - ], - "north": [ - "true", - "false" - ], - "south": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12035, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12036, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12037, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12038, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12039, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12040, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12041, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12042, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12043, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12044, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12045, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12046, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12047, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12048, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12049, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12050, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12051, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12052, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12053, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12054, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12055, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12056, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12057, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12058, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12059, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12060, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12061, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12062, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12063, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12064, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12065, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 12066, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:acacia_fence_gate": { - "definition": { - "type": "minecraft:fence_gate", - "properties": {}, - "wood_type": "acacia" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "in_wall": [ - "true", - "false" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11747, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11748, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11749, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11750, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11751, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11752, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11753, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 11754, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11755, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11756, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11757, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11758, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11759, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11760, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11761, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11762, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11763, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11764, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11765, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11766, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11767, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11768, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11769, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11770, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11771, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11772, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11773, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11774, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11775, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11776, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11777, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11778, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:acacia_hanging_sign": { - "definition": { - "type": "minecraft:ceiling_hanging_sign", - "properties": {}, - "wood_type": "acacia" - }, - "properties": { - "attached": [ - "true", - "false" - ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5118, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "id": 5119, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5120, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5121, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5122, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5123, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5124, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5125, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5126, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5127, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5128, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5129, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5130, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5131, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5132, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5133, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5134, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5135, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5136, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5137, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5138, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5139, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5140, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5141, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5142, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5143, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5144, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5145, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5146, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5147, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5148, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5149, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "false" - } - }, - { - "id": 5150, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5151, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5152, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5153, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5154, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5155, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5156, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5157, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5158, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5159, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5160, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5161, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5162, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5163, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5164, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5165, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5166, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5167, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5168, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5169, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5170, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5171, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5172, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5173, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5174, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5175, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5176, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5177, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5178, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5179, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5180, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5181, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:acacia_leaves": { - "definition": { - "type": "minecraft:leaves", - "properties": {} - }, - "properties": { - "distance": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ], - "persistent": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 364, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 365, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 366, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 367, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 368, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 369, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 370, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 371, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 372, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 373, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 374, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 375, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 376, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 377, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 378, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 379, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 380, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 381, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 382, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 383, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 384, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 385, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 386, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 387, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 388, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 389, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 390, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 391, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:acacia_log": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 148, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 149, - "properties": { - "axis": "y" - } - }, - { - "id": 150, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:acacia_planks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19 - } - ] - }, - "minecraft:acacia_pressure_plate": { - "definition": { - "type": "minecraft:pressure_plate", - "block_set_type": "acacia", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5888, - "properties": { - "powered": "true" - } - }, - { - "default": true, - "id": 5889, - "properties": { - "powered": "false" - } - } - ] - }, - "minecraft:acacia_sapling": { - "definition": { - "type": "minecraft:sapling", - "properties": {}, - "tree": "acacia" - }, - "properties": { - "stage": [ - "0", - "1" - ] - }, - "states": [ - { - "default": true, - "id": 37, - "properties": { - "stage": "0" - } - }, - { - "id": 38, - "properties": { - "stage": "1" - } - } - ] - }, - "minecraft:acacia_sign": { - "definition": { - "type": "minecraft:standing_sign", - "properties": {}, - "wood_type": "acacia" - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4450, - "properties": { - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4451, - "properties": { - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 4452, - "properties": { - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 4453, - "properties": { - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 4454, - "properties": { - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 4455, - "properties": { - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 4456, - "properties": { - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 4457, - "properties": { - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 4458, - "properties": { - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 4459, - "properties": { - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 4460, - "properties": { - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 4461, - "properties": { - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 4462, - "properties": { - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 4463, - "properties": { - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 4464, - "properties": { - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 4465, - "properties": { - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 4466, - "properties": { - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 4467, - "properties": { - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 4468, - "properties": { - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 4469, - "properties": { - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 4470, - "properties": { - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 4471, - "properties": { - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 4472, - "properties": { - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 4473, - "properties": { - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 4474, - "properties": { - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 4475, - "properties": { - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 4476, - "properties": { - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 4477, - "properties": { - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 4478, - "properties": { - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 4479, - "properties": { - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 4480, - "properties": { - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 4481, - "properties": { - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:acacia_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11521, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11522, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11523, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11524, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11525, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11526, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:acacia_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:acacia_planks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 10139, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10140, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10141, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10142, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10143, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10144, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10145, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10146, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10147, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10148, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10149, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 10150, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10151, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10152, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10153, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10154, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10155, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10156, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10157, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10158, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10159, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10160, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10161, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10162, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10163, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10164, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10165, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10166, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10167, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10168, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10169, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10170, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10171, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10172, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10173, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10174, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10175, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10176, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10177, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10178, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10179, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10180, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10181, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10182, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10183, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10184, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10185, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10186, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10187, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10188, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10189, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10190, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10191, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10192, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10193, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10194, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10195, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10196, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10197, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10198, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10199, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10200, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10201, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10202, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10203, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10204, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10205, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10206, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10207, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10208, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10209, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10210, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10211, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10212, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10213, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10214, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10215, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10216, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10217, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10218, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:acacia_trapdoor": { - "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "acacia", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 6383, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6384, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6385, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6386, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6387, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6388, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6389, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6390, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6391, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6392, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6393, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6394, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6395, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6396, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6397, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 6398, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6399, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6400, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6401, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6402, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6403, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6404, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6405, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6406, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6407, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6408, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6409, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6410, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6411, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6412, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6413, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6414, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6415, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6416, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6417, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6418, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6419, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6420, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6421, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6422, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6423, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6424, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6425, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6426, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6427, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6428, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6429, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6430, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6431, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6432, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6433, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6434, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6435, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6436, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6437, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6438, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6439, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6440, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6441, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6442, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6443, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6444, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6445, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6446, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:acacia_wall_hanging_sign": { - "definition": { - "type": "minecraft:wall_hanging_sign", - "properties": {}, - "wood_type": "acacia" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5718, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5719, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 5720, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 5721, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 5722, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 5723, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 5724, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 5725, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:acacia_wall_sign": { - "definition": { - "type": "minecraft:wall_sign", - "properties": {}, - "wood_type": "acacia" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4870, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4871, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 4872, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 4873, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 4874, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 4875, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 4876, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 4877, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:acacia_wood": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 213, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 214, - "properties": { - "axis": "y" - } - }, - { - "id": 215, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:activator_rail": { - "definition": { - "type": "minecraft:powered_rail", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" - ], - "shape": [ - "north_south", - "east_west", - "ascending_east", - "ascending_west", - "ascending_north", - "ascending_south" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9575, - "properties": { - "powered": "true", - "shape": "north_south", - "waterlogged": "true" - } - }, - { - "id": 9576, - "properties": { - "powered": "true", - "shape": "north_south", - "waterlogged": "false" - } - }, - { - "id": 9577, - "properties": { - "powered": "true", - "shape": "east_west", - "waterlogged": "true" - } - }, - { - "id": 9578, - "properties": { - "powered": "true", - "shape": "east_west", - "waterlogged": "false" - } - }, - { - "id": 9579, - "properties": { - "powered": "true", - "shape": "ascending_east", - "waterlogged": "true" - } - }, - { - "id": 9580, - "properties": { - "powered": "true", - "shape": "ascending_east", - "waterlogged": "false" - } - }, - { - "id": 9581, - "properties": { - "powered": "true", - "shape": "ascending_west", - "waterlogged": "true" - } - }, - { - "id": 9582, - "properties": { - "powered": "true", - "shape": "ascending_west", - "waterlogged": "false" - } - }, - { - "id": 9583, - "properties": { - "powered": "true", - "shape": "ascending_north", - "waterlogged": "true" - } - }, - { - "id": 9584, - "properties": { - "powered": "true", - "shape": "ascending_north", - "waterlogged": "false" - } - }, - { - "id": 9585, - "properties": { - "powered": "true", - "shape": "ascending_south", - "waterlogged": "true" - } - }, - { - "id": 9586, - "properties": { - "powered": "true", - "shape": "ascending_south", - "waterlogged": "false" - } - }, - { - "id": 9587, - "properties": { - "powered": "false", - "shape": "north_south", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 9588, - "properties": { - "powered": "false", - "shape": "north_south", - "waterlogged": "false" - } - }, - { - "id": 9589, - "properties": { - "powered": "false", - "shape": "east_west", - "waterlogged": "true" - } - }, - { - "id": 9590, - "properties": { - "powered": "false", - "shape": "east_west", - "waterlogged": "false" - } - }, - { - "id": 9591, - "properties": { - "powered": "false", - "shape": "ascending_east", - "waterlogged": "true" - } - }, - { - "id": 9592, - "properties": { - "powered": "false", - "shape": "ascending_east", - "waterlogged": "false" - } - }, - { - "id": 9593, - "properties": { - "powered": "false", - "shape": "ascending_west", - "waterlogged": "true" - } - }, - { - "id": 9594, - "properties": { - "powered": "false", - "shape": "ascending_west", - "waterlogged": "false" - } - }, - { - "id": 9595, - "properties": { - "powered": "false", - "shape": "ascending_north", - "waterlogged": "true" - } - }, - { - "id": 9596, - "properties": { - "powered": "false", - "shape": "ascending_north", - "waterlogged": "false" - } - }, - { - "id": 9597, - "properties": { - "powered": "false", - "shape": "ascending_south", - "waterlogged": "true" - } - }, - { - "id": 9598, - "properties": { - "powered": "false", - "shape": "ascending_south", - "waterlogged": "false" - } - } - ] - }, - "minecraft:air": { - "definition": { - "type": "minecraft:air", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 0 - } - ] - }, - "minecraft:allium": { - "definition": { - "type": "minecraft:flower", - "properties": {}, - "suspicious_stew_effects": [ - { - "duration": 80, - "id": "minecraft:fire_resistance" - } - ] - }, - "states": [ - { - "default": true, - "id": 2122 - } - ] - }, - "minecraft:amethyst_block": { - "definition": { - "type": "minecraft:amethyst", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 21500 - } - ] - }, - "minecraft:amethyst_cluster": { - "definition": { - "type": "minecraft:amethyst_cluster", - "aabb_offset": 3.0, - "height": 7.0, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21502, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 21503, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 21504, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 21505, - "properties": { - "facing": "east", - "waterlogged": "false" - } - }, - { - "id": 21506, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 21507, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 21508, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 21509, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 21510, - "properties": { - "facing": "up", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21511, - "properties": { - "facing": "up", - "waterlogged": "false" - } - }, - { - "id": 21512, - "properties": { - "facing": "down", - "waterlogged": "true" - } - }, - { - "id": 21513, - "properties": { - "facing": "down", - "waterlogged": "false" - } - } - ] - }, - "minecraft:ancient_debris": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19917 - } - ] - }, - "minecraft:andesite": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6 - } - ] - }, - "minecraft:andesite_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14605, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 14606, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 14607, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14608, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 14609, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 14610, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:andesite_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:andesite" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14231, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14232, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14233, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14234, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14235, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14236, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14237, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14238, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14239, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14240, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14241, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14242, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14243, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14244, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14245, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14246, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14247, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14248, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14249, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14250, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14251, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14252, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14253, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14254, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14255, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14256, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14257, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14258, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14259, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14260, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14261, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14262, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14263, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14264, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14265, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14266, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14267, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14268, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14269, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14270, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14271, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14272, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14273, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14274, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14275, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14276, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14277, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14278, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14279, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14280, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14281, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14282, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14283, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14284, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14285, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14286, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14287, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14288, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14289, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14290, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14291, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14292, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14293, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14294, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14295, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14296, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14297, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14298, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14299, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14300, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14301, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14302, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14303, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14304, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14305, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14306, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14307, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14308, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14309, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14310, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:andesite_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" - ], - "north": [ - "none", - "low", - "tall" - ], - "south": [ - "none", - "low", - "tall" - ], - "up": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 17221, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17222, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17223, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 17224, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17225, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17226, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17227, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17228, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17229, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17230, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17231, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17232, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17233, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17234, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17235, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17236, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17237, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17238, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17239, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17240, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17241, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17242, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17243, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17244, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17245, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17246, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17247, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17248, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17249, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17250, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17251, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17252, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17253, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17254, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17255, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17256, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17257, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17258, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17259, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17260, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17261, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17262, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17263, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17264, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17265, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17266, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17267, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17268, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17269, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17270, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17271, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17272, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17273, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17274, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17275, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17276, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17277, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17278, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17279, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17280, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17281, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17282, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17283, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17284, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17285, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17286, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17287, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17288, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17289, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17290, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17291, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17292, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17293, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17294, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17295, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17296, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17297, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17298, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17299, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17300, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17301, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17302, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17303, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17304, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17305, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17306, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17307, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17308, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17309, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17310, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17311, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17312, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17313, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17314, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17315, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17316, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17317, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17318, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17319, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17320, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17321, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17322, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17323, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17324, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17325, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17326, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17327, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17328, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17329, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17330, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17331, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17332, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17333, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17334, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17335, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17336, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17337, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17338, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17339, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17340, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17341, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17342, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17343, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17344, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17345, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17346, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17347, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17348, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17349, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17350, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17351, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17352, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17353, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17354, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17355, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17356, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17357, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17358, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17359, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17360, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17361, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17362, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17363, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17364, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17365, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17366, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17367, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17368, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17369, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17370, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17371, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17372, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17373, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17374, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17375, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17376, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17377, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17378, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17379, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17380, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17381, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17382, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17383, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17384, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17385, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17386, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17387, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17388, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17389, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17390, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17391, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17392, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17393, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17394, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17395, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17396, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17397, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17398, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17399, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17400, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17401, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17402, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17403, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17404, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17405, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17406, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17407, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17408, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17409, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17410, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17411, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17412, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17413, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17414, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17415, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17416, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17417, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17418, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17419, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17420, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17421, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17422, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17423, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17424, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17425, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17426, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17427, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17428, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17429, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17430, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17431, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17432, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17433, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17434, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17435, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17436, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17437, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17438, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17439, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17440, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17441, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17442, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17443, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17444, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17445, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17446, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17447, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17448, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17449, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17450, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17451, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17452, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17453, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17454, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17455, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17456, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17457, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17458, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17459, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17460, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17461, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17462, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17463, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17464, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17465, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17466, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17467, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17468, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17469, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17470, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17471, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17472, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17473, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17474, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17475, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17476, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17477, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17478, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17479, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17480, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17481, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17482, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17483, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17484, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17485, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17486, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17487, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17488, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17489, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17490, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17491, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17492, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17493, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17494, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17495, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17496, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17497, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17498, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17499, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17500, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17501, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17502, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17503, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17504, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17505, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17506, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17507, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17508, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17509, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17510, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17511, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17512, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17513, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17514, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17515, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17516, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17517, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17518, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17519, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17520, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17521, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17522, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17523, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17524, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17525, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17526, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17527, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17528, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17529, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17530, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17531, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17532, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17533, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17534, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17535, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17536, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17537, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17538, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17539, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17540, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17541, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17542, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17543, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17544, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:anvil": { - "definition": { - "type": "minecraft:anvil", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 9362, - "properties": { - "facing": "north" - } - }, - { - "id": 9363, - "properties": { - "facing": "south" - } - }, - { - "id": 9364, - "properties": { - "facing": "west" - } - }, - { - "id": 9365, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:attached_melon_stem": { - "definition": { - "type": "minecraft:attached_stem", - "fruit": "minecraft:melon", - "properties": {}, - "seed": "minecraft:melon_seeds", - "stem": "minecraft:melon_stem" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 7047, - "properties": { - "facing": "north" - } - }, - { - "id": 7048, - "properties": { - "facing": "south" - } - }, - { - "id": 7049, - "properties": { - "facing": "west" - } - }, - { - "id": 7050, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:attached_pumpkin_stem": { - "definition": { - "type": "minecraft:attached_stem", - "fruit": "minecraft:pumpkin", - "properties": {}, - "seed": "minecraft:pumpkin_seeds", - "stem": "minecraft:pumpkin_stem" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 7043, - "properties": { - "facing": "north" - } - }, - { - "id": 7044, - "properties": { - "facing": "south" - } - }, - { - "id": 7045, - "properties": { - "facing": "west" - } - }, - { - "id": 7046, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:azalea": { - "definition": { - "type": "minecraft:azalea", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 25293 - } - ] - }, - "minecraft:azalea_leaves": { - "definition": { - "type": "minecraft:leaves", - "properties": {} - }, - "properties": { - "distance": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ], - "persistent": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 504, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 505, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 506, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 507, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 508, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 509, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 510, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 511, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 512, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 513, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 514, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 515, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 516, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 517, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 518, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 519, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 520, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 521, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 522, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 523, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 524, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 525, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 526, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 527, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 528, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 529, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 530, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 531, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:azure_bluet": { - "definition": { - "type": "minecraft:flower", - "properties": {}, - "suspicious_stew_effects": [ - { - "id": "minecraft:blindness" - } - ] - }, - "states": [ - { - "default": true, - "id": 2123 - } - ] - }, - "minecraft:bamboo": { - "definition": { - "type": "minecraft:bamboo_stalk", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1" - ], - "leaves": [ - "none", - "small", - "large" - ], - "stage": [ - "0", - "1" - ] - }, - "states": [ - { - "default": true, - "id": 13414, - "properties": { - "age": "0", - "leaves": "none", - "stage": "0" - } - }, - { - "id": 13415, - "properties": { - "age": "0", - "leaves": "none", - "stage": "1" - } - }, - { - "id": 13416, - "properties": { - "age": "0", - "leaves": "small", - "stage": "0" - } - }, - { - "id": 13417, - "properties": { - "age": "0", - "leaves": "small", - "stage": "1" - } - }, - { - "id": 13418, - "properties": { - "age": "0", - "leaves": "large", - "stage": "0" - } - }, - { - "id": 13419, - "properties": { - "age": "0", - "leaves": "large", - "stage": "1" - } - }, - { - "id": 13420, - "properties": { - "age": "1", - "leaves": "none", - "stage": "0" - } - }, - { - "id": 13421, - "properties": { - "age": "1", - "leaves": "none", - "stage": "1" - } - }, - { - "id": 13422, - "properties": { - "age": "1", - "leaves": "small", - "stage": "0" - } - }, - { - "id": 13423, - "properties": { - "age": "1", - "leaves": "small", - "stage": "1" - } - }, - { - "id": 13424, - "properties": { - "age": "1", - "leaves": "large", - "stage": "0" - } - }, - { - "id": 13425, - "properties": { - "age": "1", - "leaves": "large", - "stage": "1" - } - } - ] - }, - "minecraft:bamboo_block": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 168, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 169, - "properties": { - "axis": "y" - } - }, - { - "id": 170, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:bamboo_button": { - "definition": { - "type": "minecraft:button", - "block_set_type": "bamboo", - "properties": {}, - "ticks_to_stay_pressed": 30 - }, - "properties": { - "face": [ - "floor", - "wall", - "ceiling" - ], - "facing": [ - "north", - "south", - "west", - "east" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9058, - "properties": { - "face": "floor", - "facing": "north", - "powered": "true" - } - }, - { - "id": 9059, - "properties": { - "face": "floor", - "facing": "north", - "powered": "false" - } - }, - { - "id": 9060, - "properties": { - "face": "floor", - "facing": "south", - "powered": "true" - } - }, - { - "id": 9061, - "properties": { - "face": "floor", - "facing": "south", - "powered": "false" - } - }, - { - "id": 9062, - "properties": { - "face": "floor", - "facing": "west", - "powered": "true" - } - }, - { - "id": 9063, - "properties": { - "face": "floor", - "facing": "west", - "powered": "false" - } - }, - { - "id": 9064, - "properties": { - "face": "floor", - "facing": "east", - "powered": "true" - } - }, - { - "id": 9065, - "properties": { - "face": "floor", - "facing": "east", - "powered": "false" - } - }, - { - "id": 9066, - "properties": { - "face": "wall", - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 9067, - "properties": { - "face": "wall", - "facing": "north", - "powered": "false" - } - }, - { - "id": 9068, - "properties": { - "face": "wall", - "facing": "south", - "powered": "true" - } - }, - { - "id": 9069, - "properties": { - "face": "wall", - "facing": "south", - "powered": "false" - } - }, - { - "id": 9070, - "properties": { - "face": "wall", - "facing": "west", - "powered": "true" - } - }, - { - "id": 9071, - "properties": { - "face": "wall", - "facing": "west", - "powered": "false" - } - }, - { - "id": 9072, - "properties": { - "face": "wall", - "facing": "east", - "powered": "true" - } - }, - { - "id": 9073, - "properties": { - "face": "wall", - "facing": "east", - "powered": "false" - } - }, - { - "id": 9074, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "true" - } - }, - { - "id": 9075, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "false" - } - }, - { - "id": 9076, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "true" - } - }, - { - "id": 9077, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "false" - } - }, - { - "id": 9078, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "true" - } - }, - { - "id": 9079, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "false" - } - }, - { - "id": 9080, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "true" - } - }, - { - "id": 9081, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:bamboo_door": { - "definition": { - "type": "minecraft:door", - "block_set_type": "bamboo", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "upper", - "lower" - ], - "hinge": [ - "left", - "right" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12739, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12740, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12741, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12742, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12743, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12744, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12745, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12746, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12747, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12748, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12749, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 12750, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12751, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12752, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12753, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12754, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12755, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12756, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12757, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12758, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12759, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12760, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12761, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12762, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12763, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12764, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12765, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12766, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12767, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12768, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12769, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12770, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12771, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12772, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12773, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12774, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12775, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12776, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12777, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12778, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12779, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12780, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12781, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12782, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12783, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12784, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12785, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12786, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12787, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12788, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12789, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12790, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12791, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12792, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12793, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12794, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12795, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12796, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12797, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12798, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12799, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12800, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12801, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12802, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:bamboo_fence": { - "definition": { - "type": "minecraft:fence", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" - ], - "north": [ - "true", - "false" - ], - "south": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12195, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12196, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12197, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12198, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12199, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12200, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12201, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12202, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12203, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12204, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12205, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12206, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12207, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12208, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12209, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12210, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12211, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12212, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12213, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12214, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12215, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12216, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12217, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12218, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12219, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12220, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12221, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12222, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12223, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12224, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12225, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 12226, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:bamboo_fence_gate": { - "definition": { - "type": "minecraft:fence_gate", - "properties": {}, - "wood_type": "bamboo" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "in_wall": [ - "true", - "false" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11907, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11908, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11909, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11910, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11911, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11912, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11913, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 11914, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11915, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11916, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11917, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11918, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11919, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11920, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11921, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11922, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11923, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11924, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11925, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11926, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11927, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11928, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11929, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11930, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11931, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11932, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11933, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11934, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11935, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11936, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11937, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11938, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:bamboo_hanging_sign": { - "definition": { - "type": "minecraft:ceiling_hanging_sign", - "properties": {}, - "wood_type": "bamboo" - }, - "properties": { - "attached": [ - "true", - "false" - ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5630, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "id": 5631, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5632, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5633, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5634, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5635, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5636, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5637, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5638, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5639, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5640, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5641, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5642, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5643, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5644, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5645, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5646, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5647, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5648, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5649, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5650, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5651, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5652, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5653, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5654, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5655, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5656, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5657, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5658, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5659, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5660, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5661, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "false" - } - }, - { - "id": 5662, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5663, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5664, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5665, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5666, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5667, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5668, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5669, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5670, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5671, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5672, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5673, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5674, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5675, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5676, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5677, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5678, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5679, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5680, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5681, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5682, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5683, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5684, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5685, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5686, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5687, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5688, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5689, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5690, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5691, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5692, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5693, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:bamboo_mosaic": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 28 - } - ] - }, - "minecraft:bamboo_mosaic_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11557, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11558, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11559, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11560, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11561, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11562, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:bamboo_mosaic_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:bamboo_mosaic" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 10619, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10620, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10621, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10622, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10623, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10624, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10625, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10626, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10627, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10628, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10629, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 10630, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10631, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10632, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10633, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10634, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10635, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10636, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10637, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10638, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10639, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10640, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10641, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10642, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10643, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10644, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10645, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10646, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10647, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10648, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10649, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10650, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10651, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10652, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10653, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10654, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10655, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10656, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10657, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10658, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10659, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10660, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10661, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10662, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10663, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10664, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10665, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10666, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10667, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10668, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10669, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10670, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10671, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10672, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10673, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10674, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10675, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10676, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10677, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10678, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10679, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10680, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10681, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10682, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10683, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10684, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10685, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10686, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10687, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10688, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10689, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10690, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10691, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10692, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10693, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10694, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10695, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10696, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10697, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10698, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:bamboo_planks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 27 - } - ] - }, - "minecraft:bamboo_pressure_plate": { - "definition": { - "type": "minecraft:pressure_plate", - "block_set_type": "bamboo", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5898, - "properties": { - "powered": "true" - } - }, - { - "default": true, - "id": 5899, - "properties": { - "powered": "false" - } - } - ] - }, - "minecraft:bamboo_sapling": { - "definition": { - "type": "minecraft:bamboo_sapling", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13413 - } - ] - }, - "minecraft:bamboo_sign": { - "definition": { - "type": "minecraft:standing_sign", - "properties": {}, - "wood_type": "bamboo" - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4642, - "properties": { - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4643, - "properties": { - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 4644, - "properties": { - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 4645, - "properties": { - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 4646, - "properties": { - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 4647, - "properties": { - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 4648, - "properties": { - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 4649, - "properties": { - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 4650, - "properties": { - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 4651, - "properties": { - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 4652, - "properties": { - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 4653, - "properties": { - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 4654, - "properties": { - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 4655, - "properties": { - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 4656, - "properties": { - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 4657, - "properties": { - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 4658, - "properties": { - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 4659, - "properties": { - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 4660, - "properties": { - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 4661, - "properties": { - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 4662, - "properties": { - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 4663, - "properties": { - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 4664, - "properties": { - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 4665, - "properties": { - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 4666, - "properties": { - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 4667, - "properties": { - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 4668, - "properties": { - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 4669, - "properties": { - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 4670, - "properties": { - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 4671, - "properties": { - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 4672, - "properties": { - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 4673, - "properties": { - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:bamboo_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11551, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11552, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11553, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11554, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11555, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11556, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:bamboo_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:bamboo_planks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 10539, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10540, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10541, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10542, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10543, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10544, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10545, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10546, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10547, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10548, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10549, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 10550, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10551, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10552, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10553, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10554, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10555, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10556, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10557, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10558, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10559, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10560, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10561, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10562, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10563, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10564, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10565, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10566, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10567, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10568, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10569, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10570, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10571, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10572, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10573, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10574, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10575, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10576, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10577, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10578, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10579, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10580, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10581, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10582, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10583, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10584, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10585, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10586, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10587, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10588, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10589, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10590, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10591, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10592, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10593, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10594, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10595, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10596, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10597, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10598, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10599, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10600, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10601, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10602, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10603, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10604, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10605, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10606, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10607, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10608, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10609, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10610, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10611, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10612, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10613, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10614, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10615, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10616, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10617, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10618, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:bamboo_trapdoor": { - "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "bamboo", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 6703, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6704, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6705, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6706, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6707, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6708, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6709, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6710, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6711, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6712, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6713, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6714, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6715, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6716, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6717, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 6718, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6719, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6720, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6721, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6722, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6723, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6724, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6725, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6726, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6727, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6728, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6729, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6730, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6731, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6732, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6733, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6734, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6735, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6736, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6737, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6738, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6739, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6740, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6741, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6742, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6743, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6744, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6745, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6746, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6747, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6748, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6749, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6750, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6751, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6752, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6753, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6754, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6755, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6756, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6757, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6758, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6759, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6760, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6761, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6762, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6763, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6764, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6765, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6766, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:bamboo_wall_hanging_sign": { - "definition": { - "type": "minecraft:wall_hanging_sign", - "properties": {}, - "wood_type": "bamboo" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5782, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5783, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 5784, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 5785, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 5786, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 5787, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 5788, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 5789, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:bamboo_wall_sign": { - "definition": { - "type": "minecraft:wall_sign", - "properties": {}, - "wood_type": "bamboo" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4918, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4919, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 4920, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 4921, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 4922, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 4923, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 4924, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 4925, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:barrel": { - "definition": { - "type": "minecraft:barrel", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ], - "open": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 18877, - "properties": { - "facing": "north", - "open": "true" - } - }, - { - "default": true, - "id": 18878, - "properties": { - "facing": "north", - "open": "false" - } - }, - { - "id": 18879, - "properties": { - "facing": "east", - "open": "true" - } - }, - { - "id": 18880, - "properties": { - "facing": "east", - "open": "false" - } - }, - { - "id": 18881, - "properties": { - "facing": "south", - "open": "true" - } - }, - { - "id": 18882, - "properties": { - "facing": "south", - "open": "false" - } - }, - { - "id": 18883, - "properties": { - "facing": "west", - "open": "true" - } - }, - { - "id": 18884, - "properties": { - "facing": "west", - "open": "false" - } - }, - { - "id": 18885, - "properties": { - "facing": "up", - "open": "true" - } - }, - { - "id": 18886, - "properties": { - "facing": "up", - "open": "false" - } - }, - { - "id": 18887, - "properties": { - "facing": "down", - "open": "true" - } - }, - { - "id": 18888, - "properties": { - "facing": "down", - "open": "false" - } - } - ] - }, - "minecraft:barrier": { - "definition": { - "type": "minecraft:barrier", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 10700, - "properties": { - "waterlogged": "true" - } - }, - { - "default": true, - "id": 10701, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:basalt": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 6018, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 6019, - "properties": { - "axis": "y" - } - }, - { - "id": 6020, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:beacon": { - "definition": { - "type": "minecraft:beacon", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8148 - } - ] - }, - "minecraft:bedrock": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 85 - } - ] - }, - "minecraft:bee_nest": { - "definition": { - "type": "minecraft:beehive", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "honey_level": [ - "0", - "1", - "2", - "3", - "4", - "5" - ] - }, - "states": [ - { - "default": true, - "id": 19866, - "properties": { - "facing": "north", - "honey_level": "0" - } - }, - { - "id": 19867, - "properties": { - "facing": "north", - "honey_level": "1" - } - }, - { - "id": 19868, - "properties": { - "facing": "north", - "honey_level": "2" - } - }, - { - "id": 19869, - "properties": { - "facing": "north", - "honey_level": "3" - } - }, - { - "id": 19870, - "properties": { - "facing": "north", - "honey_level": "4" - } - }, - { - "id": 19871, - "properties": { - "facing": "north", - "honey_level": "5" - } - }, - { - "id": 19872, - "properties": { - "facing": "south", - "honey_level": "0" - } - }, - { - "id": 19873, - "properties": { - "facing": "south", - "honey_level": "1" - } - }, - { - "id": 19874, - "properties": { - "facing": "south", - "honey_level": "2" - } - }, - { - "id": 19875, - "properties": { - "facing": "south", - "honey_level": "3" - } - }, - { - "id": 19876, - "properties": { - "facing": "south", - "honey_level": "4" - } - }, - { - "id": 19877, - "properties": { - "facing": "south", - "honey_level": "5" - } - }, - { - "id": 19878, - "properties": { - "facing": "west", - "honey_level": "0" - } - }, - { - "id": 19879, - "properties": { - "facing": "west", - "honey_level": "1" - } - }, - { - "id": 19880, - "properties": { - "facing": "west", - "honey_level": "2" - } - }, - { - "id": 19881, - "properties": { - "facing": "west", - "honey_level": "3" - } - }, - { - "id": 19882, - "properties": { - "facing": "west", - "honey_level": "4" - } - }, - { - "id": 19883, - "properties": { - "facing": "west", - "honey_level": "5" - } - }, - { - "id": 19884, - "properties": { - "facing": "east", - "honey_level": "0" - } - }, - { - "id": 19885, - "properties": { - "facing": "east", - "honey_level": "1" - } - }, - { - "id": 19886, - "properties": { - "facing": "east", - "honey_level": "2" - } - }, - { - "id": 19887, - "properties": { - "facing": "east", - "honey_level": "3" - } - }, - { - "id": 19888, - "properties": { - "facing": "east", - "honey_level": "4" - } - }, - { - "id": 19889, - "properties": { - "facing": "east", - "honey_level": "5" - } - } - ] - }, - "minecraft:beehive": { - "definition": { - "type": "minecraft:beehive", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "honey_level": [ - "0", - "1", - "2", - "3", - "4", - "5" - ] - }, - "states": [ - { - "default": true, - "id": 19890, - "properties": { - "facing": "north", - "honey_level": "0" - } - }, - { - "id": 19891, - "properties": { - "facing": "north", - "honey_level": "1" - } - }, - { - "id": 19892, - "properties": { - "facing": "north", - "honey_level": "2" - } - }, - { - "id": 19893, - "properties": { - "facing": "north", - "honey_level": "3" - } - }, - { - "id": 19894, - "properties": { - "facing": "north", - "honey_level": "4" - } - }, - { - "id": 19895, - "properties": { - "facing": "north", - "honey_level": "5" - } - }, - { - "id": 19896, - "properties": { - "facing": "south", - "honey_level": "0" - } - }, - { - "id": 19897, - "properties": { - "facing": "south", - "honey_level": "1" - } - }, - { - "id": 19898, - "properties": { - "facing": "south", - "honey_level": "2" - } - }, - { - "id": 19899, - "properties": { - "facing": "south", - "honey_level": "3" - } - }, - { - "id": 19900, - "properties": { - "facing": "south", - "honey_level": "4" - } - }, - { - "id": 19901, - "properties": { - "facing": "south", - "honey_level": "5" - } - }, - { - "id": 19902, - "properties": { - "facing": "west", - "honey_level": "0" - } - }, - { - "id": 19903, - "properties": { - "facing": "west", - "honey_level": "1" - } - }, - { - "id": 19904, - "properties": { - "facing": "west", - "honey_level": "2" - } - }, - { - "id": 19905, - "properties": { - "facing": "west", - "honey_level": "3" - } - }, - { - "id": 19906, - "properties": { - "facing": "west", - "honey_level": "4" - } - }, - { - "id": 19907, - "properties": { - "facing": "west", - "honey_level": "5" - } - }, - { - "id": 19908, - "properties": { - "facing": "east", - "honey_level": "0" - } - }, - { - "id": 19909, - "properties": { - "facing": "east", - "honey_level": "1" - } - }, - { - "id": 19910, - "properties": { - "facing": "east", - "honey_level": "2" - } - }, - { - "id": 19911, - "properties": { - "facing": "east", - "honey_level": "3" - } - }, - { - "id": 19912, - "properties": { - "facing": "east", - "honey_level": "4" - } - }, - { - "id": 19913, - "properties": { - "facing": "east", - "honey_level": "5" - } - } - ] - }, - "minecraft:beetroots": { - "definition": { - "type": "minecraft:beetroot", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3" - ] - }, - "states": [ - { - "default": true, - "id": 12978, - "properties": { - "age": "0" - } - }, - { - "id": 12979, - "properties": { - "age": "1" - } - }, - { - "id": 12980, - "properties": { - "age": "2" - } - }, - { - "id": 12981, - "properties": { - "age": "3" - } - } - ] - }, - "minecraft:bell": { - "definition": { - "type": "minecraft:bell", - "properties": {} - }, - "properties": { - "attachment": [ - "floor", - "ceiling", - "single_wall", - "double_wall" - ], - "facing": [ - "north", - "south", - "west", - "east" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 18940, - "properties": { - "attachment": "floor", - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 18941, - "properties": { - "attachment": "floor", - "facing": "north", - "powered": "false" - } - }, - { - "id": 18942, - "properties": { - "attachment": "floor", - "facing": "south", - "powered": "true" - } - }, - { - "id": 18943, - "properties": { - "attachment": "floor", - "facing": "south", - "powered": "false" - } - }, - { - "id": 18944, - "properties": { - "attachment": "floor", - "facing": "west", - "powered": "true" - } - }, - { - "id": 18945, - "properties": { - "attachment": "floor", - "facing": "west", - "powered": "false" - } - }, - { - "id": 18946, - "properties": { - "attachment": "floor", - "facing": "east", - "powered": "true" - } - }, - { - "id": 18947, - "properties": { - "attachment": "floor", - "facing": "east", - "powered": "false" - } - }, - { - "id": 18948, - "properties": { - "attachment": "ceiling", - "facing": "north", - "powered": "true" - } - }, - { - "id": 18949, - "properties": { - "attachment": "ceiling", - "facing": "north", - "powered": "false" - } - }, - { - "id": 18950, - "properties": { - "attachment": "ceiling", - "facing": "south", - "powered": "true" - } - }, - { - "id": 18951, - "properties": { - "attachment": "ceiling", - "facing": "south", - "powered": "false" - } - }, - { - "id": 18952, - "properties": { - "attachment": "ceiling", - "facing": "west", - "powered": "true" - } - }, - { - "id": 18953, - "properties": { - "attachment": "ceiling", - "facing": "west", - "powered": "false" - } - }, - { - "id": 18954, - "properties": { - "attachment": "ceiling", - "facing": "east", - "powered": "true" - } - }, - { - "id": 18955, - "properties": { - "attachment": "ceiling", - "facing": "east", - "powered": "false" - } - }, - { - "id": 18956, - "properties": { - "attachment": "single_wall", - "facing": "north", - "powered": "true" - } - }, - { - "id": 18957, - "properties": { - "attachment": "single_wall", - "facing": "north", - "powered": "false" - } - }, - { - "id": 18958, - "properties": { - "attachment": "single_wall", - "facing": "south", - "powered": "true" - } - }, - { - "id": 18959, - "properties": { - "attachment": "single_wall", - "facing": "south", - "powered": "false" - } - }, - { - "id": 18960, - "properties": { - "attachment": "single_wall", - "facing": "west", - "powered": "true" - } - }, - { - "id": 18961, - "properties": { - "attachment": "single_wall", - "facing": "west", - "powered": "false" - } - }, - { - "id": 18962, - "properties": { - "attachment": "single_wall", - "facing": "east", - "powered": "true" - } - }, - { - "id": 18963, - "properties": { - "attachment": "single_wall", - "facing": "east", - "powered": "false" - } - }, - { - "id": 18964, - "properties": { - "attachment": "double_wall", - "facing": "north", - "powered": "true" - } - }, - { - "id": 18965, - "properties": { - "attachment": "double_wall", - "facing": "north", - "powered": "false" - } - }, - { - "id": 18966, - "properties": { - "attachment": "double_wall", - "facing": "south", - "powered": "true" - } - }, - { - "id": 18967, - "properties": { - "attachment": "double_wall", - "facing": "south", - "powered": "false" - } - }, - { - "id": 18968, - "properties": { - "attachment": "double_wall", - "facing": "west", - "powered": "true" - } - }, - { - "id": 18969, - "properties": { - "attachment": "double_wall", - "facing": "west", - "powered": "false" - } - }, - { - "id": 18970, - "properties": { - "attachment": "double_wall", - "facing": "east", - "powered": "true" - } - }, - { - "id": 18971, - "properties": { - "attachment": "double_wall", - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:big_dripleaf": { - "definition": { - "type": "minecraft:big_dripleaf", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "tilt": [ - "none", - "unstable", - "partial", - "full" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25313, - "properties": { - "facing": "north", - "tilt": "none", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25314, - "properties": { - "facing": "north", - "tilt": "none", - "waterlogged": "false" - } - }, - { - "id": 25315, - "properties": { - "facing": "north", - "tilt": "unstable", - "waterlogged": "true" - } - }, - { - "id": 25316, - "properties": { - "facing": "north", - "tilt": "unstable", - "waterlogged": "false" - } - }, - { - "id": 25317, - "properties": { - "facing": "north", - "tilt": "partial", - "waterlogged": "true" - } - }, - { - "id": 25318, - "properties": { - "facing": "north", - "tilt": "partial", - "waterlogged": "false" - } - }, - { - "id": 25319, - "properties": { - "facing": "north", - "tilt": "full", - "waterlogged": "true" - } - }, - { - "id": 25320, - "properties": { - "facing": "north", - "tilt": "full", - "waterlogged": "false" - } - }, - { - "id": 25321, - "properties": { - "facing": "south", - "tilt": "none", - "waterlogged": "true" - } - }, - { - "id": 25322, - "properties": { - "facing": "south", - "tilt": "none", - "waterlogged": "false" - } - }, - { - "id": 25323, - "properties": { - "facing": "south", - "tilt": "unstable", - "waterlogged": "true" - } - }, - { - "id": 25324, - "properties": { - "facing": "south", - "tilt": "unstable", - "waterlogged": "false" - } - }, - { - "id": 25325, - "properties": { - "facing": "south", - "tilt": "partial", - "waterlogged": "true" - } - }, - { - "id": 25326, - "properties": { - "facing": "south", - "tilt": "partial", - "waterlogged": "false" - } - }, - { - "id": 25327, - "properties": { - "facing": "south", - "tilt": "full", - "waterlogged": "true" - } - }, - { - "id": 25328, - "properties": { - "facing": "south", - "tilt": "full", - "waterlogged": "false" - } - }, - { - "id": 25329, - "properties": { - "facing": "west", - "tilt": "none", - "waterlogged": "true" - } - }, - { - "id": 25330, - "properties": { - "facing": "west", - "tilt": "none", - "waterlogged": "false" - } - }, - { - "id": 25331, - "properties": { - "facing": "west", - "tilt": "unstable", - "waterlogged": "true" - } - }, - { - "id": 25332, - "properties": { - "facing": "west", - "tilt": "unstable", - "waterlogged": "false" - } - }, - { - "id": 25333, - "properties": { - "facing": "west", - "tilt": "partial", - "waterlogged": "true" - } - }, - { - "id": 25334, - "properties": { - "facing": "west", - "tilt": "partial", - "waterlogged": "false" - } - }, - { - "id": 25335, - "properties": { - "facing": "west", - "tilt": "full", - "waterlogged": "true" - } - }, - { - "id": 25336, - "properties": { - "facing": "west", - "tilt": "full", - "waterlogged": "false" - } - }, - { - "id": 25337, - "properties": { - "facing": "east", - "tilt": "none", - "waterlogged": "true" - } - }, - { - "id": 25338, - "properties": { - "facing": "east", - "tilt": "none", - "waterlogged": "false" - } - }, - { - "id": 25339, - "properties": { - "facing": "east", - "tilt": "unstable", - "waterlogged": "true" - } - }, - { - "id": 25340, - "properties": { - "facing": "east", - "tilt": "unstable", - "waterlogged": "false" - } - }, - { - "id": 25341, - "properties": { - "facing": "east", - "tilt": "partial", - "waterlogged": "true" - } - }, - { - "id": 25342, - "properties": { - "facing": "east", - "tilt": "partial", - "waterlogged": "false" - } - }, - { - "id": 25343, - "properties": { - "facing": "east", - "tilt": "full", - "waterlogged": "true" - } - }, - { - "id": 25344, - "properties": { - "facing": "east", - "tilt": "full", - "waterlogged": "false" - } - } - ] - }, - "minecraft:big_dripleaf_stem": { - "definition": { - "type": "minecraft:big_dripleaf_stem", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25345, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25346, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 25347, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 25348, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 25349, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 25350, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 25351, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 25352, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:birch_button": { - "definition": { - "type": "minecraft:button", - "block_set_type": "birch", - "properties": {}, - "ticks_to_stay_pressed": 30 - }, - "properties": { - "face": [ - "floor", - "wall", - "ceiling" - ], - "facing": [ - "north", - "south", - "west", - "east" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 8890, - "properties": { - "face": "floor", - "facing": "north", - "powered": "true" - } - }, - { - "id": 8891, - "properties": { - "face": "floor", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8892, - "properties": { - "face": "floor", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8893, - "properties": { - "face": "floor", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8894, - "properties": { - "face": "floor", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8895, - "properties": { - "face": "floor", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8896, - "properties": { - "face": "floor", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8897, - "properties": { - "face": "floor", - "facing": "east", - "powered": "false" - } - }, - { - "id": 8898, - "properties": { - "face": "wall", - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 8899, - "properties": { - "face": "wall", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8900, - "properties": { - "face": "wall", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8901, - "properties": { - "face": "wall", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8902, - "properties": { - "face": "wall", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8903, - "properties": { - "face": "wall", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8904, - "properties": { - "face": "wall", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8905, - "properties": { - "face": "wall", - "facing": "east", - "powered": "false" - } - }, - { - "id": 8906, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "true" - } - }, - { - "id": 8907, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8908, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8909, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8910, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8911, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8912, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8913, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:birch_door": { - "definition": { - "type": "minecraft:door", - "block_set_type": "birch", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "upper", - "lower" + "block_entity_types": [ + { + "id": 0, + "ident": "minecraft:furnace", + "name": "furnace" + }, + { + "id": 1, + "ident": "minecraft:chest", + "name": "chest" + }, + { + "id": 2, + "ident": "minecraft:trapped_chest", + "name": "trapped_chest" + }, + { + "id": 3, + "ident": "minecraft:ender_chest", + "name": "ender_chest" + }, + { + "id": 4, + "ident": "minecraft:jukebox", + "name": "jukebox" + }, + { + "id": 5, + "ident": "minecraft:dispenser", + "name": "dispenser" + }, + { + "id": 6, + "ident": "minecraft:dropper", + "name": "dropper" + }, + { + "id": 7, + "ident": "minecraft:sign", + "name": "sign" + }, + { + "id": 8, + "ident": "minecraft:hanging_sign", + "name": "hanging_sign" + }, + { + "id": 9, + "ident": "minecraft:mob_spawner", + "name": "mob_spawner" + }, + { + "id": 10, + "ident": "minecraft:creaking_heart", + "name": "creaking_heart" + }, + { + "id": 11, + "ident": "minecraft:piston", + "name": "piston" + }, + { + "id": 12, + "ident": "minecraft:brewing_stand", + "name": "brewing_stand" + }, + { + "id": 13, + "ident": "minecraft:enchanting_table", + "name": "enchanting_table" + }, + { + "id": 14, + "ident": "minecraft:end_portal", + "name": "end_portal" + }, + { + "id": 15, + "ident": "minecraft:beacon", + "name": "beacon" + }, + { + "id": 16, + "ident": "minecraft:skull", + "name": "skull" + }, + { + "id": 17, + "ident": "minecraft:daylight_detector", + "name": "daylight_detector" + }, + { + "id": 18, + "ident": "minecraft:hopper", + "name": "hopper" + }, + { + "id": 19, + "ident": "minecraft:comparator", + "name": "comparator" + }, + { + "id": 20, + "ident": "minecraft:banner", + "name": "banner" + }, + { + "id": 21, + "ident": "minecraft:structure_block", + "name": "structure_block" + }, + { + "id": 22, + "ident": "minecraft:end_gateway", + "name": "end_gateway" + }, + { + "id": 23, + "ident": "minecraft:command_block", + "name": "command_block" + }, + { + "id": 24, + "ident": "minecraft:shulker_box", + "name": "shulker_box" + }, + { + "id": 25, + "ident": "minecraft:bed", + "name": "bed" + }, + { + "id": 26, + "ident": "minecraft:conduit", + "name": "conduit" + }, + { + "id": 27, + "ident": "minecraft:barrel", + "name": "barrel" + }, + { + "id": 28, + "ident": "minecraft:smoker", + "name": "smoker" + }, + { + "id": 29, + "ident": "minecraft:blast_furnace", + "name": "blast_furnace" + }, + { + "id": 30, + "ident": "minecraft:lectern", + "name": "lectern" + }, + { + "id": 31, + "ident": "minecraft:bell", + "name": "bell" + }, + { + "id": 32, + "ident": "minecraft:jigsaw", + "name": "jigsaw" + }, + { + "id": 33, + "ident": "minecraft:campfire", + "name": "campfire" + }, + { + "id": 34, + "ident": "minecraft:beehive", + "name": "beehive" + }, + { + "id": 35, + "ident": "minecraft:sculk_sensor", + "name": "sculk_sensor" + }, + { + "id": 36, + "ident": "minecraft:calibrated_sculk_sensor", + "name": "calibrated_sculk_sensor" + }, + { + "id": 37, + "ident": "minecraft:sculk_catalyst", + "name": "sculk_catalyst" + }, + { + "id": 38, + "ident": "minecraft:sculk_shrieker", + "name": "sculk_shrieker" + }, + { + "id": 39, + "ident": "minecraft:chiseled_bookshelf", + "name": "chiseled_bookshelf" + }, + { + "id": 40, + "ident": "minecraft:brushable_block", + "name": "brushable_block" + }, + { + "id": 41, + "ident": "minecraft:decorated_pot", + "name": "decorated_pot" + }, + { + "id": 42, + "ident": "minecraft:crafter", + "name": "crafter" + }, + { + "id": 43, + "ident": "minecraft:trial_spawner", + "name": "trial_spawner" + }, + { + "id": 44, + "ident": "minecraft:vault", + "name": "vault" + } + ], + "shapes": [ + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.1875, + "max_y": 0.5625, + "max_z": 0.1875 + }, + { + "min_x": 0.8125, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.5625, + "max_z": 0.1875 + }, + { + "min_x": 0.0, + "min_y": 0.1875, + "min_z": 0.1875, + "max_x": 1.0, + "max_y": 0.5625, + "max_z": 1.0 + }, + { + "min_x": 0.1875, + "min_y": 0.1875, + "min_z": 0.0, + "max_x": 0.8125, + "max_y": 0.5625, + "max_z": 0.1875 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.8125, + "max_x": 0.1875, + "max_y": 0.5625, + "max_z": 1.0 + }, + { + "min_x": 0.8125, + "min_y": 0.0, + "min_z": 0.8125, + "max_x": 1.0, + "max_y": 0.5625, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.1875, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.5625, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.1875, + "min_z": 0.8125, + "max_x": 0.8125, + "max_y": 0.5625, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.1875, + "min_z": 0.1875, + "max_x": 1.0, + "max_y": 0.5625, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.1875, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.5625, + "max_z": 0.1875 + }, + { + "min_x": 0.1875, + "min_y": 0.1875, + "min_z": 0.8125, + "max_x": 1.0, + "max_y": 0.5625, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.1875, + "min_z": 0.0, + "max_x": 0.8125, + "max_y": 0.5625, + "max_z": 1.0 + }, + { + "min_x": 0.8125, + "min_y": 0.1875, + "min_z": 0.1875, + "max_x": 1.0, + "max_y": 0.5625, + "max_z": 0.8125 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.25, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.75, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.75 + }, + { + "min_x": 0.25, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.75, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.25, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.25 + }, + { + "min_x": 0.375, + "min_y": 0.375, + "min_z": 0.25, + "max_x": 0.625, + "max_y": 0.625, + "max_z": 1.0 + }, + { + "min_x": 0.375, + "min_y": 0.375, + "min_z": 0.25, + "max_x": 0.625, + "max_y": 0.625, + "max_z": 1.25 + }, + { + "min_x": 0.75, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.375, + "min_z": 0.375, + "max_x": 0.75, + "max_y": 0.625, + "max_z": 0.625 + }, + { + "min_x": -0.25, + "min_y": 0.375, + "min_z": 0.375, + "max_x": 0.75, + "max_y": 0.625, + "max_z": 0.625 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.75, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.375, + "min_y": 0.375, + "min_z": 0.0, + "max_x": 0.625, + "max_y": 0.625, + "max_z": 0.75 + }, + { + "min_x": 0.375, + "min_y": 0.375, + "min_z": -0.25, + "max_x": 0.625, + "max_y": 0.625, + "max_z": 0.75 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.25, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.25, + "min_y": 0.375, + "min_z": 0.375, + "max_x": 1.0, + "max_y": 0.625, + "max_z": 0.625 + }, + { + "min_x": 0.25, + "min_y": 0.375, + "min_z": 0.375, + "max_x": 1.25, + "max_y": 0.625, + "max_z": 0.625 + }, + { + "min_x": 0.375, + "min_y": 0.0, + "min_z": 0.375, + "max_x": 0.625, + "max_y": 1.0, + "max_z": 0.625 + }, + { + "min_x": 0.0, + "min_y": 0.75, + "min_z": 0.0, + "max_x": 0.375, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.375, + "min_y": 0.75, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.375 + }, + { + "min_x": 0.375, + "min_y": 0.75, + "min_z": 0.625, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.625, + "min_y": 0.75, + "min_z": 0.375, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.625 + }, + { + "min_x": 0.375, + "min_y": -0.25, + "min_z": 0.375, + "max_x": 0.625, + "max_y": 1.0, + "max_z": 0.625 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.25, + "max_z": 1.0 + }, + { + "min_x": 0.375, + "min_y": 0.25, + "min_z": 0.375, + "max_x": 0.625, + "max_y": 1.0, + "max_z": 0.625 + }, + { + "min_x": 0.375, + "min_y": 0.25, + "min_z": 0.375, + "max_x": 0.625, + "max_y": 1.25, + "max_z": 0.625 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.5 + }, + { + "min_x": 0.0, + "min_y": 0.5, + "min_z": 0.5, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.5, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.5, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.5 + }, + { + "min_x": 0.5, + "min_y": 0.5, + "min_z": 0.5, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.5, + "min_y": 0.0, + "min_z": 0.5, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.5, + "min_z": 0.5, + "max_x": 0.5, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.5, + "max_y": 1.0, + "max_z": 0.5 + }, + { + "min_x": 0.5, + "min_y": 0.5, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.5 + }, + { + "min_x": 0.0, + "min_y": 0.5, + "min_z": 0.0, + "max_x": 0.5, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.5, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.5, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.5 + }, + { + "min_x": 0.0, + "min_y": 0.5, + "min_z": 0.0, + "max_x": 0.5, + "max_y": 1.0, + "max_z": 0.5 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.5, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.5, + "max_x": 0.5, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.5, + "min_y": 0.5, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.5, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0625, + "min_y": 0.0, + "min_z": 0.0625, + "max_x": 0.9375, + "max_y": 0.875, + "max_z": 0.9375 + }, + { + "min_x": 0.0625, + "min_y": 0.0, + "min_z": 0.0625, + "max_x": 1.0, + "max_y": 0.875, + "max_z": 0.9375 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0625, + "max_x": 0.9375, + "max_y": 0.875, + "max_z": 0.9375 + }, + { + "min_x": 0.0625, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.9375, + "max_y": 0.875, + "max_z": 0.9375 + }, + { + "min_x": 0.0625, + "min_y": 0.0, + "min_z": 0.0625, + "max_x": 0.9375, + "max_y": 0.875, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.9375, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.1875, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.8125, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.8125, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.1875 + }, + { + "min_x": 0.0, + "min_y": 0.875, + "min_z": 0.375, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.625 + }, + { + "min_x": 0.375, + "min_y": 0.875, + "min_z": 0.0, + "max_x": 0.625, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.125, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.375, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.625, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.875, + "max_z": 1.0 + }, + { + "min_x": 0.0625, + "min_y": 0.0, + "min_z": 0.0625, + "max_x": 0.9375, + "max_y": 0.9375, + "max_z": 0.9375 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.375, + "max_x": 1.0, + "max_y": 1.5, + "max_z": 0.625 + }, + { + "min_x": 0.375, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.625, + "max_y": 1.5, + "max_z": 0.375 + }, + { + "min_x": 0.375, + "min_y": 0.0, + "min_z": 0.625, + "max_x": 0.625, + "max_y": 1.5, + "max_z": 1.0 + }, + { + "min_x": 0.375, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.625, + "max_y": 1.5, + "max_z": 1.0 + }, + { + "min_x": 0.625, + "min_y": 0.0, + "min_z": 0.375, + "max_x": 1.0, + "max_y": 1.5, + "max_z": 0.625 + }, + { + "min_x": 0.375, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.625, + "max_y": 1.5, + "max_z": 0.625 + }, + { + "min_x": 0.375, + "min_y": 0.0, + "min_z": 0.375, + "max_x": 0.625, + "max_y": 1.5, + "max_z": 1.0 + }, + { + "min_x": 0.375, + "min_y": 0.0, + "min_z": 0.375, + "max_x": 1.0, + "max_y": 1.5, + "max_z": 0.625 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.375, + "max_x": 0.625, + "max_y": 1.5, + "max_z": 0.625 + }, + { + "min_x": 0.375, + "min_y": 0.0, + "min_z": 0.375, + "max_x": 0.625, + "max_y": 1.5, + "max_z": 0.625 + }, + { + "min_x": 0.0625, + "min_y": 0.0, + "min_z": 0.0625, + "max_x": 0.9375, + "max_y": 0.5, + "max_z": 0.9375 + }, + { + "min_x": 0.1875, + "min_y": 0.0, + "min_z": 0.0625, + "max_x": 0.9375, + "max_y": 0.5, + "max_z": 0.9375 + }, + { + "min_x": 0.3125, + "min_y": 0.0, + "min_z": 0.0625, + "max_x": 0.9375, + "max_y": 0.5, + "max_z": 0.9375 + }, + { + "min_x": 0.4375, + "min_y": 0.0, + "min_z": 0.0625, + "max_x": 0.9375, + "max_y": 0.5, + "max_z": 0.9375 + }, + { + "min_x": 0.5625, + "min_y": 0.0, + "min_z": 0.0625, + "max_x": 0.9375, + "max_y": 0.5, + "max_z": 0.9375 + }, + { + "min_x": 0.6875, + "min_y": 0.0, + "min_z": 0.0625, + "max_x": 0.9375, + "max_y": 0.5, + "max_z": 0.9375 + }, + { + "min_x": 0.8125, + "min_y": 0.0, + "min_z": 0.0625, + "max_x": 0.9375, + "max_y": 0.5, + "max_z": 0.9375 + }, + { + "min_x": 0.0, + "min_y": 0.8125, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.1875, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.4375, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.5625 + }, + { + "min_x": 0.4375, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.5625, + "max_y": 1.0, + "max_z": 0.4375 + }, + { + "min_x": 0.4375, + "min_y": 0.0, + "min_z": 0.5625, + "max_x": 0.5625, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.4375, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.5625, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.5625, + "min_y": 0.0, + "min_z": 0.4375, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.5625 + }, + { + "min_x": 0.4375, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.5625, + "max_y": 1.0, + "max_z": 0.5625 + }, + { + "min_x": 0.4375, + "min_y": 0.0, + "min_z": 0.4375, + "max_x": 0.5625, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.4375, + "min_y": 0.0, + "min_z": 0.4375, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.5625 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.4375, + "max_x": 0.5625, + "max_y": 1.0, + "max_z": 0.5625 + }, + { + "min_x": 0.4375, + "min_y": 0.0, + "min_z": 0.4375, + "max_x": 0.5625, + "max_y": 1.0, + "max_z": 0.5625 + }, + { + "min_x": 0.0, + "min_y": 0.40625, + "min_z": 0.40625, + "max_x": 1.0, + "max_y": 0.59375, + "max_z": 0.59375 + }, + { + "min_x": 0.40625, + "min_y": 0.0, + "min_z": 0.40625, + "max_x": 0.59375, + "max_y": 1.0, + "max_z": 0.59375 + }, + { + "min_x": 0.40625, + "min_y": 0.40625, + "min_z": 0.0, + "max_x": 0.59375, + "max_y": 0.59375, + "max_z": 1.0 + }, + { + "min_x": 0.0625, + "min_y": 0.0, + "min_z": 0.0625, + "max_x": 0.9375, + "max_y": 0.09375, + "max_z": 0.9375 + }, + { + "min_x": 0.0625, + "min_y": 0.0, + "min_z": 0.0625, + "max_x": 0.9375, + "max_y": 0.125, + "max_z": 0.9375 + }, + { + "min_x": 0.4375, + "min_y": 0.125, + "min_z": 0.4375, + "max_x": 0.5625, + "max_y": 0.875, + "max_z": 0.5625 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.125, + "max_y": 1.0, + "max_z": 0.25 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.75, + "max_x": 0.125, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.125, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.25, + "max_y": 1.0, + "max_z": 0.125 + }, + { + "min_x": 0.125, + "min_y": 0.0, + "min_z": 0.875, + "max_x": 0.25, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.75, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.125 + }, + { + "min_x": 0.75, + "min_y": 0.0, + "min_z": 0.875, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.875, + "min_y": 0.0, + "min_z": 0.125, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.25 + }, + { + "min_x": 0.875, + "min_y": 0.0, + "min_z": 0.75, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.875 + }, + { + "min_x": 0.0, + "min_y": 0.1875, + "min_z": 0.25, + "max_x": 1.0, + "max_y": 0.25, + "max_z": 0.75 + }, + { + "min_x": 0.125, + "min_y": 0.1875, + "min_z": 0.125, + "max_x": 0.875, + "max_y": 0.25, + "max_z": 0.25 + }, + { + "min_x": 0.125, + "min_y": 0.1875, + "min_z": 0.75, + "max_x": 0.875, + "max_y": 0.25, + "max_z": 0.875 + }, + { + "min_x": 0.25, + "min_y": 0.1875, + "min_z": 0.0, + "max_x": 0.75, + "max_y": 1.0, + "max_z": 0.125 + }, + { + "min_x": 0.25, + "min_y": 0.1875, + "min_z": 0.875, + "max_x": 0.75, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.25, + "min_z": 0.25, + "max_x": 0.125, + "max_y": 1.0, + "max_z": 0.75 + }, + { + "min_x": 0.875, + "min_y": 0.25, + "min_z": 0.25, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.75 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.8125, + "max_z": 1.0 + }, + { + "min_x": 0.25, + "min_y": 0.8125, + "min_z": 0.25, + "max_x": 0.75, + "max_y": 1.0, + "max_z": 0.75 + }, + { + "min_x": 0.0625, + "min_y": 0.0, + "min_z": 0.0625, + "max_x": 0.9375, + "max_y": 1.0, + "max_z": 0.9375 + }, + { + "min_x": 0.375, + "min_y": 0.4375, + "min_z": 0.0625, + "max_x": 0.625, + "max_y": 0.75, + "max_z": 0.3125 + }, + { + "min_x": 0.375, + "min_y": 0.4375, + "min_z": 0.6875, + "max_x": 0.625, + "max_y": 0.75, + "max_z": 0.9375 + }, + { + "min_x": 0.0625, + "min_y": 0.4375, + "min_z": 0.375, + "max_x": 0.3125, + "max_y": 0.75, + "max_z": 0.625 + }, + { + "min_x": 0.6875, + "min_y": 0.4375, + "min_z": 0.375, + "max_x": 0.9375, + "max_y": 0.75, + "max_z": 0.625 + }, + { + "min_x": 0.3125, + "min_y": 0.3125, + "min_z": 0.0625, + "max_x": 0.6875, + "max_y": 0.75, + "max_z": 0.4375 + }, + { + "min_x": 0.3125, + "min_y": 0.3125, + "min_z": 0.5625, + "max_x": 0.6875, + "max_y": 0.75, + "max_z": 0.9375 + }, + { + "min_x": 0.0625, + "min_y": 0.3125, + "min_z": 0.3125, + "max_x": 0.4375, + "max_y": 0.75, + "max_z": 0.6875 + }, + { + "min_x": 0.5625, + "min_y": 0.3125, + "min_z": 0.3125, + "max_x": 0.9375, + "max_y": 0.75, + "max_z": 0.6875 + }, + { + "min_x": 0.25, + "min_y": 0.1875, + "min_z": 0.0625, + "max_x": 0.75, + "max_y": 0.75, + "max_z": 0.5625 + }, + { + "min_x": 0.25, + "min_y": 0.1875, + "min_z": 0.4375, + "max_x": 0.75, + "max_y": 0.75, + "max_z": 0.9375 + }, + { + "min_x": 0.0625, + "min_y": 0.1875, + "min_z": 0.25, + "max_x": 0.5625, + "max_y": 0.75, + "max_z": 0.75 + }, + { + "min_x": 0.4375, + "min_y": 0.1875, + "min_z": 0.25, + "max_x": 0.9375, + "max_y": 0.75, + "max_z": 0.75 + }, + { + "min_x": 0.25, + "min_y": 0.0, + "min_z": 0.25, + "max_x": 0.75, + "max_y": 1.5, + "max_z": 0.75 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.3125, + "max_x": 0.75, + "max_y": 1.5, + "max_z": 0.6875 + }, + { + "min_x": 0.25, + "min_y": 0.0, + "min_z": 0.25, + "max_x": 0.75, + "max_y": 1.5, + "max_z": 0.3125 + }, + { + "min_x": 0.25, + "min_y": 0.0, + "min_z": 0.6875, + "max_x": 0.75, + "max_y": 1.5, + "max_z": 0.75 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.3125, + "max_x": 0.6875, + "max_y": 1.5, + "max_z": 0.6875 + }, + { + "min_x": 0.3125, + "min_y": 0.0, + "min_z": 0.75, + "max_x": 0.6875, + "max_y": 1.5, + "max_z": 1.0 + }, + { + "min_x": 0.3125, + "min_y": 0.0, + "min_z": 0.3125, + "max_x": 0.6875, + "max_y": 1.5, + "max_z": 1.0 + }, + { + "min_x": 0.3125, + "min_y": 0.0, + "min_z": 0.6875, + "max_x": 0.6875, + "max_y": 1.5, + "max_z": 1.0 + }, + { + "min_x": 0.3125, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.6875, + "max_y": 1.5, + "max_z": 0.25 + }, + { + "min_x": 0.3125, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.6875, + "max_y": 1.5, + "max_z": 0.6875 + }, + { + "min_x": 0.3125, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.6875, + "max_y": 1.5, + "max_z": 0.3125 + }, + { + "min_x": 0.3125, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.6875, + "max_y": 1.5, + "max_z": 1.0 + }, + { + "min_x": 0.75, + "min_y": 0.0, + "min_z": 0.3125, + "max_x": 1.0, + "max_y": 1.5, + "max_z": 0.6875 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.3125, + "max_x": 1.0, + "max_y": 1.5, + "max_z": 0.6875 + }, + { + "min_x": 0.3125, + "min_y": 0.0, + "min_z": 0.3125, + "max_x": 1.0, + "max_y": 1.5, + "max_z": 0.6875 + }, + { + "min_x": 0.6875, + "min_y": 0.0, + "min_z": 0.3125, + "max_x": 1.0, + "max_y": 1.5, + "max_z": 0.6875 + }, + { + "min_x": 0.3125, + "min_y": 0.0, + "min_z": 0.3125, + "max_x": 0.6875, + "max_y": 0.375, + "max_z": 0.6875 + }, + { + "min_x": 0.25, + "min_y": 0.0, + "min_z": 0.25, + "max_x": 0.75, + "max_y": 0.5, + "max_z": 0.75 + }, + { + "min_x": 0.25, + "min_y": 0.25, + "min_z": 0.5, + "max_x": 0.75, + "max_y": 0.75, + "max_z": 1.0 + }, + { + "min_x": 0.25, + "min_y": 0.25, + "min_z": 0.0, + "max_x": 0.75, + "max_y": 0.75, + "max_z": 0.5 + }, + { + "min_x": 0.5, + "min_y": 0.25, + "min_z": 0.25, + "max_x": 1.0, + "max_y": 0.75, + "max_z": 0.75 + }, + { + "min_x": 0.0, + "min_y": 0.25, + "min_z": 0.25, + "max_x": 0.5, + "max_y": 0.75, + "max_z": 0.75 + }, + { + "min_x": 0.1875, + "min_y": 0.0, + "min_z": 0.1875, + "max_x": 0.8125, + "max_y": 0.5, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.25, + "min_z": 0.5, + "max_x": 0.8125, + "max_y": 0.75, + "max_z": 1.0 + }, + { + "min_x": 0.1875, + "min_y": 0.25, + "min_z": 0.0, + "max_x": 0.8125, + "max_y": 0.75, + "max_z": 0.5 + }, + { + "min_x": 0.5, + "min_y": 0.25, + "min_z": 0.1875, + "max_x": 1.0, + "max_y": 0.75, + "max_z": 0.8125 + }, + { + "min_x": 0.0, + "min_y": 0.25, + "min_z": 0.1875, + "max_x": 0.5, + "max_y": 0.75, + "max_z": 0.8125 + }, + { + "min_x": 0.125, + "min_y": 0.0, + "min_z": 0.125, + "max_x": 0.875, + "max_y": 0.25, + "max_z": 0.875 + }, + { + "min_x": 0.25, + "min_y": 0.25, + "min_z": 0.1875, + "max_x": 0.75, + "max_y": 0.3125, + "max_z": 0.8125 + }, + { + "min_x": 0.375, + "min_y": 0.3125, + "min_z": 0.25, + "max_x": 0.625, + "max_y": 1.0, + "max_z": 0.75 + }, + { + "min_x": 0.1875, + "min_y": 0.625, + "min_z": 0.0, + "max_x": 0.375, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.375, + "min_y": 0.625, + "min_z": 0.0, + "max_x": 0.8125, + "max_y": 1.0, + "max_z": 0.25 + }, + { + "min_x": 0.375, + "min_y": 0.625, + "min_z": 0.75, + "max_x": 0.8125, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.625, + "min_y": 0.625, + "min_z": 0.25, + "max_x": 0.8125, + "max_y": 1.0, + "max_z": 0.75 + }, + { + "min_x": 0.1875, + "min_y": 0.25, + "min_z": 0.25, + "max_x": 0.8125, + "max_y": 0.3125, + "max_z": 0.75 + }, + { + "min_x": 0.25, + "min_y": 0.3125, + "min_z": 0.375, + "max_x": 0.75, + "max_y": 1.0, + "max_z": 0.625 + }, + { + "min_x": 0.0, + "min_y": 0.625, + "min_z": 0.1875, + "max_x": 0.25, + "max_y": 1.0, + "max_z": 0.8125 + }, + { + "min_x": 0.25, + "min_y": 0.625, + "min_z": 0.1875, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.375 + }, + { + "min_x": 0.25, + "min_y": 0.625, + "min_z": 0.625, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.8125 + }, + { + "min_x": 0.75, + "min_y": 0.625, + "min_z": 0.375, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.625 + }, + { + "min_x": 0.375, + "min_y": 0.0, + "min_z": 0.375, + "max_x": 0.625, + "max_y": 0.6875, + "max_z": 0.625 + }, + { + "min_x": 0.25, + "min_y": 0.25, + "min_z": 0.25, + "max_x": 0.375, + "max_y": 0.6875, + "max_z": 0.75 + }, + { + "min_x": 0.375, + "min_y": 0.25, + "min_z": 0.25, + "max_x": 0.75, + "max_y": 0.6875, + "max_z": 0.375 + }, + { + "min_x": 0.375, + "min_y": 0.25, + "min_z": 0.625, + "max_x": 0.75, + "max_y": 0.6875, + "max_z": 0.75 + }, + { + "min_x": 0.625, + "min_y": 0.25, + "min_z": 0.375, + "max_x": 0.75, + "max_y": 0.6875, + "max_z": 0.625 + }, + { + "min_x": 0.0, + "min_y": 0.625, + "min_z": 0.0, + "max_x": 0.25, + "max_y": 0.6875, + "max_z": 1.0 + }, + { + "min_x": 0.25, + "min_y": 0.625, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.6875, + "max_z": 0.25 + }, + { + "min_x": 0.25, + "min_y": 0.625, + "min_z": 0.75, + "max_x": 1.0, + "max_y": 0.6875, + "max_z": 1.0 + }, + { + "min_x": 0.75, + "min_y": 0.625, + "min_z": 0.25, + "max_x": 1.0, + "max_y": 0.6875, + "max_z": 0.75 + }, + { + "min_x": 0.0, + "min_y": 0.6875, + "min_z": 0.0, + "max_x": 0.125, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.125, + "min_y": 0.6875, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.125 + }, + { + "min_x": 0.125, + "min_y": 0.6875, + "min_z": 0.875, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.875, + "min_y": 0.6875, + "min_z": 0.125, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.875 + }, + { + "min_x": 0.25, + "min_y": 0.25, + "min_z": 0.25, + "max_x": 0.75, + "max_y": 0.6875, + "max_z": 0.75 + }, + { + "min_x": 0.375, + "min_y": 0.25, + "min_z": 0.0, + "max_x": 0.625, + "max_y": 0.5, + "max_z": 0.25 + }, + { + "min_x": 0.375, + "min_y": 0.25, + "min_z": 0.75, + "max_x": 0.625, + "max_y": 0.5, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.25, + "min_z": 0.375, + "max_x": 0.75, + "max_y": 0.5, + "max_z": 0.625 + }, + { + "min_x": 0.25, + "min_y": 0.25, + "min_z": 0.25, + "max_x": 0.75, + "max_y": 0.6875, + "max_z": 0.375 + }, + { + "min_x": 0.25, + "min_y": 0.25, + "min_z": 0.625, + "max_x": 0.75, + "max_y": 0.6875, + "max_z": 0.75 + }, + { + "min_x": 0.25, + "min_y": 0.5, + "min_z": 0.375, + "max_x": 0.75, + "max_y": 0.6875, + "max_z": 0.625 + }, + { + "min_x": 0.75, + "min_y": 0.25, + "min_z": 0.375, + "max_x": 1.0, + "max_y": 0.5, + "max_z": 0.625 + }, + { + "min_x": 0.0, + "min_y": 0.5, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.0625, + "max_z": 1.0 + }, + { + "min_x": 0.375, + "min_y": 0.375, + "min_z": 0.0, + "max_x": 0.625, + "max_y": 0.625, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.375, + "min_z": 0.375, + "max_x": 1.0, + "max_y": 0.625, + "max_z": 0.625 + }, + { + "min_x": 0.1875, + "min_y": 0.0, + "min_z": 0.1875, + "max_x": 0.8125, + "max_y": 1.0, + "max_z": 0.8125 + }, + { + "min_x": 0.0, + "min_y": 0.1875, + "min_z": 0.1875, + "max_x": 0.1875, + "max_y": 0.8125, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.1875, + "min_z": 0.0, + "max_x": 0.8125, + "max_y": 0.8125, + "max_z": 0.1875 + }, + { + "min_x": 0.1875, + "min_y": 0.1875, + "min_z": 0.8125, + "max_x": 0.8125, + "max_y": 0.8125, + "max_z": 1.0 + }, + { + "min_x": 0.8125, + "min_y": 0.1875, + "min_z": 0.1875, + "max_x": 1.0, + "max_y": 0.8125, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.0, + "min_z": 0.1875, + "max_x": 0.8125, + "max_y": 0.8125, + "max_z": 0.8125 + }, + { + "min_x": 0.0, + "min_y": 0.1875, + "min_z": 0.1875, + "max_x": 1.0, + "max_y": 0.8125, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.8125, + "min_z": 0.1875, + "max_x": 0.8125, + "max_y": 1.0, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.1875, + "min_z": 0.0, + "max_x": 0.8125, + "max_y": 0.8125, + "max_z": 1.0 + }, + { + "min_x": 0.1875, + "min_y": 0.1875, + "min_z": 0.0, + "max_x": 0.8125, + "max_y": 0.8125, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.1875, + "min_z": 0.1875, + "max_x": 0.8125, + "max_y": 0.8125, + "max_z": 1.0 + }, + { + "min_x": 0.1875, + "min_y": 0.1875, + "min_z": 0.1875, + "max_x": 1.0, + "max_y": 0.8125, + "max_z": 0.8125 + }, + { + "min_x": 0.0, + "min_y": 0.1875, + "min_z": 0.1875, + "max_x": 0.8125, + "max_y": 0.8125, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.1875, + "min_z": 0.1875, + "max_x": 0.8125, + "max_y": 1.0, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.1875, + "min_z": 0.1875, + "max_x": 0.8125, + "max_y": 0.8125, + "max_z": 0.8125 + }, + { + "min_x": 0.3125, + "min_y": -0.0625, + "min_z": 0.3125, + "max_x": 0.6875, + "max_y": 0.1875, + "max_z": 0.6875 + }, + { + "min_x": 0.1875, + "min_y": -0.0625, + "min_z": 0.1875, + "max_x": 0.8125, + "max_y": 0.3125, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.0, + "min_z": 0.1875, + "max_x": 0.75, + "max_y": 0.4375, + "max_z": 0.75 + }, + { + "min_x": 0.0625, + "min_y": 0.0, + "min_z": 0.0625, + "max_x": 0.9375, + "max_y": 0.4375, + "max_z": 0.9375 + }, + { + "min_x": 0.0625, + "min_y": 0.0, + "min_z": 0.125, + "max_x": 0.9375, + "max_y": 1.0, + "max_z": 0.875 + }, + { + "min_x": 0.375, + "min_y": 0.0, + "min_z": 0.375, + "max_x": 0.625, + "max_y": 0.375, + "max_z": 0.625 + }, + { + "min_x": 0.1875, + "min_y": 0.0, + "min_z": 0.1875, + "max_x": 0.8125, + "max_y": 0.375, + "max_z": 0.8125 + }, + { + "min_x": 0.125, + "min_y": 0.0, + "min_z": 0.125, + "max_x": 0.875, + "max_y": 0.375, + "max_z": 0.875 + }, + { + "min_x": 0.125, + "min_y": 0.0, + "min_z": 0.125, + "max_x": 0.875, + "max_y": 0.4375, + "max_z": 0.875 + }, + { + "min_x": 0.3125, + "min_y": 0.3125, + "min_z": 0.3125, + "max_x": 0.6875, + "max_y": 0.6875, + "max_z": 0.6875 + }, + { + "min_x": 0.15625, + "min_y": 0.0, + "min_z": 0.15625, + "max_x": 0.34375, + "max_y": 1.0, + "max_z": 0.34375 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.125, + "max_y": 1.0, + "max_z": 0.125 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.875, + "max_x": 0.125, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.875, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.125 + }, + { + "min_x": 0.875, + "min_y": 0.0, + "min_z": 0.875, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.875, + "min_z": 0.125, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.875 + }, + { + "min_x": 0.125, + "min_y": 0.875, + "min_z": 0.0, + "max_x": 0.875, + "max_y": 1.0, + "max_z": 0.125 + }, + { + "min_x": 0.125, + "min_y": 0.875, + "min_z": 0.875, + "max_x": 0.875, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.125, + "min_y": 0.0, + "min_z": 0.375, + "max_x": 0.25, + "max_y": 0.8125, + "max_z": 0.625 + }, + { + "min_x": 0.75, + "min_y": 0.0, + "min_z": 0.375, + "max_x": 0.875, + "max_y": 0.8125, + "max_z": 0.625 + }, + { + "min_x": 0.25, + "min_y": 0.25, + "min_z": 0.125, + "max_x": 0.75, + "max_y": 1.0, + "max_z": 0.875 + }, + { + "min_x": 0.125, + "min_y": 0.4375, + "min_z": 0.3125, + "max_x": 0.25, + "max_y": 0.8125, + "max_z": 0.375 + }, + { + "min_x": 0.125, + "min_y": 0.4375, + "min_z": 0.625, + "max_x": 0.25, + "max_y": 0.8125, + "max_z": 0.6875 + }, + { + "min_x": 0.75, + "min_y": 0.4375, + "min_z": 0.3125, + "max_x": 0.875, + "max_y": 0.8125, + "max_z": 0.375 + }, + { + "min_x": 0.75, + "min_y": 0.4375, + "min_z": 0.625, + "max_x": 0.875, + "max_y": 0.8125, + "max_z": 0.6875 + }, + { + "min_x": 0.375, + "min_y": 0.0, + "min_z": 0.125, + "max_x": 0.625, + "max_y": 0.8125, + "max_z": 0.25 + }, + { + "min_x": 0.375, + "min_y": 0.0, + "min_z": 0.75, + "max_x": 0.625, + "max_y": 0.8125, + "max_z": 0.875 + }, + { + "min_x": 0.125, + "min_y": 0.25, + "min_z": 0.25, + "max_x": 0.875, + "max_y": 1.0, + "max_z": 0.75 + }, + { + "min_x": 0.3125, + "min_y": 0.4375, + "min_z": 0.125, + "max_x": 0.375, + "max_y": 0.8125, + "max_z": 0.25 + }, + { + "min_x": 0.3125, + "min_y": 0.4375, + "min_z": 0.75, + "max_x": 0.375, + "max_y": 0.8125, + "max_z": 0.875 + }, + { + "min_x": 0.625, + "min_y": 0.4375, + "min_z": 0.125, + "max_x": 0.6875, + "max_y": 0.8125, + "max_z": 0.25 + }, + { + "min_x": 0.625, + "min_y": 0.4375, + "min_z": 0.75, + "max_x": 0.6875, + "max_y": 0.8125, + "max_z": 0.875 + }, + { + "min_x": 0.25, + "min_y": 0.125, + "min_z": 0.0, + "max_x": 0.75, + "max_y": 0.875, + "max_z": 0.75 + }, + { + "min_x": 0.125, + "min_y": 0.3125, + "min_z": 0.1875, + "max_x": 0.25, + "max_y": 0.6875, + "max_z": 0.5625 + }, + { + "min_x": 0.75, + "min_y": 0.3125, + "min_z": 0.1875, + "max_x": 0.875, + "max_y": 0.6875, + "max_z": 0.5625 + }, + { + "min_x": 0.125, + "min_y": 0.375, + "min_z": 0.5625, + "max_x": 0.25, + "max_y": 0.625, + "max_z": 1.0 + }, + { + "min_x": 0.75, + "min_y": 0.375, + "min_z": 0.5625, + "max_x": 0.875, + "max_y": 0.625, + "max_z": 1.0 + }, + { + "min_x": 0.25, + "min_y": 0.125, + "min_z": 0.25, + "max_x": 0.75, + "max_y": 0.875, + "max_z": 1.0 + }, + { + "min_x": 0.125, + "min_y": 0.3125, + "min_z": 0.4375, + "max_x": 0.25, + "max_y": 0.6875, + "max_z": 0.8125 + }, + { + "min_x": 0.75, + "min_y": 0.3125, + "min_z": 0.4375, + "max_x": 0.875, + "max_y": 0.6875, + "max_z": 0.8125 + }, + { + "min_x": 0.125, + "min_y": 0.375, + "min_z": 0.0, + "max_x": 0.25, + "max_y": 0.625, + "max_z": 0.4375 + }, + { + "min_x": 0.75, + "min_y": 0.375, + "min_z": 0.0, + "max_x": 0.875, + "max_y": 0.625, + "max_z": 0.4375 + }, + { + "min_x": 0.0, + "min_y": 0.125, + "min_z": 0.25, + "max_x": 0.75, + "max_y": 0.875, + "max_z": 0.75 + }, + { + "min_x": 0.1875, + "min_y": 0.3125, + "min_z": 0.125, + "max_x": 0.5625, + "max_y": 0.6875, + "max_z": 0.25 + }, + { + "min_x": 0.1875, + "min_y": 0.3125, + "min_z": 0.75, + "max_x": 0.5625, + "max_y": 0.6875, + "max_z": 0.875 + }, + { + "min_x": 0.5625, + "min_y": 0.375, + "min_z": 0.125, + "max_x": 1.0, + "max_y": 0.625, + "max_z": 0.25 + }, + { + "min_x": 0.5625, + "min_y": 0.375, + "min_z": 0.75, + "max_x": 1.0, + "max_y": 0.625, + "max_z": 0.875 + }, + { + "min_x": 0.25, + "min_y": 0.125, + "min_z": 0.25, + "max_x": 1.0, + "max_y": 0.875, + "max_z": 0.75 + }, + { + "min_x": 0.4375, + "min_y": 0.3125, + "min_z": 0.125, + "max_x": 0.8125, + "max_y": 0.6875, + "max_z": 0.25 + }, + { + "min_x": 0.4375, + "min_y": 0.3125, + "min_z": 0.75, + "max_x": 0.8125, + "max_y": 0.6875, + "max_z": 0.875 + }, + { + "min_x": 0.0, + "min_y": 0.375, + "min_z": 0.125, + "max_x": 0.4375, + "max_y": 0.625, + "max_z": 0.25 + }, + { + "min_x": 0.0, + "min_y": 0.375, + "min_z": 0.75, + "max_x": 0.4375, + "max_y": 0.625, + "max_z": 0.875 + }, + { + "min_x": 0.25, + "min_y": 0.0, + "min_z": 0.125, + "max_x": 0.75, + "max_y": 0.75, + "max_z": 0.875 + }, + { + "min_x": 0.125, + "min_y": 0.1875, + "min_z": 0.3125, + "max_x": 0.25, + "max_y": 0.5625, + "max_z": 0.6875 + }, + { + "min_x": 0.75, + "min_y": 0.1875, + "min_z": 0.3125, + "max_x": 0.875, + "max_y": 0.5625, + "max_z": 0.6875 + }, + { + "min_x": 0.125, + "min_y": 0.5625, + "min_z": 0.375, + "max_x": 0.25, + "max_y": 1.0, + "max_z": 0.625 + }, + { + "min_x": 0.75, + "min_y": 0.5625, + "min_z": 0.375, + "max_x": 0.875, + "max_y": 1.0, + "max_z": 0.625 + }, + { + "min_x": 0.125, + "min_y": 0.0, + "min_z": 0.25, + "max_x": 0.875, + "max_y": 0.75, + "max_z": 0.75 + }, + { + "min_x": 0.3125, + "min_y": 0.1875, + "min_z": 0.125, + "max_x": 0.6875, + "max_y": 0.5625, + "max_z": 0.25 + }, + { + "min_x": 0.3125, + "min_y": 0.1875, + "min_z": 0.75, + "max_x": 0.6875, + "max_y": 0.5625, + "max_z": 0.875 + }, + { + "min_x": 0.375, + "min_y": 0.5625, + "min_z": 0.125, + "max_x": 0.625, + "max_y": 1.0, + "max_z": 0.25 + }, + { + "min_x": 0.375, + "min_y": 0.5625, + "min_z": 0.75, + "max_x": 0.625, + "max_y": 1.0, + "max_z": 0.875 + }, + { + "min_x": 0.25, + "min_y": 0.125, + "min_z": 0.25, + "max_x": 0.75, + "max_y": 0.875, + "max_z": 0.75 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.5625, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.25, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.75 + }, + { + "min_x": 0.25, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.75, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.25, + "min_y": 0.25, + "min_z": 0.25, + "max_x": 0.75, + "max_y": 0.375, + "max_z": 0.75 + }, + { + "min_x": 0.3125, + "min_y": 0.375, + "min_z": 0.3125, + "max_x": 0.6875, + "max_y": 0.8125, + "max_z": 0.6875 + }, + { + "min_x": 0.4375, + "min_y": 0.8125, + "min_z": 0.4375, + "max_x": 0.5625, + "max_y": 1.0, + "max_z": 0.5625 + }, + { + "min_x": 0.4375, + "min_y": 0.8125, + "min_z": 0.0, + "max_x": 0.5625, + "max_y": 0.9375, + "max_z": 0.8125 + }, + { + "min_x": 0.4375, + "min_y": 0.8125, + "min_z": 0.1875, + "max_x": 0.5625, + "max_y": 0.9375, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.8125, + "min_z": 0.4375, + "max_x": 0.8125, + "max_y": 0.9375, + "max_z": 0.5625 + }, + { + "min_x": 0.1875, + "min_y": 0.8125, + "min_z": 0.4375, + "max_x": 1.0, + "max_y": 0.9375, + "max_z": 0.5625 + }, + { + "min_x": 0.4375, + "min_y": 0.8125, + "min_z": 0.0, + "max_x": 0.5625, + "max_y": 0.9375, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.8125, + "min_z": 0.4375, + "max_x": 1.0, + "max_y": 0.9375, + "max_z": 0.5625 + }, + { + "min_x": 0.3125, + "min_y": 0.0625, + "min_z": 0.3125, + "max_x": 0.6875, + "max_y": 0.5, + "max_z": 0.6875 + }, + { + "min_x": 0.375, + "min_y": 0.5, + "min_z": 0.375, + "max_x": 0.625, + "max_y": 0.625, + "max_z": 0.625 + }, + { + "min_x": 0.3125, + "min_y": 0.0, + "min_z": 0.3125, + "max_x": 0.6875, + "max_y": 0.4375, + "max_z": 0.6875 + }, + { + "min_x": 0.375, + "min_y": 0.4375, + "min_z": 0.375, + "max_x": 0.625, + "max_y": 0.5625, + "max_z": 0.625 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.4375, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.125, + "min_z": 0.0, + "max_x": 0.125, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.125, + "min_y": 0.125, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.125 + }, + { + "min_x": 0.125, + "min_y": 0.125, + "min_z": 0.875, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.875, + "min_y": 0.125, + "min_z": 0.125, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.875 + }, + { + "min_x": 0.4375, + "min_y": 0.0, + "min_z": 0.4375, + "max_x": 0.5625, + "max_y": 0.375, + "max_z": 0.5625 + }, + { + "min_x": 0.3125, + "min_y": 0.0, + "min_z": 0.375, + "max_x": 0.6875, + "max_y": 0.375, + "max_z": 0.5625 + }, + { + "min_x": 0.3125, + "min_y": 0.0, + "min_z": 0.375, + "max_x": 0.625, + "max_y": 0.375, + "max_z": 0.6875 + }, + { + "min_x": 0.3125, + "min_y": 0.0, + "min_z": 0.3125, + "max_x": 0.6875, + "max_y": 0.375, + "max_z": 0.625 + }, + { + "min_x": 0.4375, + "min_y": 0.5, + "min_z": 0.4375, + "max_x": 0.5625, + "max_y": 0.875, + "max_z": 0.5625 + }, + { + "min_x": 0.1875, + "min_y": 0.1875, + "min_z": 0.5625, + "max_x": 0.8125, + "max_y": 0.8125, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.1875, + "min_z": 0.1875, + "max_x": 0.4375, + "max_y": 0.8125, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.1875, + "min_z": 0.0, + "max_x": 0.8125, + "max_y": 0.8125, + "max_z": 0.4375 + }, + { + "min_x": 0.5625, + "min_y": 0.1875, + "min_z": 0.1875, + "max_x": 1.0, + "max_y": 0.8125, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.0, + "min_z": 0.1875, + "max_x": 0.8125, + "max_y": 0.4375, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.5625, + "min_z": 0.1875, + "max_x": 0.8125, + "max_y": 1.0, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.1875, + "min_z": 0.6875, + "max_x": 0.8125, + "max_y": 0.8125, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.1875, + "min_z": 0.1875, + "max_x": 0.3125, + "max_y": 0.8125, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.1875, + "min_z": 0.0, + "max_x": 0.8125, + "max_y": 0.8125, + "max_z": 0.3125 + }, + { + "min_x": 0.6875, + "min_y": 0.1875, + "min_z": 0.1875, + "max_x": 1.0, + "max_y": 0.8125, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.0, + "min_z": 0.1875, + "max_x": 0.8125, + "max_y": 0.3125, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.6875, + "min_z": 0.1875, + "max_x": 0.8125, + "max_y": 1.0, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.1875, + "min_z": 0.75, + "max_x": 0.8125, + "max_y": 0.8125, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.1875, + "min_z": 0.1875, + "max_x": 0.25, + "max_y": 0.8125, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.1875, + "min_z": 0.0, + "max_x": 0.8125, + "max_y": 0.8125, + "max_z": 0.25 + }, + { + "min_x": 0.75, + "min_y": 0.1875, + "min_z": 0.1875, + "max_x": 1.0, + "max_y": 0.8125, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.0, + "min_z": 0.1875, + "max_x": 0.8125, + "max_y": 0.25, + "max_z": 0.8125 + }, + { + "min_x": 0.1875, + "min_y": 0.75, + "min_z": 0.1875, + "max_x": 0.8125, + "max_y": 1.0, + "max_z": 0.8125 + }, + { + "min_x": 0.25, + "min_y": 0.25, + "min_z": 0.8125, + "max_x": 0.75, + "max_y": 0.75, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.25, + "min_z": 0.25, + "max_x": 0.1875, + "max_y": 0.75, + "max_z": 0.75 + }, + { + "min_x": 0.25, + "min_y": 0.25, + "min_z": 0.0, + "max_x": 0.75, + "max_y": 0.75, + "max_z": 0.1875 + }, + { + "min_x": 0.8125, + "min_y": 0.25, + "min_z": 0.25, + "max_x": 1.0, + "max_y": 0.75, + "max_z": 0.75 + }, + { + "min_x": 0.25, + "min_y": 0.0, + "min_z": 0.25, + "max_x": 0.75, + "max_y": 0.1875, + "max_z": 0.75 + }, + { + "min_x": 0.1875, + "min_y": 0.0, + "min_z": 0.1875, + "max_x": 0.5625, + "max_y": 1.0, + "max_z": 0.5625 + }, + { + "min_x": 0.1875, + "min_y": 0.0, + "min_z": 0.1875, + "max_x": 0.5625, + "max_y": 0.6875, + "max_z": 0.5625 + }, + { + "min_x": 0.1875, + "min_y": 0.3125, + "min_z": 0.1875, + "max_x": 0.5625, + "max_y": 1.0, + "max_z": 0.5625 + }, + { + "min_x": 0.125, + "min_y": 0.0, + "min_z": 0.125, + "max_x": 0.625, + "max_y": 1.0, + "max_z": 0.625 + }, + { + "min_x": 0.0625, + "min_y": 0.0, + "min_z": 0.0625, + "max_x": 0.6875, + "max_y": 1.0, + "max_z": 0.6875 + }, + { + "min_x": 0.0, + "min_y": 0.0, + "min_z": 0.0, + "max_x": 0.75, + "max_y": 1.0, + "max_z": 0.75 + }, + { + "min_x": 0.0, + "min_y": 0.5, + "min_z": 0.0, + "max_x": 0.375, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.375, + "min_y": 0.5, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.375 + }, + { + "min_x": 0.375, + "min_y": 0.5, + "min_z": 0.625, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 1.0 + }, + { + "min_x": 0.625, + "min_y": 0.5, + "min_z": 0.375, + "max_x": 1.0, + "max_y": 1.0, + "max_z": 0.625 + }, + { + "min_x": 0.0, + "min_y": 0.6875, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.9375, + "max_z": 1.0 + }, + { + "min_x": 0.0, + "min_y": 0.6875, + "min_z": 0.0, + "max_x": 1.0, + "max_y": 0.8125, + "max_z": 1.0 + } + ], + "blocks": [ + { + "id": 0, + "name": "minecraft:air", + "translation_key": "block.minecraft.air", + "item_id": 0, + "properties": [], + "default_state_id": 0, + "states": [ + { + "id": 0, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 1, + "name": "minecraft:stone", + "translation_key": "block.minecraft.stone", + "item_id": 1, + "properties": [], + "default_state_id": 1, + "states": [ + { + "id": 1, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 2, + "name": "minecraft:granite", + "translation_key": "block.minecraft.granite", + "item_id": 2, + "properties": [], + "default_state_id": 2, + "states": [ + { + "id": 2, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 3, + "name": "minecraft:polished_granite", + "translation_key": "block.minecraft.polished_granite", + "item_id": 3, + "properties": [], + "default_state_id": 3, + "states": [ + { + "id": 3, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 4, + "name": "minecraft:diorite", + "translation_key": "block.minecraft.diorite", + "item_id": 4, + "properties": [], + "default_state_id": 4, + "states": [ + { + "id": 4, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 5, + "name": "minecraft:polished_diorite", + "translation_key": "block.minecraft.polished_diorite", + "item_id": 5, + "properties": [], + "default_state_id": 5, + "states": [ + { + "id": 5, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 6, + "name": "minecraft:andesite", + "translation_key": "block.minecraft.andesite", + "item_id": 6, + "properties": [], + "default_state_id": 6, + "states": [ + { + "id": 6, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 7, + "name": "minecraft:polished_andesite", + "translation_key": "block.minecraft.polished_andesite", + "item_id": 7, + "properties": [], + "default_state_id": 7, + "states": [ + { + "id": 7, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 8, + "name": "minecraft:grass_block", + "translation_key": "block.minecraft.grass_block", + "item_id": 27, + "properties": [ + { + "name": "snowy", + "values": [ + "true", + "false" + ] + } ], - "hinge": [ - "left", - "right" + "default_state_id": 9, + "states": [ + { + "id": 8, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 9, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 9, + "name": "minecraft:dirt", + "translation_key": "block.minecraft.dirt", + "item_id": 28, + "properties": [], + "default_state_id": 10, + "states": [ + { + "id": 10, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 10, + "name": "minecraft:coarse_dirt", + "translation_key": "block.minecraft.coarse_dirt", + "item_id": 29, + "properties": [], + "default_state_id": 11, + "states": [ + { + "id": 11, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 11, + "name": "minecraft:podzol", + "translation_key": "block.minecraft.podzol", + "item_id": 30, + "properties": [ + { + "name": "snowy", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 13, + "states": [ + { + "id": 12, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 12, + "name": "minecraft:cobblestone", + "translation_key": "block.minecraft.cobblestone", + "item_id": 35, + "properties": [], + "default_state_id": 14, + "states": [ + { + "id": 14, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 13, + "name": "minecraft:oak_planks", + "translation_key": "block.minecraft.oak_planks", + "item_id": 36, + "properties": [], + "default_state_id": 15, + "states": [ + { + "id": 15, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 14, + "name": "minecraft:spruce_planks", + "translation_key": "block.minecraft.spruce_planks", + "item_id": 37, + "properties": [], + "default_state_id": 16, + "states": [ + { + "id": 16, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 15, + "name": "minecraft:birch_planks", + "translation_key": "block.minecraft.birch_planks", + "item_id": 38, + "properties": [], + "default_state_id": 17, + "states": [ + { + "id": 17, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 16, + "name": "minecraft:jungle_planks", + "translation_key": "block.minecraft.jungle_planks", + "item_id": 39, + "properties": [], + "default_state_id": 18, + "states": [ + { + "id": 18, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 17, + "name": "minecraft:acacia_planks", + "translation_key": "block.minecraft.acacia_planks", + "item_id": 40, + "properties": [], + "default_state_id": 19, + "states": [ + { + "id": 19, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 18, + "name": "minecraft:cherry_planks", + "translation_key": "block.minecraft.cherry_planks", + "item_id": 41, + "properties": [], + "default_state_id": 20, + "states": [ + { + "id": 20, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 19, + "name": "minecraft:dark_oak_planks", + "translation_key": "block.minecraft.dark_oak_planks", + "item_id": 42, + "properties": [], + "default_state_id": 21, + "states": [ + { + "id": 21, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 20, + "name": "minecraft:pale_oak_wood", + "translation_key": "block.minecraft.pale_oak_wood", + "item_id": 177, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12291, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12292, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12293, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12294, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12295, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12296, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12297, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12298, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12299, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12300, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12301, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 12302, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12303, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12304, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12305, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12306, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12307, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12308, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12309, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12310, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12311, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12312, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12313, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12314, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12315, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12316, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12317, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12318, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12319, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12320, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12321, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12322, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12323, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12324, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12325, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12326, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12327, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12328, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12329, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12330, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12331, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12332, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12333, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12334, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12335, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12336, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12337, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12338, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12339, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12340, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12341, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12342, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12343, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12344, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12345, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12346, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12347, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12348, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12349, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12350, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12351, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12352, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12353, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12354, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:birch_fence": { - "definition": { - "type": "minecraft:fence", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 23, + "states": [ + { + "id": 22, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 23, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 24, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 21, + "name": "minecraft:pale_oak_planks", + "translation_key": "block.minecraft.pale_oak_planks", + "item_id": 43, + "properties": [], + "default_state_id": 25, + "states": [ + { + "id": 25, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 22, + "name": "minecraft:mangrove_planks", + "translation_key": "block.minecraft.mangrove_planks", + "item_id": 44, + "properties": [], + "default_state_id": 26, + "states": [ + { + "id": 26, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 23, + "name": "minecraft:bamboo_planks", + "translation_key": "block.minecraft.bamboo_planks", + "item_id": 45, + "properties": [], + "default_state_id": 27, + "states": [ + { + "id": 27, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 24, + "name": "minecraft:bamboo_mosaic", + "translation_key": "block.minecraft.bamboo_mosaic", + "item_id": 48, + "properties": [], + "default_state_id": 28, + "states": [ + { + "id": 28, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 25, + "name": "minecraft:oak_sapling", + "translation_key": "block.minecraft.oak_sapling", + "item_id": 49, + "properties": [ + { + "name": "stage", + "values": [ + "0", + "1" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 29, + "states": [ + { + "id": 29, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 30, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 26, + "name": "minecraft:spruce_sapling", + "translation_key": "block.minecraft.spruce_sapling", + "item_id": 50, + "properties": [ + { + "name": "stage", + "values": [ + "0", + "1" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 31, + "states": [ + { + "id": 31, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 32, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 27, + "name": "minecraft:birch_sapling", + "translation_key": "block.minecraft.birch_sapling", + "item_id": 51, + "properties": [ + { + "name": "stage", + "values": [ + "0", + "1" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 33, + "states": [ + { + "id": 33, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 34, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 28, + "name": "minecraft:jungle_sapling", + "translation_key": "block.minecraft.jungle_sapling", + "item_id": 52, + "properties": [ + { + "name": "stage", + "values": [ + "0", + "1" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11971, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 11972, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 11973, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 11974, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 11975, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 11976, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 11977, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 11978, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 11979, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 11980, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 11981, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 11982, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 11983, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 11984, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 11985, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 11986, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 11987, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 11988, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 11989, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 11990, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 11991, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 11992, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 11993, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 11994, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 11995, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 11996, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 11997, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 11998, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 11999, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12000, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12001, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 12002, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:birch_fence_gate": { - "definition": { - "type": "minecraft:fence_gate", - "properties": {}, - "wood_type": "birch" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 35, + "states": [ + { + "id": 35, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 36, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 29, + "name": "minecraft:acacia_sapling", + "translation_key": "block.minecraft.acacia_sapling", + "item_id": 53, + "properties": [ + { + "name": "stage", + "values": [ + "0", + "1" + ] + } ], - "in_wall": [ - "true", - "false" + "default_state_id": 37, + "states": [ + { + "id": 37, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 38, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 30, + "name": "minecraft:cherry_sapling", + "translation_key": "block.minecraft.cherry_sapling", + "item_id": 54, + "properties": [ + { + "name": "stage", + "values": [ + "0", + "1" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 39, + "states": [ + { + "id": 39, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 40, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 31, + "name": "minecraft:dark_oak_sapling", + "translation_key": "block.minecraft.dark_oak_sapling", + "item_id": 55, + "properties": [ + { + "name": "stage", + "values": [ + "0", + "1" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11683, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11684, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11685, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11686, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11687, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11688, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11689, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 11690, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11691, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11692, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11693, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11694, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11695, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11696, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11697, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11698, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11699, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11700, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11701, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11702, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11703, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11704, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11705, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11706, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11707, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11708, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11709, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11710, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11711, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11712, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11713, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11714, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:birch_hanging_sign": { - "definition": { - "type": "minecraft:ceiling_hanging_sign", - "properties": {}, - "wood_type": "birch" - }, - "properties": { - "attached": [ - "true", - "false" + "default_state_id": 41, + "states": [ + { + "id": 41, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 42, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 32, + "name": "minecraft:pale_oak_sapling", + "translation_key": "block.minecraft.pale_oak_sapling", + "item_id": 56, + "properties": [ + { + "name": "stage", + "values": [ + "0", + "1" + ] + } ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "default_state_id": 43, + "states": [ + { + "id": 43, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 44, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 33, + "name": "minecraft:mangrove_propagule", + "translation_key": "block.minecraft.mangrove_propagule", + "item_id": 57, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4" + ] + }, + { + "name": "hanging", + "values": [ + "true", + "false" + ] + }, + { + "name": "stage", + "values": [ + "0", + "1" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5054, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "id": 5055, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5056, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5057, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5058, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5059, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5060, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5061, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5062, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5063, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5064, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5065, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5066, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5067, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5068, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5069, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5070, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5071, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5072, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5073, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5074, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5075, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5076, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5077, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5078, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5079, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5080, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5081, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5082, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5083, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5084, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5085, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "false" - } - }, - { - "id": 5086, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5087, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5088, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5089, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5090, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5091, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5092, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5093, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5094, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5095, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5096, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5097, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5098, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5099, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5100, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5101, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5102, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5103, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5104, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5105, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5106, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5107, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5108, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5109, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5110, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5111, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5112, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5113, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5114, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5115, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5116, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5117, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:birch_leaves": { - "definition": { - "type": "minecraft:leaves", - "properties": {} - }, - "properties": { - "distance": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ], - "persistent": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 308, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 309, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 310, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 311, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 312, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 313, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 314, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 315, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 316, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 317, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 318, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 319, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 320, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 321, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 322, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 323, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 324, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 325, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 326, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 327, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 328, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 329, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 330, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 331, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 332, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 333, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 334, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 335, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:birch_log": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 142, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 143, - "properties": { - "axis": "y" - } - }, - { - "id": 144, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:birch_planks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 17 - } - ] - }, - "minecraft:birch_pressure_plate": { - "definition": { - "type": "minecraft:pressure_plate", - "block_set_type": "birch", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5884, - "properties": { - "powered": "true" - } - }, - { - "default": true, - "id": 5885, - "properties": { - "powered": "false" - } - } - ] - }, - "minecraft:birch_sapling": { - "definition": { - "type": "minecraft:sapling", - "properties": {}, - "tree": "birch" - }, - "properties": { - "stage": [ - "0", - "1" - ] - }, - "states": [ - { - "default": true, - "id": 33, - "properties": { - "stage": "0" - } - }, - { - "id": 34, - "properties": { - "stage": "1" - } - } - ] - }, - "minecraft:birch_sign": { - "definition": { - "type": "minecraft:standing_sign", - "properties": {}, - "wood_type": "birch" - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4418, - "properties": { - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4419, - "properties": { - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 4420, - "properties": { - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 4421, - "properties": { - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 4422, - "properties": { - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 4423, - "properties": { - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 4424, - "properties": { - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 4425, - "properties": { - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 4426, - "properties": { - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 4427, - "properties": { - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 4428, - "properties": { - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 4429, - "properties": { - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 4430, - "properties": { - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 4431, - "properties": { - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 4432, - "properties": { - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 4433, - "properties": { - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 4434, - "properties": { - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 4435, - "properties": { - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 4436, - "properties": { - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 4437, - "properties": { - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 4438, - "properties": { - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 4439, - "properties": { - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 4440, - "properties": { - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 4441, - "properties": { - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 4442, - "properties": { - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 4443, - "properties": { - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 4444, - "properties": { - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 4445, - "properties": { - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 4446, - "properties": { - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 4447, - "properties": { - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 4448, - "properties": { - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 4449, - "properties": { - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:birch_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11509, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11510, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11511, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11512, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11513, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11514, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:birch_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:birch_planks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 50, + "states": [ + { + "id": 45, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 46, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 47, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 48, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 49, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 50, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 51, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 52, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 53, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 54, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 55, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 56, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 57, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 58, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 59, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 60, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 61, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 62, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 63, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 64, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 65, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 66, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 67, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 68, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 69, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 70, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 71, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 72, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 73, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 74, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 75, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 76, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 77, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 78, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 79, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 80, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 81, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 82, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 83, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 84, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 34, + "name": "minecraft:bedrock", + "translation_key": "block.minecraft.bedrock", + "item_id": 58, + "properties": [], + "default_state_id": 85, + "states": [ + { + "id": 85, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 35, + "name": "minecraft:water", + "translation_key": "block.minecraft.water", + "item_id": 0, + "properties": [ + { + "name": "level", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 86, + "states": [ + { + "id": 86, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 87, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 88, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 89, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 90, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 91, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 92, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 93, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 94, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 95, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 96, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 97, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 98, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 99, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 100, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 101, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 36, + "name": "minecraft:lava", + "translation_key": "block.minecraft.lava", + "item_id": 0, + "properties": [ + { + "name": "level", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 102, + "states": [ + { + "id": 102, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 103, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 104, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 105, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 106, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 107, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 108, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 109, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 110, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 111, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 112, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 113, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 114, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 115, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 116, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 117, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 37, + "name": "minecraft:sand", + "translation_key": "block.minecraft.sand", + "item_id": 59, + "properties": [], + "default_state_id": 118, + "states": [ + { + "id": 118, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 38, + "name": "minecraft:suspicious_sand", + "translation_key": "block.minecraft.suspicious_sand", + "item_id": 60, + "properties": [ + { + "name": "dusted", + "values": [ + "0", + "1", + "2", + "3" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7976, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7977, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7978, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7979, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7980, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7981, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7982, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7983, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7984, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7985, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7986, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 7987, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7988, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7989, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7990, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7991, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7992, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7993, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7994, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7995, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7996, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7997, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7998, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7999, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 8000, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 8001, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 8002, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 8003, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 8004, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 8005, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 8006, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 8007, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 8008, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 8009, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 8010, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 8011, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 8012, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 8013, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 8014, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 8015, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 8016, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 8017, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 8018, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 8019, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 8020, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 8021, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 8022, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 8023, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 8024, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 8025, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 8026, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 8027, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 8028, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 8029, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 8030, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 8031, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 8032, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 8033, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 8034, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 8035, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 8036, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 8037, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 8038, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 8039, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 8040, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 8041, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 8042, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 8043, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 8044, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 8045, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 8046, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 8047, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 8048, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 8049, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 8050, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 8051, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 8052, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 8053, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 8054, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 8055, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:birch_trapdoor": { - "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "birch", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 119, + "states": [ + { + "id": 119, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 40 + }, + { + "id": 120, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 40 + }, + { + "id": 121, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 40 + }, + { + "id": 122, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 40 + } + ] + }, + { + "id": 39, + "name": "minecraft:red_sand", + "translation_key": "block.minecraft.red_sand", + "item_id": 62, + "properties": [], + "default_state_id": 123, + "states": [ + { + "id": 123, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 40, + "name": "minecraft:gravel", + "translation_key": "block.minecraft.gravel", + "item_id": 63, + "properties": [], + "default_state_id": 124, + "states": [ + { + "id": 124, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 41, + "name": "minecraft:suspicious_gravel", + "translation_key": "block.minecraft.suspicious_gravel", + "item_id": 61, + "properties": [ + { + "name": "dusted", + "values": [ + "0", + "1", + "2", + "3" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 125, + "states": [ + { + "id": 125, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 40 + }, + { + "id": 126, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 40 + }, + { + "id": 127, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 40 + }, + { + "id": 128, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 40 + } + ] + }, + { + "id": 42, + "name": "minecraft:gold_ore", + "translation_key": "block.minecraft.gold_ore", + "item_id": 70, + "properties": [], + "default_state_id": 129, + "states": [ + { + "id": 129, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 43, + "name": "minecraft:deepslate_gold_ore", + "translation_key": "block.minecraft.deepslate_gold_ore", + "item_id": 71, + "properties": [], + "default_state_id": 130, + "states": [ + { + "id": 130, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 44, + "name": "minecraft:iron_ore", + "translation_key": "block.minecraft.iron_ore", + "item_id": 66, + "properties": [], + "default_state_id": 131, + "states": [ + { + "id": 131, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 45, + "name": "minecraft:deepslate_iron_ore", + "translation_key": "block.minecraft.deepslate_iron_ore", + "item_id": 67, + "properties": [], + "default_state_id": 132, + "states": [ + { + "id": 132, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 46, + "name": "minecraft:coal_ore", + "translation_key": "block.minecraft.coal_ore", + "item_id": 64, + "properties": [], + "default_state_id": 133, + "states": [ + { + "id": 133, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 47, + "name": "minecraft:deepslate_coal_ore", + "translation_key": "block.minecraft.deepslate_coal_ore", + "item_id": 65, + "properties": [], + "default_state_id": 134, + "states": [ + { + "id": 134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 48, + "name": "minecraft:nether_gold_ore", + "translation_key": "block.minecraft.nether_gold_ore", + "item_id": 80, + "properties": [], + "default_state_id": 135, + "states": [ + { + "id": 135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 49, + "name": "minecraft:oak_log", + "translation_key": "block.minecraft.oak_log", + "item_id": 134, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 137, + "states": [ + { + "id": 136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 50, + "name": "minecraft:spruce_log", + "translation_key": "block.minecraft.spruce_log", + "item_id": 135, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "powered": [ - "true", - "false" + "default_state_id": 140, + "states": [ + { + "id": 139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 51, + "name": "minecraft:birch_log", + "translation_key": "block.minecraft.birch_log", + "item_id": 136, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 6255, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6256, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6257, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6258, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6259, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6260, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6261, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6262, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6263, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6264, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6265, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6266, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6267, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6268, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6269, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 6270, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6271, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6272, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6273, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6274, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6275, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6276, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6277, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6278, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6279, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6280, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6281, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6282, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6283, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6284, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6285, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6286, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6287, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6288, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6289, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6290, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6291, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6292, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6293, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6294, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6295, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6296, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6297, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6298, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6299, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6300, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6301, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6302, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6303, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6304, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6305, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6306, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6307, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6308, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6309, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6310, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6311, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6312, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6313, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6314, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6315, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6316, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6317, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6318, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:birch_wall_hanging_sign": { - "definition": { - "type": "minecraft:wall_hanging_sign", - "properties": {}, - "wood_type": "birch" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 143, + "states": [ + { + "id": 142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 52, + "name": "minecraft:jungle_log", + "translation_key": "block.minecraft.jungle_log", + "item_id": 137, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5710, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5711, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 5712, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 5713, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 5714, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 5715, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 5716, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 5717, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:birch_wall_sign": { - "definition": { - "type": "minecraft:wall_sign", - "properties": {}, - "wood_type": "birch" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 146, + "states": [ + { + "id": 145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 53, + "name": "minecraft:acacia_log", + "translation_key": "block.minecraft.acacia_log", + "item_id": 138, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4862, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4863, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 4864, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 4865, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 4866, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 4867, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 4868, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 4869, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:birch_wood": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 207, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 208, - "properties": { - "axis": "y" - } - }, - { - "id": 209, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:black_banner": { - "definition": { - "type": "minecraft:banner", - "color": "black", - "properties": {} - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 11334, - "properties": { - "rotation": "0" - } - }, - { - "id": 11335, - "properties": { - "rotation": "1" - } - }, - { - "id": 11336, - "properties": { - "rotation": "2" - } - }, - { - "id": 11337, - "properties": { - "rotation": "3" - } - }, - { - "id": 11338, - "properties": { - "rotation": "4" - } - }, - { - "id": 11339, - "properties": { - "rotation": "5" - } - }, - { - "id": 11340, - "properties": { - "rotation": "6" - } - }, - { - "id": 11341, - "properties": { - "rotation": "7" - } - }, - { - "id": 11342, - "properties": { - "rotation": "8" - } - }, - { - "id": 11343, - "properties": { - "rotation": "9" - } - }, - { - "id": 11344, - "properties": { - "rotation": "10" - } - }, - { - "id": 11345, - "properties": { - "rotation": "11" - } - }, - { - "id": 11346, - "properties": { - "rotation": "12" - } - }, - { - "id": 11347, - "properties": { - "rotation": "13" - } - }, - { - "id": 11348, - "properties": { - "rotation": "14" - } - }, - { - "id": 11349, - "properties": { - "rotation": "15" - } - } - ] - }, - "minecraft:black_bed": { - "definition": { - "type": "minecraft:bed", - "color": "black", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 149, + "states": [ + { + "id": 148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 54, + "name": "minecraft:cherry_log", + "translation_key": "block.minecraft.cherry_log", + "item_id": 139, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "occupied": [ - "true", - "false" + "default_state_id": 152, + "states": [ + { + "id": 151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 55, + "name": "minecraft:dark_oak_log", + "translation_key": "block.minecraft.dark_oak_log", + "item_id": 141, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "part": [ - "head", - "foot" - ] - }, - "states": [ - { - "id": 1971, - "properties": { - "facing": "north", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1972, - "properties": { - "facing": "north", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1973, - "properties": { - "facing": "north", - "occupied": "false", - "part": "head" - } - }, - { - "default": true, - "id": 1974, - "properties": { - "facing": "north", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1975, - "properties": { - "facing": "south", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1976, - "properties": { - "facing": "south", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1977, - "properties": { - "facing": "south", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1978, - "properties": { - "facing": "south", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1979, - "properties": { - "facing": "west", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1980, - "properties": { - "facing": "west", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1981, - "properties": { - "facing": "west", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1982, - "properties": { - "facing": "west", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1983, - "properties": { - "facing": "east", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1984, - "properties": { - "facing": "east", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1985, - "properties": { - "facing": "east", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1986, - "properties": { - "facing": "east", - "occupied": "false", - "part": "foot" - } - } - ] - }, - "minecraft:black_candle": { - "definition": { - "type": "minecraft:candle", - "properties": {} - }, - "properties": { - "candles": [ - "1", - "2", - "3", - "4" + "default_state_id": 155, + "states": [ + { + "id": 154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 56, + "name": "minecraft:pale_oak_log", + "translation_key": "block.minecraft.pale_oak_log", + "item_id": 140, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "lit": [ - "true", - "false" + "default_state_id": 158, + "states": [ + { + "id": 157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 57, + "name": "minecraft:mangrove_log", + "translation_key": "block.minecraft.mangrove_log", + "item_id": 142, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21450, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21451, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21452, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21453, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21454, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21455, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21456, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21457, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21458, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21459, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21460, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21461, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21462, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21463, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21464, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21465, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:black_candle_cake": { - "definition": { - "type": "minecraft:candle_cake", - "candle": "minecraft:black_candle", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21498, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 21499, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:black_carpet": { - "definition": { - "type": "minecraft:wool_carpet", - "color": "black", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11078 - } - ] - }, - "minecraft:black_concrete": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13212 - } - ] - }, - "minecraft:black_concrete_powder": { - "definition": { - "type": "minecraft:concrete_powder", - "concrete": "minecraft:black_concrete", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13228 - } - ] - }, - "minecraft:black_glazed_terracotta": { - "definition": { - "type": "minecraft:glazed_terracotta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 13193, - "properties": { - "facing": "north" - } - }, - { - "id": 13194, - "properties": { - "facing": "south" - } - }, - { - "id": 13195, - "properties": { - "facing": "west" - } - }, - { - "id": 13196, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:black_shulker_box": { - "definition": { - "type": "minecraft:shulker_box", - "color": "black", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 13127, - "properties": { - "facing": "north" - } - }, - { - "id": 13128, - "properties": { - "facing": "east" - } - }, - { - "id": 13129, - "properties": { - "facing": "south" - } - }, - { - "id": 13130, - "properties": { - "facing": "west" - } - }, - { - "default": true, - "id": 13131, - "properties": { - "facing": "up" - } - }, - { - "id": 13132, - "properties": { - "facing": "down" - } - } - ] - }, - "minecraft:black_stained_glass": { - "definition": { - "type": "minecraft:stained_glass", - "color": "black", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6126 - } - ] - }, - "minecraft:black_stained_glass_pane": { - "definition": { - "type": "minecraft:stained_glass_pane", - "color": "black", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 161, + "states": [ + { + "id": 160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 58, + "name": "minecraft:mangrove_roots", + "translation_key": "block.minecraft.mangrove_roots", + "item_id": 143, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 164, + "states": [ + { + "id": 163, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 164, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 59, + "name": "minecraft:muddy_mangrove_roots", + "translation_key": "block.minecraft.muddy_mangrove_roots", + "item_id": 144, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 166, + "states": [ + { + "id": 165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 60, + "name": "minecraft:bamboo_block", + "translation_key": "block.minecraft.bamboo_block", + "item_id": 147, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 169, + "states": [ + { + "id": 168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 61, + "name": "minecraft:stripped_spruce_log", + "translation_key": "block.minecraft.stripped_spruce_log", + "item_id": 149, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 10107, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10108, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10109, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10110, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10111, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10112, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10113, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10114, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10115, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10116, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10117, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10118, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10119, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10120, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10121, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10122, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10123, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10124, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10125, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10126, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10127, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10128, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10129, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10130, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10131, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10132, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10133, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10134, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10135, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10136, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10137, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 10138, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:black_terracotta": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9626 - } - ] - }, - "minecraft:black_wall_banner": { - "definition": { - "type": "minecraft:wall_banner", - "color": "black", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 11410, - "properties": { - "facing": "north" - } - }, - { - "id": 11411, - "properties": { - "facing": "south" - } - }, - { - "id": 11412, - "properties": { - "facing": "west" - } - }, - { - "id": 11413, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:black_wool": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2105 - } - ] - }, - "minecraft:blackstone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19929 - } - ] - }, - "minecraft:blackstone_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 172, + "states": [ + { + "id": 171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 62, + "name": "minecraft:stripped_birch_log", + "translation_key": "block.minecraft.stripped_birch_log", + "item_id": 150, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 20334, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 20335, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 20336, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 20337, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 20338, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 20339, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:blackstone_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:blackstone" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19930, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19931, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19932, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19933, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19934, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19935, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19936, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19937, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19938, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19939, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19940, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 19941, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19942, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19943, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19944, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19945, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19946, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19947, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19948, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19949, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19950, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19951, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19952, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19953, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19954, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19955, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19956, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19957, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19958, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19959, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19960, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19961, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19962, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19963, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19964, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19965, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19966, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19967, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19968, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19969, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19970, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19971, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19972, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19973, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19974, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19975, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19976, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19977, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19978, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19979, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19980, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19981, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19982, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19983, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19984, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19985, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19986, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19987, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19988, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19989, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19990, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19991, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19992, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19993, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19994, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19995, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19996, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19997, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19998, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19999, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 20000, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 20001, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 20002, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 20003, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 20004, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 20005, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 20006, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 20007, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 20008, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 20009, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:blackstone_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" - ], - "north": [ - "none", - "low", - "tall" - ], - "south": [ - "none", - "low", - "tall" - ], - "up": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 20010, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20011, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20012, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 20013, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20014, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20015, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20016, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20017, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20018, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20019, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20020, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20021, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20022, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20023, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20024, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20025, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20026, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20027, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20028, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20029, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20030, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20031, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20032, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20033, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20034, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20035, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20036, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20037, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20038, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20039, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20040, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20041, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20042, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20043, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20044, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20045, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20046, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20047, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20048, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20049, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20050, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20051, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20052, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20053, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20054, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20055, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20056, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20057, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20058, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20059, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20060, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20061, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20062, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20063, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20064, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20065, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20066, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20067, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20068, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20069, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20070, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20071, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20072, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20073, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20074, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20075, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20076, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20077, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20078, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20079, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20080, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20081, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20082, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20083, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20084, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20085, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20086, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20087, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20088, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20089, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20090, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20091, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20092, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20093, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20094, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20095, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20096, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20097, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20098, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20099, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20100, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20101, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20102, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20103, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20104, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20105, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20106, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20107, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20108, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20109, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20110, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20111, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20112, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20113, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20114, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20115, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20116, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20117, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20118, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20119, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20120, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20121, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20122, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20123, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20124, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20125, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20126, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20127, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20128, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20129, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20130, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20131, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20132, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20133, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20134, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20135, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20136, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20137, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20138, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20139, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20140, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20141, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20142, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20143, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20144, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20145, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20146, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20147, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20148, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20149, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20150, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20151, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20152, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20153, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20154, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20155, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20156, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20157, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20158, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20159, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20160, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20161, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20162, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20163, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20164, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20165, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20166, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20167, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20168, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20169, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20170, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20171, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20172, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20173, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20174, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20175, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20176, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20177, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20178, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20179, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20180, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20181, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20182, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20183, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20184, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20185, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20186, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20187, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20188, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20189, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20190, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20191, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20192, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20193, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20194, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20195, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20196, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20197, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20198, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20199, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20200, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20201, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20202, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20203, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20204, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20205, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20206, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20207, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20208, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20209, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20210, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20211, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20212, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20213, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20214, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20215, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20216, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20217, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20218, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20219, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20220, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20221, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20222, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20223, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20224, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20225, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20226, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20227, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20228, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20229, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20230, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20231, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20232, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20233, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20234, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20235, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20236, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20237, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20238, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20239, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20240, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20241, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20242, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20243, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20244, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20245, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20246, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20247, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20248, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20249, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20250, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20251, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20252, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20253, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20254, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20255, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20256, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20257, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20258, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20259, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20260, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20261, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20262, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20263, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20264, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20265, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20266, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20267, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20268, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20269, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20270, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20271, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20272, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20273, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20274, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20275, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20276, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20277, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20278, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20279, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20280, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20281, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20282, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20283, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20284, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20285, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20286, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20287, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20288, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20289, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20290, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20291, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20292, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20293, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20294, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20295, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20296, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20297, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20298, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20299, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20300, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20301, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20302, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20303, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20304, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20305, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20306, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20307, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20308, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20309, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20310, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20311, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20312, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20313, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20314, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20315, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20316, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20317, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20318, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20319, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20320, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20321, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20322, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20323, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20324, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20325, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20326, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20327, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20328, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20329, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20330, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20331, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20332, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20333, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:blast_furnace": { - "definition": { - "type": "minecraft:blast_furnace", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 18897, - "properties": { - "facing": "north", - "lit": "true" - } - }, - { - "default": true, - "id": 18898, - "properties": { - "facing": "north", - "lit": "false" - } - }, - { - "id": 18899, - "properties": { - "facing": "south", - "lit": "true" - } - }, - { - "id": 18900, - "properties": { - "facing": "south", - "lit": "false" - } - }, - { - "id": 18901, - "properties": { - "facing": "west", - "lit": "true" - } - }, - { - "id": 18902, - "properties": { - "facing": "west", - "lit": "false" - } - }, - { - "id": 18903, - "properties": { - "facing": "east", - "lit": "true" - } - }, - { - "id": 18904, - "properties": { - "facing": "east", - "lit": "false" - } - } - ] - }, - "minecraft:blue_banner": { - "definition": { - "type": "minecraft:banner", - "color": "blue", - "properties": {} - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 11270, - "properties": { - "rotation": "0" - } - }, - { - "id": 11271, - "properties": { - "rotation": "1" - } - }, - { - "id": 11272, - "properties": { - "rotation": "2" - } - }, - { - "id": 11273, - "properties": { - "rotation": "3" - } - }, - { - "id": 11274, - "properties": { - "rotation": "4" - } - }, - { - "id": 11275, - "properties": { - "rotation": "5" - } - }, - { - "id": 11276, - "properties": { - "rotation": "6" - } - }, - { - "id": 11277, - "properties": { - "rotation": "7" - } - }, - { - "id": 11278, - "properties": { - "rotation": "8" - } - }, - { - "id": 11279, - "properties": { - "rotation": "9" - } - }, - { - "id": 11280, - "properties": { - "rotation": "10" - } - }, - { - "id": 11281, - "properties": { - "rotation": "11" - } - }, - { - "id": 11282, - "properties": { - "rotation": "12" - } - }, - { - "id": 11283, - "properties": { - "rotation": "13" - } - }, - { - "id": 11284, - "properties": { - "rotation": "14" - } - }, - { - "id": 11285, - "properties": { - "rotation": "15" - } - } - ] - }, - "minecraft:blue_bed": { - "definition": { - "type": "minecraft:bed", - "color": "blue", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "occupied": [ - "true", - "false" - ], - "part": [ - "head", - "foot" - ] - }, - "states": [ - { - "id": 1907, - "properties": { - "facing": "north", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1908, - "properties": { - "facing": "north", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1909, - "properties": { - "facing": "north", - "occupied": "false", - "part": "head" - } - }, - { - "default": true, - "id": 1910, - "properties": { - "facing": "north", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1911, - "properties": { - "facing": "south", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1912, - "properties": { - "facing": "south", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1913, - "properties": { - "facing": "south", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1914, - "properties": { - "facing": "south", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1915, - "properties": { - "facing": "west", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1916, - "properties": { - "facing": "west", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1917, - "properties": { - "facing": "west", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1918, - "properties": { - "facing": "west", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1919, - "properties": { - "facing": "east", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1920, - "properties": { - "facing": "east", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1921, - "properties": { - "facing": "east", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1922, - "properties": { - "facing": "east", - "occupied": "false", - "part": "foot" - } - } - ] - }, - "minecraft:blue_candle": { - "definition": { - "type": "minecraft:candle", - "properties": {} - }, - "properties": { - "candles": [ - "1", - "2", - "3", - "4" + "default_state_id": 175, + "states": [ + { + "id": 174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 63, + "name": "minecraft:stripped_jungle_log", + "translation_key": "block.minecraft.stripped_jungle_log", + "item_id": 151, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "lit": [ - "true", - "false" + "default_state_id": 178, + "states": [ + { + "id": 177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 64, + "name": "minecraft:stripped_acacia_log", + "translation_key": "block.minecraft.stripped_acacia_log", + "item_id": 152, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21386, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21387, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21388, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21389, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21390, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21391, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21392, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21393, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21394, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21395, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21396, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21397, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21398, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21399, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21400, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21401, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:blue_candle_cake": { - "definition": { - "type": "minecraft:candle_cake", - "candle": "minecraft:blue_candle", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21490, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 21491, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:blue_carpet": { - "definition": { - "type": "minecraft:wool_carpet", - "color": "blue", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11074 - } - ] - }, - "minecraft:blue_concrete": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13208 - } - ] - }, - "minecraft:blue_concrete_powder": { - "definition": { - "type": "minecraft:concrete_powder", - "concrete": "minecraft:blue_concrete", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13224 - } - ] - }, - "minecraft:blue_glazed_terracotta": { - "definition": { - "type": "minecraft:glazed_terracotta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 13177, - "properties": { - "facing": "north" - } - }, - { - "id": 13178, - "properties": { - "facing": "south" - } - }, - { - "id": 13179, - "properties": { - "facing": "west" - } - }, - { - "id": 13180, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:blue_ice": { - "definition": { - "type": "minecraft:half_transparent", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13410 - } - ] - }, - "minecraft:blue_orchid": { - "definition": { - "type": "minecraft:flower", - "properties": {}, - "suspicious_stew_effects": [ - { - "duration": 7, - "id": "minecraft:saturation" - } - ] - }, - "states": [ - { - "default": true, - "id": 2121 - } - ] - }, - "minecraft:blue_shulker_box": { - "definition": { - "type": "minecraft:shulker_box", - "color": "blue", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 13103, - "properties": { - "facing": "north" - } - }, - { - "id": 13104, - "properties": { - "facing": "east" - } - }, - { - "id": 13105, - "properties": { - "facing": "south" - } - }, - { - "id": 13106, - "properties": { - "facing": "west" - } - }, - { - "default": true, - "id": 13107, - "properties": { - "facing": "up" - } - }, - { - "id": 13108, - "properties": { - "facing": "down" - } - } - ] - }, - "minecraft:blue_stained_glass": { - "definition": { - "type": "minecraft:stained_glass", - "color": "blue", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6122 - } - ] - }, - "minecraft:blue_stained_glass_pane": { - "definition": { - "type": "minecraft:stained_glass_pane", - "color": "blue", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 181, + "states": [ + { + "id": 180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 65, + "name": "minecraft:stripped_cherry_log", + "translation_key": "block.minecraft.stripped_cherry_log", + "item_id": 153, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 184, + "states": [ + { + "id": 183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 66, + "name": "minecraft:stripped_dark_oak_log", + "translation_key": "block.minecraft.stripped_dark_oak_log", + "item_id": 154, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 187, + "states": [ + { + "id": 186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 67, + "name": "minecraft:stripped_pale_oak_log", + "translation_key": "block.minecraft.stripped_pale_oak_log", + "item_id": 155, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 190, + "states": [ + { + "id": 189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 68, + "name": "minecraft:stripped_oak_log", + "translation_key": "block.minecraft.stripped_oak_log", + "item_id": 148, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9979, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9980, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9981, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9982, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9983, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9984, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9985, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9986, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9987, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9988, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9989, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9990, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9991, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9992, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9993, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9994, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9995, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9996, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9997, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9998, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9999, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10000, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10001, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10002, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10003, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10004, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10005, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10006, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10007, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10008, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10009, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 10010, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:blue_terracotta": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9622 - } - ] - }, - "minecraft:blue_wall_banner": { - "definition": { - "type": "minecraft:wall_banner", - "color": "blue", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 11394, - "properties": { - "facing": "north" - } - }, - { - "id": 11395, - "properties": { - "facing": "south" - } - }, - { - "id": 11396, - "properties": { - "facing": "west" - } - }, - { - "id": 11397, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:blue_wool": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2101 - } - ] - }, - "minecraft:bone_block": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 13015, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 13016, - "properties": { - "axis": "y" - } - }, - { - "id": 13017, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:bookshelf": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2139 - } - ] - }, - "minecraft:brain_coral": { - "definition": { - "type": "minecraft:coral_plant", - "dead": "minecraft:dead_brain_coral", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13294, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13295, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:brain_coral_block": { - "definition": { - "type": "minecraft:coral", - "dead": "minecraft:dead_brain_coral_block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13278 - } - ] - }, - "minecraft:brain_coral_fan": { - "definition": { - "type": "minecraft:coral_fan", - "dead": "minecraft:dead_brain_coral_fan", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13314, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13315, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:brain_coral_wall_fan": { - "definition": { - "type": "minecraft:coral_wall_fan", - "dead": "minecraft:dead_brain_coral_wall_fan", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 193, + "states": [ + { + "id": 192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 69, + "name": "minecraft:stripped_mangrove_log", + "translation_key": "block.minecraft.stripped_mangrove_log", + "item_id": 156, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13370, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 13371, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 13372, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 13373, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 13374, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 13375, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 13376, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 13377, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:brewing_stand": { - "definition": { - "type": "minecraft:brewing_stand", - "properties": {} - }, - "properties": { - "has_bottle_0": [ - "true", - "false" + "default_state_id": 196, + "states": [ + { + "id": 195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 70, + "name": "minecraft:stripped_bamboo_block", + "translation_key": "block.minecraft.stripped_bamboo_block", + "item_id": 170, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "has_bottle_1": [ - "true", - "false" + "default_state_id": 199, + "states": [ + { + "id": 198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 71, + "name": "minecraft:oak_wood", + "translation_key": "block.minecraft.oak_wood", + "item_id": 171, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "has_bottle_2": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7620, - "properties": { - "has_bottle_0": "true", - "has_bottle_1": "true", - "has_bottle_2": "true" - } - }, - { - "id": 7621, - "properties": { - "has_bottle_0": "true", - "has_bottle_1": "true", - "has_bottle_2": "false" - } - }, - { - "id": 7622, - "properties": { - "has_bottle_0": "true", - "has_bottle_1": "false", - "has_bottle_2": "true" - } - }, - { - "id": 7623, - "properties": { - "has_bottle_0": "true", - "has_bottle_1": "false", - "has_bottle_2": "false" - } - }, - { - "id": 7624, - "properties": { - "has_bottle_0": "false", - "has_bottle_1": "true", - "has_bottle_2": "true" - } - }, - { - "id": 7625, - "properties": { - "has_bottle_0": "false", - "has_bottle_1": "true", - "has_bottle_2": "false" - } - }, - { - "id": 7626, - "properties": { - "has_bottle_0": "false", - "has_bottle_1": "false", - "has_bottle_2": "true" - } - }, - { - "default": true, - "id": 7627, - "properties": { - "has_bottle_0": "false", - "has_bottle_1": "false", - "has_bottle_2": "false" - } - } - ] - }, - "minecraft:brick_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 202, + "states": [ + { + "id": 201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 72, + "name": "minecraft:spruce_wood", + "translation_key": "block.minecraft.spruce_wood", + "item_id": 172, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11599, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11600, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11601, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11602, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11603, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11604, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:brick_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:bricks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 205, + "states": [ + { + "id": 204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 73, + "name": "minecraft:birch_wood", + "translation_key": "block.minecraft.birch_wood", + "item_id": 173, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 208, + "states": [ + { + "id": 207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 74, + "name": "minecraft:jungle_wood", + "translation_key": "block.minecraft.jungle_wood", + "item_id": 174, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 211, + "states": [ + { + "id": 210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 75, + "name": "minecraft:acacia_wood", + "translation_key": "block.minecraft.acacia_wood", + "item_id": 175, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7259, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7260, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7261, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7262, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7263, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7264, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7265, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7266, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7267, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7268, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7269, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 7270, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7271, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7272, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7273, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7274, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7275, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7276, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7277, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7278, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7279, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7280, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7281, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7282, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7283, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7284, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7285, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7286, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7287, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7288, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7289, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7290, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7291, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7292, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7293, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7294, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7295, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7296, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7297, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7298, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7299, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7300, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7301, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7302, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7303, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7304, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7305, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7306, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7307, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7308, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7309, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7310, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7311, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7312, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7313, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7314, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7315, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7316, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7317, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7318, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7319, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7320, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7321, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7322, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7323, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7324, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7325, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7326, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7327, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7328, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7329, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7330, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7331, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7332, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7333, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7334, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7335, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7336, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7337, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7338, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:brick_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" + "default_state_id": 214, + "states": [ + { + "id": 213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 76, + "name": "minecraft:cherry_wood", + "translation_key": "block.minecraft.cherry_wood", + "item_id": 176, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "north": [ - "none", - "low", - "tall" + "default_state_id": 217, + "states": [ + { + "id": 216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 77, + "name": "minecraft:dark_oak_wood", + "translation_key": "block.minecraft.dark_oak_wood", + "item_id": 178, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "south": [ - "none", - "low", - "tall" + "default_state_id": 220, + "states": [ + { + "id": 219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 78, + "name": "minecraft:mangrove_wood", + "translation_key": "block.minecraft.mangrove_wood", + "item_id": 179, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 223, + "states": [ + { + "id": 222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 79, + "name": "minecraft:stripped_oak_wood", + "translation_key": "block.minecraft.stripped_oak_wood", + "item_id": 159, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 226, + "states": [ + { + "id": 225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 80, + "name": "minecraft:stripped_spruce_wood", + "translation_key": "block.minecraft.stripped_spruce_wood", + "item_id": 160, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 14629, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14630, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14631, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 14632, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14633, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14634, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14635, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14636, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14637, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14638, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14639, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14640, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14641, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14642, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14643, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14644, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14645, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14646, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14647, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14648, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14649, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14650, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14651, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14652, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14653, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14654, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14655, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14656, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14657, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14658, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14659, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14660, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14661, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14662, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14663, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14664, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14665, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14666, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14667, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14668, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14669, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14670, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14671, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14672, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14673, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14674, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14675, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14676, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14677, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14678, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14679, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14680, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14681, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14682, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14683, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14684, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14685, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14686, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14687, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14688, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14689, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14690, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14691, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14692, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14693, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14694, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14695, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14696, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14697, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14698, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14699, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14700, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14701, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14702, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14703, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14704, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14705, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14706, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14707, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14708, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14709, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14710, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14711, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14712, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14713, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14714, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14715, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14716, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14717, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14718, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14719, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14720, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14721, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14722, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14723, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14724, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14725, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14726, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14727, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14728, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14729, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14730, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14731, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14732, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14733, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14734, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14735, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14736, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14737, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14738, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14739, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14740, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14741, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14742, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14743, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14744, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14745, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14746, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14747, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14748, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14749, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14750, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14751, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14752, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14753, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14754, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14755, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14756, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14757, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14758, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14759, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14760, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14761, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14762, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14763, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14764, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14765, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14766, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14767, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14768, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14769, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14770, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14771, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14772, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14773, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14774, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14775, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14776, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14777, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14778, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14779, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14780, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14781, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14782, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14783, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14784, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14785, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14786, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14787, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14788, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14789, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14790, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14791, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14792, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14793, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14794, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14795, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14796, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14797, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14798, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14799, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14800, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14801, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14802, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14803, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14804, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14805, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14806, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14807, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14808, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14809, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14810, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14811, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14812, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14813, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14814, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14815, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14816, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14817, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14818, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14819, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14820, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14821, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14822, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14823, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14824, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14825, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14826, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14827, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14828, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14829, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14830, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14831, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14832, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14833, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14834, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14835, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14836, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14837, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14838, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14839, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14840, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14841, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14842, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14843, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14844, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14845, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14846, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14847, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14848, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14849, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14850, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14851, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14852, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14853, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14854, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14855, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14856, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14857, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14858, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14859, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14860, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14861, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14862, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14863, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14864, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14865, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14866, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14867, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14868, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14869, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14870, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14871, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14872, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14873, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14874, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14875, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14876, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14877, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14878, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14879, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14880, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14881, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14882, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14883, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14884, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14885, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14886, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14887, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14888, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14889, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14890, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14891, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14892, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14893, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14894, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14895, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14896, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14897, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14898, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14899, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14900, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14901, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14902, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14903, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14904, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14905, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14906, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14907, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14908, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14909, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14910, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14911, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14912, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14913, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14914, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14915, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14916, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14917, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14918, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14919, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14920, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14921, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14922, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14923, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14924, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14925, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14926, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14927, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14928, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14929, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14930, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14931, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14932, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14933, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14934, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14935, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14936, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14937, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14938, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14939, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14940, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14941, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14942, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14943, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14944, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14945, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14946, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14947, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14948, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14949, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14950, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14951, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14952, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2136 - } - ] - }, - "minecraft:brown_banner": { - "definition": { - "type": "minecraft:banner", - "color": "brown", - "properties": {} - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 11286, - "properties": { - "rotation": "0" - } - }, - { - "id": 11287, - "properties": { - "rotation": "1" - } - }, - { - "id": 11288, - "properties": { - "rotation": "2" - } - }, - { - "id": 11289, - "properties": { - "rotation": "3" - } - }, - { - "id": 11290, - "properties": { - "rotation": "4" - } - }, - { - "id": 11291, - "properties": { - "rotation": "5" - } - }, - { - "id": 11292, - "properties": { - "rotation": "6" - } - }, - { - "id": 11293, - "properties": { - "rotation": "7" - } - }, - { - "id": 11294, - "properties": { - "rotation": "8" - } - }, - { - "id": 11295, - "properties": { - "rotation": "9" - } - }, - { - "id": 11296, - "properties": { - "rotation": "10" - } - }, - { - "id": 11297, - "properties": { - "rotation": "11" - } - }, - { - "id": 11298, - "properties": { - "rotation": "12" - } - }, - { - "id": 11299, - "properties": { - "rotation": "13" - } - }, - { - "id": 11300, - "properties": { - "rotation": "14" - } - }, - { - "id": 11301, - "properties": { - "rotation": "15" - } - } - ] - }, - "minecraft:brown_bed": { - "definition": { - "type": "minecraft:bed", - "color": "brown", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 229, + "states": [ + { + "id": 228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 81, + "name": "minecraft:stripped_birch_wood", + "translation_key": "block.minecraft.stripped_birch_wood", + "item_id": 161, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "occupied": [ - "true", - "false" + "default_state_id": 232, + "states": [ + { + "id": 231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 82, + "name": "minecraft:stripped_jungle_wood", + "translation_key": "block.minecraft.stripped_jungle_wood", + "item_id": 162, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "part": [ - "head", - "foot" - ] - }, - "states": [ - { - "id": 1923, - "properties": { - "facing": "north", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1924, - "properties": { - "facing": "north", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1925, - "properties": { - "facing": "north", - "occupied": "false", - "part": "head" - } - }, - { - "default": true, - "id": 1926, - "properties": { - "facing": "north", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1927, - "properties": { - "facing": "south", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1928, - "properties": { - "facing": "south", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1929, - "properties": { - "facing": "south", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1930, - "properties": { - "facing": "south", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1931, - "properties": { - "facing": "west", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1932, - "properties": { - "facing": "west", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1933, - "properties": { - "facing": "west", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1934, - "properties": { - "facing": "west", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1935, - "properties": { - "facing": "east", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1936, - "properties": { - "facing": "east", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1937, - "properties": { - "facing": "east", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1938, - "properties": { - "facing": "east", - "occupied": "false", - "part": "foot" - } - } - ] - }, - "minecraft:brown_candle": { - "definition": { - "type": "minecraft:candle", - "properties": {} - }, - "properties": { - "candles": [ - "1", - "2", - "3", - "4" + "default_state_id": 235, + "states": [ + { + "id": 234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 83, + "name": "minecraft:stripped_acacia_wood", + "translation_key": "block.minecraft.stripped_acacia_wood", + "item_id": 163, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "lit": [ - "true", - "false" + "default_state_id": 238, + "states": [ + { + "id": 237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 84, + "name": "minecraft:stripped_cherry_wood", + "translation_key": "block.minecraft.stripped_cherry_wood", + "item_id": 164, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21402, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21403, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21404, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21405, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21406, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21407, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21408, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21409, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21410, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21411, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21412, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21413, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21414, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21415, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21416, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21417, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:brown_candle_cake": { - "definition": { - "type": "minecraft:candle_cake", - "candle": "minecraft:brown_candle", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21492, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 21493, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:brown_carpet": { - "definition": { - "type": "minecraft:wool_carpet", - "color": "brown", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11075 - } - ] - }, - "minecraft:brown_concrete": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13209 - } - ] - }, - "minecraft:brown_concrete_powder": { - "definition": { - "type": "minecraft:concrete_powder", - "concrete": "minecraft:brown_concrete", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13225 - } - ] - }, - "minecraft:brown_glazed_terracotta": { - "definition": { - "type": "minecraft:glazed_terracotta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 13181, - "properties": { - "facing": "north" - } - }, - { - "id": 13182, - "properties": { - "facing": "south" - } - }, - { - "id": 13183, - "properties": { - "facing": "west" - } - }, - { - "id": 13184, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:brown_mushroom": { - "definition": { - "type": "minecraft:mushroom", - "feature": "minecraft:huge_brown_mushroom", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2132 - } - ] - }, - "minecraft:brown_mushroom_block": { - "definition": { - "type": "minecraft:huge_mushroom", - "properties": {} - }, - "properties": { - "down": [ - "true", - "false" + "default_state_id": 241, + "states": [ + { + "id": 240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 85, + "name": "minecraft:stripped_dark_oak_wood", + "translation_key": "block.minecraft.stripped_dark_oak_wood", + "item_id": 165, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "east": [ - "true", - "false" + "default_state_id": 244, + "states": [ + { + "id": 243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 86, + "name": "minecraft:stripped_pale_oak_wood", + "translation_key": "block.minecraft.stripped_pale_oak_wood", + "item_id": 166, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 247, + "states": [ + { + "id": 246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 87, + "name": "minecraft:stripped_mangrove_wood", + "translation_key": "block.minecraft.stripped_mangrove_wood", + "item_id": 167, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 250, + "states": [ + { + "id": 249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 88, + "name": "minecraft:oak_leaves", + "translation_key": "block.minecraft.oak_leaves", + "item_id": 182, + "properties": [ + { + "name": "distance", + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 279, + "states": [ + { + "id": 252, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 253, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 254, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 255, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 256, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 257, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 258, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 259, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 260, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 261, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 262, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 263, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 264, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 265, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 266, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 267, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 268, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 269, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 270, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 271, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 272, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 273, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 274, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 275, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 276, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 277, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 278, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 279, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 89, + "name": "minecraft:spruce_leaves", + "translation_key": "block.minecraft.spruce_leaves", + "item_id": 183, + "properties": [ + { + "name": "distance", + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 6779, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6780, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6781, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6782, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6783, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6784, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6785, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6786, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6787, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6788, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6789, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6790, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6791, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6792, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6793, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6794, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6795, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6796, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6797, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6798, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6799, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6800, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6801, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6802, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6803, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6804, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6805, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6806, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6807, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6808, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6809, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6810, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6811, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6812, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6813, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6814, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6815, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6816, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6817, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6818, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6819, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6820, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6821, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6822, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6823, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6824, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6825, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6826, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6827, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6828, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6829, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6830, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6831, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6832, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6833, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6834, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6835, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6836, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6837, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6838, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6839, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6840, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6841, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6842, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - } - ] - }, - "minecraft:brown_shulker_box": { - "definition": { - "type": "minecraft:shulker_box", - "color": "brown", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 13109, - "properties": { - "facing": "north" - } - }, - { - "id": 13110, - "properties": { - "facing": "east" - } - }, - { - "id": 13111, - "properties": { - "facing": "south" - } - }, - { - "id": 13112, - "properties": { - "facing": "west" - } - }, - { - "default": true, - "id": 13113, - "properties": { - "facing": "up" - } - }, - { - "id": 13114, - "properties": { - "facing": "down" - } - } - ] - }, - "minecraft:brown_stained_glass": { - "definition": { - "type": "minecraft:stained_glass", - "color": "brown", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6123 - } - ] - }, - "minecraft:brown_stained_glass_pane": { - "definition": { - "type": "minecraft:stained_glass_pane", - "color": "brown", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" - ], - "north": [ - "true", - "false" - ], - "south": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 10011, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10012, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10013, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10014, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10015, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10016, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10017, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10018, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10019, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10020, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10021, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10022, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10023, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10024, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10025, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10026, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10027, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10028, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10029, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10030, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10031, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10032, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10033, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10034, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10035, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10036, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10037, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10038, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10039, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10040, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10041, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 10042, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:brown_terracotta": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9623 - } - ] - }, - "minecraft:brown_wall_banner": { - "definition": { - "type": "minecraft:wall_banner", - "color": "brown", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 11398, - "properties": { - "facing": "north" - } - }, - { - "id": 11399, - "properties": { - "facing": "south" - } - }, - { - "id": 11400, - "properties": { - "facing": "west" - } - }, - { - "id": 11401, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:brown_wool": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2102 - } - ] - }, - "minecraft:bubble_column": { - "definition": { - "type": "minecraft:bubble_column", - "properties": {} - }, - "properties": { - "drag": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13429, - "properties": { - "drag": "true" - } - }, - { - "id": 13430, - "properties": { - "drag": "false" - } - } - ] - }, - "minecraft:bubble_coral": { - "definition": { - "type": "minecraft:coral_plant", - "dead": "minecraft:dead_bubble_coral", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13296, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13297, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:bubble_coral_block": { - "definition": { - "type": "minecraft:coral", - "dead": "minecraft:dead_bubble_coral_block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13279 - } - ] - }, - "minecraft:bubble_coral_fan": { - "definition": { - "type": "minecraft:coral_fan", - "dead": "minecraft:dead_bubble_coral_fan", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13316, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13317, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:bubble_coral_wall_fan": { - "definition": { - "type": "minecraft:coral_wall_fan", - "dead": "minecraft:dead_bubble_coral_wall_fan", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13378, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 13379, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 13380, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 13381, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 13382, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 13383, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 13384, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 13385, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:budding_amethyst": { - "definition": { - "type": "minecraft:budding_amethyst", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 21501 - } - ] - }, - "minecraft:cactus": { - "definition": { - "type": "minecraft:cactus", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 5948, - "properties": { - "age": "0" - } - }, - { - "id": 5949, - "properties": { - "age": "1" - } - }, - { - "id": 5950, - "properties": { - "age": "2" - } - }, - { - "id": 5951, - "properties": { - "age": "3" - } - }, - { - "id": 5952, - "properties": { - "age": "4" - } - }, - { - "id": 5953, - "properties": { - "age": "5" - } - }, - { - "id": 5954, - "properties": { - "age": "6" - } - }, - { - "id": 5955, - "properties": { - "age": "7" - } - }, - { - "id": 5956, - "properties": { - "age": "8" - } - }, - { - "id": 5957, - "properties": { - "age": "9" - } - }, - { - "id": 5958, - "properties": { - "age": "10" - } - }, - { - "id": 5959, - "properties": { - "age": "11" - } - }, - { - "id": 5960, - "properties": { - "age": "12" - } - }, - { - "id": 5961, - "properties": { - "age": "13" - } - }, - { - "id": 5962, - "properties": { - "age": "14" - } - }, - { - "id": 5963, - "properties": { - "age": "15" - } - } - ] - }, - "minecraft:cake": { - "definition": { - "type": "minecraft:cake", - "properties": {} - }, - "properties": { - "bites": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6" - ] - }, - "states": [ - { - "default": true, - "id": 6040, - "properties": { - "bites": "0" - } - }, - { - "id": 6041, - "properties": { - "bites": "1" - } - }, - { - "id": 6042, - "properties": { - "bites": "2" - } - }, - { - "id": 6043, - "properties": { - "bites": "3" - } - }, - { - "id": 6044, - "properties": { - "bites": "4" - } - }, - { - "id": 6045, - "properties": { - "bites": "5" - } - }, - { - "id": 6046, - "properties": { - "bites": "6" - } - } - ] - }, - "minecraft:calcite": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 22785 - } - ] - }, - "minecraft:calibrated_sculk_sensor": { - "definition": { - "type": "minecraft:calibrated_sculk_sensor", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "power": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ], - "sculk_sensor_phase": [ - "inactive", - "active", - "cooldown" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 22884, - "properties": { - "facing": "north", - "power": "0", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 22885, - "properties": { - "facing": "north", - "power": "0", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22886, - "properties": { - "facing": "north", - "power": "0", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22887, - "properties": { - "facing": "north", - "power": "0", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22888, - "properties": { - "facing": "north", - "power": "0", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22889, - "properties": { - "facing": "north", - "power": "0", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22890, - "properties": { - "facing": "north", - "power": "1", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22891, - "properties": { - "facing": "north", - "power": "1", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22892, - "properties": { - "facing": "north", - "power": "1", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22893, - "properties": { - "facing": "north", - "power": "1", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22894, - "properties": { - "facing": "north", - "power": "1", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22895, - "properties": { - "facing": "north", - "power": "1", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22896, - "properties": { - "facing": "north", - "power": "2", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22897, - "properties": { - "facing": "north", - "power": "2", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22898, - "properties": { - "facing": "north", - "power": "2", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22899, - "properties": { - "facing": "north", - "power": "2", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22900, - "properties": { - "facing": "north", - "power": "2", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22901, - "properties": { - "facing": "north", - "power": "2", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22902, - "properties": { - "facing": "north", - "power": "3", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22903, - "properties": { - "facing": "north", - "power": "3", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22904, - "properties": { - "facing": "north", - "power": "3", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22905, - "properties": { - "facing": "north", - "power": "3", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22906, - "properties": { - "facing": "north", - "power": "3", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22907, - "properties": { - "facing": "north", - "power": "3", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22908, - "properties": { - "facing": "north", - "power": "4", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22909, - "properties": { - "facing": "north", - "power": "4", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22910, - "properties": { - "facing": "north", - "power": "4", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22911, - "properties": { - "facing": "north", - "power": "4", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22912, - "properties": { - "facing": "north", - "power": "4", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22913, - "properties": { - "facing": "north", - "power": "4", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22914, - "properties": { - "facing": "north", - "power": "5", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22915, - "properties": { - "facing": "north", - "power": "5", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22916, - "properties": { - "facing": "north", - "power": "5", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22917, - "properties": { - "facing": "north", - "power": "5", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22918, - "properties": { - "facing": "north", - "power": "5", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22919, - "properties": { - "facing": "north", - "power": "5", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22920, - "properties": { - "facing": "north", - "power": "6", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22921, - "properties": { - "facing": "north", - "power": "6", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22922, - "properties": { - "facing": "north", - "power": "6", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22923, - "properties": { - "facing": "north", - "power": "6", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22924, - "properties": { - "facing": "north", - "power": "6", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22925, - "properties": { - "facing": "north", - "power": "6", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22926, - "properties": { - "facing": "north", - "power": "7", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22927, - "properties": { - "facing": "north", - "power": "7", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22928, - "properties": { - "facing": "north", - "power": "7", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22929, - "properties": { - "facing": "north", - "power": "7", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22930, - "properties": { - "facing": "north", - "power": "7", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22931, - "properties": { - "facing": "north", - "power": "7", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22932, - "properties": { - "facing": "north", - "power": "8", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22933, - "properties": { - "facing": "north", - "power": "8", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22934, - "properties": { - "facing": "north", - "power": "8", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22935, - "properties": { - "facing": "north", - "power": "8", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22936, - "properties": { - "facing": "north", - "power": "8", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22937, - "properties": { - "facing": "north", - "power": "8", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22938, - "properties": { - "facing": "north", - "power": "9", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22939, - "properties": { - "facing": "north", - "power": "9", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22940, - "properties": { - "facing": "north", - "power": "9", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22941, - "properties": { - "facing": "north", - "power": "9", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22942, - "properties": { - "facing": "north", - "power": "9", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22943, - "properties": { - "facing": "north", - "power": "9", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22944, - "properties": { - "facing": "north", - "power": "10", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22945, - "properties": { - "facing": "north", - "power": "10", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22946, - "properties": { - "facing": "north", - "power": "10", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22947, - "properties": { - "facing": "north", - "power": "10", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22948, - "properties": { - "facing": "north", - "power": "10", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22949, - "properties": { - "facing": "north", - "power": "10", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22950, - "properties": { - "facing": "north", - "power": "11", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22951, - "properties": { - "facing": "north", - "power": "11", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22952, - "properties": { - "facing": "north", - "power": "11", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22953, - "properties": { - "facing": "north", - "power": "11", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22954, - "properties": { - "facing": "north", - "power": "11", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22955, - "properties": { - "facing": "north", - "power": "11", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22956, - "properties": { - "facing": "north", - "power": "12", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22957, - "properties": { - "facing": "north", - "power": "12", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22958, - "properties": { - "facing": "north", - "power": "12", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22959, - "properties": { - "facing": "north", - "power": "12", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22960, - "properties": { - "facing": "north", - "power": "12", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22961, - "properties": { - "facing": "north", - "power": "12", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22962, - "properties": { - "facing": "north", - "power": "13", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22963, - "properties": { - "facing": "north", - "power": "13", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22964, - "properties": { - "facing": "north", - "power": "13", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22965, - "properties": { - "facing": "north", - "power": "13", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22966, - "properties": { - "facing": "north", - "power": "13", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22967, - "properties": { - "facing": "north", - "power": "13", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22968, - "properties": { - "facing": "north", - "power": "14", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22969, - "properties": { - "facing": "north", - "power": "14", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22970, - "properties": { - "facing": "north", - "power": "14", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22971, - "properties": { - "facing": "north", - "power": "14", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22972, - "properties": { - "facing": "north", - "power": "14", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22973, - "properties": { - "facing": "north", - "power": "14", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22974, - "properties": { - "facing": "north", - "power": "15", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22975, - "properties": { - "facing": "north", - "power": "15", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22976, - "properties": { - "facing": "north", - "power": "15", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22977, - "properties": { - "facing": "north", - "power": "15", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22978, - "properties": { - "facing": "north", - "power": "15", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22979, - "properties": { - "facing": "north", - "power": "15", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22980, - "properties": { - "facing": "south", - "power": "0", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22981, - "properties": { - "facing": "south", - "power": "0", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22982, - "properties": { - "facing": "south", - "power": "0", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22983, - "properties": { - "facing": "south", - "power": "0", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22984, - "properties": { - "facing": "south", - "power": "0", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22985, - "properties": { - "facing": "south", - "power": "0", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22986, - "properties": { - "facing": "south", - "power": "1", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22987, - "properties": { - "facing": "south", - "power": "1", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22988, - "properties": { - "facing": "south", - "power": "1", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22989, - "properties": { - "facing": "south", - "power": "1", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22990, - "properties": { - "facing": "south", - "power": "1", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22991, - "properties": { - "facing": "south", - "power": "1", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22992, - "properties": { - "facing": "south", - "power": "2", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22993, - "properties": { - "facing": "south", - "power": "2", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22994, - "properties": { - "facing": "south", - "power": "2", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22995, - "properties": { - "facing": "south", - "power": "2", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22996, - "properties": { - "facing": "south", - "power": "2", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22997, - "properties": { - "facing": "south", - "power": "2", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22998, - "properties": { - "facing": "south", - "power": "3", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22999, - "properties": { - "facing": "south", - "power": "3", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23000, - "properties": { - "facing": "south", - "power": "3", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23001, - "properties": { - "facing": "south", - "power": "3", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23002, - "properties": { - "facing": "south", - "power": "3", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23003, - "properties": { - "facing": "south", - "power": "3", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23004, - "properties": { - "facing": "south", - "power": "4", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23005, - "properties": { - "facing": "south", - "power": "4", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23006, - "properties": { - "facing": "south", - "power": "4", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23007, - "properties": { - "facing": "south", - "power": "4", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23008, - "properties": { - "facing": "south", - "power": "4", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23009, - "properties": { - "facing": "south", - "power": "4", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23010, - "properties": { - "facing": "south", - "power": "5", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23011, - "properties": { - "facing": "south", - "power": "5", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23012, - "properties": { - "facing": "south", - "power": "5", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23013, - "properties": { - "facing": "south", - "power": "5", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23014, - "properties": { - "facing": "south", - "power": "5", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23015, - "properties": { - "facing": "south", - "power": "5", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23016, - "properties": { - "facing": "south", - "power": "6", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23017, - "properties": { - "facing": "south", - "power": "6", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23018, - "properties": { - "facing": "south", - "power": "6", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23019, - "properties": { - "facing": "south", - "power": "6", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23020, - "properties": { - "facing": "south", - "power": "6", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23021, - "properties": { - "facing": "south", - "power": "6", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23022, - "properties": { - "facing": "south", - "power": "7", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23023, - "properties": { - "facing": "south", - "power": "7", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23024, - "properties": { - "facing": "south", - "power": "7", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23025, - "properties": { - "facing": "south", - "power": "7", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23026, - "properties": { - "facing": "south", - "power": "7", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23027, - "properties": { - "facing": "south", - "power": "7", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23028, - "properties": { - "facing": "south", - "power": "8", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23029, - "properties": { - "facing": "south", - "power": "8", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23030, - "properties": { - "facing": "south", - "power": "8", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23031, - "properties": { - "facing": "south", - "power": "8", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23032, - "properties": { - "facing": "south", - "power": "8", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23033, - "properties": { - "facing": "south", - "power": "8", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23034, - "properties": { - "facing": "south", - "power": "9", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23035, - "properties": { - "facing": "south", - "power": "9", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23036, - "properties": { - "facing": "south", - "power": "9", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23037, - "properties": { - "facing": "south", - "power": "9", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23038, - "properties": { - "facing": "south", - "power": "9", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23039, - "properties": { - "facing": "south", - "power": "9", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23040, - "properties": { - "facing": "south", - "power": "10", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23041, - "properties": { - "facing": "south", - "power": "10", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23042, - "properties": { - "facing": "south", - "power": "10", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23043, - "properties": { - "facing": "south", - "power": "10", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23044, - "properties": { - "facing": "south", - "power": "10", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23045, - "properties": { - "facing": "south", - "power": "10", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23046, - "properties": { - "facing": "south", - "power": "11", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23047, - "properties": { - "facing": "south", - "power": "11", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23048, - "properties": { - "facing": "south", - "power": "11", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23049, - "properties": { - "facing": "south", - "power": "11", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23050, - "properties": { - "facing": "south", - "power": "11", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23051, - "properties": { - "facing": "south", - "power": "11", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23052, - "properties": { - "facing": "south", - "power": "12", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23053, - "properties": { - "facing": "south", - "power": "12", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23054, - "properties": { - "facing": "south", - "power": "12", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23055, - "properties": { - "facing": "south", - "power": "12", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23056, - "properties": { - "facing": "south", - "power": "12", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23057, - "properties": { - "facing": "south", - "power": "12", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23058, - "properties": { - "facing": "south", - "power": "13", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23059, - "properties": { - "facing": "south", - "power": "13", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23060, - "properties": { - "facing": "south", - "power": "13", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23061, - "properties": { - "facing": "south", - "power": "13", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23062, - "properties": { - "facing": "south", - "power": "13", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23063, - "properties": { - "facing": "south", - "power": "13", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23064, - "properties": { - "facing": "south", - "power": "14", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23065, - "properties": { - "facing": "south", - "power": "14", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23066, - "properties": { - "facing": "south", - "power": "14", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23067, - "properties": { - "facing": "south", - "power": "14", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23068, - "properties": { - "facing": "south", - "power": "14", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23069, - "properties": { - "facing": "south", - "power": "14", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23070, - "properties": { - "facing": "south", - "power": "15", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23071, - "properties": { - "facing": "south", - "power": "15", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23072, - "properties": { - "facing": "south", - "power": "15", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23073, - "properties": { - "facing": "south", - "power": "15", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23074, - "properties": { - "facing": "south", - "power": "15", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23075, - "properties": { - "facing": "south", - "power": "15", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23076, - "properties": { - "facing": "west", - "power": "0", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23077, - "properties": { - "facing": "west", - "power": "0", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23078, - "properties": { - "facing": "west", - "power": "0", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23079, - "properties": { - "facing": "west", - "power": "0", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23080, - "properties": { - "facing": "west", - "power": "0", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23081, - "properties": { - "facing": "west", - "power": "0", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23082, - "properties": { - "facing": "west", - "power": "1", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23083, - "properties": { - "facing": "west", - "power": "1", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23084, - "properties": { - "facing": "west", - "power": "1", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23085, - "properties": { - "facing": "west", - "power": "1", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23086, - "properties": { - "facing": "west", - "power": "1", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23087, - "properties": { - "facing": "west", - "power": "1", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23088, - "properties": { - "facing": "west", - "power": "2", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23089, - "properties": { - "facing": "west", - "power": "2", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23090, - "properties": { - "facing": "west", - "power": "2", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23091, - "properties": { - "facing": "west", - "power": "2", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23092, - "properties": { - "facing": "west", - "power": "2", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23093, - "properties": { - "facing": "west", - "power": "2", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23094, - "properties": { - "facing": "west", - "power": "3", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23095, - "properties": { - "facing": "west", - "power": "3", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23096, - "properties": { - "facing": "west", - "power": "3", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23097, - "properties": { - "facing": "west", - "power": "3", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23098, - "properties": { - "facing": "west", - "power": "3", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23099, - "properties": { - "facing": "west", - "power": "3", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23100, - "properties": { - "facing": "west", - "power": "4", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23101, - "properties": { - "facing": "west", - "power": "4", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23102, - "properties": { - "facing": "west", - "power": "4", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23103, - "properties": { - "facing": "west", - "power": "4", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23104, - "properties": { - "facing": "west", - "power": "4", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23105, - "properties": { - "facing": "west", - "power": "4", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23106, - "properties": { - "facing": "west", - "power": "5", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23107, - "properties": { - "facing": "west", - "power": "5", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23108, - "properties": { - "facing": "west", - "power": "5", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23109, - "properties": { - "facing": "west", - "power": "5", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23110, - "properties": { - "facing": "west", - "power": "5", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23111, - "properties": { - "facing": "west", - "power": "5", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23112, - "properties": { - "facing": "west", - "power": "6", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23113, - "properties": { - "facing": "west", - "power": "6", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23114, - "properties": { - "facing": "west", - "power": "6", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23115, - "properties": { - "facing": "west", - "power": "6", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23116, - "properties": { - "facing": "west", - "power": "6", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23117, - "properties": { - "facing": "west", - "power": "6", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23118, - "properties": { - "facing": "west", - "power": "7", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23119, - "properties": { - "facing": "west", - "power": "7", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23120, - "properties": { - "facing": "west", - "power": "7", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23121, - "properties": { - "facing": "west", - "power": "7", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23122, - "properties": { - "facing": "west", - "power": "7", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23123, - "properties": { - "facing": "west", - "power": "7", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23124, - "properties": { - "facing": "west", - "power": "8", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23125, - "properties": { - "facing": "west", - "power": "8", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23126, - "properties": { - "facing": "west", - "power": "8", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23127, - "properties": { - "facing": "west", - "power": "8", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23128, - "properties": { - "facing": "west", - "power": "8", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23129, - "properties": { - "facing": "west", - "power": "8", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23130, - "properties": { - "facing": "west", - "power": "9", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23131, - "properties": { - "facing": "west", - "power": "9", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23132, - "properties": { - "facing": "west", - "power": "9", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23133, - "properties": { - "facing": "west", - "power": "9", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23134, - "properties": { - "facing": "west", - "power": "9", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23135, - "properties": { - "facing": "west", - "power": "9", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23136, - "properties": { - "facing": "west", - "power": "10", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23137, - "properties": { - "facing": "west", - "power": "10", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23138, - "properties": { - "facing": "west", - "power": "10", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23139, - "properties": { - "facing": "west", - "power": "10", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23140, - "properties": { - "facing": "west", - "power": "10", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23141, - "properties": { - "facing": "west", - "power": "10", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23142, - "properties": { - "facing": "west", - "power": "11", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23143, - "properties": { - "facing": "west", - "power": "11", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23144, - "properties": { - "facing": "west", - "power": "11", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23145, - "properties": { - "facing": "west", - "power": "11", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23146, - "properties": { - "facing": "west", - "power": "11", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23147, - "properties": { - "facing": "west", - "power": "11", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23148, - "properties": { - "facing": "west", - "power": "12", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23149, - "properties": { - "facing": "west", - "power": "12", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23150, - "properties": { - "facing": "west", - "power": "12", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23151, - "properties": { - "facing": "west", - "power": "12", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23152, - "properties": { - "facing": "west", - "power": "12", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23153, - "properties": { - "facing": "west", - "power": "12", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23154, - "properties": { - "facing": "west", - "power": "13", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23155, - "properties": { - "facing": "west", - "power": "13", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23156, - "properties": { - "facing": "west", - "power": "13", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23157, - "properties": { - "facing": "west", - "power": "13", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23158, - "properties": { - "facing": "west", - "power": "13", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23159, - "properties": { - "facing": "west", - "power": "13", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23160, - "properties": { - "facing": "west", - "power": "14", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23161, - "properties": { - "facing": "west", - "power": "14", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23162, - "properties": { - "facing": "west", - "power": "14", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23163, - "properties": { - "facing": "west", - "power": "14", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23164, - "properties": { - "facing": "west", - "power": "14", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23165, - "properties": { - "facing": "west", - "power": "14", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23166, - "properties": { - "facing": "west", - "power": "15", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23167, - "properties": { - "facing": "west", - "power": "15", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23168, - "properties": { - "facing": "west", - "power": "15", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23169, - "properties": { - "facing": "west", - "power": "15", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23170, - "properties": { - "facing": "west", - "power": "15", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23171, - "properties": { - "facing": "west", - "power": "15", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23172, - "properties": { - "facing": "east", - "power": "0", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23173, - "properties": { - "facing": "east", - "power": "0", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23174, - "properties": { - "facing": "east", - "power": "0", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23175, - "properties": { - "facing": "east", - "power": "0", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23176, - "properties": { - "facing": "east", - "power": "0", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23177, - "properties": { - "facing": "east", - "power": "0", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23178, - "properties": { - "facing": "east", - "power": "1", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23179, - "properties": { - "facing": "east", - "power": "1", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23180, - "properties": { - "facing": "east", - "power": "1", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23181, - "properties": { - "facing": "east", - "power": "1", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23182, - "properties": { - "facing": "east", - "power": "1", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23183, - "properties": { - "facing": "east", - "power": "1", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23184, - "properties": { - "facing": "east", - "power": "2", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23185, - "properties": { - "facing": "east", - "power": "2", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23186, - "properties": { - "facing": "east", - "power": "2", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23187, - "properties": { - "facing": "east", - "power": "2", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23188, - "properties": { - "facing": "east", - "power": "2", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23189, - "properties": { - "facing": "east", - "power": "2", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23190, - "properties": { - "facing": "east", - "power": "3", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23191, - "properties": { - "facing": "east", - "power": "3", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23192, - "properties": { - "facing": "east", - "power": "3", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23193, - "properties": { - "facing": "east", - "power": "3", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23194, - "properties": { - "facing": "east", - "power": "3", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23195, - "properties": { - "facing": "east", - "power": "3", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23196, - "properties": { - "facing": "east", - "power": "4", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23197, - "properties": { - "facing": "east", - "power": "4", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23198, - "properties": { - "facing": "east", - "power": "4", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23199, - "properties": { - "facing": "east", - "power": "4", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23200, - "properties": { - "facing": "east", - "power": "4", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23201, - "properties": { - "facing": "east", - "power": "4", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23202, - "properties": { - "facing": "east", - "power": "5", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23203, - "properties": { - "facing": "east", - "power": "5", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23204, - "properties": { - "facing": "east", - "power": "5", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23205, - "properties": { - "facing": "east", - "power": "5", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23206, - "properties": { - "facing": "east", - "power": "5", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23207, - "properties": { - "facing": "east", - "power": "5", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23208, - "properties": { - "facing": "east", - "power": "6", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23209, - "properties": { - "facing": "east", - "power": "6", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23210, - "properties": { - "facing": "east", - "power": "6", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23211, - "properties": { - "facing": "east", - "power": "6", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23212, - "properties": { - "facing": "east", - "power": "6", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23213, - "properties": { - "facing": "east", - "power": "6", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23214, - "properties": { - "facing": "east", - "power": "7", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23215, - "properties": { - "facing": "east", - "power": "7", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23216, - "properties": { - "facing": "east", - "power": "7", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23217, - "properties": { - "facing": "east", - "power": "7", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23218, - "properties": { - "facing": "east", - "power": "7", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23219, - "properties": { - "facing": "east", - "power": "7", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23220, - "properties": { - "facing": "east", - "power": "8", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23221, - "properties": { - "facing": "east", - "power": "8", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23222, - "properties": { - "facing": "east", - "power": "8", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23223, - "properties": { - "facing": "east", - "power": "8", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23224, - "properties": { - "facing": "east", - "power": "8", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23225, - "properties": { - "facing": "east", - "power": "8", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23226, - "properties": { - "facing": "east", - "power": "9", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23227, - "properties": { - "facing": "east", - "power": "9", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23228, - "properties": { - "facing": "east", - "power": "9", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23229, - "properties": { - "facing": "east", - "power": "9", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23230, - "properties": { - "facing": "east", - "power": "9", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23231, - "properties": { - "facing": "east", - "power": "9", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23232, - "properties": { - "facing": "east", - "power": "10", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23233, - "properties": { - "facing": "east", - "power": "10", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23234, - "properties": { - "facing": "east", - "power": "10", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23235, - "properties": { - "facing": "east", - "power": "10", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23236, - "properties": { - "facing": "east", - "power": "10", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23237, - "properties": { - "facing": "east", - "power": "10", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23238, - "properties": { - "facing": "east", - "power": "11", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23239, - "properties": { - "facing": "east", - "power": "11", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23240, - "properties": { - "facing": "east", - "power": "11", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23241, - "properties": { - "facing": "east", - "power": "11", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23242, - "properties": { - "facing": "east", - "power": "11", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23243, - "properties": { - "facing": "east", - "power": "11", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23244, - "properties": { - "facing": "east", - "power": "12", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23245, - "properties": { - "facing": "east", - "power": "12", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23246, - "properties": { - "facing": "east", - "power": "12", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23247, - "properties": { - "facing": "east", - "power": "12", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23248, - "properties": { - "facing": "east", - "power": "12", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23249, - "properties": { - "facing": "east", - "power": "12", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23250, - "properties": { - "facing": "east", - "power": "13", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23251, - "properties": { - "facing": "east", - "power": "13", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23252, - "properties": { - "facing": "east", - "power": "13", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23253, - "properties": { - "facing": "east", - "power": "13", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23254, - "properties": { - "facing": "east", - "power": "13", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23255, - "properties": { - "facing": "east", - "power": "13", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23256, - "properties": { - "facing": "east", - "power": "14", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23257, - "properties": { - "facing": "east", - "power": "14", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23258, - "properties": { - "facing": "east", - "power": "14", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23259, - "properties": { - "facing": "east", - "power": "14", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23260, - "properties": { - "facing": "east", - "power": "14", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23261, - "properties": { - "facing": "east", - "power": "14", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 23262, - "properties": { - "facing": "east", - "power": "15", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 23263, - "properties": { - "facing": "east", - "power": "15", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 23264, - "properties": { - "facing": "east", - "power": "15", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 23265, - "properties": { - "facing": "east", - "power": "15", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 23266, - "properties": { - "facing": "east", - "power": "15", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 23267, - "properties": { - "facing": "east", - "power": "15", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - } - ] - }, - "minecraft:campfire": { - "definition": { - "type": "minecraft:campfire", - "fire_damage": 1, - "properties": {}, - "spawn_particles": true - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "lit": [ - "true", - "false" - ], - "signal_fire": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 18980, - "properties": { - "facing": "north", - "lit": "true", - "signal_fire": "true", - "waterlogged": "true" - } - }, - { - "id": 18981, - "properties": { - "facing": "north", - "lit": "true", - "signal_fire": "true", - "waterlogged": "false" - } - }, - { - "id": 18982, - "properties": { - "facing": "north", - "lit": "true", - "signal_fire": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 18983, - "properties": { - "facing": "north", - "lit": "true", - "signal_fire": "false", - "waterlogged": "false" - } - }, - { - "id": 18984, - "properties": { - "facing": "north", - "lit": "false", - "signal_fire": "true", - "waterlogged": "true" - } - }, - { - "id": 18985, - "properties": { - "facing": "north", - "lit": "false", - "signal_fire": "true", - "waterlogged": "false" - } - }, - { - "id": 18986, - "properties": { - "facing": "north", - "lit": "false", - "signal_fire": "false", - "waterlogged": "true" - } - }, - { - "id": 18987, - "properties": { - "facing": "north", - "lit": "false", - "signal_fire": "false", - "waterlogged": "false" - } - }, - { - "id": 18988, - "properties": { - "facing": "south", - "lit": "true", - "signal_fire": "true", - "waterlogged": "true" - } - }, - { - "id": 18989, - "properties": { - "facing": "south", - "lit": "true", - "signal_fire": "true", - "waterlogged": "false" - } - }, - { - "id": 18990, - "properties": { - "facing": "south", - "lit": "true", - "signal_fire": "false", - "waterlogged": "true" - } - }, - { - "id": 18991, - "properties": { - "facing": "south", - "lit": "true", - "signal_fire": "false", - "waterlogged": "false" - } - }, - { - "id": 18992, - "properties": { - "facing": "south", - "lit": "false", - "signal_fire": "true", - "waterlogged": "true" - } - }, - { - "id": 18993, - "properties": { - "facing": "south", - "lit": "false", - "signal_fire": "true", - "waterlogged": "false" - } - }, - { - "id": 18994, - "properties": { - "facing": "south", - "lit": "false", - "signal_fire": "false", - "waterlogged": "true" - } - }, - { - "id": 18995, - "properties": { - "facing": "south", - "lit": "false", - "signal_fire": "false", - "waterlogged": "false" - } - }, - { - "id": 18996, - "properties": { - "facing": "west", - "lit": "true", - "signal_fire": "true", - "waterlogged": "true" - } - }, - { - "id": 18997, - "properties": { - "facing": "west", - "lit": "true", - "signal_fire": "true", - "waterlogged": "false" - } - }, - { - "id": 18998, - "properties": { - "facing": "west", - "lit": "true", - "signal_fire": "false", - "waterlogged": "true" - } - }, - { - "id": 18999, - "properties": { - "facing": "west", - "lit": "true", - "signal_fire": "false", - "waterlogged": "false" - } - }, - { - "id": 19000, - "properties": { - "facing": "west", - "lit": "false", - "signal_fire": "true", - "waterlogged": "true" - } - }, - { - "id": 19001, - "properties": { - "facing": "west", - "lit": "false", - "signal_fire": "true", - "waterlogged": "false" - } - }, - { - "id": 19002, - "properties": { - "facing": "west", - "lit": "false", - "signal_fire": "false", - "waterlogged": "true" - } - }, - { - "id": 19003, - "properties": { - "facing": "west", - "lit": "false", - "signal_fire": "false", - "waterlogged": "false" - } - }, - { - "id": 19004, - "properties": { - "facing": "east", - "lit": "true", - "signal_fire": "true", - "waterlogged": "true" - } - }, - { - "id": 19005, - "properties": { - "facing": "east", - "lit": "true", - "signal_fire": "true", - "waterlogged": "false" - } - }, - { - "id": 19006, - "properties": { - "facing": "east", - "lit": "true", - "signal_fire": "false", - "waterlogged": "true" - } - }, - { - "id": 19007, - "properties": { - "facing": "east", - "lit": "true", - "signal_fire": "false", - "waterlogged": "false" - } - }, - { - "id": 19008, - "properties": { - "facing": "east", - "lit": "false", - "signal_fire": "true", - "waterlogged": "true" - } - }, - { - "id": 19009, - "properties": { - "facing": "east", - "lit": "false", - "signal_fire": "true", - "waterlogged": "false" - } - }, - { - "id": 19010, - "properties": { - "facing": "east", - "lit": "false", - "signal_fire": "false", - "waterlogged": "true" - } - }, - { - "id": 19011, - "properties": { - "facing": "east", - "lit": "false", - "signal_fire": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:candle": { - "definition": { - "type": "minecraft:candle", - "properties": {} - }, - "properties": { - "candles": [ - "1", - "2", - "3", - "4" + "default_state_id": 307, + "states": [ + { + "id": 280, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 281, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 282, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 283, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 284, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 285, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 286, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 287, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 288, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 289, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 290, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 291, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 292, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 293, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 294, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 295, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 296, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 297, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 298, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 299, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 300, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 301, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 302, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 303, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 304, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 305, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 306, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 307, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 90, + "name": "minecraft:birch_leaves", + "translation_key": "block.minecraft.birch_leaves", + "item_id": 184, + "properties": [ + { + "name": "distance", + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "lit": [ - "true", - "false" + "default_state_id": 335, + "states": [ + { + "id": 308, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 309, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 310, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 311, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 312, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 313, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 314, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 315, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 316, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 317, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 318, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 319, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 320, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 321, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 322, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 323, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 324, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 325, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 326, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 327, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 328, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 329, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 330, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 331, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 332, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 333, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 334, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 335, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 91, + "name": "minecraft:jungle_leaves", + "translation_key": "block.minecraft.jungle_leaves", + "item_id": 185, + "properties": [ + { + "name": "distance", + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21194, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21195, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21196, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21197, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21198, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21199, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21200, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21201, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21202, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21203, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21204, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21205, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21206, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21207, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21208, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21209, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:candle_cake": { - "definition": { - "type": "minecraft:candle_cake", - "candle": "minecraft:candle", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21466, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 21467, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:carrots": { - "definition": { - "type": "minecraft:carrot", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ] - }, - "states": [ - { - "default": true, - "id": 8826, - "properties": { - "age": "0" - } - }, - { - "id": 8827, - "properties": { - "age": "1" - } - }, - { - "id": 8828, - "properties": { - "age": "2" - } - }, - { - "id": 8829, - "properties": { - "age": "3" - } - }, - { - "id": 8830, - "properties": { - "age": "4" - } - }, - { - "id": 8831, - "properties": { - "age": "5" - } - }, - { - "id": 8832, - "properties": { - "age": "6" - } - }, - { - "id": 8833, - "properties": { - "age": "7" - } - } - ] - }, - "minecraft:cartography_table": { - "definition": { - "type": "minecraft:cartography_table", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 18905 - } - ] - }, - "minecraft:carved_pumpkin": { - "definition": { - "type": "minecraft:jack_o_lantern", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 6032, - "properties": { - "facing": "north" - } - }, - { - "id": 6033, - "properties": { - "facing": "south" - } - }, - { - "id": 6034, - "properties": { - "facing": "west" - } - }, - { - "id": 6035, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:cauldron": { - "definition": { - "type": "minecraft:cauldron", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 7628 - } - ] - }, - "minecraft:cave_air": { - "definition": { - "type": "minecraft:air", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13428 - } - ] - }, - "minecraft:cave_vines": { - "definition": { - "type": "minecraft:cave_vines", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15", - "16", - "17", - "18", - "19", - "20", - "21", - "22", - "23", - "24", - "25" + "default_state_id": 363, + "states": [ + { + "id": 336, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 337, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 338, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 339, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 340, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 341, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 342, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 343, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 344, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 345, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 346, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 347, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 348, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 349, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 350, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 351, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 352, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 353, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 354, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 355, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 356, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 357, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 358, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 359, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 360, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 361, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 362, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 363, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 92, + "name": "minecraft:acacia_leaves", + "translation_key": "block.minecraft.acacia_leaves", + "item_id": 186, + "properties": [ + { + "name": "distance", + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "berries": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25238, - "properties": { - "age": "0", - "berries": "true" - } - }, - { - "default": true, - "id": 25239, - "properties": { - "age": "0", - "berries": "false" - } - }, - { - "id": 25240, - "properties": { - "age": "1", - "berries": "true" - } - }, - { - "id": 25241, - "properties": { - "age": "1", - "berries": "false" - } - }, - { - "id": 25242, - "properties": { - "age": "2", - "berries": "true" - } - }, - { - "id": 25243, - "properties": { - "age": "2", - "berries": "false" - } - }, - { - "id": 25244, - "properties": { - "age": "3", - "berries": "true" - } - }, - { - "id": 25245, - "properties": { - "age": "3", - "berries": "false" - } - }, - { - "id": 25246, - "properties": { - "age": "4", - "berries": "true" - } - }, - { - "id": 25247, - "properties": { - "age": "4", - "berries": "false" - } - }, - { - "id": 25248, - "properties": { - "age": "5", - "berries": "true" - } - }, - { - "id": 25249, - "properties": { - "age": "5", - "berries": "false" - } - }, - { - "id": 25250, - "properties": { - "age": "6", - "berries": "true" - } - }, - { - "id": 25251, - "properties": { - "age": "6", - "berries": "false" - } - }, - { - "id": 25252, - "properties": { - "age": "7", - "berries": "true" - } - }, - { - "id": 25253, - "properties": { - "age": "7", - "berries": "false" - } - }, - { - "id": 25254, - "properties": { - "age": "8", - "berries": "true" - } - }, - { - "id": 25255, - "properties": { - "age": "8", - "berries": "false" - } - }, - { - "id": 25256, - "properties": { - "age": "9", - "berries": "true" - } - }, - { - "id": 25257, - "properties": { - "age": "9", - "berries": "false" - } - }, - { - "id": 25258, - "properties": { - "age": "10", - "berries": "true" - } - }, - { - "id": 25259, - "properties": { - "age": "10", - "berries": "false" - } - }, - { - "id": 25260, - "properties": { - "age": "11", - "berries": "true" - } - }, - { - "id": 25261, - "properties": { - "age": "11", - "berries": "false" - } - }, - { - "id": 25262, - "properties": { - "age": "12", - "berries": "true" - } - }, - { - "id": 25263, - "properties": { - "age": "12", - "berries": "false" - } - }, - { - "id": 25264, - "properties": { - "age": "13", - "berries": "true" - } - }, - { - "id": 25265, - "properties": { - "age": "13", - "berries": "false" - } - }, - { - "id": 25266, - "properties": { - "age": "14", - "berries": "true" - } - }, - { - "id": 25267, - "properties": { - "age": "14", - "berries": "false" - } - }, - { - "id": 25268, - "properties": { - "age": "15", - "berries": "true" - } - }, - { - "id": 25269, - "properties": { - "age": "15", - "berries": "false" - } - }, - { - "id": 25270, - "properties": { - "age": "16", - "berries": "true" - } - }, - { - "id": 25271, - "properties": { - "age": "16", - "berries": "false" - } - }, - { - "id": 25272, - "properties": { - "age": "17", - "berries": "true" - } - }, - { - "id": 25273, - "properties": { - "age": "17", - "berries": "false" - } - }, - { - "id": 25274, - "properties": { - "age": "18", - "berries": "true" - } - }, - { - "id": 25275, - "properties": { - "age": "18", - "berries": "false" - } - }, - { - "id": 25276, - "properties": { - "age": "19", - "berries": "true" - } - }, - { - "id": 25277, - "properties": { - "age": "19", - "berries": "false" - } - }, - { - "id": 25278, - "properties": { - "age": "20", - "berries": "true" - } - }, - { - "id": 25279, - "properties": { - "age": "20", - "berries": "false" - } - }, - { - "id": 25280, - "properties": { - "age": "21", - "berries": "true" - } - }, - { - "id": 25281, - "properties": { - "age": "21", - "berries": "false" - } - }, - { - "id": 25282, - "properties": { - "age": "22", - "berries": "true" - } - }, - { - "id": 25283, - "properties": { - "age": "22", - "berries": "false" - } - }, - { - "id": 25284, - "properties": { - "age": "23", - "berries": "true" - } - }, - { - "id": 25285, - "properties": { - "age": "23", - "berries": "false" - } - }, - { - "id": 25286, - "properties": { - "age": "24", - "berries": "true" - } - }, - { - "id": 25287, - "properties": { - "age": "24", - "berries": "false" - } - }, - { - "id": 25288, - "properties": { - "age": "25", - "berries": "true" - } - }, - { - "id": 25289, - "properties": { - "age": "25", - "berries": "false" - } - } - ] - }, - "minecraft:cave_vines_plant": { - "definition": { - "type": "minecraft:cave_vines_plant", - "properties": {} - }, - "properties": { - "berries": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25290, - "properties": { - "berries": "true" - } - }, - { - "default": true, - "id": 25291, - "properties": { - "berries": "false" - } - } - ] - }, - "minecraft:chain": { - "definition": { - "type": "minecraft:chain", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" + "default_state_id": 391, + "states": [ + { + "id": 364, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 365, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 366, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 367, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 368, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 369, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 370, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 371, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 372, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 373, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 374, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 375, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 376, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 377, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 378, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 379, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 380, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 381, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 382, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 383, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 384, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 385, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 386, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 387, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 388, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 389, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 390, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 391, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 93, + "name": "minecraft:cherry_leaves", + "translation_key": "block.minecraft.cherry_leaves", + "item_id": 187, + "properties": [ + { + "name": "distance", + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7003, - "properties": { - "axis": "x", - "waterlogged": "true" - } - }, - { - "id": 7004, - "properties": { - "axis": "x", - "waterlogged": "false" - } - }, - { - "id": 7005, - "properties": { - "axis": "y", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 7006, - "properties": { - "axis": "y", - "waterlogged": "false" - } - }, - { - "id": 7007, - "properties": { - "axis": "z", - "waterlogged": "true" - } - }, - { - "id": 7008, - "properties": { - "axis": "z", - "waterlogged": "false" - } - } - ] - }, - "minecraft:chain_command_block": { - "definition": { - "type": "minecraft:command", - "automatic": true, - "properties": {} - }, - "properties": { - "conditional": [ - "true", - "false" + "default_state_id": 419, + "states": [ + { + "id": 392, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 393, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 394, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 395, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 396, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 397, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 398, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 399, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 400, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 401, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 402, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 403, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 404, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 405, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 406, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 407, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 408, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 409, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 410, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 411, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 412, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 413, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 414, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 415, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 416, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 417, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 418, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 419, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 94, + "name": "minecraft:dark_oak_leaves", + "translation_key": "block.minecraft.dark_oak_leaves", + "item_id": 188, + "properties": [ + { + "name": "distance", + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 12996, - "properties": { - "conditional": "true", - "facing": "north" - } - }, - { - "id": 12997, - "properties": { - "conditional": "true", - "facing": "east" - } - }, - { - "id": 12998, - "properties": { - "conditional": "true", - "facing": "south" - } - }, - { - "id": 12999, - "properties": { - "conditional": "true", - "facing": "west" - } - }, - { - "id": 13000, - "properties": { - "conditional": "true", - "facing": "up" - } - }, - { - "id": 13001, - "properties": { - "conditional": "true", - "facing": "down" - } - }, - { - "default": true, - "id": 13002, - "properties": { - "conditional": "false", - "facing": "north" - } - }, - { - "id": 13003, - "properties": { - "conditional": "false", - "facing": "east" - } - }, - { - "id": 13004, - "properties": { - "conditional": "false", - "facing": "south" - } - }, - { - "id": 13005, - "properties": { - "conditional": "false", - "facing": "west" - } - }, - { - "id": 13006, - "properties": { - "conditional": "false", - "facing": "up" - } - }, - { - "id": 13007, - "properties": { - "conditional": "false", - "facing": "down" - } - } - ] - }, - "minecraft:cherry_button": { - "definition": { - "type": "minecraft:button", - "block_set_type": "cherry", - "properties": {}, - "ticks_to_stay_pressed": 30 - }, - "properties": { - "face": [ - "floor", - "wall", - "ceiling" + "default_state_id": 447, + "states": [ + { + "id": 420, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 421, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 422, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 423, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 424, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 425, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 426, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 427, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 428, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 429, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 430, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 431, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 432, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 433, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 434, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 435, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 436, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 437, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 438, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 439, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 440, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 441, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 442, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 443, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 444, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 445, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 446, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 447, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 95, + "name": "minecraft:pale_oak_leaves", + "translation_key": "block.minecraft.pale_oak_leaves", + "item_id": 189, + "properties": [ + { + "name": "distance", + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 475, + "states": [ + { + "id": 448, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 449, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 450, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 451, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 452, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 453, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 454, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 455, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 456, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 457, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 458, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 459, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 460, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 461, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 462, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 463, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 464, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 465, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 466, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 467, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 468, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 469, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 470, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 471, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 472, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 473, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 474, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 475, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 96, + "name": "minecraft:mangrove_leaves", + "translation_key": "block.minecraft.mangrove_leaves", + "item_id": 190, + "properties": [ + { + "name": "distance", + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 8962, - "properties": { - "face": "floor", - "facing": "north", - "powered": "true" - } - }, - { - "id": 8963, - "properties": { - "face": "floor", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8964, - "properties": { - "face": "floor", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8965, - "properties": { - "face": "floor", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8966, - "properties": { - "face": "floor", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8967, - "properties": { - "face": "floor", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8968, - "properties": { - "face": "floor", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8969, - "properties": { - "face": "floor", - "facing": "east", - "powered": "false" - } - }, - { - "id": 8970, - "properties": { - "face": "wall", - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 8971, - "properties": { - "face": "wall", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8972, - "properties": { - "face": "wall", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8973, - "properties": { - "face": "wall", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8974, - "properties": { - "face": "wall", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8975, - "properties": { - "face": "wall", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8976, - "properties": { - "face": "wall", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8977, - "properties": { - "face": "wall", - "facing": "east", - "powered": "false" - } - }, - { - "id": 8978, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "true" - } - }, - { - "id": 8979, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8980, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8981, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8982, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8983, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8984, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8985, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:cherry_door": { - "definition": { - "type": "minecraft:door", - "block_set_type": "cherry", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "upper", - "lower" - ], - "hinge": [ - "left", - "right" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12483, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12484, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12485, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12486, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12487, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12488, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12489, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12490, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12491, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12492, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12493, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 12494, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12495, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12496, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12497, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12498, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12499, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12500, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12501, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12502, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12503, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12504, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12505, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12506, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12507, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12508, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12509, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12510, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12511, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12512, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12513, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12514, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12515, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12516, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12517, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12518, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12519, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12520, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12521, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12522, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12523, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12524, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12525, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12526, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12527, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12528, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12529, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12530, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12531, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12532, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12533, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12534, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12535, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12536, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12537, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12538, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12539, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12540, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12541, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12542, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12543, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12544, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12545, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12546, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:cherry_fence": { - "definition": { - "type": "minecraft:fence", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" - ], - "north": [ - "true", - "false" - ], - "south": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12067, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12068, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12069, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12070, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12071, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12072, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12073, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12074, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12075, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12076, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12077, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12078, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12079, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12080, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12081, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12082, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12083, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12084, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12085, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12086, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12087, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12088, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12089, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12090, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12091, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12092, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12093, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12094, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12095, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12096, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12097, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 12098, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:cherry_fence_gate": { - "definition": { - "type": "minecraft:fence_gate", - "properties": {}, - "wood_type": "cherry" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "in_wall": [ - "true", - "false" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11779, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11780, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11781, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11782, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11783, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11784, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11785, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 11786, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11787, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11788, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11789, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11790, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11791, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11792, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11793, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11794, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11795, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11796, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11797, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11798, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11799, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11800, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11801, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11802, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11803, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11804, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11805, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11806, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11807, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11808, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11809, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11810, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:cherry_hanging_sign": { - "definition": { - "type": "minecraft:ceiling_hanging_sign", - "properties": {}, - "wood_type": "cherry" - }, - "properties": { - "attached": [ - "true", - "false" - ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5182, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "id": 5183, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5184, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5185, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5186, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5187, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5188, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5189, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5190, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5191, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5192, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5193, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5194, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5195, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5196, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5197, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5198, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5199, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5200, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5201, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5202, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5203, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5204, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5205, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5206, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5207, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5208, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5209, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5210, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5211, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5212, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5213, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "false" - } - }, - { - "id": 5214, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5215, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5216, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5217, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5218, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5219, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5220, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5221, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5222, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5223, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5224, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5225, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5226, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5227, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5228, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5229, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5230, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5231, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5232, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5233, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5234, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5235, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5236, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5237, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5238, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5239, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5240, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5241, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5242, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5243, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5244, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5245, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:cherry_leaves": { - "definition": { - "type": "minecraft:cherry_leaves", - "properties": {} - }, - "properties": { - "distance": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ], - "persistent": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 392, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 393, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 394, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 395, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 396, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 397, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 398, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 399, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 400, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 401, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 402, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 403, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 404, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 405, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 406, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 407, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 408, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 409, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 410, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 411, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 412, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 413, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 414, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 415, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 416, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 417, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 418, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 419, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:cherry_log": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 151, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 152, - "properties": { - "axis": "y" - } - }, - { - "id": 153, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:cherry_planks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 20 - } - ] - }, - "minecraft:cherry_pressure_plate": { - "definition": { - "type": "minecraft:pressure_plate", - "block_set_type": "cherry", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5890, - "properties": { - "powered": "true" - } - }, - { - "default": true, - "id": 5891, - "properties": { - "powered": "false" - } - } - ] - }, - "minecraft:cherry_sapling": { - "definition": { - "type": "minecraft:sapling", - "properties": {}, - "tree": "cherry" - }, - "properties": { - "stage": [ - "0", - "1" - ] - }, - "states": [ - { - "default": true, - "id": 39, - "properties": { - "stage": "0" - } - }, - { - "id": 40, - "properties": { - "stage": "1" - } - } - ] - }, - "minecraft:cherry_sign": { - "definition": { - "type": "minecraft:standing_sign", - "properties": {}, - "wood_type": "cherry" - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4482, - "properties": { - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4483, - "properties": { - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 4484, - "properties": { - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 4485, - "properties": { - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 4486, - "properties": { - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 4487, - "properties": { - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 4488, - "properties": { - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 4489, - "properties": { - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 4490, - "properties": { - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 4491, - "properties": { - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 4492, - "properties": { - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 4493, - "properties": { - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 4494, - "properties": { - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 4495, - "properties": { - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 4496, - "properties": { - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 4497, - "properties": { - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 4498, - "properties": { - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 4499, - "properties": { - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 4500, - "properties": { - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 4501, - "properties": { - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 4502, - "properties": { - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 4503, - "properties": { - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 4504, - "properties": { - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 4505, - "properties": { - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 4506, - "properties": { - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 4507, - "properties": { - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 4508, - "properties": { - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 4509, - "properties": { - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 4510, - "properties": { - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 4511, - "properties": { - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 4512, - "properties": { - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 4513, - "properties": { - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:cherry_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11527, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11528, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11529, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11530, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11531, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11532, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:cherry_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:cherry_planks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 10219, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10220, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10221, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10222, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10223, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10224, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10225, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10226, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10227, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10228, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10229, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 10230, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10231, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10232, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10233, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10234, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10235, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10236, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10237, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10238, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10239, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10240, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10241, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10242, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10243, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10244, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10245, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10246, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10247, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10248, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10249, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10250, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10251, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10252, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10253, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10254, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10255, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10256, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10257, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10258, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10259, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10260, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10261, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10262, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10263, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10264, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10265, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10266, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10267, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10268, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10269, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10270, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10271, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10272, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10273, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10274, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10275, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10276, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10277, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10278, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10279, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10280, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10281, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10282, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10283, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10284, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10285, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10286, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10287, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10288, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10289, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10290, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10291, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10292, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10293, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10294, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10295, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10296, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10297, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10298, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:cherry_trapdoor": { - "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "cherry", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 6447, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6448, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6449, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6450, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6451, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6452, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6453, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6454, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6455, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6456, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6457, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6458, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6459, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6460, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6461, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 6462, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6463, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6464, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6465, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6466, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6467, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6468, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6469, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6470, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6471, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6472, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6473, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6474, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6475, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6476, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6477, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6478, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6479, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6480, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6481, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6482, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6483, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6484, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6485, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6486, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6487, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6488, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6489, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6490, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6491, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6492, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6493, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6494, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6495, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6496, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6497, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6498, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6499, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6500, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6501, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6502, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6503, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6504, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6505, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6506, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6507, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6508, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6509, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6510, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:cherry_wall_hanging_sign": { - "definition": { - "type": "minecraft:wall_hanging_sign", - "properties": {}, - "wood_type": "cherry" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5726, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5727, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 5728, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 5729, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 5730, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 5731, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 5732, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 5733, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:cherry_wall_sign": { - "definition": { - "type": "minecraft:wall_sign", - "properties": {}, - "wood_type": "cherry" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4878, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4879, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 4880, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 4881, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 4882, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 4883, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 4884, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 4885, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:cherry_wood": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 216, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 217, - "properties": { - "axis": "y" - } - }, - { - "id": 218, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:chest": { - "definition": { - "type": "minecraft:chest", - "properties": {} - }, - "properties": { - "type": [ - "single", - "left", - "right" - ], - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 3006, - "properties": { - "type": "single", - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 3007, - "properties": { - "type": "single", - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 3008, - "properties": { - "type": "left", - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 3009, - "properties": { - "type": "left", - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 3010, - "properties": { - "type": "right", - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 3011, - "properties": { - "type": "right", - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 3012, - "properties": { - "type": "single", - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 3013, - "properties": { - "type": "single", - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 3014, - "properties": { - "type": "left", - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 3015, - "properties": { - "type": "left", - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 3016, - "properties": { - "type": "right", - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 3017, - "properties": { - "type": "right", - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 3018, - "properties": { - "type": "single", - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 3019, - "properties": { - "type": "single", - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 3020, - "properties": { - "type": "left", - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 3021, - "properties": { - "type": "left", - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 3022, - "properties": { - "type": "right", - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 3023, - "properties": { - "type": "right", - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 3024, - "properties": { - "type": "single", - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 3025, - "properties": { - "type": "single", - "facing": "east", - "waterlogged": "false" - } - }, - { - "id": 3026, - "properties": { - "type": "left", - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 3027, - "properties": { - "type": "left", - "facing": "east", - "waterlogged": "false" - } - }, - { - "id": 3028, - "properties": { - "type": "right", - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 3029, - "properties": { - "type": "right", - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:chipped_anvil": { - "definition": { - "type": "minecraft:anvil", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 9366, - "properties": { - "facing": "north" - } - }, - { - "id": 9367, - "properties": { - "facing": "south" - } - }, - { - "id": 9368, - "properties": { - "facing": "west" - } - }, - { - "id": 9369, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:chiseled_bookshelf": { - "definition": { - "type": "minecraft:chiseled_book_shelf", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "slot_0_occupied": [ - "true", - "false" - ], - "slot_1_occupied": [ - "true", - "false" - ], - "slot_2_occupied": [ - "true", - "false" - ], - "slot_3_occupied": [ - "true", - "false" - ], - "slot_4_occupied": [ - "true", - "false" - ], - "slot_5_occupied": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 2140, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2141, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2142, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2143, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2144, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2145, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2146, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2147, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2148, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2149, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2150, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2151, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2152, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2153, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2154, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2155, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2156, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2157, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2158, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2159, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2160, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2161, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2162, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2163, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2164, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2165, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2166, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2167, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2168, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2169, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2170, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2171, - "properties": { - "facing": "north", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2172, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2173, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2174, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2175, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2176, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2177, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2178, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2179, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2180, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2181, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2182, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2183, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2184, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2185, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2186, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2187, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2188, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2189, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2190, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2191, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2192, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2193, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2194, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2195, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2196, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2197, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2198, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2199, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2200, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2201, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2202, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "default": true, - "id": 2203, - "properties": { - "facing": "north", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2204, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2205, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2206, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2207, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2208, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2209, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2210, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2211, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2212, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2213, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2214, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2215, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2216, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2217, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2218, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2219, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2220, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2221, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2222, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2223, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2224, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2225, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2226, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2227, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2228, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2229, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2230, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2231, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2232, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2233, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2234, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2235, - "properties": { - "facing": "south", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2236, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2237, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2238, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2239, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2240, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2241, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2242, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2243, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2244, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2245, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2246, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2247, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2248, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2249, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2250, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2251, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2252, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2253, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2254, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2255, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2256, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2257, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2258, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2259, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2260, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2261, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2262, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2263, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2264, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2265, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2266, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2267, - "properties": { - "facing": "south", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2268, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2269, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2270, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2271, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2272, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2273, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2274, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2275, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2276, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2277, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2278, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2279, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2280, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2281, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2282, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2283, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2284, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2285, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2286, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2287, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2288, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2289, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2290, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2291, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2292, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2293, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2294, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2295, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2296, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2297, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2298, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2299, - "properties": { - "facing": "west", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2300, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2301, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2302, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2303, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2304, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2305, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2306, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2307, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2308, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2309, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2310, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2311, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2312, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2313, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2314, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2315, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2316, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2317, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2318, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2319, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2320, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2321, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2322, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2323, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2324, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2325, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2326, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2327, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2328, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2329, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2330, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2331, - "properties": { - "facing": "west", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2332, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2333, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2334, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2335, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2336, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2337, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2338, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2339, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2340, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2341, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2342, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2343, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2344, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2345, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2346, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2347, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2348, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2349, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2350, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2351, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2352, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2353, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2354, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2355, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2356, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2357, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2358, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2359, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2360, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2361, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2362, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2363, - "properties": { - "facing": "east", - "slot_0_occupied": "true", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2364, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2365, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2366, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2367, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2368, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2369, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2370, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2371, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2372, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2373, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2374, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2375, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2376, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2377, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2378, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2379, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "true", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2380, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2381, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2382, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2383, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2384, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2385, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2386, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2387, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "true", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2388, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2389, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2390, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2391, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "true", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - }, - { - "id": 2392, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "true" - } - }, - { - "id": 2393, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "true", - "slot_5_occupied": "false" - } - }, - { - "id": 2394, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "true" - } - }, - { - "id": 2395, - "properties": { - "facing": "east", - "slot_0_occupied": "false", - "slot_1_occupied": "false", - "slot_2_occupied": "false", - "slot_3_occupied": "false", - "slot_4_occupied": "false", - "slot_5_occupied": "false" - } - } - ] - }, - "minecraft:chiseled_copper": { - "definition": { - "type": "minecraft:weathering_copper_full", - "properties": {}, - "weathering_state": "unaffected" - }, - "states": [ - { - "default": true, - "id": 23420 - } - ] - }, - "minecraft:chiseled_deepslate": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 27020 - } - ] - }, - "minecraft:chiseled_nether_bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 21191 - } - ] - }, - "minecraft:chiseled_polished_blackstone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 20343 - } - ] - }, - "minecraft:chiseled_quartz_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9491 - } - ] - }, - "minecraft:chiseled_red_sandstone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11415 - } - ] - }, - "minecraft:chiseled_sandstone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 579 - } - ] - }, - "minecraft:chiseled_stone_bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6770 - } - ] - }, - "minecraft:chiseled_tuff": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 22372 - } - ] - }, - "minecraft:chiseled_tuff_bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 22784 - } - ] - }, - "minecraft:chorus_flower": { - "definition": { - "type": "minecraft:chorus_flower", - "plant": "minecraft:chorus_plant", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3", - "4", - "5" - ] - }, - "states": [ - { - "default": true, - "id": 12873, - "properties": { - "age": "0" - } - }, - { - "id": 12874, - "properties": { - "age": "1" - } - }, - { - "id": 12875, - "properties": { - "age": "2" - } - }, - { - "id": 12876, - "properties": { - "age": "3" - } - }, - { - "id": 12877, - "properties": { - "age": "4" - } - }, - { - "id": 12878, - "properties": { - "age": "5" - } - } - ] - }, - "minecraft:chorus_plant": { - "definition": { - "type": "minecraft:chorus_plant", - "properties": {} - }, - "properties": { - "down": [ - "true", - "false" - ], - "east": [ - "true", - "false" - ], - "north": [ - "true", - "false" - ], - "south": [ - "true", - "false" - ], - "up": [ - "true", - "false" - ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12809, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 12810, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 12811, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 12812, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 12813, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 12814, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 12815, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 12816, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 12817, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 12818, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 12819, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 12820, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 12821, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 12822, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 12823, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 12824, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 12825, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 12826, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 12827, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 12828, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 12829, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 12830, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 12831, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 12832, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 12833, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 12834, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 12835, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 12836, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 12837, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 12838, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 12839, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 12840, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 12841, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 12842, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 12843, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 12844, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 12845, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 12846, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 12847, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 12848, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 12849, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 12850, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 12851, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 12852, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 12853, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 12854, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 12855, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 12856, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 12857, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 12858, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 12859, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 12860, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 12861, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 12862, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 12863, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 12864, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 12865, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 12866, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 12867, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 12868, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 12869, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 12870, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 12871, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "default": true, - "id": 12872, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - } - ] - }, - "minecraft:clay": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 5964 - } - ] - }, - "minecraft:coal_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11080 - } - ] - }, - "minecraft:coal_ore": { - "definition": { - "type": "minecraft:drop_experience", - "experience": { - "type": "minecraft:uniform", - "max_inclusive": 2, - "min_inclusive": 0 - }, - "properties": {} - }, - "states": [ - { - "default": true, - "id": 133 - } - ] - }, - "minecraft:coarse_dirt": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11 - } - ] - }, - "minecraft:cobbled_deepslate": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 25376 - } - ] - }, - "minecraft:cobbled_deepslate_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25457, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 25458, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 25459, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25460, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 25461, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 25462, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:cobbled_deepslate_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:cobbled_deepslate" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25377, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 25378, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 25379, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 25380, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 25381, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 25382, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 25383, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 25384, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 25385, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 25386, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 25387, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25388, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 25389, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 25390, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 25391, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 25392, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 25393, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 25394, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 25395, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 25396, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 25397, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 25398, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 25399, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 25400, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 25401, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 25402, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 25403, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 25404, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 25405, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 25406, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 25407, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 25408, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 25409, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 25410, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 25411, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 25412, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 25413, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 25414, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 25415, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 25416, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 25417, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 25418, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 25419, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 25420, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 25421, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 25422, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 25423, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 25424, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 25425, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 25426, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 25427, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 25428, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 25429, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 25430, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 25431, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 25432, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 25433, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 25434, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 25435, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 25436, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 25437, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 25438, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 25439, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 25440, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 25441, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 25442, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 25443, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 25444, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 25445, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 25446, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 25447, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 25448, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 25449, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 25450, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 25451, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 25452, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 25453, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 25454, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 25455, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 25456, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:cobbled_deepslate_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" - ], - "north": [ - "none", - "low", - "tall" - ], - "south": [ - "none", - "low", - "tall" - ], - "up": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 25463, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25464, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25465, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 25466, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25467, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25468, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25469, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25470, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25471, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25472, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25473, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25474, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25475, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25476, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25477, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25478, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25479, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25480, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25481, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25482, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25483, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25484, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25485, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25486, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25487, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25488, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25489, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25490, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25491, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25492, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25493, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25494, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25495, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25496, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25497, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25498, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25499, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25500, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25501, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25502, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25503, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25504, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25505, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25506, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25507, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25508, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25509, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25510, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25511, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25512, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25513, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25514, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25515, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25516, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25517, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25518, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25519, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25520, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25521, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25522, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25523, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25524, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25525, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25526, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25527, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25528, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25529, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25530, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25531, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25532, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25533, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25534, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25535, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25536, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25537, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25538, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25539, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25540, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25541, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25542, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25543, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25544, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25545, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25546, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25547, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25548, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25549, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25550, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25551, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25552, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25553, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25554, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25555, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25556, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25557, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25558, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25559, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25560, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25561, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25562, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25563, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25564, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25565, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25566, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25567, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25568, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25569, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25570, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25571, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25572, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25573, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25574, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25575, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25576, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25577, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25578, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25579, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25580, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25581, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25582, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25583, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25584, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25585, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25586, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25587, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25588, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25589, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25590, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25591, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25592, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25593, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25594, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25595, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25596, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25597, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25598, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25599, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25600, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25601, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25602, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25603, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25604, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25605, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25606, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25607, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25608, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25609, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25610, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25611, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25612, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25613, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25614, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25615, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25616, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25617, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25618, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25619, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25620, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25621, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25622, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25623, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25624, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25625, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25626, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25627, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25628, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25629, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25630, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25631, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25632, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25633, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25634, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25635, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25636, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25637, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25638, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25639, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25640, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25641, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25642, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25643, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25644, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25645, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25646, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25647, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25648, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25649, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25650, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25651, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25652, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25653, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25654, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25655, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25656, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25657, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25658, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25659, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25660, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25661, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25662, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25663, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25664, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25665, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25666, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25667, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25668, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25669, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25670, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25671, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25672, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25673, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25674, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25675, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25676, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25677, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25678, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25679, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25680, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25681, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25682, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25683, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25684, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25685, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25686, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25687, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25688, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25689, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25690, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25691, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25692, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25693, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25694, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25695, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25696, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25697, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25698, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25699, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25700, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25701, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25702, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25703, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25704, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25705, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25706, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25707, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25708, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25709, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25710, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25711, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25712, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25713, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25714, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25715, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25716, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25717, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25718, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25719, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25720, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25721, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25722, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25723, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25724, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25725, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25726, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25727, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25728, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25729, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25730, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25731, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25732, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25733, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25734, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25735, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25736, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25737, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25738, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25739, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25740, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25741, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25742, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25743, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25744, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25745, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25746, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25747, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25748, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25749, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25750, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25751, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25752, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25753, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25754, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25755, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25756, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25757, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25758, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25759, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25760, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25761, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25762, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25763, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25764, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25765, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25766, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25767, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25768, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25769, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25770, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25771, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25772, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25773, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25774, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25775, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25776, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25777, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25778, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25779, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25780, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25781, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25782, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25783, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25784, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25785, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25786, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:cobblestone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 14 - } - ] - }, - "minecraft:cobblestone_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11593, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11594, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11595, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11596, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11597, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11598, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:cobblestone_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:cobblestone" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4766, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 4767, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 4768, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 4769, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 4770, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 4771, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 4772, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 4773, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 4774, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 4775, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 4776, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4777, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 4778, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 4779, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 4780, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 4781, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 4782, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 4783, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 4784, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 4785, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 4786, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 4787, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 4788, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 4789, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 4790, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 4791, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 4792, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 4793, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 4794, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 4795, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 4796, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 4797, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 4798, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 4799, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 4800, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 4801, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 4802, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 4803, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 4804, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 4805, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 4806, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 4807, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 4808, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 4809, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 4810, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 4811, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 4812, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 4813, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 4814, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 4815, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 4816, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 4817, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 4818, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 4819, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 4820, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 4821, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 4822, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 4823, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 4824, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 4825, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 4826, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 4827, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 4828, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 4829, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 4830, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 4831, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 4832, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 4833, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 4834, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 4835, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 4836, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 4837, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 4838, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 4839, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 4840, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 4841, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 4842, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 4843, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 4844, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 4845, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:cobblestone_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" - ], - "north": [ - "none", - "low", - "tall" - ], - "south": [ - "none", - "low", - "tall" - ], - "up": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 8149, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8150, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8151, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 8152, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8153, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8154, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8155, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8156, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8157, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8158, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8159, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8160, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8161, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8162, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8163, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8164, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8165, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8166, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8167, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8168, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8169, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8170, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8171, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8172, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8173, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8174, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8175, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8176, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8177, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8178, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8179, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8180, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8181, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8182, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8183, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8184, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8185, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8186, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8187, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8188, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8189, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8190, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8191, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8192, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8193, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8194, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8195, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8196, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8197, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8198, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8199, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8200, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8201, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8202, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8203, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8204, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8205, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8206, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8207, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8208, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8209, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8210, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8211, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8212, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8213, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8214, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8215, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8216, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8217, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8218, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8219, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8220, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8221, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8222, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8223, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8224, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8225, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8226, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8227, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8228, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8229, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8230, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8231, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8232, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8233, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8234, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8235, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8236, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8237, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8238, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8239, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8240, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8241, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8242, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8243, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8244, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8245, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8246, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8247, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8248, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8249, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8250, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8251, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8252, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8253, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8254, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8255, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8256, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8257, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8258, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8259, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8260, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8261, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8262, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8263, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8264, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8265, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8266, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8267, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8268, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8269, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8270, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8271, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8272, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8273, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8274, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8275, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8276, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8277, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8278, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8279, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8280, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8281, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8282, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8283, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8284, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8285, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8286, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8287, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8288, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8289, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8290, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8291, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8292, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8293, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8294, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8295, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8296, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8297, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8298, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8299, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8300, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8301, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8302, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8303, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8304, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8305, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8306, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8307, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8308, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8309, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8310, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8311, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8312, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8313, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8314, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8315, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8316, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8317, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8318, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8319, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8320, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8321, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8322, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8323, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8324, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8325, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8326, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8327, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8328, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8329, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8330, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8331, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8332, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8333, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8334, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8335, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8336, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8337, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8338, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8339, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8340, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8341, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8342, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8343, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8344, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8345, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8346, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8347, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8348, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8349, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8350, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8351, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8352, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8353, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8354, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8355, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8356, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8357, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8358, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8359, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8360, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8361, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8362, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8363, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8364, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8365, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8366, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8367, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8368, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8369, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8370, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8371, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8372, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8373, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8374, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8375, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8376, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8377, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8378, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8379, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8380, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8381, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8382, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8383, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8384, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8385, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8386, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8387, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8388, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8389, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8390, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8391, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8392, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8393, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8394, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8395, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8396, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8397, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8398, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8399, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8400, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8401, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8402, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8403, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8404, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8405, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8406, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8407, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8408, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8409, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8410, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8411, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8412, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8413, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8414, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8415, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8416, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8417, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8418, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8419, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8420, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8421, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8422, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8423, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8424, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8425, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8426, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8427, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8428, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8429, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8430, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8431, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8432, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8433, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8434, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8435, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8436, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8437, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8438, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8439, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8440, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8441, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8442, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8443, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8444, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8445, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8446, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8447, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8448, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8449, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8450, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8451, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8452, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8453, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8454, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8455, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8456, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8457, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8458, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8459, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8460, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8461, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8462, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8463, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8464, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8465, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8466, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8467, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8468, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8469, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8470, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8471, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8472, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:cobweb": { - "definition": { - "type": "minecraft:web", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2047 - } - ] - }, - "minecraft:cocoa": { - "definition": { - "type": "minecraft:cocoa", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1", - "2" - ], - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 7649, - "properties": { - "age": "0", - "facing": "north" - } - }, - { - "id": 7650, - "properties": { - "age": "0", - "facing": "south" - } - }, - { - "id": 7651, - "properties": { - "age": "0", - "facing": "west" - } - }, - { - "id": 7652, - "properties": { - "age": "0", - "facing": "east" - } - }, - { - "id": 7653, - "properties": { - "age": "1", - "facing": "north" - } - }, - { - "id": 7654, - "properties": { - "age": "1", - "facing": "south" - } - }, - { - "id": 7655, - "properties": { - "age": "1", - "facing": "west" - } - }, - { - "id": 7656, - "properties": { - "age": "1", - "facing": "east" - } - }, - { - "id": 7657, - "properties": { - "age": "2", - "facing": "north" - } - }, - { - "id": 7658, - "properties": { - "age": "2", - "facing": "south" - } - }, - { - "id": 7659, - "properties": { - "age": "2", - "facing": "west" - } - }, - { - "id": 7660, - "properties": { - "age": "2", - "facing": "east" - } - } - ] - }, - "minecraft:command_block": { - "definition": { - "type": "minecraft:command", - "automatic": false, - "properties": {} - }, - "properties": { - "conditional": [ - "true", - "false" - ], - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 8136, - "properties": { - "conditional": "true", - "facing": "north" - } - }, - { - "id": 8137, - "properties": { - "conditional": "true", - "facing": "east" - } - }, - { - "id": 8138, - "properties": { - "conditional": "true", - "facing": "south" - } - }, - { - "id": 8139, - "properties": { - "conditional": "true", - "facing": "west" - } - }, - { - "id": 8140, - "properties": { - "conditional": "true", - "facing": "up" - } - }, - { - "id": 8141, - "properties": { - "conditional": "true", - "facing": "down" - } - }, - { - "default": true, - "id": 8142, - "properties": { - "conditional": "false", - "facing": "north" - } - }, - { - "id": 8143, - "properties": { - "conditional": "false", - "facing": "east" - } - }, - { - "id": 8144, - "properties": { - "conditional": "false", - "facing": "south" - } - }, - { - "id": 8145, - "properties": { - "conditional": "false", - "facing": "west" - } - }, - { - "id": 8146, - "properties": { - "conditional": "false", - "facing": "up" - } - }, - { - "id": 8147, - "properties": { - "conditional": "false", - "facing": "down" - } - } - ] - }, - "minecraft:comparator": { - "definition": { - "type": "minecraft:comparator", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "mode": [ - "compare", - "subtract" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9430, - "properties": { - "facing": "north", - "mode": "compare", - "powered": "true" - } - }, - { - "default": true, - "id": 9431, - "properties": { - "facing": "north", - "mode": "compare", - "powered": "false" - } - }, - { - "id": 9432, - "properties": { - "facing": "north", - "mode": "subtract", - "powered": "true" - } - }, - { - "id": 9433, - "properties": { - "facing": "north", - "mode": "subtract", - "powered": "false" - } - }, - { - "id": 9434, - "properties": { - "facing": "south", - "mode": "compare", - "powered": "true" - } - }, - { - "id": 9435, - "properties": { - "facing": "south", - "mode": "compare", - "powered": "false" - } - }, - { - "id": 9436, - "properties": { - "facing": "south", - "mode": "subtract", - "powered": "true" - } - }, - { - "id": 9437, - "properties": { - "facing": "south", - "mode": "subtract", - "powered": "false" - } - }, - { - "id": 9438, - "properties": { - "facing": "west", - "mode": "compare", - "powered": "true" - } - }, - { - "id": 9439, - "properties": { - "facing": "west", - "mode": "compare", - "powered": "false" - } - }, - { - "id": 9440, - "properties": { - "facing": "west", - "mode": "subtract", - "powered": "true" - } - }, - { - "id": 9441, - "properties": { - "facing": "west", - "mode": "subtract", - "powered": "false" - } - }, - { - "id": 9442, - "properties": { - "facing": "east", - "mode": "compare", - "powered": "true" - } - }, - { - "id": 9443, - "properties": { - "facing": "east", - "mode": "compare", - "powered": "false" - } - }, - { - "id": 9444, - "properties": { - "facing": "east", - "mode": "subtract", - "powered": "true" - } - }, - { - "id": 9445, - "properties": { - "facing": "east", - "mode": "subtract", - "powered": "false" - } - } - ] - }, - "minecraft:composter": { - "definition": { - "type": "minecraft:composter", - "properties": {} - }, - "properties": { - "level": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8" - ] - }, - "states": [ - { - "default": true, - "id": 19841, - "properties": { - "level": "0" - } - }, - { - "id": 19842, - "properties": { - "level": "1" - } - }, - { - "id": 19843, - "properties": { - "level": "2" - } - }, - { - "id": 19844, - "properties": { - "level": "3" - } - }, - { - "id": 19845, - "properties": { - "level": "4" - } - }, - { - "id": 19846, - "properties": { - "level": "5" - } - }, - { - "id": 19847, - "properties": { - "level": "6" - } - }, - { - "id": 19848, - "properties": { - "level": "7" - } - }, - { - "id": 19849, - "properties": { - "level": "8" - } - } - ] - }, - "minecraft:conduit": { - "definition": { - "type": "minecraft:conduit", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13411, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13412, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:copper_block": { - "definition": { - "type": "minecraft:weathering_copper_full", - "properties": {}, - "weathering_state": "unaffected" - }, - "states": [ - { - "default": true, - "id": 23407 - } - ] - }, - "minecraft:copper_bulb": { - "definition": { - "type": "minecraft:weathering_copper_bulb", - "properties": {}, - "weathering_state": "unaffected" - }, - "properties": { - "lit": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25161, - "properties": { - "lit": "true", - "powered": "true" - } - }, - { - "id": 25162, - "properties": { - "lit": "true", - "powered": "false" - } - }, - { - "id": 25163, - "properties": { - "lit": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 25164, - "properties": { - "lit": "false", - "powered": "false" - } - } - ] - }, - "minecraft:copper_door": { - "definition": { - "type": "minecraft:weathering_copper_door", - "block_set_type": "copper", - "properties": {}, - "weathering_state": "unaffected" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "upper", - "lower" - ], - "hinge": [ - "left", - "right" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24121, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24122, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24123, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24124, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24125, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24126, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24127, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24128, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24129, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24130, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24131, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 24132, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24133, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24134, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24135, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24136, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24137, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24138, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24139, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24140, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24141, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24142, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24143, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24144, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24145, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24146, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24147, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24148, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24149, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24150, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24151, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24152, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24153, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24154, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24155, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24156, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24157, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24158, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24159, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24160, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24161, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24162, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24163, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24164, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24165, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24166, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24167, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24168, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24169, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24170, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24171, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24172, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24173, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24174, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24175, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24176, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24177, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24178, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24179, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24180, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24181, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24182, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24183, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24184, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:copper_grate": { - "definition": { - "type": "minecraft:weathering_copper_grate", - "properties": {}, - "weathering_state": "unaffected" - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25145, - "properties": { - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25146, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:copper_ore": { - "definition": { - "type": "minecraft:drop_experience", - "experience": 0, - "properties": {} - }, - "states": [ - { - "default": true, - "id": 23411 - } - ] - }, - "minecraft:copper_trapdoor": { - "definition": { - "type": "minecraft:weathering_copper_trap_door", - "block_set_type": "copper", - "properties": {}, - "weathering_state": "unaffected" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24633, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24634, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24635, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24636, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24637, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24638, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24639, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24640, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24641, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24642, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24643, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24644, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24645, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24646, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24647, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 24648, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24649, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24650, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24651, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24652, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24653, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24654, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24655, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24656, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24657, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24658, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24659, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24660, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24661, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24662, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24663, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24664, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24665, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24666, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24667, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24668, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24669, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24670, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24671, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24672, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24673, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24674, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24675, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24676, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24677, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24678, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24679, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24680, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24681, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24682, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24683, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24684, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24685, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24686, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24687, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24688, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24689, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24690, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24691, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24692, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24693, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24694, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24695, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24696, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:cornflower": { - "definition": { - "type": "minecraft:flower", - "properties": {}, - "suspicious_stew_effects": [ - { - "duration": 120, - "id": "minecraft:jump_boost" - } - ] - }, - "states": [ - { - "default": true, - "id": 2129 - } - ] - }, - "minecraft:cracked_deepslate_bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 27021 - } - ] - }, - "minecraft:cracked_deepslate_tiles": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 27022 - } - ] - }, - "minecraft:cracked_nether_bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 21192 - } - ] - }, - "minecraft:cracked_polished_blackstone_bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 20342 - } - ] - }, - "minecraft:cracked_stone_bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6769 - } - ] - }, - "minecraft:crafter": { - "definition": { - "type": "minecraft:crafter", - "properties": {} - }, - "properties": { - "crafting": [ - "true", - "false" - ], - "orientation": [ - "down_east", - "down_north", - "down_south", - "down_west", - "up_east", - "up_north", - "up_south", - "up_west", - "west_up", - "east_up", - "north_up", - "south_up" - ], - "triggered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 27059, - "properties": { - "crafting": "true", - "orientation": "down_east", - "triggered": "true" - } - }, - { - "id": 27060, - "properties": { - "crafting": "true", - "orientation": "down_east", - "triggered": "false" - } - }, - { - "id": 27061, - "properties": { - "crafting": "true", - "orientation": "down_north", - "triggered": "true" - } - }, - { - "id": 27062, - "properties": { - "crafting": "true", - "orientation": "down_north", - "triggered": "false" - } - }, - { - "id": 27063, - "properties": { - "crafting": "true", - "orientation": "down_south", - "triggered": "true" - } - }, - { - "id": 27064, - "properties": { - "crafting": "true", - "orientation": "down_south", - "triggered": "false" - } - }, - { - "id": 27065, - "properties": { - "crafting": "true", - "orientation": "down_west", - "triggered": "true" - } - }, - { - "id": 27066, - "properties": { - "crafting": "true", - "orientation": "down_west", - "triggered": "false" - } - }, - { - "id": 27067, - "properties": { - "crafting": "true", - "orientation": "up_east", - "triggered": "true" - } - }, - { - "id": 27068, - "properties": { - "crafting": "true", - "orientation": "up_east", - "triggered": "false" - } - }, - { - "id": 27069, - "properties": { - "crafting": "true", - "orientation": "up_north", - "triggered": "true" - } - }, - { - "id": 27070, - "properties": { - "crafting": "true", - "orientation": "up_north", - "triggered": "false" - } - }, - { - "id": 27071, - "properties": { - "crafting": "true", - "orientation": "up_south", - "triggered": "true" - } - }, - { - "id": 27072, - "properties": { - "crafting": "true", - "orientation": "up_south", - "triggered": "false" - } - }, - { - "id": 27073, - "properties": { - "crafting": "true", - "orientation": "up_west", - "triggered": "true" - } - }, - { - "id": 27074, - "properties": { - "crafting": "true", - "orientation": "up_west", - "triggered": "false" - } - }, - { - "id": 27075, - "properties": { - "crafting": "true", - "orientation": "west_up", - "triggered": "true" - } - }, - { - "id": 27076, - "properties": { - "crafting": "true", - "orientation": "west_up", - "triggered": "false" - } - }, - { - "id": 27077, - "properties": { - "crafting": "true", - "orientation": "east_up", - "triggered": "true" - } - }, - { - "id": 27078, - "properties": { - "crafting": "true", - "orientation": "east_up", - "triggered": "false" - } - }, - { - "id": 27079, - "properties": { - "crafting": "true", - "orientation": "north_up", - "triggered": "true" - } - }, - { - "id": 27080, - "properties": { - "crafting": "true", - "orientation": "north_up", - "triggered": "false" - } - }, - { - "id": 27081, - "properties": { - "crafting": "true", - "orientation": "south_up", - "triggered": "true" - } - }, - { - "id": 27082, - "properties": { - "crafting": "true", - "orientation": "south_up", - "triggered": "false" - } - }, - { - "id": 27083, - "properties": { - "crafting": "false", - "orientation": "down_east", - "triggered": "true" - } - }, - { - "id": 27084, - "properties": { - "crafting": "false", - "orientation": "down_east", - "triggered": "false" - } - }, - { - "id": 27085, - "properties": { - "crafting": "false", - "orientation": "down_north", - "triggered": "true" - } - }, - { - "id": 27086, - "properties": { - "crafting": "false", - "orientation": "down_north", - "triggered": "false" - } - }, - { - "id": 27087, - "properties": { - "crafting": "false", - "orientation": "down_south", - "triggered": "true" - } - }, - { - "id": 27088, - "properties": { - "crafting": "false", - "orientation": "down_south", - "triggered": "false" - } - }, - { - "id": 27089, - "properties": { - "crafting": "false", - "orientation": "down_west", - "triggered": "true" - } - }, - { - "id": 27090, - "properties": { - "crafting": "false", - "orientation": "down_west", - "triggered": "false" - } - }, - { - "id": 27091, - "properties": { - "crafting": "false", - "orientation": "up_east", - "triggered": "true" - } - }, - { - "id": 27092, - "properties": { - "crafting": "false", - "orientation": "up_east", - "triggered": "false" - } - }, - { - "id": 27093, - "properties": { - "crafting": "false", - "orientation": "up_north", - "triggered": "true" - } - }, - { - "id": 27094, - "properties": { - "crafting": "false", - "orientation": "up_north", - "triggered": "false" - } - }, - { - "id": 27095, - "properties": { - "crafting": "false", - "orientation": "up_south", - "triggered": "true" - } - }, - { - "id": 27096, - "properties": { - "crafting": "false", - "orientation": "up_south", - "triggered": "false" - } - }, - { - "id": 27097, - "properties": { - "crafting": "false", - "orientation": "up_west", - "triggered": "true" - } - }, - { - "id": 27098, - "properties": { - "crafting": "false", - "orientation": "up_west", - "triggered": "false" - } - }, - { - "id": 27099, - "properties": { - "crafting": "false", - "orientation": "west_up", - "triggered": "true" - } - }, - { - "id": 27100, - "properties": { - "crafting": "false", - "orientation": "west_up", - "triggered": "false" - } - }, - { - "id": 27101, - "properties": { - "crafting": "false", - "orientation": "east_up", - "triggered": "true" - } - }, - { - "id": 27102, - "properties": { - "crafting": "false", - "orientation": "east_up", - "triggered": "false" - } - }, - { - "id": 27103, - "properties": { - "crafting": "false", - "orientation": "north_up", - "triggered": "true" - } - }, - { - "default": true, - "id": 27104, - "properties": { - "crafting": "false", - "orientation": "north_up", - "triggered": "false" - } - }, - { - "id": 27105, - "properties": { - "crafting": "false", - "orientation": "south_up", - "triggered": "true" - } - }, - { - "id": 27106, - "properties": { - "crafting": "false", - "orientation": "south_up", - "triggered": "false" - } - } - ] - }, - "minecraft:crafting_table": { - "definition": { - "type": "minecraft:crafting_table", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 4329 - } - ] - }, - "minecraft:creaking_heart": { - "definition": { - "type": "minecraft:creaking_heart", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ], - "creaking": [ - "disabled", - "dormant", - "active" - ] - }, - "states": [ - { - "id": 2917, - "properties": { - "axis": "x", - "creaking": "disabled" - } - }, - { - "id": 2918, - "properties": { - "axis": "x", - "creaking": "dormant" - } - }, - { - "id": 2919, - "properties": { - "axis": "x", - "creaking": "active" - } - }, - { - "default": true, - "id": 2920, - "properties": { - "axis": "y", - "creaking": "disabled" - } - }, - { - "id": 2921, - "properties": { - "axis": "y", - "creaking": "dormant" - } - }, - { - "id": 2922, - "properties": { - "axis": "y", - "creaking": "active" - } - }, - { - "id": 2923, - "properties": { - "axis": "z", - "creaking": "disabled" - } - }, - { - "id": 2924, - "properties": { - "axis": "z", - "creaking": "dormant" - } - }, - { - "id": 2925, - "properties": { - "axis": "z", - "creaking": "active" - } - } - ] - }, - "minecraft:creeper_head": { - "definition": { - "type": "minecraft:skull", - "kind": "creeper", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" - ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "id": 9242, - "properties": { - "powered": "true", - "rotation": "0" - } - }, - { - "id": 9243, - "properties": { - "powered": "true", - "rotation": "1" - } - }, - { - "id": 9244, - "properties": { - "powered": "true", - "rotation": "2" - } - }, - { - "id": 9245, - "properties": { - "powered": "true", - "rotation": "3" - } - }, - { - "id": 9246, - "properties": { - "powered": "true", - "rotation": "4" - } - }, - { - "id": 9247, - "properties": { - "powered": "true", - "rotation": "5" - } - }, - { - "id": 9248, - "properties": { - "powered": "true", - "rotation": "6" - } - }, - { - "id": 9249, - "properties": { - "powered": "true", - "rotation": "7" - } - }, - { - "id": 9250, - "properties": { - "powered": "true", - "rotation": "8" - } - }, - { - "id": 9251, - "properties": { - "powered": "true", - "rotation": "9" - } - }, - { - "id": 9252, - "properties": { - "powered": "true", - "rotation": "10" - } - }, - { - "id": 9253, - "properties": { - "powered": "true", - "rotation": "11" - } - }, - { - "id": 9254, - "properties": { - "powered": "true", - "rotation": "12" - } - }, - { - "id": 9255, - "properties": { - "powered": "true", - "rotation": "13" - } - }, - { - "id": 9256, - "properties": { - "powered": "true", - "rotation": "14" - } - }, - { - "id": 9257, - "properties": { - "powered": "true", - "rotation": "15" - } - }, - { - "default": true, - "id": 9258, - "properties": { - "powered": "false", - "rotation": "0" - } - }, - { - "id": 9259, - "properties": { - "powered": "false", - "rotation": "1" - } - }, - { - "id": 9260, - "properties": { - "powered": "false", - "rotation": "2" - } - }, - { - "id": 9261, - "properties": { - "powered": "false", - "rotation": "3" - } - }, - { - "id": 9262, - "properties": { - "powered": "false", - "rotation": "4" - } - }, - { - "id": 9263, - "properties": { - "powered": "false", - "rotation": "5" - } - }, - { - "id": 9264, - "properties": { - "powered": "false", - "rotation": "6" - } - }, - { - "id": 9265, - "properties": { - "powered": "false", - "rotation": "7" - } - }, - { - "id": 9266, - "properties": { - "powered": "false", - "rotation": "8" - } - }, - { - "id": 9267, - "properties": { - "powered": "false", - "rotation": "9" - } - }, - { - "id": 9268, - "properties": { - "powered": "false", - "rotation": "10" - } - }, - { - "id": 9269, - "properties": { - "powered": "false", - "rotation": "11" - } - }, - { - "id": 9270, - "properties": { - "powered": "false", - "rotation": "12" - } - }, - { - "id": 9271, - "properties": { - "powered": "false", - "rotation": "13" - } - }, - { - "id": 9272, - "properties": { - "powered": "false", - "rotation": "14" - } - }, - { - "id": 9273, - "properties": { - "powered": "false", - "rotation": "15" - } - } - ] - }, - "minecraft:creeper_wall_head": { - "definition": { - "type": "minecraft:wall_skull", - "kind": "creeper", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9274, - "properties": { - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 9275, - "properties": { - "facing": "north", - "powered": "false" - } - }, - { - "id": 9276, - "properties": { - "facing": "south", - "powered": "true" - } - }, - { - "id": 9277, - "properties": { - "facing": "south", - "powered": "false" - } - }, - { - "id": 9278, - "properties": { - "facing": "west", - "powered": "true" - } - }, - { - "id": 9279, - "properties": { - "facing": "west", - "powered": "false" - } - }, - { - "id": 9280, - "properties": { - "facing": "east", - "powered": "true" - } - }, - { - "id": 9281, - "properties": { - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:crimson_button": { - "definition": { - "type": "minecraft:button", - "block_set_type": "crimson", - "properties": {}, - "ticks_to_stay_pressed": 30 - }, - "properties": { - "face": [ - "floor", - "wall", - "ceiling" - ], - "facing": [ - "north", - "south", - "west", - "east" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19569, - "properties": { - "face": "floor", - "facing": "north", - "powered": "true" - } - }, - { - "id": 19570, - "properties": { - "face": "floor", - "facing": "north", - "powered": "false" - } - }, - { - "id": 19571, - "properties": { - "face": "floor", - "facing": "south", - "powered": "true" - } - }, - { - "id": 19572, - "properties": { - "face": "floor", - "facing": "south", - "powered": "false" - } - }, - { - "id": 19573, - "properties": { - "face": "floor", - "facing": "west", - "powered": "true" - } - }, - { - "id": 19574, - "properties": { - "face": "floor", - "facing": "west", - "powered": "false" - } - }, - { - "id": 19575, - "properties": { - "face": "floor", - "facing": "east", - "powered": "true" - } - }, - { - "id": 19576, - "properties": { - "face": "floor", - "facing": "east", - "powered": "false" - } - }, - { - "id": 19577, - "properties": { - "face": "wall", - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 19578, - "properties": { - "face": "wall", - "facing": "north", - "powered": "false" - } - }, - { - "id": 19579, - "properties": { - "face": "wall", - "facing": "south", - "powered": "true" - } - }, - { - "id": 19580, - "properties": { - "face": "wall", - "facing": "south", - "powered": "false" - } - }, - { - "id": 19581, - "properties": { - "face": "wall", - "facing": "west", - "powered": "true" - } - }, - { - "id": 19582, - "properties": { - "face": "wall", - "facing": "west", - "powered": "false" - } - }, - { - "id": 19583, - "properties": { - "face": "wall", - "facing": "east", - "powered": "true" - } - }, - { - "id": 19584, - "properties": { - "face": "wall", - "facing": "east", - "powered": "false" - } - }, - { - "id": 19585, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "true" - } - }, - { - "id": 19586, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "false" - } - }, - { - "id": 19587, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "true" - } - }, - { - "id": 19588, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "false" - } - }, - { - "id": 19589, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "true" - } - }, - { - "id": 19590, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "false" - } - }, - { - "id": 19591, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "true" - } - }, - { - "id": 19592, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:crimson_door": { - "definition": { - "type": "minecraft:door", - "block_set_type": "crimson", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "upper", - "lower" - ], - "hinge": [ - "left", - "right" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19617, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 19618, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 19619, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 19620, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 19621, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 19622, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 19623, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 19624, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 19625, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 19626, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 19627, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 19628, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 19629, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 19630, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 19631, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 19632, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 19633, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 19634, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 19635, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 19636, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 19637, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 19638, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 19639, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 19640, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 19641, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 19642, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 19643, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 19644, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 19645, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 19646, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 19647, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 19648, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 19649, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 19650, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 19651, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 19652, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 19653, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 19654, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 19655, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 19656, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 19657, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 19658, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 19659, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 19660, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 19661, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 19662, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 19663, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 19664, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 19665, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 19666, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 19667, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 19668, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 19669, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 19670, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 19671, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 19672, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 19673, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 19674, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 19675, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 19676, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 19677, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 19678, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 19679, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 19680, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:crimson_fence": { - "definition": { - "type": "minecraft:fence", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" - ], - "north": [ - "true", - "false" - ], - "south": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19153, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 19154, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 19155, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 19156, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 19157, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 19158, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 19159, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 19160, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 19161, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 19162, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 19163, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 19164, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 19165, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 19166, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 19167, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 19168, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 19169, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 19170, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 19171, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 19172, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 19173, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 19174, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 19175, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 19176, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 19177, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 19178, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 19179, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 19180, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 19181, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 19182, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 19183, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 19184, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:crimson_fence_gate": { - "definition": { - "type": "minecraft:fence_gate", - "properties": {}, - "wood_type": "crimson" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "in_wall": [ - "true", - "false" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19345, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 19346, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 19347, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 19348, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 19349, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 19350, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 19351, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 19352, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 19353, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 19354, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 19355, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 19356, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 19357, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 19358, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 19359, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 19360, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 19361, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 19362, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 19363, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 19364, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 19365, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 19366, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 19367, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 19368, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 19369, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 19370, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 19371, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 19372, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 19373, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 19374, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 19375, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 19376, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:crimson_fungus": { - "definition": { - "type": "minecraft:fungus", - "feature": "minecraft:crimson_fungus_planted", - "grows_on": "minecraft:crimson_nylium", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19078 - } - ] - }, - "minecraft:crimson_hanging_sign": { - "definition": { - "type": "minecraft:ceiling_hanging_sign", - "properties": {}, - "wood_type": "crimson" - }, - "properties": { - "attached": [ - "true", - "false" - ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5438, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "id": 5439, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5440, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5441, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5442, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5443, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5444, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5445, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5446, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5447, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5448, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5449, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5450, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5451, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5452, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5453, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5454, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5455, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5456, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5457, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5458, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5459, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5460, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5461, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5462, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5463, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5464, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5465, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5466, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5467, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5468, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5469, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "false" - } - }, - { - "id": 5470, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5471, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5472, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5473, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5474, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5475, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5476, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5477, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5478, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5479, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5480, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5481, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5482, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5483, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5484, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5485, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5486, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5487, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5488, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5489, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5490, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5491, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5492, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5493, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5494, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5495, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5496, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5497, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5498, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5499, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5500, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5501, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:crimson_hyphae": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 19071, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 19072, - "properties": { - "axis": "y" - } - }, - { - "id": 19073, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:crimson_nylium": { - "definition": { - "type": "minecraft:nylium", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19077 - } - ] - }, - "minecraft:crimson_planks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19135 - } - ] - }, - "minecraft:crimson_pressure_plate": { - "definition": { - "type": "minecraft:pressure_plate", - "block_set_type": "crimson", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19149, - "properties": { - "powered": "true" - } - }, - { - "default": true, - "id": 19150, - "properties": { - "powered": "false" - } - } - ] - }, - "minecraft:crimson_roots": { - "definition": { - "type": "minecraft:roots", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19134 - } - ] - }, - "minecraft:crimson_sign": { - "definition": { - "type": "minecraft:standing_sign", - "properties": {}, - "wood_type": "crimson" - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19745, - "properties": { - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 19746, - "properties": { - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 19747, - "properties": { - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 19748, - "properties": { - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 19749, - "properties": { - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 19750, - "properties": { - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 19751, - "properties": { - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 19752, - "properties": { - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 19753, - "properties": { - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 19754, - "properties": { - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 19755, - "properties": { - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 19756, - "properties": { - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 19757, - "properties": { - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 19758, - "properties": { - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 19759, - "properties": { - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 19760, - "properties": { - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 19761, - "properties": { - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 19762, - "properties": { - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 19763, - "properties": { - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 19764, - "properties": { - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 19765, - "properties": { - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 19766, - "properties": { - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 19767, - "properties": { - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 19768, - "properties": { - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 19769, - "properties": { - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 19770, - "properties": { - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 19771, - "properties": { - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 19772, - "properties": { - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 19773, - "properties": { - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 19774, - "properties": { - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 19775, - "properties": { - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 19776, - "properties": { - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:crimson_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19137, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 19138, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 19139, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 19140, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 19141, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 19142, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:crimson_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:crimson_planks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19409, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19410, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19411, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19412, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19413, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19414, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19415, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19416, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19417, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19418, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19419, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 19420, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19421, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19422, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19423, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19424, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19425, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19426, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19427, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19428, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19429, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19430, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19431, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19432, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19433, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19434, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19435, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19436, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19437, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19438, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19439, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19440, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19441, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19442, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19443, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19444, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19445, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19446, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19447, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19448, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19449, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19450, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19451, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19452, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19453, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19454, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19455, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19456, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19457, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19458, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19459, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19460, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19461, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19462, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19463, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19464, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19465, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19466, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19467, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19468, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19469, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19470, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19471, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19472, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19473, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19474, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19475, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19476, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19477, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19478, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19479, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19480, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19481, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19482, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19483, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19484, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19485, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19486, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19487, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19488, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:crimson_stem": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 19065, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 19066, - "properties": { - "axis": "y" - } - }, - { - "id": 19067, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:crimson_trapdoor": { - "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "crimson", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "open": [ - "true", - "false" + "default_state_id": 503, + "states": [ + { + "id": 476, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 477, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 478, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 479, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 480, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 481, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 482, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 483, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 484, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 485, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 486, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 487, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 488, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 489, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 490, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 491, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 492, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 493, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 494, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 495, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 496, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 497, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 498, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 499, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 500, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 501, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 502, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 503, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 97, + "name": "minecraft:azalea_leaves", + "translation_key": "block.minecraft.azalea_leaves", + "item_id": 191, + "properties": [ + { + "name": "distance", + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" + "default_state_id": 531, + "states": [ + { + "id": 504, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 505, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 506, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 507, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 508, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 509, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 510, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 511, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 512, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 513, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 514, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 515, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 516, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 517, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 518, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 519, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 520, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 521, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 522, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 523, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 524, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 525, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 526, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 527, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 528, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 529, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 530, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 531, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 98, + "name": "minecraft:flowering_azalea_leaves", + "translation_key": "block.minecraft.flowering_azalea_leaves", + "item_id": 192, + "properties": [ + { + "name": "distance", + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "persistent", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19217, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19218, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19219, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19220, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19221, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19222, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19223, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19224, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19225, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19226, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19227, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19228, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19229, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19230, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19231, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 19232, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19233, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19234, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19235, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19236, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19237, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19238, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19239, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19240, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19241, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19242, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19243, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19244, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19245, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19246, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19247, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19248, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19249, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19250, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19251, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19252, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19253, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19254, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19255, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19256, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19257, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19258, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19259, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19260, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19261, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19262, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19263, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19264, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19265, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19266, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19267, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19268, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19269, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19270, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19271, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19272, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19273, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19274, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19275, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19276, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19277, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19278, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19279, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19280, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:crimson_wall_hanging_sign": { - "definition": { - "type": "minecraft:wall_hanging_sign", - "properties": {}, - "wood_type": "crimson" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 559, + "states": [ + { + "id": 532, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 533, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 534, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 535, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 536, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 537, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 538, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 539, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 540, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 541, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 542, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 543, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 544, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 545, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 546, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 547, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 548, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 549, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 550, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 551, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 552, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 553, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 554, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 555, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 556, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 557, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 558, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 559, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 99, + "name": "minecraft:sponge", + "translation_key": "block.minecraft.sponge", + "item_id": 193, + "properties": [], + "default_state_id": 560, + "states": [ + { + "id": 560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 100, + "name": "minecraft:wet_sponge", + "translation_key": "block.minecraft.wet_sponge", + "item_id": 194, + "properties": [], + "default_state_id": 561, + "states": [ + { + "id": 561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 101, + "name": "minecraft:glass", + "translation_key": "block.minecraft.glass", + "item_id": 195, + "properties": [], + "default_state_id": 562, + "states": [ + { + "id": 562, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 102, + "name": "minecraft:lapis_ore", + "translation_key": "block.minecraft.lapis_ore", + "item_id": 76, + "properties": [], + "default_state_id": 563, + "states": [ + { + "id": 563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 103, + "name": "minecraft:deepslate_lapis_ore", + "translation_key": "block.minecraft.deepslate_lapis_ore", + "item_id": 77, + "properties": [], + "default_state_id": 564, + "states": [ + { + "id": 564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 104, + "name": "minecraft:lapis_block", + "translation_key": "block.minecraft.lapis_block", + "item_id": 197, + "properties": [], + "default_state_id": 565, + "states": [ + { + "id": 565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 105, + "name": "minecraft:dispenser", + "translation_key": "block.minecraft.dispenser", + "item_id": 682, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "triggered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5766, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5767, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 5768, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 5769, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 5770, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 5771, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 5772, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 5773, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:crimson_wall_sign": { - "definition": { - "type": "minecraft:wall_sign", - "properties": {}, - "wood_type": "crimson" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 567, + "states": [ + { + "id": 566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 5 + }, + { + "id": 567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 5 + }, + { + "id": 568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 5 + }, + { + "id": 569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 5 + }, + { + "id": 570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 5 + }, + { + "id": 571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 5 + }, + { + "id": 572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 5 + }, + { + "id": 573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 5 + }, + { + "id": 574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 5 + }, + { + "id": 575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 5 + }, + { + "id": 576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 5 + }, + { + "id": 577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 5 + } + ] + }, + { + "id": 106, + "name": "minecraft:sandstone", + "translation_key": "block.minecraft.sandstone", + "item_id": 198, + "properties": [], + "default_state_id": 578, + "states": [ + { + "id": 578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 107, + "name": "minecraft:chiseled_sandstone", + "translation_key": "block.minecraft.chiseled_sandstone", + "item_id": 199, + "properties": [], + "default_state_id": 579, + "states": [ + { + "id": 579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 108, + "name": "minecraft:cut_sandstone", + "translation_key": "block.minecraft.cut_sandstone", + "item_id": 200, + "properties": [], + "default_state_id": 580, + "states": [ + { + "id": 580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 109, + "name": "minecraft:note_block", + "translation_key": "block.minecraft.note_block", + "item_id": 695, + "properties": [ + { + "name": "instrument", + "values": [ + "harp", + "basedrum", + "snare", + "hat", + "bass", + "flute", + "bell", + "guitar", + "chime", + "xylophone", + "iron_xylophone", + "cow_bell", + "didgeridoo", + "bit", + "banjo", + "pling", + "zombie", + "skeleton", + "creeper", + "dragon", + "wither_skeleton", + "piglin", + "custom_head" + ] + }, + { + "name": "note", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19809, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 19810, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 19811, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 19812, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 19813, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 19814, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 19815, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 19816, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:crying_obsidian": { - "definition": { - "type": "minecraft:crying_obsidian", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19918 - } - ] - }, - "minecraft:cut_copper": { - "definition": { - "type": "minecraft:weathering_copper_full", - "properties": {}, - "weathering_state": "unaffected" - }, - "states": [ - { - "default": true, - "id": 23416 - } - ] - }, - "minecraft:cut_copper_slab": { - "definition": { - "type": "minecraft:weathering_copper_slab", - "properties": {}, - "weathering_state": "unaffected" - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 23763, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 23764, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 23765, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 23766, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 23767, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 23768, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:cut_copper_stairs": { - "definition": { - "type": "minecraft:weathering_copper_stair", - "base_state": { - "Name": "minecraft:cut_copper" - }, - "properties": {}, - "weathering_state": "unaffected" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 23665, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23666, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23667, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23668, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23669, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23670, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23671, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23672, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23673, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23674, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23675, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 23676, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23677, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23678, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23679, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23680, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23681, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23682, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23683, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23684, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23685, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23686, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23687, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23688, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23689, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23690, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23691, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23692, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23693, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23694, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23695, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23696, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23697, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23698, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23699, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23700, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23701, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23702, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23703, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23704, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23705, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23706, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23707, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23708, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23709, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23710, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23711, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23712, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23713, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23714, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23715, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23716, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23717, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23718, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23719, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23720, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23721, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23722, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23723, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23724, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23725, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23726, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23727, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23728, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23729, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23730, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23731, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23732, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23733, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23734, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23735, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23736, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23737, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23738, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23739, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23740, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23741, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23742, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23743, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23744, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:cut_red_sandstone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11416 - } - ] - }, - "minecraft:cut_red_sandstone_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11635, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11636, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11637, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11638, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11639, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11640, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:cut_sandstone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 580 - } - ] - }, - "minecraft:cut_sandstone_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11581, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11582, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11583, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11584, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11585, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11586, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:cyan_banner": { - "definition": { - "type": "minecraft:banner", - "color": "cyan", - "properties": {} - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 11238, - "properties": { - "rotation": "0" - } - }, - { - "id": 11239, - "properties": { - "rotation": "1" - } - }, - { - "id": 11240, - "properties": { - "rotation": "2" - } - }, - { - "id": 11241, - "properties": { - "rotation": "3" - } - }, - { - "id": 11242, - "properties": { - "rotation": "4" - } - }, - { - "id": 11243, - "properties": { - "rotation": "5" - } - }, - { - "id": 11244, - "properties": { - "rotation": "6" - } - }, - { - "id": 11245, - "properties": { - "rotation": "7" - } - }, - { - "id": 11246, - "properties": { - "rotation": "8" - } - }, - { - "id": 11247, - "properties": { - "rotation": "9" - } - }, - { - "id": 11248, - "properties": { - "rotation": "10" - } - }, - { - "id": 11249, - "properties": { - "rotation": "11" - } - }, - { - "id": 11250, - "properties": { - "rotation": "12" - } - }, - { - "id": 11251, - "properties": { - "rotation": "13" - } - }, - { - "id": 11252, - "properties": { - "rotation": "14" - } - }, - { - "id": 11253, - "properties": { - "rotation": "15" - } - } - ] - }, - "minecraft:cyan_bed": { - "definition": { - "type": "minecraft:bed", - "color": "cyan", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "occupied": [ - "true", - "false" - ], - "part": [ - "head", - "foot" - ] - }, - "states": [ - { - "id": 1875, - "properties": { - "facing": "north", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1876, - "properties": { - "facing": "north", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1877, - "properties": { - "facing": "north", - "occupied": "false", - "part": "head" - } - }, - { - "default": true, - "id": 1878, - "properties": { - "facing": "north", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1879, - "properties": { - "facing": "south", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1880, - "properties": { - "facing": "south", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1881, - "properties": { - "facing": "south", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1882, - "properties": { - "facing": "south", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1883, - "properties": { - "facing": "west", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1884, - "properties": { - "facing": "west", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1885, - "properties": { - "facing": "west", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1886, - "properties": { - "facing": "west", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1887, - "properties": { - "facing": "east", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1888, - "properties": { - "facing": "east", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1889, - "properties": { - "facing": "east", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1890, - "properties": { - "facing": "east", - "occupied": "false", - "part": "foot" - } - } - ] - }, - "minecraft:cyan_candle": { - "definition": { - "type": "minecraft:candle", - "properties": {} - }, - "properties": { - "candles": [ - "1", - "2", - "3", - "4" - ], - "lit": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21354, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21355, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21356, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21357, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21358, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21359, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21360, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21361, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21362, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21363, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21364, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21365, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21366, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21367, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21368, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21369, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:cyan_candle_cake": { - "definition": { - "type": "minecraft:candle_cake", - "candle": "minecraft:cyan_candle", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21486, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 21487, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:cyan_carpet": { - "definition": { - "type": "minecraft:wool_carpet", - "color": "cyan", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11072 - } - ] - }, - "minecraft:cyan_concrete": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13206 - } - ] - }, - "minecraft:cyan_concrete_powder": { - "definition": { - "type": "minecraft:concrete_powder", - "concrete": "minecraft:cyan_concrete", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13222 - } - ] - }, - "minecraft:cyan_glazed_terracotta": { - "definition": { - "type": "minecraft:glazed_terracotta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 13169, - "properties": { - "facing": "north" - } - }, - { - "id": 13170, - "properties": { - "facing": "south" - } - }, - { - "id": 13171, - "properties": { - "facing": "west" - } - }, - { - "id": 13172, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:cyan_shulker_box": { - "definition": { - "type": "minecraft:shulker_box", - "color": "cyan", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 13091, - "properties": { - "facing": "north" - } - }, - { - "id": 13092, - "properties": { - "facing": "east" - } - }, - { - "id": 13093, - "properties": { - "facing": "south" - } - }, - { - "id": 13094, - "properties": { - "facing": "west" - } - }, - { - "default": true, - "id": 13095, - "properties": { - "facing": "up" - } - }, - { - "id": 13096, - "properties": { - "facing": "down" - } - } - ] - }, - "minecraft:cyan_stained_glass": { - "definition": { - "type": "minecraft:stained_glass", - "color": "cyan", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6120 - } - ] - }, - "minecraft:cyan_stained_glass_pane": { - "definition": { - "type": "minecraft:stained_glass_pane", - "color": "cyan", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" - ], - "north": [ - "true", - "false" - ], - "south": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9915, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9916, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9917, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9918, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9919, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9920, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9921, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9922, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9923, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9924, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9925, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9926, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9927, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9928, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9929, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9930, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9931, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9932, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9933, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9934, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9935, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9936, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9937, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9938, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9939, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9940, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9941, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9942, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9943, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9944, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9945, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 9946, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:cyan_terracotta": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9620 - } - ] - }, - "minecraft:cyan_wall_banner": { - "definition": { - "type": "minecraft:wall_banner", - "color": "cyan", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 11386, - "properties": { - "facing": "north" - } - }, - { - "id": 11387, - "properties": { - "facing": "south" - } - }, - { - "id": 11388, - "properties": { - "facing": "west" - } - }, - { - "id": 11389, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:cyan_wool": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2099 - } - ] - }, - "minecraft:damaged_anvil": { - "definition": { - "type": "minecraft:anvil", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 9370, - "properties": { - "facing": "north" - } - }, - { - "id": 9371, - "properties": { - "facing": "south" - } - }, - { - "id": 9372, - "properties": { - "facing": "west" - } - }, - { - "id": 9373, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:dandelion": { - "definition": { - "type": "minecraft:flower", - "properties": {}, - "suspicious_stew_effects": [ - { - "duration": 7, - "id": "minecraft:saturation" - } - ] - }, - "states": [ - { - "default": true, - "id": 2118 - } - ] - }, - "minecraft:dark_oak_button": { - "definition": { - "type": "minecraft:button", - "block_set_type": "dark_oak", - "properties": {}, - "ticks_to_stay_pressed": 30 - }, - "properties": { - "face": [ - "floor", - "wall", - "ceiling" - ], - "facing": [ - "north", - "south", - "west", - "east" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 8986, - "properties": { - "face": "floor", - "facing": "north", - "powered": "true" - } - }, - { - "id": 8987, - "properties": { - "face": "floor", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8988, - "properties": { - "face": "floor", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8989, - "properties": { - "face": "floor", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8990, - "properties": { - "face": "floor", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8991, - "properties": { - "face": "floor", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8992, - "properties": { - "face": "floor", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8993, - "properties": { - "face": "floor", - "facing": "east", - "powered": "false" - } - }, - { - "id": 8994, - "properties": { - "face": "wall", - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 8995, - "properties": { - "face": "wall", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8996, - "properties": { - "face": "wall", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8997, - "properties": { - "face": "wall", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8998, - "properties": { - "face": "wall", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8999, - "properties": { - "face": "wall", - "facing": "west", - "powered": "false" - } - }, - { - "id": 9000, - "properties": { - "face": "wall", - "facing": "east", - "powered": "true" - } - }, - { - "id": 9001, - "properties": { - "face": "wall", - "facing": "east", - "powered": "false" - } - }, - { - "id": 9002, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "true" - } - }, - { - "id": 9003, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "false" - } - }, - { - "id": 9004, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "true" - } - }, - { - "id": 9005, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "false" - } - }, - { - "id": 9006, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "true" - } - }, - { - "id": 9007, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "false" - } - }, - { - "id": 9008, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "true" - } - }, - { - "id": 9009, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:dark_oak_door": { - "definition": { - "type": "minecraft:door", - "block_set_type": "dark_oak", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "upper", - "lower" - ], - "hinge": [ - "left", - "right" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12547, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12548, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12549, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12550, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12551, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12552, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12553, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12554, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12555, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12556, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12557, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 12558, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12559, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12560, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12561, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12562, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12563, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12564, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12565, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12566, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12567, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12568, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12569, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12570, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12571, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12572, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12573, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12574, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12575, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12576, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12577, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12578, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12579, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12580, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12581, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12582, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12583, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12584, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12585, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12586, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12587, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12588, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12589, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12590, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12591, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12592, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12593, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12594, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12595, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12596, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12597, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12598, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12599, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12600, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12601, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12602, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12603, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12604, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12605, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12606, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12607, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12608, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12609, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12610, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:dark_oak_fence": { - "definition": { - "type": "minecraft:fence", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" - ], - "north": [ - "true", - "false" - ], - "south": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12099, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12100, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12101, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12102, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12103, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12104, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12105, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12106, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12107, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12108, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12109, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12110, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12111, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12112, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12113, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12114, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12115, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12116, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12117, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12118, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12119, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12120, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12121, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12122, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12123, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12124, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12125, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12126, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12127, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12128, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12129, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 12130, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:dark_oak_fence_gate": { - "definition": { - "type": "minecraft:fence_gate", - "properties": {}, - "wood_type": "dark_oak" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "in_wall": [ - "true", - "false" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11811, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11812, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11813, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11814, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11815, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11816, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11817, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 11818, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11819, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11820, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11821, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11822, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11823, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11824, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11825, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11826, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11827, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11828, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11829, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11830, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11831, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11832, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11833, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11834, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11835, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11836, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11837, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11838, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11839, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11840, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11841, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11842, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:dark_oak_hanging_sign": { - "definition": { - "type": "minecraft:ceiling_hanging_sign", - "properties": {}, - "wood_type": "dark_oak" - }, - "properties": { - "attached": [ - "true", - "false" - ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5310, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "id": 5311, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5312, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5313, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5314, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5315, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5316, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5317, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5318, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5319, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5320, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5321, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5322, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5323, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5324, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5325, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5326, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5327, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5328, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5329, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5330, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5331, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5332, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5333, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5334, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5335, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5336, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5337, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5338, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5339, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5340, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5341, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "false" - } - }, - { - "id": 5342, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5343, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5344, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5345, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5346, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5347, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5348, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5349, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5350, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5351, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5352, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5353, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5354, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5355, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5356, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5357, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5358, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5359, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5360, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5361, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5362, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5363, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5364, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5365, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5366, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5367, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5368, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5369, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5370, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5371, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5372, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5373, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:dark_oak_leaves": { - "definition": { - "type": "minecraft:leaves", - "properties": {} - }, - "properties": { - "distance": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ], - "persistent": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 420, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 421, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 422, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 423, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 424, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 425, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 426, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 427, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 428, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 429, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 430, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 431, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 432, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 433, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 434, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 435, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 436, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 437, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 438, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 439, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 440, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 441, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 442, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 443, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 444, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 445, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 446, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 447, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:dark_oak_log": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 154, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 155, - "properties": { - "axis": "y" - } - }, - { - "id": 156, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:dark_oak_planks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 21 - } - ] - }, - "minecraft:dark_oak_pressure_plate": { - "definition": { - "type": "minecraft:pressure_plate", - "block_set_type": "dark_oak", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5892, - "properties": { - "powered": "true" - } - }, - { - "default": true, - "id": 5893, - "properties": { - "powered": "false" - } - } - ] - }, - "minecraft:dark_oak_sapling": { - "definition": { - "type": "minecraft:sapling", - "properties": {}, - "tree": "dark_oak" - }, - "properties": { - "stage": [ - "0", - "1" - ] - }, - "states": [ - { - "default": true, - "id": 41, - "properties": { - "stage": "0" - } - }, - { - "id": 42, - "properties": { - "stage": "1" - } - } - ] - }, - "minecraft:dark_oak_sign": { - "definition": { - "type": "minecraft:standing_sign", - "properties": {}, - "wood_type": "dark_oak" - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4546, - "properties": { - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4547, - "properties": { - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 4548, - "properties": { - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 4549, - "properties": { - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 4550, - "properties": { - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 4551, - "properties": { - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 4552, - "properties": { - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 4553, - "properties": { - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 4554, - "properties": { - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 4555, - "properties": { - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 4556, - "properties": { - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 4557, - "properties": { - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 4558, - "properties": { - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 4559, - "properties": { - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 4560, - "properties": { - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 4561, - "properties": { - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 4562, - "properties": { - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 4563, - "properties": { - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 4564, - "properties": { - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 4565, - "properties": { - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 4566, - "properties": { - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 4567, - "properties": { - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 4568, - "properties": { - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 4569, - "properties": { - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 4570, - "properties": { - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 4571, - "properties": { - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 4572, - "properties": { - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 4573, - "properties": { - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 4574, - "properties": { - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 4575, - "properties": { - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 4576, - "properties": { - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 4577, - "properties": { - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:dark_oak_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11533, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11534, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11535, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11536, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11537, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11538, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:dark_oak_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:dark_oak_planks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 10299, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10300, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10301, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10302, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10303, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10304, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10305, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10306, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10307, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10308, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10309, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 10310, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10311, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10312, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10313, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10314, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10315, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10316, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10317, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10318, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10319, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10320, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10321, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10322, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10323, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10324, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10325, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10326, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10327, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10328, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10329, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10330, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10331, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10332, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10333, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10334, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10335, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10336, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10337, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10338, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10339, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10340, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10341, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10342, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10343, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10344, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10345, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10346, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10347, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10348, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10349, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10350, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10351, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10352, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10353, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10354, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10355, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10356, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10357, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10358, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10359, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10360, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10361, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10362, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10363, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10364, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10365, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10366, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10367, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10368, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10369, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10370, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10371, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10372, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10373, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10374, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10375, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10376, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10377, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10378, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:dark_oak_trapdoor": { - "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "dark_oak", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 6511, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6512, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6513, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6514, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6515, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6516, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6517, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6518, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6519, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6520, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6521, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6522, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6523, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6524, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6525, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 6526, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6527, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6528, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6529, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6530, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6531, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6532, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6533, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6534, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6535, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6536, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6537, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6538, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6539, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6540, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6541, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6542, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6543, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6544, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6545, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6546, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6547, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6548, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6549, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6550, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6551, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6552, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6553, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6554, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6555, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6556, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6557, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6558, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6559, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6560, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6561, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6562, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6563, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6564, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6565, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6566, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6567, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6568, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6569, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6570, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6571, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6572, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6573, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6574, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:dark_oak_wall_hanging_sign": { - "definition": { - "type": "minecraft:wall_hanging_sign", - "properties": {}, - "wood_type": "dark_oak" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5742, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5743, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 5744, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 5745, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 5746, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 5747, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 5748, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 5749, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:dark_oak_wall_sign": { - "definition": { - "type": "minecraft:wall_sign", - "properties": {}, - "wood_type": "dark_oak" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4894, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4895, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 4896, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 4897, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 4898, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 4899, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 4900, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 4901, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:dark_oak_wood": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 219, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 220, - "properties": { - "axis": "y" - } - }, - { - "id": 221, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:dark_prismarine": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 10800 - } - ] - }, - "minecraft:dark_prismarine_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11053, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11054, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11055, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11056, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11057, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11058, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:dark_prismarine_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:dark_prismarine" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 10961, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10962, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10963, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10964, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10965, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10966, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10967, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10968, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10969, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10970, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10971, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 10972, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10973, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10974, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10975, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10976, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10977, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10978, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10979, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10980, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10981, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10982, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10983, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10984, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10985, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10986, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10987, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10988, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10989, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10990, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10991, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10992, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10993, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10994, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10995, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10996, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10997, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10998, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10999, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 11000, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 11001, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 11002, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 11003, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 11004, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 11005, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 11006, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 11007, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 11008, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 11009, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 11010, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 11011, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 11012, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 11013, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 11014, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 11015, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 11016, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 11017, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 11018, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 11019, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 11020, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 11021, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 11022, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 11023, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 11024, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 11025, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 11026, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 11027, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 11028, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 11029, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 11030, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 11031, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 11032, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 11033, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 11034, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 11035, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 11036, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 11037, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 11038, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 11039, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 11040, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:daylight_detector": { - "definition": { - "type": "minecraft:daylight_detector", - "properties": {} - }, - "properties": { - "inverted": [ - "true", - "false" - ], - "power": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "id": 9446, - "properties": { - "inverted": "true", - "power": "0" - } - }, - { - "id": 9447, - "properties": { - "inverted": "true", - "power": "1" - } - }, - { - "id": 9448, - "properties": { - "inverted": "true", - "power": "2" - } - }, - { - "id": 9449, - "properties": { - "inverted": "true", - "power": "3" - } - }, - { - "id": 9450, - "properties": { - "inverted": "true", - "power": "4" - } - }, - { - "id": 9451, - "properties": { - "inverted": "true", - "power": "5" - } - }, - { - "id": 9452, - "properties": { - "inverted": "true", - "power": "6" - } - }, - { - "id": 9453, - "properties": { - "inverted": "true", - "power": "7" - } - }, - { - "id": 9454, - "properties": { - "inverted": "true", - "power": "8" - } - }, - { - "id": 9455, - "properties": { - "inverted": "true", - "power": "9" - } - }, - { - "id": 9456, - "properties": { - "inverted": "true", - "power": "10" - } - }, - { - "id": 9457, - "properties": { - "inverted": "true", - "power": "11" - } - }, - { - "id": 9458, - "properties": { - "inverted": "true", - "power": "12" - } - }, - { - "id": 9459, - "properties": { - "inverted": "true", - "power": "13" - } - }, - { - "id": 9460, - "properties": { - "inverted": "true", - "power": "14" - } - }, - { - "id": 9461, - "properties": { - "inverted": "true", - "power": "15" - } - }, - { - "default": true, - "id": 9462, - "properties": { - "inverted": "false", - "power": "0" - } - }, - { - "id": 9463, - "properties": { - "inverted": "false", - "power": "1" - } - }, - { - "id": 9464, - "properties": { - "inverted": "false", - "power": "2" - } - }, - { - "id": 9465, - "properties": { - "inverted": "false", - "power": "3" - } - }, - { - "id": 9466, - "properties": { - "inverted": "false", - "power": "4" - } - }, - { - "id": 9467, - "properties": { - "inverted": "false", - "power": "5" - } - }, - { - "id": 9468, - "properties": { - "inverted": "false", - "power": "6" - } - }, - { - "id": 9469, - "properties": { - "inverted": "false", - "power": "7" - } - }, - { - "id": 9470, - "properties": { - "inverted": "false", - "power": "8" - } - }, - { - "id": 9471, - "properties": { - "inverted": "false", - "power": "9" - } - }, - { - "id": 9472, - "properties": { - "inverted": "false", - "power": "10" - } - }, - { - "id": 9473, - "properties": { - "inverted": "false", - "power": "11" - } - }, - { - "id": 9474, - "properties": { - "inverted": "false", - "power": "12" - } - }, - { - "id": 9475, - "properties": { - "inverted": "false", - "power": "13" - } - }, - { - "id": 9476, - "properties": { - "inverted": "false", - "power": "14" - } - }, - { - "id": 9477, - "properties": { - "inverted": "false", - "power": "15" - } - } - ] - }, - "minecraft:dead_brain_coral": { - "definition": { - "type": "minecraft:base_coral_plant", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13284, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13285, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:dead_brain_coral_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13273 - } - ] - }, - "minecraft:dead_brain_coral_fan": { - "definition": { - "type": "minecraft:base_coral_fan", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13304, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13305, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:dead_brain_coral_wall_fan": { - "definition": { - "type": "minecraft:base_coral_wall_fan", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13330, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 13331, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 13332, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 13333, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 13334, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 13335, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 13336, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 13337, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:dead_bubble_coral": { - "definition": { - "type": "minecraft:base_coral_plant", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13286, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13287, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:dead_bubble_coral_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13274 - } - ] - }, - "minecraft:dead_bubble_coral_fan": { - "definition": { - "type": "minecraft:base_coral_fan", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13306, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13307, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:dead_bubble_coral_wall_fan": { - "definition": { - "type": "minecraft:base_coral_wall_fan", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13338, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 13339, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 13340, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 13341, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 13342, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 13343, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 13344, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 13345, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:dead_bush": { - "definition": { - "type": "minecraft:dead_bush", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2050 - } - ] - }, - "minecraft:dead_fire_coral": { - "definition": { - "type": "minecraft:base_coral_plant", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13288, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13289, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:dead_fire_coral_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13275 - } - ] - }, - "minecraft:dead_fire_coral_fan": { - "definition": { - "type": "minecraft:base_coral_fan", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13308, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13309, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:dead_fire_coral_wall_fan": { - "definition": { - "type": "minecraft:base_coral_wall_fan", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13346, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 13347, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 13348, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 13349, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 13350, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 13351, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 13352, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 13353, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:dead_horn_coral": { - "definition": { - "type": "minecraft:base_coral_plant", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13290, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13291, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:dead_horn_coral_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13276 - } - ] - }, - "minecraft:dead_horn_coral_fan": { - "definition": { - "type": "minecraft:base_coral_fan", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13310, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13311, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:dead_horn_coral_wall_fan": { - "definition": { - "type": "minecraft:base_coral_wall_fan", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13354, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 13355, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 13356, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 13357, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 13358, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 13359, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 13360, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 13361, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:dead_tube_coral": { - "definition": { - "type": "minecraft:base_coral_plant", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13282, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13283, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:dead_tube_coral_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13272 - } - ] - }, - "minecraft:dead_tube_coral_fan": { - "definition": { - "type": "minecraft:base_coral_fan", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13302, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13303, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:dead_tube_coral_wall_fan": { - "definition": { - "type": "minecraft:base_coral_wall_fan", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13322, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 13323, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 13324, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 13325, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 13326, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 13327, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 13328, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 13329, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:decorated_pot": { - "definition": { - "type": "minecraft:decorated_pot", - "properties": {} - }, - "properties": { - "cracked": [ - "true", - "false" - ], - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 27043, - "properties": { - "cracked": "true", - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 27044, - "properties": { - "cracked": "true", - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 27045, - "properties": { - "cracked": "true", - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 27046, - "properties": { - "cracked": "true", - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 27047, - "properties": { - "cracked": "true", - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 27048, - "properties": { - "cracked": "true", - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 27049, - "properties": { - "cracked": "true", - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 27050, - "properties": { - "cracked": "true", - "facing": "east", - "waterlogged": "false" - } - }, - { - "id": 27051, - "properties": { - "cracked": "false", - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 27052, - "properties": { - "cracked": "false", - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 27053, - "properties": { - "cracked": "false", - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 27054, - "properties": { - "cracked": "false", - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 27055, - "properties": { - "cracked": "false", - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 27056, - "properties": { - "cracked": "false", - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 27057, - "properties": { - "cracked": "false", - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 27058, - "properties": { - "cracked": "false", - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:deepslate": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 25373, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 25374, - "properties": { - "axis": "y" - } - }, - { - "id": 25375, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:deepslate_brick_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 26690, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 26691, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 26692, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 26693, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 26694, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 26695, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:deepslate_brick_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:deepslate_bricks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 26610, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 26611, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 26612, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 26613, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 26614, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 26615, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 26616, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 26617, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 26618, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 26619, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 26620, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 26621, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 26622, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 26623, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 26624, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 26625, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 26626, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 26627, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 26628, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 26629, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 26630, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 26631, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 26632, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 26633, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 26634, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 26635, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 26636, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 26637, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 26638, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 26639, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 26640, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 26641, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 26642, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 26643, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 26644, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 26645, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 26646, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 26647, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 26648, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 26649, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 26650, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 26651, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 26652, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 26653, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 26654, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 26655, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 26656, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 26657, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 26658, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 26659, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 26660, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 26661, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 26662, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 26663, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 26664, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 26665, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 26666, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 26667, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 26668, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 26669, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 26670, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 26671, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 26672, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 26673, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 26674, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 26675, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 26676, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 26677, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 26678, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 26679, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 26680, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 26681, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 26682, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 26683, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 26684, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 26685, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 26686, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 26687, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 26688, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 26689, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:deepslate_brick_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" - ], - "north": [ - "none", - "low", - "tall" - ], - "south": [ - "none", - "low", - "tall" - ], - "up": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 26696, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26697, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26698, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 26699, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26700, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26701, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26702, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26703, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26704, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26705, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26706, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26707, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26708, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26709, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26710, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26711, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26712, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26713, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26714, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26715, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26716, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26717, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26718, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26719, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26720, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26721, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26722, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26723, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26724, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26725, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26726, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26727, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26728, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26729, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26730, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26731, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26732, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26733, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26734, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26735, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26736, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26737, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26738, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26739, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26740, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26741, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26742, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26743, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26744, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26745, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26746, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26747, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26748, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26749, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26750, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26751, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26752, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26753, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26754, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26755, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26756, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26757, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26758, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26759, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26760, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26761, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26762, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26763, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26764, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26765, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26766, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26767, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26768, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26769, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26770, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26771, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26772, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26773, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26774, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26775, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26776, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26777, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26778, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26779, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26780, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26781, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26782, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26783, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26784, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26785, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26786, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26787, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26788, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26789, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26790, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26791, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26792, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26793, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26794, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26795, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26796, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26797, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26798, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26799, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26800, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26801, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26802, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26803, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26804, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26805, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26806, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26807, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26808, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26809, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26810, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26811, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26812, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26813, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26814, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26815, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26816, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26817, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26818, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26819, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26820, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26821, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26822, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26823, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26824, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26825, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26826, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26827, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26828, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26829, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26830, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26831, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26832, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26833, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26834, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26835, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26836, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26837, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26838, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26839, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26840, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26841, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26842, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26843, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26844, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26845, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26846, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26847, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26848, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26849, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26850, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26851, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26852, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26853, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26854, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26855, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26856, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26857, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26858, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26859, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26860, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26861, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26862, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26863, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26864, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26865, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26866, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26867, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26868, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26869, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26870, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26871, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26872, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26873, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26874, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26875, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26876, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26877, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26878, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26879, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26880, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26881, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26882, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26883, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26884, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26885, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26886, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26887, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26888, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26889, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26890, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26891, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26892, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26893, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26894, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26895, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26896, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26897, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26898, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26899, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26900, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26901, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26902, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26903, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26904, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26905, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26906, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26907, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26908, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26909, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26910, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26911, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26912, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26913, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26914, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26915, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26916, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26917, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26918, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26919, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26920, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26921, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26922, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26923, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26924, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26925, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26926, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26927, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26928, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26929, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26930, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26931, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26932, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26933, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26934, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26935, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26936, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26937, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26938, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26939, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26940, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26941, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26942, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26943, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26944, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26945, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26946, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26947, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26948, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26949, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26950, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26951, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26952, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26953, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26954, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26955, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26956, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26957, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26958, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26959, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26960, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26961, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26962, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26963, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26964, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26965, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26966, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26967, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26968, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26969, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26970, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26971, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26972, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26973, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26974, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26975, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26976, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26977, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26978, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26979, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26980, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26981, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26982, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26983, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26984, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26985, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26986, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26987, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26988, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26989, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26990, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26991, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26992, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26993, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26994, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26995, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26996, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26997, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26998, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26999, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 27000, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 27001, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 27002, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 27003, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 27004, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 27005, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 27006, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 27007, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 27008, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 27009, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 27010, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 27011, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 27012, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 27013, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 27014, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 27015, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 27016, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 27017, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 27018, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 27019, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:deepslate_bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 26609 - } - ] - }, - "minecraft:deepslate_coal_ore": { - "definition": { - "type": "minecraft:drop_experience", - "experience": { - "type": "minecraft:uniform", - "max_inclusive": 2, - "min_inclusive": 0 - }, - "properties": {} - }, - "states": [ - { - "default": true, - "id": 134 - } - ] - }, - "minecraft:deepslate_copper_ore": { - "definition": { - "type": "minecraft:drop_experience", - "experience": 0, - "properties": {} - }, - "states": [ - { - "default": true, - "id": 23412 - } - ] - }, - "minecraft:deepslate_diamond_ore": { - "definition": { - "type": "minecraft:drop_experience", - "experience": { - "type": "minecraft:uniform", - "max_inclusive": 7, - "min_inclusive": 3 - }, - "properties": {} - }, - "states": [ - { - "default": true, - "id": 4327 - } - ] - }, - "minecraft:deepslate_emerald_ore": { - "definition": { - "type": "minecraft:drop_experience", - "experience": { - "type": "minecraft:uniform", - "max_inclusive": 7, - "min_inclusive": 3 - }, - "properties": {} - }, - "states": [ - { - "default": true, - "id": 7742 - } - ] - }, - "minecraft:deepslate_gold_ore": { - "definition": { - "type": "minecraft:drop_experience", - "experience": 0, - "properties": {} - }, - "states": [ - { - "default": true, - "id": 130 - } - ] - }, - "minecraft:deepslate_iron_ore": { - "definition": { - "type": "minecraft:drop_experience", - "experience": 0, - "properties": {} - }, - "states": [ - { - "default": true, - "id": 132 - } - ] - }, - "minecraft:deepslate_lapis_ore": { - "definition": { - "type": "minecraft:drop_experience", - "experience": { - "type": "minecraft:uniform", - "max_inclusive": 5, - "min_inclusive": 2 - }, - "properties": {} - }, - "states": [ - { - "default": true, - "id": 564 - } - ] - }, - "minecraft:deepslate_redstone_ore": { - "definition": { - "type": "minecraft:redstone_ore", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5902, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 5903, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:deepslate_tile_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 26279, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 26280, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 26281, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 26282, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 26283, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 26284, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:deepslate_tile_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:deepslate_tiles" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 26199, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 26200, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 26201, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 26202, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 26203, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 26204, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 26205, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 26206, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 26207, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 26208, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 26209, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 26210, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 26211, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 26212, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 26213, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 26214, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 26215, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 26216, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 26217, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 26218, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 26219, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 26220, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 26221, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 26222, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 26223, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 26224, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 26225, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 26226, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 26227, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 26228, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 26229, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 26230, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 26231, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 26232, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 26233, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 26234, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 26235, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 26236, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 26237, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 26238, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 26239, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 26240, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 26241, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 26242, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 26243, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 26244, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 26245, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 26246, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 26247, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 26248, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 26249, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 26250, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 26251, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 26252, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 26253, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 26254, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 26255, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 26256, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 26257, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 26258, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 26259, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 26260, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 26261, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 26262, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 26263, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 26264, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 26265, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 26266, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 26267, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 26268, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 26269, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 26270, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 26271, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 26272, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 26273, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 26274, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 26275, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 26276, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 26277, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 26278, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:deepslate_tile_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" - ], - "north": [ - "none", - "low", - "tall" - ], - "south": [ - "none", - "low", - "tall" - ], - "up": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 26285, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26286, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26287, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 26288, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26289, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26290, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26291, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26292, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26293, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26294, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26295, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26296, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26297, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26298, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26299, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26300, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26301, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26302, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26303, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26304, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26305, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26306, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26307, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26308, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26309, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26310, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26311, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26312, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26313, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26314, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26315, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26316, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26317, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26318, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26319, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26320, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26321, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26322, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26323, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26324, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26325, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26326, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26327, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26328, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26329, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26330, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26331, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26332, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26333, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26334, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26335, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26336, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26337, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26338, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26339, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26340, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26341, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26342, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26343, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26344, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26345, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26346, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26347, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26348, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26349, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26350, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26351, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26352, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26353, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26354, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26355, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26356, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26357, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26358, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26359, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26360, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26361, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26362, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26363, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26364, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26365, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26366, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26367, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26368, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26369, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26370, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26371, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26372, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26373, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26374, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26375, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26376, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26377, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26378, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26379, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26380, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26381, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26382, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26383, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26384, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26385, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26386, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26387, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26388, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26389, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26390, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26391, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26392, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26393, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26394, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26395, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26396, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26397, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26398, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26399, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26400, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26401, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26402, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26403, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26404, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26405, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26406, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26407, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26408, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26409, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26410, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26411, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26412, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26413, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26414, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26415, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26416, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26417, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26418, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26419, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26420, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26421, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26422, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26423, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26424, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26425, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26426, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26427, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26428, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26429, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26430, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26431, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26432, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26433, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26434, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26435, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26436, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26437, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26438, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26439, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26440, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26441, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26442, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26443, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26444, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26445, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26446, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26447, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26448, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26449, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26450, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26451, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26452, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26453, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26454, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26455, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26456, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26457, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26458, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26459, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26460, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26461, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26462, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26463, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26464, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26465, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26466, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26467, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26468, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26469, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26470, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26471, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26472, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26473, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26474, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26475, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26476, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26477, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26478, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26479, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26480, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26481, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26482, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26483, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26484, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26485, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26486, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26487, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26488, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26489, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26490, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26491, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26492, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26493, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26494, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26495, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26496, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26497, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26498, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26499, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26500, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26501, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26502, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26503, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26504, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26505, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26506, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26507, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26508, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26509, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26510, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26511, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26512, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26513, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26514, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26515, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26516, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26517, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26518, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26519, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26520, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26521, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26522, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26523, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26524, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26525, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26526, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26527, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26528, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26529, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26530, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26531, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26532, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26533, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26534, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26535, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26536, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26537, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26538, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26539, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26540, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26541, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26542, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26543, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26544, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26545, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26546, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26547, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26548, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26549, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26550, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26551, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26552, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26553, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26554, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26555, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26556, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26557, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26558, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26559, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26560, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26561, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26562, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26563, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26564, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26565, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26566, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26567, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26568, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26569, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26570, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26571, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26572, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26573, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26574, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26575, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26576, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26577, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26578, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26579, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26580, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26581, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26582, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26583, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26584, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26585, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26586, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26587, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26588, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26589, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26590, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26591, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26592, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26593, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26594, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26595, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26596, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26597, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26598, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26599, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26600, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26601, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26602, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26603, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26604, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26605, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26606, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26607, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26608, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:deepslate_tiles": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 26198 - } - ] - }, - "minecraft:detector_rail": { - "definition": { - "type": "minecraft:detector_rail", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" - ], - "shape": [ - "north_south", - "east_west", - "ascending_east", - "ascending_west", - "ascending_north", - "ascending_south" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 2011, - "properties": { - "powered": "true", - "shape": "north_south", - "waterlogged": "true" - } - }, - { - "id": 2012, - "properties": { - "powered": "true", - "shape": "north_south", - "waterlogged": "false" - } - }, - { - "id": 2013, - "properties": { - "powered": "true", - "shape": "east_west", - "waterlogged": "true" - } - }, - { - "id": 2014, - "properties": { - "powered": "true", - "shape": "east_west", - "waterlogged": "false" - } - }, - { - "id": 2015, - "properties": { - "powered": "true", - "shape": "ascending_east", - "waterlogged": "true" - } - }, - { - "id": 2016, - "properties": { - "powered": "true", - "shape": "ascending_east", - "waterlogged": "false" - } - }, - { - "id": 2017, - "properties": { - "powered": "true", - "shape": "ascending_west", - "waterlogged": "true" - } - }, - { - "id": 2018, - "properties": { - "powered": "true", - "shape": "ascending_west", - "waterlogged": "false" - } - }, - { - "id": 2019, - "properties": { - "powered": "true", - "shape": "ascending_north", - "waterlogged": "true" - } - }, - { - "id": 2020, - "properties": { - "powered": "true", - "shape": "ascending_north", - "waterlogged": "false" - } - }, - { - "id": 2021, - "properties": { - "powered": "true", - "shape": "ascending_south", - "waterlogged": "true" - } - }, - { - "id": 2022, - "properties": { - "powered": "true", - "shape": "ascending_south", - "waterlogged": "false" - } - }, - { - "id": 2023, - "properties": { - "powered": "false", - "shape": "north_south", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 2024, - "properties": { - "powered": "false", - "shape": "north_south", - "waterlogged": "false" - } - }, - { - "id": 2025, - "properties": { - "powered": "false", - "shape": "east_west", - "waterlogged": "true" - } - }, - { - "id": 2026, - "properties": { - "powered": "false", - "shape": "east_west", - "waterlogged": "false" - } - }, - { - "id": 2027, - "properties": { - "powered": "false", - "shape": "ascending_east", - "waterlogged": "true" - } - }, - { - "id": 2028, - "properties": { - "powered": "false", - "shape": "ascending_east", - "waterlogged": "false" - } - }, - { - "id": 2029, - "properties": { - "powered": "false", - "shape": "ascending_west", - "waterlogged": "true" - } - }, - { - "id": 2030, - "properties": { - "powered": "false", - "shape": "ascending_west", - "waterlogged": "false" - } - }, - { - "id": 2031, - "properties": { - "powered": "false", - "shape": "ascending_north", - "waterlogged": "true" - } - }, - { - "id": 2032, - "properties": { - "powered": "false", - "shape": "ascending_north", - "waterlogged": "false" - } - }, - { - "id": 2033, - "properties": { - "powered": "false", - "shape": "ascending_south", - "waterlogged": "true" - } - }, - { - "id": 2034, - "properties": { - "powered": "false", - "shape": "ascending_south", - "waterlogged": "false" - } - } - ] - }, - "minecraft:diamond_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 4328 - } - ] - }, - "minecraft:diamond_ore": { - "definition": { - "type": "minecraft:drop_experience", - "experience": { - "type": "minecraft:uniform", - "max_inclusive": 7, - "min_inclusive": 3 - }, - "properties": {} - }, - "states": [ - { - "default": true, - "id": 4326 - } - ] - }, - "minecraft:diorite": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 4 - } - ] - }, - "minecraft:diorite_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14623, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 14624, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 14625, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14626, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 14627, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 14628, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:diorite_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:diorite" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14471, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14472, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14473, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14474, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14475, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14476, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14477, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14478, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14479, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14480, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14481, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14482, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14483, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14484, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14485, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14486, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14487, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14488, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14489, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14490, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14491, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14492, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14493, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14494, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14495, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14496, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14497, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14498, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14499, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14500, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14501, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14502, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14503, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14504, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14505, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14506, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14507, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14508, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14509, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14510, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14511, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14512, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14513, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14514, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14515, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14516, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14517, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14518, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14519, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14520, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14521, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14522, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14523, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14524, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14525, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14526, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14527, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14528, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14529, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14530, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14531, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14532, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14533, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14534, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14535, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14536, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14537, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14538, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14539, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14540, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14541, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14542, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14543, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14544, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14545, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14546, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14547, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14548, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14549, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14550, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:diorite_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" - ], - "north": [ - "none", - "low", - "tall" - ], - "south": [ - "none", - "low", - "tall" - ], - "up": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 18517, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18518, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18519, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 18520, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18521, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18522, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18523, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18524, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18525, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18526, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18527, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18528, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18529, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18530, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18531, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18532, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18533, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18534, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18535, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18536, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18537, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18538, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18539, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18540, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18541, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18542, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18543, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18544, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18545, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18546, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18547, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18548, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18549, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18550, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18551, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18552, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18553, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18554, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18555, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18556, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18557, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18558, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18559, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18560, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18561, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18562, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18563, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18564, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18565, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18566, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18567, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18568, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18569, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18570, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18571, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18572, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18573, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18574, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18575, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18576, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18577, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18578, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18579, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18580, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18581, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18582, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18583, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18584, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18585, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18586, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18587, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18588, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18589, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18590, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18591, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18592, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18593, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18594, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18595, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18596, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18597, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18598, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18599, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18600, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18601, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18602, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18603, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18604, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18605, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18606, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18607, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18608, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18609, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18610, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18611, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18612, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18613, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18614, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18615, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18616, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18617, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18618, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18619, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18620, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18621, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18622, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18623, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18624, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18625, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18626, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18627, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18628, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18629, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18630, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18631, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18632, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18633, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18634, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18635, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18636, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18637, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18638, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18639, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18640, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18641, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18642, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18643, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18644, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18645, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18646, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18647, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18648, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18649, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18650, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18651, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18652, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18653, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18654, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18655, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18656, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18657, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18658, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18659, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18660, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18661, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18662, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18663, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18664, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18665, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18666, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18667, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18668, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18669, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18670, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18671, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18672, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18673, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18674, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18675, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18676, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18677, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18678, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18679, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18680, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18681, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18682, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18683, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18684, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18685, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18686, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18687, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18688, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18689, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18690, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18691, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18692, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18693, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18694, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18695, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18696, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18697, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18698, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18699, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18700, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18701, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18702, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18703, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18704, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18705, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18706, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18707, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18708, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18709, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18710, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18711, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18712, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18713, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18714, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18715, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18716, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18717, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18718, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18719, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18720, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18721, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18722, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18723, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18724, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18725, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18726, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18727, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18728, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18729, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18730, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18731, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18732, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18733, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18734, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18735, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18736, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18737, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18738, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18739, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18740, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18741, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18742, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18743, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18744, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18745, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18746, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18747, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18748, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18749, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18750, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18751, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18752, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18753, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18754, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18755, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18756, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18757, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18758, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18759, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18760, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18761, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18762, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18763, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18764, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18765, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18766, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18767, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18768, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18769, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18770, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18771, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18772, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18773, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18774, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18775, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18776, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18777, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18778, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18779, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18780, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18781, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18782, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18783, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18784, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18785, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18786, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18787, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18788, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18789, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18790, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18791, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18792, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18793, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18794, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18795, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18796, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18797, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18798, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18799, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18800, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18801, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18802, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18803, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18804, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18805, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18806, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18807, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18808, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18809, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18810, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18811, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18812, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18813, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18814, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18815, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18816, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18817, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18818, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18819, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18820, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18821, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18822, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18823, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18824, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18825, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18826, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18827, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18828, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18829, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18830, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18831, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18832, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18833, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18834, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18835, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18836, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18837, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18838, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18839, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18840, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:dirt": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 10 - } - ] - }, - "minecraft:dirt_path": { - "definition": { - "type": "minecraft:dirt_path", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 12982 - } - ] - }, - "minecraft:dispenser": { - "definition": { - "type": "minecraft:dispenser", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ], - "triggered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 566, - "properties": { - "facing": "north", - "triggered": "true" - } - }, - { - "default": true, - "id": 567, - "properties": { - "facing": "north", - "triggered": "false" - } - }, - { - "id": 568, - "properties": { - "facing": "east", - "triggered": "true" - } - }, - { - "id": 569, - "properties": { - "facing": "east", - "triggered": "false" - } - }, - { - "id": 570, - "properties": { - "facing": "south", - "triggered": "true" - } - }, - { - "id": 571, - "properties": { - "facing": "south", - "triggered": "false" - } - }, - { - "id": 572, - "properties": { - "facing": "west", - "triggered": "true" - } - }, - { - "id": 573, - "properties": { - "facing": "west", - "triggered": "false" - } - }, - { - "id": 574, - "properties": { - "facing": "up", - "triggered": "true" - } - }, - { - "id": 575, - "properties": { - "facing": "up", - "triggered": "false" - } - }, - { - "id": 576, - "properties": { - "facing": "down", - "triggered": "true" - } - }, - { - "id": 577, - "properties": { - "facing": "down", - "triggered": "false" - } - } - ] - }, - "minecraft:dragon_egg": { - "definition": { - "type": "minecraft:dragon_egg", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 7646 - } - ] - }, - "minecraft:dragon_head": { - "definition": { - "type": "minecraft:skull", - "kind": "dragon", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" - ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "id": 9282, - "properties": { - "powered": "true", - "rotation": "0" - } - }, - { - "id": 9283, - "properties": { - "powered": "true", - "rotation": "1" - } - }, - { - "id": 9284, - "properties": { - "powered": "true", - "rotation": "2" - } - }, - { - "id": 9285, - "properties": { - "powered": "true", - "rotation": "3" - } - }, - { - "id": 9286, - "properties": { - "powered": "true", - "rotation": "4" - } - }, - { - "id": 9287, - "properties": { - "powered": "true", - "rotation": "5" - } - }, - { - "id": 9288, - "properties": { - "powered": "true", - "rotation": "6" - } - }, - { - "id": 9289, - "properties": { - "powered": "true", - "rotation": "7" - } - }, - { - "id": 9290, - "properties": { - "powered": "true", - "rotation": "8" - } - }, - { - "id": 9291, - "properties": { - "powered": "true", - "rotation": "9" - } - }, - { - "id": 9292, - "properties": { - "powered": "true", - "rotation": "10" - } - }, - { - "id": 9293, - "properties": { - "powered": "true", - "rotation": "11" - } - }, - { - "id": 9294, - "properties": { - "powered": "true", - "rotation": "12" - } - }, - { - "id": 9295, - "properties": { - "powered": "true", - "rotation": "13" - } - }, - { - "id": 9296, - "properties": { - "powered": "true", - "rotation": "14" - } - }, - { - "id": 9297, - "properties": { - "powered": "true", - "rotation": "15" - } - }, - { - "default": true, - "id": 9298, - "properties": { - "powered": "false", - "rotation": "0" - } - }, - { - "id": 9299, - "properties": { - "powered": "false", - "rotation": "1" - } - }, - { - "id": 9300, - "properties": { - "powered": "false", - "rotation": "2" - } - }, - { - "id": 9301, - "properties": { - "powered": "false", - "rotation": "3" - } - }, - { - "id": 9302, - "properties": { - "powered": "false", - "rotation": "4" - } - }, - { - "id": 9303, - "properties": { - "powered": "false", - "rotation": "5" - } - }, - { - "id": 9304, - "properties": { - "powered": "false", - "rotation": "6" - } - }, - { - "id": 9305, - "properties": { - "powered": "false", - "rotation": "7" - } - }, - { - "id": 9306, - "properties": { - "powered": "false", - "rotation": "8" - } - }, - { - "id": 9307, - "properties": { - "powered": "false", - "rotation": "9" - } - }, - { - "id": 9308, - "properties": { - "powered": "false", - "rotation": "10" - } - }, - { - "id": 9309, - "properties": { - "powered": "false", - "rotation": "11" - } - }, - { - "id": 9310, - "properties": { - "powered": "false", - "rotation": "12" - } - }, - { - "id": 9311, - "properties": { - "powered": "false", - "rotation": "13" - } - }, - { - "id": 9312, - "properties": { - "powered": "false", - "rotation": "14" - } - }, - { - "id": 9313, - "properties": { - "powered": "false", - "rotation": "15" - } - } - ] - }, - "minecraft:dragon_wall_head": { - "definition": { - "type": "minecraft:wall_skull", - "kind": "dragon", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9314, - "properties": { - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 9315, - "properties": { - "facing": "north", - "powered": "false" - } - }, - { - "id": 9316, - "properties": { - "facing": "south", - "powered": "true" - } - }, - { - "id": 9317, - "properties": { - "facing": "south", - "powered": "false" - } - }, - { - "id": 9318, - "properties": { - "facing": "west", - "powered": "true" - } - }, - { - "id": 9319, - "properties": { - "facing": "west", - "powered": "false" - } - }, - { - "id": 9320, - "properties": { - "facing": "east", - "powered": "true" - } - }, - { - "id": 9321, - "properties": { - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:dried_kelp_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13256 - } - ] - }, - "minecraft:dripstone_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 25237 - } - ] - }, - "minecraft:dropper": { - "definition": { - "type": "minecraft:dropper", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ], - "triggered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9599, - "properties": { - "facing": "north", - "triggered": "true" - } - }, - { - "default": true, - "id": 9600, - "properties": { - "facing": "north", - "triggered": "false" - } - }, - { - "id": 9601, - "properties": { - "facing": "east", - "triggered": "true" - } - }, - { - "id": 9602, - "properties": { - "facing": "east", - "triggered": "false" - } - }, - { - "id": 9603, - "properties": { - "facing": "south", - "triggered": "true" - } - }, - { - "id": 9604, - "properties": { - "facing": "south", - "triggered": "false" - } - }, - { - "id": 9605, - "properties": { - "facing": "west", - "triggered": "true" - } - }, - { - "id": 9606, - "properties": { - "facing": "west", - "triggered": "false" - } - }, - { - "id": 9607, - "properties": { - "facing": "up", - "triggered": "true" - } - }, - { - "id": 9608, - "properties": { - "facing": "up", - "triggered": "false" - } - }, - { - "id": 9609, - "properties": { - "facing": "down", - "triggered": "true" - } - }, - { - "id": 9610, - "properties": { - "facing": "down", - "triggered": "false" - } - } - ] - }, - "minecraft:emerald_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 7895 - } - ] - }, - "minecraft:emerald_ore": { - "definition": { - "type": "minecraft:drop_experience", - "experience": { - "type": "minecraft:uniform", - "max_inclusive": 7, - "min_inclusive": 3 - }, - "properties": {} - }, - "states": [ - { - "default": true, - "id": 7741 - } - ] - }, - "minecraft:enchanting_table": { - "definition": { - "type": "minecraft:enchantment_table", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 7619 - } - ] - }, - "minecraft:end_gateway": { - "definition": { - "type": "minecraft:end_gateway", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 12983 - } - ] - }, - "minecraft:end_portal": { - "definition": { - "type": "minecraft:end_portal", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 7636 - } - ] - }, - "minecraft:end_portal_frame": { - "definition": { - "type": "minecraft:end_portal_frame", - "properties": {} - }, - "properties": { - "eye": [ - "true", - "false" - ], - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "id": 7637, - "properties": { - "eye": "true", - "facing": "north" - } - }, - { - "id": 7638, - "properties": { - "eye": "true", - "facing": "south" - } - }, - { - "id": 7639, - "properties": { - "eye": "true", - "facing": "west" - } - }, - { - "id": 7640, - "properties": { - "eye": "true", - "facing": "east" - } - }, - { - "default": true, - "id": 7641, - "properties": { - "eye": "false", - "facing": "north" - } - }, - { - "id": 7642, - "properties": { - "eye": "false", - "facing": "south" - } - }, - { - "id": 7643, - "properties": { - "eye": "false", - "facing": "west" - } - }, - { - "id": 7644, - "properties": { - "eye": "false", - "facing": "east" - } - } - ] - }, - "minecraft:end_rod": { - "definition": { - "type": "minecraft:end_rod", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 12803, - "properties": { - "facing": "north" - } - }, - { - "id": 12804, - "properties": { - "facing": "east" - } - }, - { - "id": 12805, - "properties": { - "facing": "south" - } - }, - { - "id": 12806, - "properties": { - "facing": "west" - } - }, - { - "default": true, - "id": 12807, - "properties": { - "facing": "up" - } - }, - { - "id": 12808, - "properties": { - "facing": "down" - } - } - ] - }, - "minecraft:end_stone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 7645 - } - ] - }, - "minecraft:end_stone_brick_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14581, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 14582, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 14583, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14584, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 14585, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 14586, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:end_stone_brick_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:end_stone_bricks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 13831, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13832, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13833, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13834, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13835, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13836, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13837, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13838, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13839, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13840, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13841, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 13842, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13843, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13844, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13845, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13846, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13847, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13848, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13849, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13850, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13851, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13852, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13853, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13854, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13855, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13856, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13857, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13858, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13859, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13860, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13861, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13862, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13863, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13864, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13865, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13866, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13867, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13868, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13869, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13870, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13871, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13872, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13873, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13874, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13875, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13876, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13877, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13878, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13879, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13880, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13881, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13882, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13883, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13884, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13885, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13886, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13887, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13888, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13889, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13890, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13891, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13892, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13893, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13894, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13895, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13896, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13897, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13898, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13899, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13900, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13901, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13902, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13903, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13904, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13905, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13906, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13907, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13908, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13909, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13910, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:end_stone_brick_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" - ], - "north": [ - "none", - "low", - "tall" - ], - "south": [ - "none", - "low", - "tall" - ], - "up": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 18193, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18194, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18195, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 18196, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18197, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18198, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18199, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18200, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18201, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18202, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18203, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18204, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18205, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18206, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18207, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18208, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18209, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18210, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18211, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18212, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18213, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18214, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18215, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18216, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18217, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18218, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18219, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18220, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18221, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18222, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18223, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18224, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18225, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18226, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18227, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18228, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18229, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18230, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18231, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18232, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18233, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18234, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18235, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18236, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18237, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18238, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18239, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18240, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18241, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18242, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18243, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18244, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18245, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18246, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18247, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18248, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18249, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18250, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18251, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18252, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18253, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18254, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18255, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18256, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18257, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18258, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18259, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18260, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18261, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18262, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18263, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18264, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18265, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18266, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18267, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18268, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18269, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18270, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18271, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18272, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18273, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18274, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18275, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18276, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18277, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18278, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18279, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18280, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18281, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18282, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18283, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18284, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18285, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18286, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18287, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18288, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18289, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18290, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18291, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18292, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18293, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18294, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18295, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18296, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18297, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18298, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18299, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18300, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18301, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18302, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18303, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18304, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18305, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18306, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18307, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18308, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18309, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18310, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18311, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18312, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18313, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18314, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18315, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18316, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18317, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18318, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18319, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18320, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18321, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18322, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18323, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18324, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18325, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18326, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18327, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18328, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18329, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18330, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18331, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18332, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18333, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18334, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18335, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18336, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18337, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18338, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18339, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18340, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18341, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18342, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18343, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18344, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18345, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18346, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18347, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18348, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18349, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18350, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18351, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18352, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18353, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18354, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18355, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18356, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18357, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18358, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18359, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18360, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18361, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18362, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18363, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18364, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18365, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18366, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18367, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18368, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18369, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18370, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18371, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18372, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18373, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18374, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18375, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18376, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18377, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18378, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18379, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18380, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18381, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18382, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18383, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18384, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18385, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18386, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18387, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18388, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18389, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18390, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18391, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18392, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18393, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18394, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18395, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18396, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18397, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18398, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18399, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18400, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18401, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18402, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18403, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18404, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18405, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18406, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18407, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18408, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18409, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18410, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18411, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18412, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18413, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18414, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18415, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18416, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18417, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18418, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18419, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18420, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18421, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18422, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18423, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18424, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18425, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18426, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18427, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18428, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18429, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18430, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18431, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18432, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18433, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18434, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18435, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18436, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18437, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18438, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18439, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18440, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18441, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18442, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18443, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18444, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18445, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18446, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18447, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18448, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18449, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18450, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18451, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18452, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18453, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18454, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18455, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18456, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18457, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18458, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18459, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18460, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18461, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18462, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18463, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18464, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18465, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18466, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18467, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18468, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18469, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18470, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18471, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18472, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18473, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18474, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18475, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18476, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18477, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18478, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18479, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18480, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18481, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18482, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18483, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18484, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18485, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18486, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18487, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18488, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18489, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18490, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18491, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18492, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18493, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18494, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18495, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18496, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18497, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18498, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18499, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18500, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18501, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18502, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18503, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18504, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18505, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18506, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18507, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18508, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18509, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18510, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18511, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18512, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18513, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18514, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18515, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18516, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:end_stone_bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 12963 - } - ] - }, - "minecraft:ender_chest": { - "definition": { - "type": "minecraft:ender_chest", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7743, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 7744, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 7745, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 7746, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 7747, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 7748, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 7749, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 7750, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:exposed_chiseled_copper": { - "definition": { - "type": "minecraft:weathering_copper_full", - "properties": {}, - "weathering_state": "exposed" - }, - "states": [ - { - "default": true, - "id": 23419 - } - ] - }, - "minecraft:exposed_copper": { - "definition": { - "type": "minecraft:weathering_copper_full", - "properties": {}, - "weathering_state": "exposed" - }, - "states": [ - { - "default": true, - "id": 23408 - } - ] - }, - "minecraft:exposed_copper_bulb": { - "definition": { - "type": "minecraft:weathering_copper_bulb", - "properties": {}, - "weathering_state": "exposed" - }, - "properties": { - "lit": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25165, - "properties": { - "lit": "true", - "powered": "true" - } - }, - { - "id": 25166, - "properties": { - "lit": "true", - "powered": "false" - } - }, - { - "id": 25167, - "properties": { - "lit": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 25168, - "properties": { - "lit": "false", - "powered": "false" - } - } - ] - }, - "minecraft:exposed_copper_door": { - "definition": { - "type": "minecraft:weathering_copper_door", - "block_set_type": "copper", - "properties": {}, - "weathering_state": "exposed" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "upper", - "lower" - ], - "hinge": [ - "left", - "right" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24185, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24186, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24187, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24188, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24189, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24190, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24191, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24192, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24193, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24194, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24195, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 24196, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24197, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24198, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24199, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24200, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24201, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24202, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24203, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24204, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24205, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24206, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24207, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24208, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24209, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24210, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24211, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24212, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24213, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24214, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24215, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24216, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24217, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24218, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24219, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24220, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24221, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24222, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24223, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24224, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24225, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24226, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24227, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24228, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24229, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24230, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24231, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24232, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24233, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24234, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24235, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24236, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24237, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24238, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24239, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24240, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24241, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24242, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24243, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24244, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24245, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24246, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24247, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24248, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:exposed_copper_grate": { - "definition": { - "type": "minecraft:weathering_copper_grate", - "properties": {}, - "weathering_state": "exposed" - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25147, - "properties": { - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25148, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:exposed_copper_trapdoor": { - "definition": { - "type": "minecraft:weathering_copper_trap_door", - "block_set_type": "copper", - "properties": {}, - "weathering_state": "exposed" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24697, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24698, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24699, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24700, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24701, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24702, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24703, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24704, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24705, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24706, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24707, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24708, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24709, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24710, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24711, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 24712, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24713, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24714, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24715, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24716, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24717, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24718, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24719, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24720, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24721, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24722, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24723, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24724, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24725, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24726, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24727, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24728, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24729, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24730, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24731, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24732, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24733, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24734, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24735, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24736, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24737, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24738, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24739, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24740, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24741, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24742, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24743, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24744, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24745, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24746, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24747, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24748, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24749, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24750, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24751, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24752, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24753, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24754, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24755, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24756, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24757, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24758, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24759, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24760, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:exposed_cut_copper": { - "definition": { - "type": "minecraft:weathering_copper_full", - "properties": {}, - "weathering_state": "exposed" - }, - "states": [ - { - "default": true, - "id": 23415 - } - ] - }, - "minecraft:exposed_cut_copper_slab": { - "definition": { - "type": "minecraft:weathering_copper_slab", - "properties": {}, - "weathering_state": "exposed" - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 23757, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 23758, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 23759, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 23760, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 23761, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 23762, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:exposed_cut_copper_stairs": { - "definition": { - "type": "minecraft:weathering_copper_stair", - "base_state": { - "Name": "minecraft:exposed_cut_copper" - }, - "properties": {}, - "weathering_state": "exposed" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 23585, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23586, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23587, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23588, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23589, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23590, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23591, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23592, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23593, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23594, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23595, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 23596, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23597, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23598, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23599, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23600, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23601, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23602, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23603, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23604, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23605, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23606, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23607, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23608, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23609, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23610, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23611, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23612, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23613, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23614, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23615, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23616, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23617, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23618, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23619, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23620, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23621, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23622, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23623, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23624, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23625, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23626, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23627, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23628, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23629, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23630, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23631, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23632, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23633, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23634, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23635, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23636, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23637, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23638, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23639, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23640, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23641, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23642, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23643, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23644, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23645, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23646, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23647, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23648, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23649, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23650, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23651, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23652, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23653, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23654, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23655, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23656, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23657, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23658, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23659, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23660, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23661, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23662, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23663, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23664, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:farmland": { - "definition": { - "type": "minecraft:farm", - "properties": {} - }, - "properties": { - "moisture": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ] - }, - "states": [ - { - "default": true, - "id": 4338, - "properties": { - "moisture": "0" - } - }, - { - "id": 4339, - "properties": { - "moisture": "1" - } - }, - { - "id": 4340, - "properties": { - "moisture": "2" - } - }, - { - "id": 4341, - "properties": { - "moisture": "3" - } - }, - { - "id": 4342, - "properties": { - "moisture": "4" - } - }, - { - "id": 4343, - "properties": { - "moisture": "5" - } - }, - { - "id": 4344, - "properties": { - "moisture": "6" - } - }, - { - "id": 4345, - "properties": { - "moisture": "7" - } - } - ] - }, - "minecraft:fern": { - "definition": { - "type": "minecraft:tall_grass", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2049 - } - ] - }, - "minecraft:fire": { - "definition": { - "type": "minecraft:fire", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ], - "east": [ - "true", - "false" - ], - "north": [ - "true", - "false" - ], - "south": [ - "true", - "false" - ], - "up": [ - "true", - "false" - ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 2403, - "properties": { - "age": "0", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2404, - "properties": { - "age": "0", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2405, - "properties": { - "age": "0", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2406, - "properties": { - "age": "0", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2407, - "properties": { - "age": "0", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2408, - "properties": { - "age": "0", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2409, - "properties": { - "age": "0", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2410, - "properties": { - "age": "0", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2411, - "properties": { - "age": "0", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2412, - "properties": { - "age": "0", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2413, - "properties": { - "age": "0", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2414, - "properties": { - "age": "0", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2415, - "properties": { - "age": "0", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2416, - "properties": { - "age": "0", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2417, - "properties": { - "age": "0", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2418, - "properties": { - "age": "0", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2419, - "properties": { - "age": "0", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2420, - "properties": { - "age": "0", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2421, - "properties": { - "age": "0", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2422, - "properties": { - "age": "0", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2423, - "properties": { - "age": "0", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2424, - "properties": { - "age": "0", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2425, - "properties": { - "age": "0", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2426, - "properties": { - "age": "0", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2427, - "properties": { - "age": "0", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2428, - "properties": { - "age": "0", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2429, - "properties": { - "age": "0", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2430, - "properties": { - "age": "0", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2431, - "properties": { - "age": "0", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2432, - "properties": { - "age": "0", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2433, - "properties": { - "age": "0", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "default": true, - "id": 2434, - "properties": { - "age": "0", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2435, - "properties": { - "age": "1", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2436, - "properties": { - "age": "1", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2437, - "properties": { - "age": "1", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2438, - "properties": { - "age": "1", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2439, - "properties": { - "age": "1", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2440, - "properties": { - "age": "1", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2441, - "properties": { - "age": "1", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2442, - "properties": { - "age": "1", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2443, - "properties": { - "age": "1", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2444, - "properties": { - "age": "1", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2445, - "properties": { - "age": "1", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2446, - "properties": { - "age": "1", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2447, - "properties": { - "age": "1", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2448, - "properties": { - "age": "1", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2449, - "properties": { - "age": "1", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2450, - "properties": { - "age": "1", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2451, - "properties": { - "age": "1", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2452, - "properties": { - "age": "1", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2453, - "properties": { - "age": "1", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2454, - "properties": { - "age": "1", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2455, - "properties": { - "age": "1", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2456, - "properties": { - "age": "1", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2457, - "properties": { - "age": "1", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2458, - "properties": { - "age": "1", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2459, - "properties": { - "age": "1", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2460, - "properties": { - "age": "1", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2461, - "properties": { - "age": "1", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2462, - "properties": { - "age": "1", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2463, - "properties": { - "age": "1", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2464, - "properties": { - "age": "1", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2465, - "properties": { - "age": "1", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2466, - "properties": { - "age": "1", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2467, - "properties": { - "age": "2", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2468, - "properties": { - "age": "2", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2469, - "properties": { - "age": "2", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2470, - "properties": { - "age": "2", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2471, - "properties": { - "age": "2", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2472, - "properties": { - "age": "2", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2473, - "properties": { - "age": "2", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2474, - "properties": { - "age": "2", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2475, - "properties": { - "age": "2", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2476, - "properties": { - "age": "2", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2477, - "properties": { - "age": "2", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2478, - "properties": { - "age": "2", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2479, - "properties": { - "age": "2", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2480, - "properties": { - "age": "2", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2481, - "properties": { - "age": "2", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2482, - "properties": { - "age": "2", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2483, - "properties": { - "age": "2", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2484, - "properties": { - "age": "2", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2485, - "properties": { - "age": "2", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2486, - "properties": { - "age": "2", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2487, - "properties": { - "age": "2", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2488, - "properties": { - "age": "2", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2489, - "properties": { - "age": "2", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2490, - "properties": { - "age": "2", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2491, - "properties": { - "age": "2", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2492, - "properties": { - "age": "2", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2493, - "properties": { - "age": "2", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2494, - "properties": { - "age": "2", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2495, - "properties": { - "age": "2", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2496, - "properties": { - "age": "2", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2497, - "properties": { - "age": "2", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2498, - "properties": { - "age": "2", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2499, - "properties": { - "age": "3", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2500, - "properties": { - "age": "3", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2501, - "properties": { - "age": "3", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2502, - "properties": { - "age": "3", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2503, - "properties": { - "age": "3", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2504, - "properties": { - "age": "3", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2505, - "properties": { - "age": "3", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2506, - "properties": { - "age": "3", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2507, - "properties": { - "age": "3", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2508, - "properties": { - "age": "3", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2509, - "properties": { - "age": "3", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2510, - "properties": { - "age": "3", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2511, - "properties": { - "age": "3", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2512, - "properties": { - "age": "3", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2513, - "properties": { - "age": "3", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2514, - "properties": { - "age": "3", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2515, - "properties": { - "age": "3", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2516, - "properties": { - "age": "3", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2517, - "properties": { - "age": "3", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2518, - "properties": { - "age": "3", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2519, - "properties": { - "age": "3", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2520, - "properties": { - "age": "3", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2521, - "properties": { - "age": "3", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2522, - "properties": { - "age": "3", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2523, - "properties": { - "age": "3", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2524, - "properties": { - "age": "3", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2525, - "properties": { - "age": "3", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2526, - "properties": { - "age": "3", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2527, - "properties": { - "age": "3", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2528, - "properties": { - "age": "3", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2529, - "properties": { - "age": "3", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2530, - "properties": { - "age": "3", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2531, - "properties": { - "age": "4", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2532, - "properties": { - "age": "4", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2533, - "properties": { - "age": "4", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2534, - "properties": { - "age": "4", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2535, - "properties": { - "age": "4", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2536, - "properties": { - "age": "4", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2537, - "properties": { - "age": "4", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2538, - "properties": { - "age": "4", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2539, - "properties": { - "age": "4", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2540, - "properties": { - "age": "4", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2541, - "properties": { - "age": "4", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2542, - "properties": { - "age": "4", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2543, - "properties": { - "age": "4", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2544, - "properties": { - "age": "4", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2545, - "properties": { - "age": "4", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2546, - "properties": { - "age": "4", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2547, - "properties": { - "age": "4", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2548, - "properties": { - "age": "4", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2549, - "properties": { - "age": "4", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2550, - "properties": { - "age": "4", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2551, - "properties": { - "age": "4", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2552, - "properties": { - "age": "4", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2553, - "properties": { - "age": "4", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2554, - "properties": { - "age": "4", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2555, - "properties": { - "age": "4", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2556, - "properties": { - "age": "4", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2557, - "properties": { - "age": "4", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2558, - "properties": { - "age": "4", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2559, - "properties": { - "age": "4", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2560, - "properties": { - "age": "4", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2561, - "properties": { - "age": "4", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2562, - "properties": { - "age": "4", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2563, - "properties": { - "age": "5", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2564, - "properties": { - "age": "5", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2565, - "properties": { - "age": "5", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2566, - "properties": { - "age": "5", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2567, - "properties": { - "age": "5", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2568, - "properties": { - "age": "5", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2569, - "properties": { - "age": "5", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2570, - "properties": { - "age": "5", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2571, - "properties": { - "age": "5", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2572, - "properties": { - "age": "5", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2573, - "properties": { - "age": "5", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2574, - "properties": { - "age": "5", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2575, - "properties": { - "age": "5", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2576, - "properties": { - "age": "5", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2577, - "properties": { - "age": "5", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2578, - "properties": { - "age": "5", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2579, - "properties": { - "age": "5", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2580, - "properties": { - "age": "5", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2581, - "properties": { - "age": "5", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2582, - "properties": { - "age": "5", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2583, - "properties": { - "age": "5", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2584, - "properties": { - "age": "5", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2585, - "properties": { - "age": "5", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2586, - "properties": { - "age": "5", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2587, - "properties": { - "age": "5", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2588, - "properties": { - "age": "5", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2589, - "properties": { - "age": "5", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2590, - "properties": { - "age": "5", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2591, - "properties": { - "age": "5", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2592, - "properties": { - "age": "5", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2593, - "properties": { - "age": "5", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2594, - "properties": { - "age": "5", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2595, - "properties": { - "age": "6", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2596, - "properties": { - "age": "6", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2597, - "properties": { - "age": "6", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2598, - "properties": { - "age": "6", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2599, - "properties": { - "age": "6", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2600, - "properties": { - "age": "6", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2601, - "properties": { - "age": "6", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2602, - "properties": { - "age": "6", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2603, - "properties": { - "age": "6", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2604, - "properties": { - "age": "6", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2605, - "properties": { - "age": "6", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2606, - "properties": { - "age": "6", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2607, - "properties": { - "age": "6", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2608, - "properties": { - "age": "6", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2609, - "properties": { - "age": "6", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2610, - "properties": { - "age": "6", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2611, - "properties": { - "age": "6", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2612, - "properties": { - "age": "6", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2613, - "properties": { - "age": "6", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2614, - "properties": { - "age": "6", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2615, - "properties": { - "age": "6", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2616, - "properties": { - "age": "6", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2617, - "properties": { - "age": "6", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2618, - "properties": { - "age": "6", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2619, - "properties": { - "age": "6", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2620, - "properties": { - "age": "6", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2621, - "properties": { - "age": "6", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2622, - "properties": { - "age": "6", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2623, - "properties": { - "age": "6", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2624, - "properties": { - "age": "6", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2625, - "properties": { - "age": "6", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2626, - "properties": { - "age": "6", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2627, - "properties": { - "age": "7", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2628, - "properties": { - "age": "7", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2629, - "properties": { - "age": "7", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2630, - "properties": { - "age": "7", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2631, - "properties": { - "age": "7", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2632, - "properties": { - "age": "7", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2633, - "properties": { - "age": "7", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2634, - "properties": { - "age": "7", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2635, - "properties": { - "age": "7", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2636, - "properties": { - "age": "7", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2637, - "properties": { - "age": "7", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2638, - "properties": { - "age": "7", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2639, - "properties": { - "age": "7", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2640, - "properties": { - "age": "7", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2641, - "properties": { - "age": "7", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2642, - "properties": { - "age": "7", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2643, - "properties": { - "age": "7", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2644, - "properties": { - "age": "7", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2645, - "properties": { - "age": "7", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2646, - "properties": { - "age": "7", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2647, - "properties": { - "age": "7", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2648, - "properties": { - "age": "7", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2649, - "properties": { - "age": "7", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2650, - "properties": { - "age": "7", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2651, - "properties": { - "age": "7", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2652, - "properties": { - "age": "7", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2653, - "properties": { - "age": "7", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2654, - "properties": { - "age": "7", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2655, - "properties": { - "age": "7", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2656, - "properties": { - "age": "7", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2657, - "properties": { - "age": "7", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2658, - "properties": { - "age": "7", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2659, - "properties": { - "age": "8", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2660, - "properties": { - "age": "8", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2661, - "properties": { - "age": "8", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2662, - "properties": { - "age": "8", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2663, - "properties": { - "age": "8", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2664, - "properties": { - "age": "8", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2665, - "properties": { - "age": "8", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2666, - "properties": { - "age": "8", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2667, - "properties": { - "age": "8", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2668, - "properties": { - "age": "8", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2669, - "properties": { - "age": "8", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2670, - "properties": { - "age": "8", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2671, - "properties": { - "age": "8", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2672, - "properties": { - "age": "8", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2673, - "properties": { - "age": "8", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2674, - "properties": { - "age": "8", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2675, - "properties": { - "age": "8", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2676, - "properties": { - "age": "8", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2677, - "properties": { - "age": "8", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2678, - "properties": { - "age": "8", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2679, - "properties": { - "age": "8", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2680, - "properties": { - "age": "8", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2681, - "properties": { - "age": "8", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2682, - "properties": { - "age": "8", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2683, - "properties": { - "age": "8", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2684, - "properties": { - "age": "8", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2685, - "properties": { - "age": "8", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2686, - "properties": { - "age": "8", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2687, - "properties": { - "age": "8", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2688, - "properties": { - "age": "8", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2689, - "properties": { - "age": "8", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2690, - "properties": { - "age": "8", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2691, - "properties": { - "age": "9", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2692, - "properties": { - "age": "9", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2693, - "properties": { - "age": "9", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2694, - "properties": { - "age": "9", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2695, - "properties": { - "age": "9", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2696, - "properties": { - "age": "9", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2697, - "properties": { - "age": "9", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2698, - "properties": { - "age": "9", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2699, - "properties": { - "age": "9", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2700, - "properties": { - "age": "9", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2701, - "properties": { - "age": "9", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2702, - "properties": { - "age": "9", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2703, - "properties": { - "age": "9", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2704, - "properties": { - "age": "9", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2705, - "properties": { - "age": "9", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2706, - "properties": { - "age": "9", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2707, - "properties": { - "age": "9", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2708, - "properties": { - "age": "9", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2709, - "properties": { - "age": "9", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2710, - "properties": { - "age": "9", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2711, - "properties": { - "age": "9", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2712, - "properties": { - "age": "9", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2713, - "properties": { - "age": "9", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2714, - "properties": { - "age": "9", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2715, - "properties": { - "age": "9", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2716, - "properties": { - "age": "9", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2717, - "properties": { - "age": "9", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2718, - "properties": { - "age": "9", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2719, - "properties": { - "age": "9", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2720, - "properties": { - "age": "9", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2721, - "properties": { - "age": "9", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2722, - "properties": { - "age": "9", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2723, - "properties": { - "age": "10", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2724, - "properties": { - "age": "10", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2725, - "properties": { - "age": "10", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2726, - "properties": { - "age": "10", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2727, - "properties": { - "age": "10", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2728, - "properties": { - "age": "10", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2729, - "properties": { - "age": "10", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2730, - "properties": { - "age": "10", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2731, - "properties": { - "age": "10", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2732, - "properties": { - "age": "10", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2733, - "properties": { - "age": "10", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2734, - "properties": { - "age": "10", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2735, - "properties": { - "age": "10", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2736, - "properties": { - "age": "10", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2737, - "properties": { - "age": "10", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2738, - "properties": { - "age": "10", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2739, - "properties": { - "age": "10", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2740, - "properties": { - "age": "10", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2741, - "properties": { - "age": "10", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2742, - "properties": { - "age": "10", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2743, - "properties": { - "age": "10", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2744, - "properties": { - "age": "10", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2745, - "properties": { - "age": "10", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2746, - "properties": { - "age": "10", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2747, - "properties": { - "age": "10", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2748, - "properties": { - "age": "10", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2749, - "properties": { - "age": "10", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2750, - "properties": { - "age": "10", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2751, - "properties": { - "age": "10", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2752, - "properties": { - "age": "10", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2753, - "properties": { - "age": "10", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2754, - "properties": { - "age": "10", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2755, - "properties": { - "age": "11", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2756, - "properties": { - "age": "11", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2757, - "properties": { - "age": "11", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2758, - "properties": { - "age": "11", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2759, - "properties": { - "age": "11", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2760, - "properties": { - "age": "11", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2761, - "properties": { - "age": "11", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2762, - "properties": { - "age": "11", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2763, - "properties": { - "age": "11", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2764, - "properties": { - "age": "11", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2765, - "properties": { - "age": "11", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2766, - "properties": { - "age": "11", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2767, - "properties": { - "age": "11", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2768, - "properties": { - "age": "11", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2769, - "properties": { - "age": "11", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2770, - "properties": { - "age": "11", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2771, - "properties": { - "age": "11", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2772, - "properties": { - "age": "11", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2773, - "properties": { - "age": "11", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2774, - "properties": { - "age": "11", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2775, - "properties": { - "age": "11", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2776, - "properties": { - "age": "11", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2777, - "properties": { - "age": "11", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2778, - "properties": { - "age": "11", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2779, - "properties": { - "age": "11", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2780, - "properties": { - "age": "11", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2781, - "properties": { - "age": "11", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2782, - "properties": { - "age": "11", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2783, - "properties": { - "age": "11", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2784, - "properties": { - "age": "11", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2785, - "properties": { - "age": "11", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2786, - "properties": { - "age": "11", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2787, - "properties": { - "age": "12", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2788, - "properties": { - "age": "12", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2789, - "properties": { - "age": "12", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2790, - "properties": { - "age": "12", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2791, - "properties": { - "age": "12", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2792, - "properties": { - "age": "12", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2793, - "properties": { - "age": "12", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2794, - "properties": { - "age": "12", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2795, - "properties": { - "age": "12", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2796, - "properties": { - "age": "12", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2797, - "properties": { - "age": "12", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2798, - "properties": { - "age": "12", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2799, - "properties": { - "age": "12", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2800, - "properties": { - "age": "12", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2801, - "properties": { - "age": "12", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2802, - "properties": { - "age": "12", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2803, - "properties": { - "age": "12", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2804, - "properties": { - "age": "12", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2805, - "properties": { - "age": "12", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2806, - "properties": { - "age": "12", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2807, - "properties": { - "age": "12", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2808, - "properties": { - "age": "12", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2809, - "properties": { - "age": "12", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2810, - "properties": { - "age": "12", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2811, - "properties": { - "age": "12", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2812, - "properties": { - "age": "12", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2813, - "properties": { - "age": "12", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2814, - "properties": { - "age": "12", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2815, - "properties": { - "age": "12", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2816, - "properties": { - "age": "12", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2817, - "properties": { - "age": "12", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2818, - "properties": { - "age": "12", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2819, - "properties": { - "age": "13", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2820, - "properties": { - "age": "13", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2821, - "properties": { - "age": "13", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2822, - "properties": { - "age": "13", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2823, - "properties": { - "age": "13", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2824, - "properties": { - "age": "13", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2825, - "properties": { - "age": "13", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2826, - "properties": { - "age": "13", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2827, - "properties": { - "age": "13", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2828, - "properties": { - "age": "13", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2829, - "properties": { - "age": "13", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2830, - "properties": { - "age": "13", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2831, - "properties": { - "age": "13", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2832, - "properties": { - "age": "13", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2833, - "properties": { - "age": "13", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2834, - "properties": { - "age": "13", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2835, - "properties": { - "age": "13", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2836, - "properties": { - "age": "13", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2837, - "properties": { - "age": "13", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2838, - "properties": { - "age": "13", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2839, - "properties": { - "age": "13", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2840, - "properties": { - "age": "13", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2841, - "properties": { - "age": "13", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2842, - "properties": { - "age": "13", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2843, - "properties": { - "age": "13", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2844, - "properties": { - "age": "13", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2845, - "properties": { - "age": "13", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2846, - "properties": { - "age": "13", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2847, - "properties": { - "age": "13", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2848, - "properties": { - "age": "13", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2849, - "properties": { - "age": "13", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2850, - "properties": { - "age": "13", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2851, - "properties": { - "age": "14", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2852, - "properties": { - "age": "14", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2853, - "properties": { - "age": "14", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2854, - "properties": { - "age": "14", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2855, - "properties": { - "age": "14", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2856, - "properties": { - "age": "14", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2857, - "properties": { - "age": "14", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2858, - "properties": { - "age": "14", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2859, - "properties": { - "age": "14", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2860, - "properties": { - "age": "14", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2861, - "properties": { - "age": "14", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2862, - "properties": { - "age": "14", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2863, - "properties": { - "age": "14", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2864, - "properties": { - "age": "14", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2865, - "properties": { - "age": "14", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2866, - "properties": { - "age": "14", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2867, - "properties": { - "age": "14", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2868, - "properties": { - "age": "14", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2869, - "properties": { - "age": "14", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2870, - "properties": { - "age": "14", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2871, - "properties": { - "age": "14", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2872, - "properties": { - "age": "14", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2873, - "properties": { - "age": "14", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2874, - "properties": { - "age": "14", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2875, - "properties": { - "age": "14", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2876, - "properties": { - "age": "14", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2877, - "properties": { - "age": "14", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2878, - "properties": { - "age": "14", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2879, - "properties": { - "age": "14", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2880, - "properties": { - "age": "14", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2881, - "properties": { - "age": "14", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2882, - "properties": { - "age": "14", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2883, - "properties": { - "age": "15", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2884, - "properties": { - "age": "15", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2885, - "properties": { - "age": "15", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2886, - "properties": { - "age": "15", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2887, - "properties": { - "age": "15", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2888, - "properties": { - "age": "15", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2889, - "properties": { - "age": "15", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2890, - "properties": { - "age": "15", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2891, - "properties": { - "age": "15", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2892, - "properties": { - "age": "15", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2893, - "properties": { - "age": "15", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2894, - "properties": { - "age": "15", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2895, - "properties": { - "age": "15", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2896, - "properties": { - "age": "15", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2897, - "properties": { - "age": "15", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2898, - "properties": { - "age": "15", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2899, - "properties": { - "age": "15", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2900, - "properties": { - "age": "15", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2901, - "properties": { - "age": "15", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2902, - "properties": { - "age": "15", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2903, - "properties": { - "age": "15", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2904, - "properties": { - "age": "15", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2905, - "properties": { - "age": "15", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2906, - "properties": { - "age": "15", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 2907, - "properties": { - "age": "15", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 2908, - "properties": { - "age": "15", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 2909, - "properties": { - "age": "15", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 2910, - "properties": { - "age": "15", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 2911, - "properties": { - "age": "15", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 2912, - "properties": { - "age": "15", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 2913, - "properties": { - "age": "15", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 2914, - "properties": { - "age": "15", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - } - ] - }, - "minecraft:fire_coral": { - "definition": { - "type": "minecraft:coral_plant", - "dead": "minecraft:dead_fire_coral", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13298, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13299, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:fire_coral_block": { - "definition": { - "type": "minecraft:coral", - "dead": "minecraft:dead_fire_coral_block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13280 - } - ] - }, - "minecraft:fire_coral_fan": { - "definition": { - "type": "minecraft:coral_fan", - "dead": "minecraft:dead_fire_coral_fan", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13318, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13319, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:fire_coral_wall_fan": { - "definition": { - "type": "minecraft:coral_wall_fan", - "dead": "minecraft:dead_fire_coral_wall_fan", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13386, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 13387, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 13388, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 13389, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 13390, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 13391, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 13392, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 13393, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:fletching_table": { - "definition": { - "type": "minecraft:fletching_table", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 18906 - } - ] - }, - "minecraft:flower_pot": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:air", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8797 - } - ] - }, - "minecraft:flowering_azalea": { - "definition": { - "type": "minecraft:azalea", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 25294 - } - ] - }, - "minecraft:flowering_azalea_leaves": { - "definition": { - "type": "minecraft:leaves", - "properties": {} - }, - "properties": { - "distance": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ], - "persistent": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 532, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 533, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 534, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 535, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 536, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 537, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 538, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 539, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 540, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 541, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 542, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 543, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 544, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 545, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 546, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 547, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 548, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 549, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 550, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 551, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 552, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 553, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 554, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 555, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 556, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 557, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 558, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 559, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:frogspawn": { - "definition": { - "type": "minecraft:frogspawn", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 27041 - } - ] - }, - "minecraft:frosted_ice": { - "definition": { - "type": "minecraft:frosted_ice", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3" - ] - }, - "states": [ - { - "default": true, - "id": 13008, - "properties": { - "age": "0" - } - }, - { - "id": 13009, - "properties": { - "age": "1" - } - }, - { - "id": 13010, - "properties": { - "age": "2" - } - }, - { - "id": 13011, - "properties": { - "age": "3" - } - } - ] - }, - "minecraft:furnace": { - "definition": { - "type": "minecraft:furnace", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4346, - "properties": { - "facing": "north", - "lit": "true" - } - }, - { - "default": true, - "id": 4347, - "properties": { - "facing": "north", - "lit": "false" - } - }, - { - "id": 4348, - "properties": { - "facing": "south", - "lit": "true" - } - }, - { - "id": 4349, - "properties": { - "facing": "south", - "lit": "false" - } - }, - { - "id": 4350, - "properties": { - "facing": "west", - "lit": "true" - } - }, - { - "id": 4351, - "properties": { - "facing": "west", - "lit": "false" - } - }, - { - "id": 4352, - "properties": { - "facing": "east", - "lit": "true" - } - }, - { - "id": 4353, - "properties": { - "facing": "east", - "lit": "false" - } - } - ] - }, - "minecraft:gilded_blackstone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 20754 - } - ] - }, - "minecraft:glass": { - "definition": { - "type": "minecraft:transparent", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 562 - } - ] - }, - "minecraft:glass_pane": { - "definition": { - "type": "minecraft:iron_bars", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" - ], - "north": [ - "true", - "false" - ], - "south": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7009, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7010, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7011, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7012, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7013, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7014, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7015, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7016, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7017, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7018, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7019, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7020, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7021, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7022, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7023, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7024, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7025, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7026, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7027, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7028, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7029, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7030, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7031, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7032, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7033, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7034, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7035, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7036, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7037, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7038, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7039, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 7040, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:glow_lichen": { - "definition": { - "type": "minecraft:glow_lichen", - "properties": {} - }, - "properties": { - "down": [ - "true", - "false" - ], - "east": [ - "true", - "false" - ], - "north": [ - "true", - "false" - ], - "south": [ - "true", - "false" - ], - "up": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7099, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7100, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7101, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7102, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7103, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7104, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7105, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7106, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7107, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7108, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7109, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7110, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7111, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7112, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7113, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7114, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7115, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7116, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7117, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7118, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7119, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7120, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7121, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7122, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7123, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7124, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7125, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7126, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7127, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7128, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7129, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7130, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7131, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7132, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7133, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7134, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7135, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7136, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7137, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7138, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7139, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7140, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7141, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7142, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7143, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7144, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7145, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7146, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7147, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7148, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7149, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7150, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7151, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7152, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7153, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7154, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7155, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7156, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7157, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7158, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7159, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7160, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7161, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7162, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7163, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7164, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7165, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7166, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7167, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7168, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7169, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7170, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7171, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7172, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7173, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7174, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7175, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7176, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7177, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7178, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7179, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7180, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7181, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7182, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7183, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7184, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7185, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7186, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7187, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7188, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7189, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7190, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7191, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7192, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7193, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7194, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7195, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7196, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7197, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7198, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7199, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7200, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7201, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7202, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7203, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7204, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7205, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7206, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7207, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7208, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7209, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7210, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7211, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7212, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7213, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7214, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7215, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7216, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7217, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7218, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7219, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7220, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7221, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7222, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7223, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7224, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7225, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 7226, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:glowstone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6029 - } - ] - }, - "minecraft:gold_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2134 - } - ] - }, - "minecraft:gold_ore": { - "definition": { - "type": "minecraft:drop_experience", - "experience": 0, - "properties": {} - }, - "states": [ - { - "default": true, - "id": 129 - } - ] - }, - "minecraft:granite": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2 - } - ] - }, - "minecraft:granite_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14599, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 14600, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 14601, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14602, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 14603, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 14604, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:granite_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:granite" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14151, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14152, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14153, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14154, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14155, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14156, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14157, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14158, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14159, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14160, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14161, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14162, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14163, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14164, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14165, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14166, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14167, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14168, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14169, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14170, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14171, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14172, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14173, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14174, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14175, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14176, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14177, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14178, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14179, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14180, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14181, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14182, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14183, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14184, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14185, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14186, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14187, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14188, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14189, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14190, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14191, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14192, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14193, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14194, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14195, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14196, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14197, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14198, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14199, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14200, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14201, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14202, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14203, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14204, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14205, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14206, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14207, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14208, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14209, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14210, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14211, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14212, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14213, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14214, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14215, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14216, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14217, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14218, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14219, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14220, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14221, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14222, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14223, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14224, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14225, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14226, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14227, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14228, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14229, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14230, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:granite_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" - ], - "north": [ - "none", - "low", - "tall" - ], - "south": [ - "none", - "low", - "tall" - ], - "up": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 15925, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15926, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15927, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 15928, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15929, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15930, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15931, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15932, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15933, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15934, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15935, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15936, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15937, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15938, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15939, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15940, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15941, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15942, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15943, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15944, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15945, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15946, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15947, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15948, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15949, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15950, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15951, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15952, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15953, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15954, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15955, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15956, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15957, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15958, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15959, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15960, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15961, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15962, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15963, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15964, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15965, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15966, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15967, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15968, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15969, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15970, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15971, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15972, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15973, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15974, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15975, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15976, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15977, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15978, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15979, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15980, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15981, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15982, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15983, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15984, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15985, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15986, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15987, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15988, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15989, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15990, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15991, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15992, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15993, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15994, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15995, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15996, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15997, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15998, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15999, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16000, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16001, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16002, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16003, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16004, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16005, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16006, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16007, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16008, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16009, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16010, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16011, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16012, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16013, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16014, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16015, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16016, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16017, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16018, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16019, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16020, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16021, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16022, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16023, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16024, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16025, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16026, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16027, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16028, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16029, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16030, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16031, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16032, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16033, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16034, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16035, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16036, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16037, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16038, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16039, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16040, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16041, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16042, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16043, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16044, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16045, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16046, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16047, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16048, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16049, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16050, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16051, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16052, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16053, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16054, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16055, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16056, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16057, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16058, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16059, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16060, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16061, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16062, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16063, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16064, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16065, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16066, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16067, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16068, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16069, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16070, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16071, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16072, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16073, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16074, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16075, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16076, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16077, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16078, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16079, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16080, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16081, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16082, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16083, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16084, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16085, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16086, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16087, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16088, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16089, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16090, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16091, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16092, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16093, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16094, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16095, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16096, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16097, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16098, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16099, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16100, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16101, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16102, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16103, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16104, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16105, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16106, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16107, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16108, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16109, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16110, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16111, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16112, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16113, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16114, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16115, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16116, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16117, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16118, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16119, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16120, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16121, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16122, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16123, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16124, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16125, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16126, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16127, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16128, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16129, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16130, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16131, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16132, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16133, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16134, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16135, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16136, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16137, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16138, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16139, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16140, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16141, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16142, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16143, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16144, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16145, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16146, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16147, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16148, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16149, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16150, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16151, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16152, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16153, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16154, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16155, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16156, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16157, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16158, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16159, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16160, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16161, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16162, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16163, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16164, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16165, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16166, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16167, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16168, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16169, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16170, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16171, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16172, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16173, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16174, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16175, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16176, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16177, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16178, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16179, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16180, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16181, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16182, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16183, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16184, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16185, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16186, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16187, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16188, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16189, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16190, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16191, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16192, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16193, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16194, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16195, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16196, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16197, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16198, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16199, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16200, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16201, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16202, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16203, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16204, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16205, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16206, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16207, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16208, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16209, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16210, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16211, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16212, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16213, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16214, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16215, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16216, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16217, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16218, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16219, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16220, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16221, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16222, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16223, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16224, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16225, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16226, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16227, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16228, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16229, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16230, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16231, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16232, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16233, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16234, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16235, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16236, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16237, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16238, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16239, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16240, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16241, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16242, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16243, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16244, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16245, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16246, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16247, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16248, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:grass_block": { - "definition": { - "type": "minecraft:grass", - "properties": {} - }, - "properties": { - "snowy": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 8, - "properties": { - "snowy": "true" - } - }, - { - "default": true, - "id": 9, - "properties": { - "snowy": "false" - } - } - ] - }, - "minecraft:gravel": { - "definition": { - "type": "minecraft:colored_falling", - "falling_dust_color": "#FF807C7B", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 124 - } - ] - }, - "minecraft:gray_banner": { - "definition": { - "type": "minecraft:banner", - "color": "gray", - "properties": {} - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 11206, - "properties": { - "rotation": "0" - } - }, - { - "id": 11207, - "properties": { - "rotation": "1" - } - }, - { - "id": 11208, - "properties": { - "rotation": "2" - } - }, - { - "id": 11209, - "properties": { - "rotation": "3" - } - }, - { - "id": 11210, - "properties": { - "rotation": "4" - } - }, - { - "id": 11211, - "properties": { - "rotation": "5" - } - }, - { - "id": 11212, - "properties": { - "rotation": "6" - } - }, - { - "id": 11213, - "properties": { - "rotation": "7" - } - }, - { - "id": 11214, - "properties": { - "rotation": "8" - } - }, - { - "id": 11215, - "properties": { - "rotation": "9" - } - }, - { - "id": 11216, - "properties": { - "rotation": "10" - } - }, - { - "id": 11217, - "properties": { - "rotation": "11" - } - }, - { - "id": 11218, - "properties": { - "rotation": "12" - } - }, - { - "id": 11219, - "properties": { - "rotation": "13" - } - }, - { - "id": 11220, - "properties": { - "rotation": "14" - } - }, - { - "id": 11221, - "properties": { - "rotation": "15" - } - } - ] - }, - "minecraft:gray_bed": { - "definition": { - "type": "minecraft:bed", - "color": "gray", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "occupied": [ - "true", - "false" - ], - "part": [ - "head", - "foot" - ] - }, - "states": [ - { - "id": 1843, - "properties": { - "facing": "north", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1844, - "properties": { - "facing": "north", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1845, - "properties": { - "facing": "north", - "occupied": "false", - "part": "head" - } - }, - { - "default": true, - "id": 1846, - "properties": { - "facing": "north", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1847, - "properties": { - "facing": "south", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1848, - "properties": { - "facing": "south", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1849, - "properties": { - "facing": "south", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1850, - "properties": { - "facing": "south", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1851, - "properties": { - "facing": "west", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1852, - "properties": { - "facing": "west", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1853, - "properties": { - "facing": "west", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1854, - "properties": { - "facing": "west", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1855, - "properties": { - "facing": "east", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1856, - "properties": { - "facing": "east", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1857, - "properties": { - "facing": "east", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1858, - "properties": { - "facing": "east", - "occupied": "false", - "part": "foot" - } - } - ] - }, - "minecraft:gray_candle": { - "definition": { - "type": "minecraft:candle", - "properties": {} - }, - "properties": { - "candles": [ - "1", - "2", - "3", - "4" - ], - "lit": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21322, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21323, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21324, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21325, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21326, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21327, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21328, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21329, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21330, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21331, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21332, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21333, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21334, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21335, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21336, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21337, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:gray_candle_cake": { - "definition": { - "type": "minecraft:candle_cake", - "candle": "minecraft:gray_candle", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21482, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 21483, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:gray_carpet": { - "definition": { - "type": "minecraft:wool_carpet", - "color": "gray", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11070 - } - ] - }, - "minecraft:gray_concrete": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13204 - } - ] - }, - "minecraft:gray_concrete_powder": { - "definition": { - "type": "minecraft:concrete_powder", - "concrete": "minecraft:gray_concrete", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13220 - } - ] - }, - "minecraft:gray_glazed_terracotta": { - "definition": { - "type": "minecraft:glazed_terracotta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 13161, - "properties": { - "facing": "north" - } - }, - { - "id": 13162, - "properties": { - "facing": "south" - } - }, - { - "id": 13163, - "properties": { - "facing": "west" - } - }, - { - "id": 13164, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:gray_shulker_box": { - "definition": { - "type": "minecraft:shulker_box", - "color": "gray", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 13079, - "properties": { - "facing": "north" - } - }, - { - "id": 13080, - "properties": { - "facing": "east" - } - }, - { - "id": 13081, - "properties": { - "facing": "south" - } - }, - { - "id": 13082, - "properties": { - "facing": "west" - } - }, - { - "default": true, - "id": 13083, - "properties": { - "facing": "up" - } - }, - { - "id": 13084, - "properties": { - "facing": "down" - } - } - ] - }, - "minecraft:gray_stained_glass": { - "definition": { - "type": "minecraft:stained_glass", - "color": "gray", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6118 - } - ] - }, - "minecraft:gray_stained_glass_pane": { - "definition": { - "type": "minecraft:stained_glass_pane", - "color": "gray", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" - ], - "north": [ - "true", - "false" - ], - "south": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9851, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9852, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9853, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9854, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9855, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9856, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9857, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9858, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9859, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9860, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9861, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9862, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9863, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9864, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9865, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9866, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9867, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9868, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9869, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9870, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9871, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9872, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9873, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9874, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9875, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9876, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9877, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9878, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9879, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9880, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9881, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 9882, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:gray_terracotta": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9618 - } - ] - }, - "minecraft:gray_wall_banner": { - "definition": { - "type": "minecraft:wall_banner", - "color": "gray", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 11378, - "properties": { - "facing": "north" - } - }, - { - "id": 11379, - "properties": { - "facing": "south" - } - }, - { - "id": 11380, - "properties": { - "facing": "west" - } - }, - { - "id": 11381, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:gray_wool": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2097 - } - ] - }, - "minecraft:green_banner": { - "definition": { - "type": "minecraft:banner", - "color": "green", - "properties": {} - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 11302, - "properties": { - "rotation": "0" - } - }, - { - "id": 11303, - "properties": { - "rotation": "1" - } - }, - { - "id": 11304, - "properties": { - "rotation": "2" - } - }, - { - "id": 11305, - "properties": { - "rotation": "3" - } - }, - { - "id": 11306, - "properties": { - "rotation": "4" - } - }, - { - "id": 11307, - "properties": { - "rotation": "5" - } - }, - { - "id": 11308, - "properties": { - "rotation": "6" - } - }, - { - "id": 11309, - "properties": { - "rotation": "7" - } - }, - { - "id": 11310, - "properties": { - "rotation": "8" - } - }, - { - "id": 11311, - "properties": { - "rotation": "9" - } - }, - { - "id": 11312, - "properties": { - "rotation": "10" - } - }, - { - "id": 11313, - "properties": { - "rotation": "11" - } - }, - { - "id": 11314, - "properties": { - "rotation": "12" - } - }, - { - "id": 11315, - "properties": { - "rotation": "13" - } - }, - { - "id": 11316, - "properties": { - "rotation": "14" - } - }, - { - "id": 11317, - "properties": { - "rotation": "15" - } - } - ] - }, - "minecraft:green_bed": { - "definition": { - "type": "minecraft:bed", - "color": "green", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "occupied": [ - "true", - "false" - ], - "part": [ - "head", - "foot" - ] - }, - "states": [ - { - "id": 1939, - "properties": { - "facing": "north", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1940, - "properties": { - "facing": "north", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1941, - "properties": { - "facing": "north", - "occupied": "false", - "part": "head" - } - }, - { - "default": true, - "id": 1942, - "properties": { - "facing": "north", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1943, - "properties": { - "facing": "south", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1944, - "properties": { - "facing": "south", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1945, - "properties": { - "facing": "south", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1946, - "properties": { - "facing": "south", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1947, - "properties": { - "facing": "west", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1948, - "properties": { - "facing": "west", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1949, - "properties": { - "facing": "west", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1950, - "properties": { - "facing": "west", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1951, - "properties": { - "facing": "east", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1952, - "properties": { - "facing": "east", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1953, - "properties": { - "facing": "east", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1954, - "properties": { - "facing": "east", - "occupied": "false", - "part": "foot" - } - } - ] - }, - "minecraft:green_candle": { - "definition": { - "type": "minecraft:candle", - "properties": {} - }, - "properties": { - "candles": [ - "1", - "2", - "3", - "4" - ], - "lit": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21418, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21419, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21420, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21421, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21422, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21423, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21424, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21425, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21426, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21427, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21428, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21429, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21430, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21431, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21432, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21433, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:green_candle_cake": { - "definition": { - "type": "minecraft:candle_cake", - "candle": "minecraft:green_candle", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21494, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 21495, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:green_carpet": { - "definition": { - "type": "minecraft:wool_carpet", - "color": "green", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11076 - } - ] - }, - "minecraft:green_concrete": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13210 - } - ] - }, - "minecraft:green_concrete_powder": { - "definition": { - "type": "minecraft:concrete_powder", - "concrete": "minecraft:green_concrete", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13226 - } - ] - }, - "minecraft:green_glazed_terracotta": { - "definition": { - "type": "minecraft:glazed_terracotta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 13185, - "properties": { - "facing": "north" - } - }, - { - "id": 13186, - "properties": { - "facing": "south" - } - }, - { - "id": 13187, - "properties": { - "facing": "west" - } - }, - { - "id": 13188, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:green_shulker_box": { - "definition": { - "type": "minecraft:shulker_box", - "color": "green", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 13115, - "properties": { - "facing": "north" - } - }, - { - "id": 13116, - "properties": { - "facing": "east" - } - }, - { - "id": 13117, - "properties": { - "facing": "south" - } - }, - { - "id": 13118, - "properties": { - "facing": "west" - } - }, - { - "default": true, - "id": 13119, - "properties": { - "facing": "up" - } - }, - { - "id": 13120, - "properties": { - "facing": "down" - } - } - ] - }, - "minecraft:green_stained_glass": { - "definition": { - "type": "minecraft:stained_glass", - "color": "green", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6124 - } - ] - }, - "minecraft:green_stained_glass_pane": { - "definition": { - "type": "minecraft:stained_glass_pane", - "color": "green", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" - ], - "north": [ - "true", - "false" - ], - "south": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 10043, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10044, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10045, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10046, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10047, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10048, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10049, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10050, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10051, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10052, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10053, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10054, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10055, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10056, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10057, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10058, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10059, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10060, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10061, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10062, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10063, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10064, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10065, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10066, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10067, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10068, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10069, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10070, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10071, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10072, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10073, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 10074, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:green_terracotta": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9624 - } - ] - }, - "minecraft:green_wall_banner": { - "definition": { - "type": "minecraft:wall_banner", - "color": "green", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 11402, - "properties": { - "facing": "north" - } - }, - { - "id": 11403, - "properties": { - "facing": "south" - } - }, - { - "id": 11404, - "properties": { - "facing": "west" - } - }, - { - "id": 11405, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:green_wool": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2103 - } - ] - }, - "minecraft:grindstone": { - "definition": { - "type": "minecraft:grindstone", - "properties": {} - }, - "properties": { - "face": [ - "floor", - "wall", - "ceiling" - ], - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "id": 18907, - "properties": { - "face": "floor", - "facing": "north" - } - }, - { - "id": 18908, - "properties": { - "face": "floor", - "facing": "south" - } - }, - { - "id": 18909, - "properties": { - "face": "floor", - "facing": "west" - } - }, - { - "id": 18910, - "properties": { - "face": "floor", - "facing": "east" - } - }, - { - "default": true, - "id": 18911, - "properties": { - "face": "wall", - "facing": "north" - } - }, - { - "id": 18912, - "properties": { - "face": "wall", - "facing": "south" - } - }, - { - "id": 18913, - "properties": { - "face": "wall", - "facing": "west" - } - }, - { - "id": 18914, - "properties": { - "face": "wall", - "facing": "east" - } - }, - { - "id": 18915, - "properties": { - "face": "ceiling", - "facing": "north" - } - }, - { - "id": 18916, - "properties": { - "face": "ceiling", - "facing": "south" - } - }, - { - "id": 18917, - "properties": { - "face": "ceiling", - "facing": "west" - } - }, - { - "id": 18918, - "properties": { - "face": "ceiling", - "facing": "east" - } - } - ] - }, - "minecraft:hanging_roots": { - "definition": { - "type": "minecraft:hanging_roots", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25369, - "properties": { - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25370, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:hay_block": { - "definition": { - "type": "minecraft:hay", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 11060, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 11061, - "properties": { - "axis": "y" - } - }, - { - "id": 11062, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:heavy_core": { - "definition": { - "type": "minecraft:heavy_core", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 27151, - "properties": { - "waterlogged": "true" - } - }, - { - "default": true, - "id": 27152, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:heavy_weighted_pressure_plate": { - "definition": { - "type": "minecraft:weighted_pressure_plate", - "block_set_type": "iron", - "max_weight": 150, - "properties": {} - }, - "properties": { - "power": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 9414, - "properties": { - "power": "0" - } - }, - { - "id": 9415, - "properties": { - "power": "1" - } - }, - { - "id": 9416, - "properties": { - "power": "2" - } - }, - { - "id": 9417, - "properties": { - "power": "3" - } - }, - { - "id": 9418, - "properties": { - "power": "4" - } - }, - { - "id": 9419, - "properties": { - "power": "5" - } - }, - { - "id": 9420, - "properties": { - "power": "6" - } - }, - { - "id": 9421, - "properties": { - "power": "7" - } - }, - { - "id": 9422, - "properties": { - "power": "8" - } - }, - { - "id": 9423, - "properties": { - "power": "9" - } - }, - { - "id": 9424, - "properties": { - "power": "10" - } - }, - { - "id": 9425, - "properties": { - "power": "11" - } - }, - { - "id": 9426, - "properties": { - "power": "12" - } - }, - { - "id": 9427, - "properties": { - "power": "13" - } - }, - { - "id": 9428, - "properties": { - "power": "14" - } - }, - { - "id": 9429, - "properties": { - "power": "15" - } - } - ] - }, - "minecraft:honey_block": { - "definition": { - "type": "minecraft:honey", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19914 - } - ] - }, - "minecraft:honeycomb_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19915 - } - ] - }, - "minecraft:hopper": { - "definition": { - "type": "minecraft:hopper", - "properties": {} - }, - "properties": { - "enabled": [ - "true", - "false" - ], - "facing": [ - "down", - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 9480, - "properties": { - "enabled": "true", - "facing": "down" - } - }, - { - "id": 9481, - "properties": { - "enabled": "true", - "facing": "north" - } - }, - { - "id": 9482, - "properties": { - "enabled": "true", - "facing": "south" - } - }, - { - "id": 9483, - "properties": { - "enabled": "true", - "facing": "west" - } - }, - { - "id": 9484, - "properties": { - "enabled": "true", - "facing": "east" - } - }, - { - "id": 9485, - "properties": { - "enabled": "false", - "facing": "down" - } - }, - { - "id": 9486, - "properties": { - "enabled": "false", - "facing": "north" - } - }, - { - "id": 9487, - "properties": { - "enabled": "false", - "facing": "south" - } - }, - { - "id": 9488, - "properties": { - "enabled": "false", - "facing": "west" - } - }, - { - "id": 9489, - "properties": { - "enabled": "false", - "facing": "east" - } - } - ] - }, - "minecraft:horn_coral": { - "definition": { - "type": "minecraft:coral_plant", - "dead": "minecraft:dead_horn_coral", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13300, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13301, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:horn_coral_block": { - "definition": { - "type": "minecraft:coral", - "dead": "minecraft:dead_horn_coral_block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13281 - } - ] - }, - "minecraft:horn_coral_fan": { - "definition": { - "type": "minecraft:coral_fan", - "dead": "minecraft:dead_horn_coral_fan", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13320, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13321, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:horn_coral_wall_fan": { - "definition": { - "type": "minecraft:coral_wall_fan", - "dead": "minecraft:dead_horn_coral_wall_fan", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13394, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 13395, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 13396, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 13397, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 13398, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 13399, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 13400, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 13401, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:ice": { - "definition": { - "type": "minecraft:ice", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 5946 - } - ] - }, - "minecraft:infested_chiseled_stone_bricks": { - "definition": { - "type": "minecraft:infested", - "host": "minecraft:chiseled_stone_bricks", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6778 - } - ] - }, - "minecraft:infested_cobblestone": { - "definition": { - "type": "minecraft:infested", - "host": "minecraft:cobblestone", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6774 - } - ] - }, - "minecraft:infested_cracked_stone_bricks": { - "definition": { - "type": "minecraft:infested", - "host": "minecraft:cracked_stone_bricks", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6777 - } - ] - }, - "minecraft:infested_deepslate": { - "definition": { - "type": "minecraft:infested_rotated_pillar", - "host": "minecraft:deepslate", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 27023, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 27024, - "properties": { - "axis": "y" - } - }, - { - "id": 27025, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:infested_mossy_stone_bricks": { - "definition": { - "type": "minecraft:infested", - "host": "minecraft:mossy_stone_bricks", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6776 - } - ] - }, - "minecraft:infested_stone": { - "definition": { - "type": "minecraft:infested", - "host": "minecraft:stone", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6773 - } - ] - }, - "minecraft:infested_stone_bricks": { - "definition": { - "type": "minecraft:infested", - "host": "minecraft:stone_bricks", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6775 - } - ] - }, - "minecraft:iron_bars": { - "definition": { - "type": "minecraft:iron_bars", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" - ], - "north": [ - "true", - "false" - ], - "south": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 6971, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 6972, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 6973, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 6974, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 6975, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 6976, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 6977, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 6978, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 6979, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 6980, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 6981, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 6982, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 6983, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 6984, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 6985, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 6986, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 6987, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 6988, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 6989, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 6990, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 6991, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 6992, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 6993, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 6994, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 6995, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 6996, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 6997, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 6998, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 6999, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7000, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7001, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 7002, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:iron_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2135 - } - ] - }, - "minecraft:iron_door": { - "definition": { - "type": "minecraft:door", - "block_set_type": "iron", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "upper", - "lower" - ], - "hinge": [ - "left", - "right" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5816, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 5817, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 5818, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 5819, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 5820, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 5821, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 5822, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 5823, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 5824, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 5825, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 5826, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 5827, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 5828, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 5829, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 5830, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 5831, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 5832, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 5833, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 5834, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 5835, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 5836, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 5837, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 5838, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 5839, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 5840, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 5841, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 5842, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 5843, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 5844, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 5845, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 5846, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 5847, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 5848, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 5849, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 5850, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 5851, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 5852, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 5853, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 5854, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 5855, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 5856, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 5857, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 5858, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 5859, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 5860, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 5861, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 5862, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 5863, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 5864, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 5865, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 5866, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 5867, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 5868, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 5869, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 5870, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 5871, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 5872, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 5873, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 5874, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 5875, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 5876, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 5877, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 5878, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 5879, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:iron_ore": { - "definition": { - "type": "minecraft:drop_experience", - "experience": 0, - "properties": {} - }, - "states": [ - { - "default": true, - "id": 131 - } - ] - }, - "minecraft:iron_trapdoor": { - "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "iron", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 10734, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 10735, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 10736, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 10737, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 10738, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 10739, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 10740, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 10741, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 10742, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 10743, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 10744, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 10745, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 10746, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 10747, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 10748, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 10749, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 10750, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 10751, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 10752, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 10753, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 10754, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 10755, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 10756, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 10757, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 10758, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 10759, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 10760, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 10761, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 10762, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 10763, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 10764, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 10765, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 10766, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 10767, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 10768, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 10769, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 10770, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 10771, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 10772, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 10773, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 10774, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 10775, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 10776, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 10777, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 10778, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 10779, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 10780, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 10781, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 10782, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 10783, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 10784, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 10785, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 10786, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 10787, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 10788, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 10789, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 10790, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 10791, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 10792, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 10793, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 10794, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 10795, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 10796, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 10797, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:jack_o_lantern": { - "definition": { - "type": "minecraft:jack_o_lantern", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 6036, - "properties": { - "facing": "north" - } - }, - { - "id": 6037, - "properties": { - "facing": "south" - } - }, - { - "id": 6038, - "properties": { - "facing": "west" - } - }, - { - "id": 6039, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:jigsaw": { - "definition": { - "type": "minecraft:jigsaw", - "properties": {} - }, - "properties": { - "orientation": [ - "down_east", - "down_north", - "down_south", - "down_west", - "up_east", - "up_north", - "up_south", - "up_west", - "west_up", - "east_up", - "north_up", - "south_up" - ] - }, - "states": [ - { - "id": 19829, - "properties": { - "orientation": "down_east" - } - }, - { - "id": 19830, - "properties": { - "orientation": "down_north" - } - }, - { - "id": 19831, - "properties": { - "orientation": "down_south" - } - }, - { - "id": 19832, - "properties": { - "orientation": "down_west" - } - }, - { - "id": 19833, - "properties": { - "orientation": "up_east" - } - }, - { - "id": 19834, - "properties": { - "orientation": "up_north" - } - }, - { - "id": 19835, - "properties": { - "orientation": "up_south" - } - }, - { - "id": 19836, - "properties": { - "orientation": "up_west" - } - }, - { - "id": 19837, - "properties": { - "orientation": "west_up" - } - }, - { - "id": 19838, - "properties": { - "orientation": "east_up" - } - }, - { - "default": true, - "id": 19839, - "properties": { - "orientation": "north_up" - } - }, - { - "id": 19840, - "properties": { - "orientation": "south_up" - } - } - ] - }, - "minecraft:jukebox": { - "definition": { - "type": "minecraft:jukebox", - "properties": {} - }, - "properties": { - "has_record": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5981, - "properties": { - "has_record": "true" - } - }, - { - "default": true, - "id": 5982, - "properties": { - "has_record": "false" - } - } - ] - }, - "minecraft:jungle_button": { - "definition": { - "type": "minecraft:button", - "block_set_type": "jungle", - "properties": {}, - "ticks_to_stay_pressed": 30 - }, - "properties": { - "face": [ - "floor", - "wall", - "ceiling" - ], - "facing": [ - "north", - "south", - "west", - "east" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 8914, - "properties": { - "face": "floor", - "facing": "north", - "powered": "true" - } - }, - { - "id": 8915, - "properties": { - "face": "floor", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8916, - "properties": { - "face": "floor", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8917, - "properties": { - "face": "floor", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8918, - "properties": { - "face": "floor", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8919, - "properties": { - "face": "floor", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8920, - "properties": { - "face": "floor", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8921, - "properties": { - "face": "floor", - "facing": "east", - "powered": "false" - } - }, - { - "id": 8922, - "properties": { - "face": "wall", - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 8923, - "properties": { - "face": "wall", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8924, - "properties": { - "face": "wall", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8925, - "properties": { - "face": "wall", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8926, - "properties": { - "face": "wall", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8927, - "properties": { - "face": "wall", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8928, - "properties": { - "face": "wall", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8929, - "properties": { - "face": "wall", - "facing": "east", - "powered": "false" - } - }, - { - "id": 8930, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "true" - } - }, - { - "id": 8931, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8932, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8933, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8934, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8935, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8936, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8937, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:jungle_door": { - "definition": { - "type": "minecraft:door", - "block_set_type": "jungle", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "upper", - "lower" - ], - "hinge": [ - "left", - "right" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12355, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12356, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12357, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12358, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12359, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12360, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12361, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12362, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12363, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12364, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12365, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 12366, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12367, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12368, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12369, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12370, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12371, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12372, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12373, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12374, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12375, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12376, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12377, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12378, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12379, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12380, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12381, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12382, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12383, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12384, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12385, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12386, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12387, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12388, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12389, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12390, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12391, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12392, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12393, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12394, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12395, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12396, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12397, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12398, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12399, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12400, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12401, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12402, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12403, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12404, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12405, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12406, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12407, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12408, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12409, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12410, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12411, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12412, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12413, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12414, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12415, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12416, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12417, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12418, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:jungle_fence": { - "definition": { - "type": "minecraft:fence", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" - ], - "north": [ - "true", - "false" - ], - "south": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12003, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12004, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12005, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12006, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12007, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12008, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12009, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12010, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12011, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12012, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12013, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12014, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12015, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12016, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12017, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12018, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12019, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12020, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12021, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12022, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12023, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12024, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12025, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12026, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12027, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12028, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12029, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12030, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12031, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12032, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12033, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 12034, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:jungle_fence_gate": { - "definition": { - "type": "minecraft:fence_gate", - "properties": {}, - "wood_type": "jungle" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "in_wall": [ - "true", - "false" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11715, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11716, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11717, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11718, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11719, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11720, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11721, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 11722, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11723, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11724, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11725, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11726, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11727, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11728, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11729, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11730, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11731, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11732, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11733, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11734, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11735, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11736, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11737, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11738, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11739, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11740, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11741, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11742, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11743, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11744, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11745, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11746, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:jungle_hanging_sign": { - "definition": { - "type": "minecraft:ceiling_hanging_sign", - "properties": {}, - "wood_type": "jungle" - }, - "properties": { - "attached": [ - "true", - "false" - ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5246, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "id": 5247, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5248, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5249, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5250, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5251, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5252, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5253, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5254, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5255, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5256, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5257, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5258, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5259, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5260, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5261, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5262, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5263, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5264, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5265, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5266, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5267, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5268, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5269, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5270, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5271, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5272, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5273, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5274, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5275, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5276, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5277, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "false" - } - }, - { - "id": 5278, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5279, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5280, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5281, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5282, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5283, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5284, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5285, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5286, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5287, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5288, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5289, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5290, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5291, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5292, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5293, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5294, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5295, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5296, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5297, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5298, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5299, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5300, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5301, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5302, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5303, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5304, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5305, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5306, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5307, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5308, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5309, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:jungle_leaves": { - "definition": { - "type": "minecraft:leaves", - "properties": {} - }, - "properties": { - "distance": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ], - "persistent": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 336, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 337, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 338, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 339, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 340, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 341, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 342, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 343, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 344, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 345, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 346, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 347, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 348, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 349, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 350, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 351, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 352, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 353, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 354, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 355, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 356, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 357, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 358, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 359, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 360, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 361, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 362, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 363, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:jungle_log": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 145, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 146, - "properties": { - "axis": "y" - } - }, - { - "id": 147, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:jungle_planks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 18 - } - ] - }, - "minecraft:jungle_pressure_plate": { - "definition": { - "type": "minecraft:pressure_plate", - "block_set_type": "jungle", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5886, - "properties": { - "powered": "true" - } - }, - { - "default": true, - "id": 5887, - "properties": { - "powered": "false" - } - } - ] - }, - "minecraft:jungle_sapling": { - "definition": { - "type": "minecraft:sapling", - "properties": {}, - "tree": "jungle" - }, - "properties": { - "stage": [ - "0", - "1" - ] - }, - "states": [ - { - "default": true, - "id": 35, - "properties": { - "stage": "0" - } - }, - { - "id": 36, - "properties": { - "stage": "1" - } - } - ] - }, - "minecraft:jungle_sign": { - "definition": { - "type": "minecraft:standing_sign", - "properties": {}, - "wood_type": "jungle" - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4514, - "properties": { - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4515, - "properties": { - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 4516, - "properties": { - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 4517, - "properties": { - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 4518, - "properties": { - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 4519, - "properties": { - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 4520, - "properties": { - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 4521, - "properties": { - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 4522, - "properties": { - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 4523, - "properties": { - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 4524, - "properties": { - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 4525, - "properties": { - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 4526, - "properties": { - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 4527, - "properties": { - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 4528, - "properties": { - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 4529, - "properties": { - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 4530, - "properties": { - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 4531, - "properties": { - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 4532, - "properties": { - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 4533, - "properties": { - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 4534, - "properties": { - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 4535, - "properties": { - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 4536, - "properties": { - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 4537, - "properties": { - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 4538, - "properties": { - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 4539, - "properties": { - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 4540, - "properties": { - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 4541, - "properties": { - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 4542, - "properties": { - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 4543, - "properties": { - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 4544, - "properties": { - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 4545, - "properties": { - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:jungle_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11515, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11516, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11517, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11518, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11519, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11520, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:jungle_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:jungle_planks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 8056, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 8057, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 8058, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 8059, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 8060, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 8061, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 8062, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 8063, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 8064, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 8065, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 8066, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 8067, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 8068, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 8069, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 8070, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 8071, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 8072, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 8073, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 8074, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 8075, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 8076, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 8077, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 8078, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 8079, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 8080, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 8081, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 8082, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 8083, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 8084, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 8085, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 8086, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 8087, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 8088, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 8089, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 8090, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 8091, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 8092, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 8093, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 8094, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 8095, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 8096, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 8097, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 8098, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 8099, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 8100, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 8101, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 8102, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 8103, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 8104, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 8105, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 8106, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 8107, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 8108, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 8109, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 8110, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 8111, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 8112, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 8113, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 8114, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 8115, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 8116, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 8117, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 8118, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 8119, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 8120, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 8121, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 8122, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 8123, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 8124, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 8125, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 8126, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 8127, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 8128, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 8129, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 8130, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 8131, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 8132, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 8133, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 8134, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 8135, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:jungle_trapdoor": { - "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "jungle", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "top", - "bottom" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 6319, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6320, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6321, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6322, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6323, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6324, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6325, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6326, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6327, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6328, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6329, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6330, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6331, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6332, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6333, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 6334, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6335, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6336, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6337, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6338, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6339, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6340, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6341, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6342, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6343, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6344, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6345, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6346, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6347, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6348, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6349, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6350, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6351, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6352, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6353, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6354, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6355, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6356, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6357, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6358, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6359, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6360, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6361, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6362, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6363, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6364, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6365, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6366, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6367, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6368, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6369, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6370, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6371, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6372, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6373, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6374, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6375, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6376, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6377, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6378, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6379, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6380, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6381, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6382, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:jungle_wall_hanging_sign": { - "definition": { - "type": "minecraft:wall_hanging_sign", - "properties": {}, - "wood_type": "jungle" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5734, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5735, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 5736, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 5737, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 5738, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 5739, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 5740, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 5741, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:jungle_wall_sign": { - "definition": { - "type": "minecraft:wall_sign", - "properties": {}, - "wood_type": "jungle" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4886, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4887, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 4888, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 4889, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 4890, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 4891, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 4892, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 4893, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:jungle_wood": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 210, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 211, - "properties": { - "axis": "y" - } - }, - { - "id": 212, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:kelp": { - "definition": { - "type": "minecraft:kelp", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15", - "16", - "17", - "18", - "19", - "20", - "21", - "22", - "23", - "24", - "25" - ] - }, - "states": [ - { - "default": true, - "id": 13229, - "properties": { - "age": "0" - } - }, - { - "id": 13230, - "properties": { - "age": "1" - } - }, - { - "id": 13231, - "properties": { - "age": "2" - } - }, - { - "id": 13232, - "properties": { - "age": "3" - } - }, - { - "id": 13233, - "properties": { - "age": "4" - } - }, - { - "id": 13234, - "properties": { - "age": "5" - } - }, - { - "id": 13235, - "properties": { - "age": "6" - } - }, - { - "id": 13236, - "properties": { - "age": "7" - } - }, - { - "id": 13237, - "properties": { - "age": "8" - } - }, - { - "id": 13238, - "properties": { - "age": "9" - } - }, - { - "id": 13239, - "properties": { - "age": "10" - } - }, - { - "id": 13240, - "properties": { - "age": "11" - } - }, - { - "id": 13241, - "properties": { - "age": "12" - } - }, - { - "id": 13242, - "properties": { - "age": "13" - } - }, - { - "id": 13243, - "properties": { - "age": "14" - } - }, - { - "id": 13244, - "properties": { - "age": "15" - } - }, - { - "id": 13245, - "properties": { - "age": "16" - } - }, - { - "id": 13246, - "properties": { - "age": "17" - } - }, - { - "id": 13247, - "properties": { - "age": "18" - } - }, - { - "id": 13248, - "properties": { - "age": "19" - } - }, - { - "id": 13249, - "properties": { - "age": "20" - } - }, - { - "id": 13250, - "properties": { - "age": "21" - } - }, - { - "id": 13251, - "properties": { - "age": "22" - } - }, - { - "id": 13252, - "properties": { - "age": "23" - } - }, - { - "id": 13253, - "properties": { - "age": "24" - } - }, - { - "id": 13254, - "properties": { - "age": "25" - } - } - ] - }, - "minecraft:kelp_plant": { - "definition": { - "type": "minecraft:kelp_plant", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13255 - } - ] - }, - "minecraft:ladder": { - "definition": { - "type": "minecraft:ladder", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4738, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4739, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 4740, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 4741, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 4742, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 4743, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 4744, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 4745, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:lantern": { - "definition": { - "type": "minecraft:lantern", - "properties": {} - }, - "properties": { - "hanging": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 18972, - "properties": { - "hanging": "true", - "waterlogged": "true" - } - }, - { - "id": 18973, - "properties": { - "hanging": "true", - "waterlogged": "false" - } - }, - { - "id": 18974, - "properties": { - "hanging": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 18975, - "properties": { - "hanging": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:lapis_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 565 - } - ] - }, - "minecraft:lapis_ore": { - "definition": { - "type": "minecraft:drop_experience", - "experience": { - "type": "minecraft:uniform", - "max_inclusive": 5, - "min_inclusive": 2 - }, - "properties": {} - }, - "states": [ - { - "default": true, - "id": 563 - } - ] - }, - "minecraft:large_amethyst_bud": { - "definition": { - "type": "minecraft:amethyst_cluster", - "aabb_offset": 3.0, - "height": 5.0, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21514, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 21515, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 21516, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 21517, - "properties": { - "facing": "east", - "waterlogged": "false" - } - }, - { - "id": 21518, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 21519, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 21520, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 21521, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 21522, - "properties": { - "facing": "up", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21523, - "properties": { - "facing": "up", - "waterlogged": "false" - } - }, - { - "id": 21524, - "properties": { - "facing": "down", - "waterlogged": "true" - } - }, - { - "id": 21525, - "properties": { - "facing": "down", - "waterlogged": "false" - } - } - ] - }, - "minecraft:large_fern": { - "definition": { - "type": "minecraft:double_plant", - "properties": {} - }, - "properties": { - "half": [ - "upper", - "lower" - ] - }, - "states": [ - { - "id": 11092, - "properties": { - "half": "upper" - } - }, - { - "default": true, - "id": 11093, - "properties": { - "half": "lower" - } - } - ] - }, - "minecraft:lava": { - "definition": { - "type": "minecraft:liquid", - "fluid": "minecraft:lava", - "properties": {} - }, - "properties": { - "level": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 102, - "properties": { - "level": "0" - } - }, - { - "id": 103, - "properties": { - "level": "1" - } - }, - { - "id": 104, - "properties": { - "level": "2" - } - }, - { - "id": 105, - "properties": { - "level": "3" - } - }, - { - "id": 106, - "properties": { - "level": "4" - } - }, - { - "id": 107, - "properties": { - "level": "5" - } - }, - { - "id": 108, - "properties": { - "level": "6" - } - }, - { - "id": 109, - "properties": { - "level": "7" - } - }, - { - "id": 110, - "properties": { - "level": "8" - } - }, - { - "id": 111, - "properties": { - "level": "9" - } - }, - { - "id": 112, - "properties": { - "level": "10" - } - }, - { - "id": 113, - "properties": { - "level": "11" - } - }, - { - "id": 114, - "properties": { - "level": "12" - } - }, - { - "id": 115, - "properties": { - "level": "13" - } - }, - { - "id": 116, - "properties": { - "level": "14" - } - }, - { - "id": 117, - "properties": { - "level": "15" - } - } - ] - }, - "minecraft:lava_cauldron": { - "definition": { - "type": "minecraft:lava_cauldron", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 7632 - } - ] - }, - "minecraft:lectern": { - "definition": { - "type": "minecraft:lectern", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "has_book": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 18919, - "properties": { - "facing": "north", - "has_book": "true", - "powered": "true" - } - }, - { - "id": 18920, - "properties": { - "facing": "north", - "has_book": "true", - "powered": "false" - } - }, - { - "id": 18921, - "properties": { - "facing": "north", - "has_book": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 18922, - "properties": { - "facing": "north", - "has_book": "false", - "powered": "false" - } - }, - { - "id": 18923, - "properties": { - "facing": "south", - "has_book": "true", - "powered": "true" - } - }, - { - "id": 18924, - "properties": { - "facing": "south", - "has_book": "true", - "powered": "false" - } - }, - { - "id": 18925, - "properties": { - "facing": "south", - "has_book": "false", - "powered": "true" - } - }, - { - "id": 18926, - "properties": { - "facing": "south", - "has_book": "false", - "powered": "false" - } - }, - { - "id": 18927, - "properties": { - "facing": "west", - "has_book": "true", - "powered": "true" - } - }, - { - "id": 18928, - "properties": { - "facing": "west", - "has_book": "true", - "powered": "false" - } - }, - { - "id": 18929, - "properties": { - "facing": "west", - "has_book": "false", - "powered": "true" - } - }, - { - "id": 18930, - "properties": { - "facing": "west", - "has_book": "false", - "powered": "false" - } - }, - { - "id": 18931, - "properties": { - "facing": "east", - "has_book": "true", - "powered": "true" - } - }, - { - "id": 18932, - "properties": { - "facing": "east", - "has_book": "true", - "powered": "false" - } - }, - { - "id": 18933, - "properties": { - "facing": "east", - "has_book": "false", - "powered": "true" - } - }, - { - "id": 18934, - "properties": { - "facing": "east", - "has_book": "false", - "powered": "false" - } - } - ] - }, - "minecraft:lever": { - "definition": { - "type": "minecraft:lever", - "properties": {} - }, - "properties": { - "face": [ - "floor", - "wall", - "ceiling" - ], - "facing": [ - "north", - "south", - "west", - "east" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5790, - "properties": { - "face": "floor", - "facing": "north", - "powered": "true" - } - }, - { - "id": 5791, - "properties": { - "face": "floor", - "facing": "north", - "powered": "false" - } - }, - { - "id": 5792, - "properties": { - "face": "floor", - "facing": "south", - "powered": "true" - } - }, - { - "id": 5793, - "properties": { - "face": "floor", - "facing": "south", - "powered": "false" - } - }, - { - "id": 5794, - "properties": { - "face": "floor", - "facing": "west", - "powered": "true" - } - }, - { - "id": 5795, - "properties": { - "face": "floor", - "facing": "west", - "powered": "false" - } - }, - { - "id": 5796, - "properties": { - "face": "floor", - "facing": "east", - "powered": "true" - } - }, - { - "id": 5797, - "properties": { - "face": "floor", - "facing": "east", - "powered": "false" - } - }, - { - "id": 5798, - "properties": { - "face": "wall", - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 5799, - "properties": { - "face": "wall", - "facing": "north", - "powered": "false" - } - }, - { - "id": 5800, - "properties": { - "face": "wall", - "facing": "south", - "powered": "true" - } - }, - { - "id": 5801, - "properties": { - "face": "wall", - "facing": "south", - "powered": "false" - } - }, - { - "id": 5802, - "properties": { - "face": "wall", - "facing": "west", - "powered": "true" - } - }, - { - "id": 5803, - "properties": { - "face": "wall", - "facing": "west", - "powered": "false" - } - }, - { - "id": 5804, - "properties": { - "face": "wall", - "facing": "east", - "powered": "true" - } - }, - { - "id": 5805, - "properties": { - "face": "wall", - "facing": "east", - "powered": "false" - } - }, - { - "id": 5806, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "true" - } - }, - { - "id": 5807, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "false" - } - }, - { - "id": 5808, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "true" - } - }, - { - "id": 5809, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "false" - } - }, - { - "id": 5810, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "true" - } - }, - { - "id": 5811, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "false" - } - }, - { - "id": 5812, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "true" - } - }, - { - "id": 5813, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:light": { - "definition": { - "type": "minecraft:light", - "properties": {} - }, - "properties": { - "level": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 10702, - "properties": { - "level": "0", - "waterlogged": "true" - } - }, - { - "id": 10703, - "properties": { - "level": "0", - "waterlogged": "false" - } - }, - { - "id": 10704, - "properties": { - "level": "1", - "waterlogged": "true" - } - }, - { - "id": 10705, - "properties": { - "level": "1", - "waterlogged": "false" - } - }, - { - "id": 10706, - "properties": { - "level": "2", - "waterlogged": "true" - } - }, - { - "id": 10707, - "properties": { - "level": "2", - "waterlogged": "false" - } - }, - { - "id": 10708, - "properties": { - "level": "3", - "waterlogged": "true" - } - }, - { - "id": 10709, - "properties": { - "level": "3", - "waterlogged": "false" - } - }, - { - "id": 10710, - "properties": { - "level": "4", - "waterlogged": "true" - } - }, - { - "id": 10711, - "properties": { - "level": "4", - "waterlogged": "false" - } - }, - { - "id": 10712, - "properties": { - "level": "5", - "waterlogged": "true" - } - }, - { - "id": 10713, - "properties": { - "level": "5", - "waterlogged": "false" - } - }, - { - "id": 10714, - "properties": { - "level": "6", - "waterlogged": "true" - } - }, - { - "id": 10715, - "properties": { - "level": "6", - "waterlogged": "false" - } - }, - { - "id": 10716, - "properties": { - "level": "7", - "waterlogged": "true" - } - }, - { - "id": 10717, - "properties": { - "level": "7", - "waterlogged": "false" - } - }, - { - "id": 10718, - "properties": { - "level": "8", - "waterlogged": "true" - } - }, - { - "id": 10719, - "properties": { - "level": "8", - "waterlogged": "false" - } - }, - { - "id": 10720, - "properties": { - "level": "9", - "waterlogged": "true" - } - }, - { - "id": 10721, - "properties": { - "level": "9", - "waterlogged": "false" - } - }, - { - "id": 10722, - "properties": { - "level": "10", - "waterlogged": "true" - } - }, - { - "id": 10723, - "properties": { - "level": "10", - "waterlogged": "false" - } - }, - { - "id": 10724, - "properties": { - "level": "11", - "waterlogged": "true" - } - }, - { - "id": 10725, - "properties": { - "level": "11", - "waterlogged": "false" - } - }, - { - "id": 10726, - "properties": { - "level": "12", - "waterlogged": "true" - } - }, - { - "id": 10727, - "properties": { - "level": "12", - "waterlogged": "false" - } - }, - { - "id": 10728, - "properties": { - "level": "13", - "waterlogged": "true" - } - }, - { - "id": 10729, - "properties": { - "level": "13", - "waterlogged": "false" - } - }, - { - "id": 10730, - "properties": { - "level": "14", - "waterlogged": "true" - } - }, - { - "id": 10731, - "properties": { - "level": "14", - "waterlogged": "false" - } - }, - { - "id": 10732, - "properties": { - "level": "15", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 10733, - "properties": { - "level": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:light_blue_banner": { - "definition": { - "type": "minecraft:banner", - "color": "light_blue", - "properties": {} - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 11142, - "properties": { - "rotation": "0" - } - }, - { - "id": 11143, - "properties": { - "rotation": "1" - } - }, - { - "id": 11144, - "properties": { - "rotation": "2" - } - }, - { - "id": 11145, - "properties": { - "rotation": "3" - } - }, - { - "id": 11146, - "properties": { - "rotation": "4" - } - }, - { - "id": 11147, - "properties": { - "rotation": "5" - } - }, - { - "id": 11148, - "properties": { - "rotation": "6" - } - }, - { - "id": 11149, - "properties": { - "rotation": "7" - } - }, - { - "id": 11150, - "properties": { - "rotation": "8" - } - }, - { - "id": 11151, - "properties": { - "rotation": "9" - } - }, - { - "id": 11152, - "properties": { - "rotation": "10" - } - }, - { - "id": 11153, - "properties": { - "rotation": "11" - } - }, - { - "id": 11154, - "properties": { - "rotation": "12" - } - }, - { - "id": 11155, - "properties": { - "rotation": "13" - } - }, - { - "id": 11156, - "properties": { - "rotation": "14" - } - }, - { - "id": 11157, - "properties": { - "rotation": "15" - } - } - ] - }, - "minecraft:light_blue_bed": { - "definition": { - "type": "minecraft:bed", - "color": "light_blue", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "occupied": [ - "true", - "false" - ], - "part": [ - "head", - "foot" - ] - }, - "states": [ - { - "id": 1779, - "properties": { - "facing": "north", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1780, - "properties": { - "facing": "north", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1781, - "properties": { - "facing": "north", - "occupied": "false", - "part": "head" - } - }, - { - "default": true, - "id": 1782, - "properties": { - "facing": "north", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1783, - "properties": { - "facing": "south", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1784, - "properties": { - "facing": "south", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1785, - "properties": { - "facing": "south", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1786, - "properties": { - "facing": "south", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1787, - "properties": { - "facing": "west", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1788, - "properties": { - "facing": "west", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1789, - "properties": { - "facing": "west", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1790, - "properties": { - "facing": "west", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1791, - "properties": { - "facing": "east", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1792, - "properties": { - "facing": "east", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1793, - "properties": { - "facing": "east", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1794, - "properties": { - "facing": "east", - "occupied": "false", - "part": "foot" - } - } - ] - }, - "minecraft:light_blue_candle": { - "definition": { - "type": "minecraft:candle", - "properties": {} - }, - "properties": { - "candles": [ - "1", - "2", - "3", - "4" - ], - "lit": [ - "true", - "false" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21258, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21259, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21260, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21261, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21262, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21263, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21264, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21265, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21266, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21267, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21268, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21269, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21270, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21271, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21272, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21273, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:light_blue_candle_cake": { - "definition": { - "type": "minecraft:candle_cake", - "candle": "minecraft:light_blue_candle", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21474, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 21475, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:light_blue_carpet": { - "definition": { - "type": "minecraft:wool_carpet", - "color": "light_blue", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11066 - } - ] - }, - "minecraft:light_blue_concrete": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13200 - } - ] - }, - "minecraft:light_blue_concrete_powder": { - "definition": { - "type": "minecraft:concrete_powder", - "concrete": "minecraft:light_blue_concrete", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13216 - } - ] - }, - "minecraft:light_blue_glazed_terracotta": { - "definition": { - "type": "minecraft:glazed_terracotta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 13145, - "properties": { - "facing": "north" - } - }, - { - "id": 13146, - "properties": { - "facing": "south" - } - }, - { - "id": 13147, - "properties": { - "facing": "west" - } - }, - { - "id": 13148, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:light_blue_shulker_box": { - "definition": { - "type": "minecraft:shulker_box", - "color": "light_blue", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 13055, - "properties": { - "facing": "north" - } - }, - { - "id": 13056, - "properties": { - "facing": "east" - } - }, - { - "id": 13057, - "properties": { - "facing": "south" - } - }, - { - "id": 13058, - "properties": { - "facing": "west" - } - }, - { - "default": true, - "id": 13059, - "properties": { - "facing": "up" - } - }, - { - "id": 13060, - "properties": { - "facing": "down" - } - } - ] - }, - "minecraft:light_blue_stained_glass": { - "definition": { - "type": "minecraft:stained_glass", - "color": "light_blue", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6114 - } - ] - }, - "minecraft:light_blue_stained_glass_pane": { - "definition": { - "type": "minecraft:stained_glass_pane", - "color": "light_blue", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" - ], - "north": [ - "true", - "false" + "default_state_id": 582, + "states": [ + { + "id": 581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 743, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 744, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 745, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 746, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 747, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 748, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 749, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 750, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 751, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 752, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 753, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 754, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 755, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 756, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 757, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 758, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 759, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 760, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 761, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 762, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 763, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 764, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 765, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 766, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 786, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 788, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 789, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 790, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 791, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 792, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 793, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 794, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 796, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 797, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 798, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 799, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 800, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 801, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 802, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 822, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 823, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 824, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 841, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 842, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 843, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 844, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 845, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 846, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 847, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 848, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 849, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 850, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 851, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 852, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 853, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 854, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 855, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 856, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 857, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 858, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 859, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 860, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 861, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 862, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 863, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 864, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 865, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 866, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 867, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 868, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 869, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 870, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 871, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 872, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 873, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 874, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 875, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 876, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 877, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 878, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 889, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 891, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 893, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1030, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1031, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1032, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1033, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1034, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1036, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1037, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1038, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1039, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1047, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1107, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1108, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1109, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1110, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1111, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1112, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1113, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1114, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1115, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1116, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1117, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1118, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1119, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1120, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1121, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1122, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1123, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1124, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1125, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1126, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1127, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1128, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1129, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1130, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1131, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1132, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1133, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1252, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1253, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1254, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1255, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1257, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1258, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1259, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1260, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1261, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1262, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1263, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1264, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1265, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1266, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1267, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1268, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1269, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1270, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1271, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1282, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1283, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1284, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1285, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1286, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1287, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1288, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1289, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1290, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1291, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1292, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1293, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1294, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1296, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1297, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1298, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1300, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1301, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1303, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1304, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1306, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1307, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1309, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1310, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1311, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1312, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1314, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1315, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1316, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1317, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1318, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1319, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1320, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1321, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1322, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1323, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1324, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1325, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1326, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1327, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1329, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1330, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1331, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1332, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1333, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1334, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1335, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1336, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1337, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1338, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1339, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1340, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1341, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1342, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1343, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1344, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1345, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1346, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1347, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1348, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1349, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1350, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1351, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1352, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1353, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1354, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1355, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1356, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1357, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1358, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1359, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1360, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1361, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1362, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1363, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1364, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1365, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1366, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1367, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1368, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1369, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1370, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1372, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1373, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1374, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1375, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1376, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1377, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1378, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1379, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1380, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1381, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1382, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1383, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1384, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1385, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1386, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1387, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1388, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1389, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1390, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1391, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1392, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1393, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1394, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1395, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1396, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1397, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1398, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1399, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1400, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1401, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1402, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1403, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1404, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1405, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1406, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1407, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1408, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1409, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1410, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1411, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1412, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1413, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1414, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1415, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1416, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1417, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1418, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1419, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1420, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1421, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1422, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1423, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1424, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1425, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1426, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1427, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1428, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1429, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 1730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 110, + "name": "minecraft:white_bed", + "translation_key": "block.minecraft.white_bed", + "item_id": 1004, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "part", + "values": [ + "head", + "foot" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 1734, + "states": [ + { + "id": 1731, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1732, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1733, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1734, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1735, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1736, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1737, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1738, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1739, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1740, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1741, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1742, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1743, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1744, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1745, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1746, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + } + ] + }, + { + "id": 111, + "name": "minecraft:orange_bed", + "translation_key": "block.minecraft.orange_bed", + "item_id": 1005, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "part", + "values": [ + "head", + "foot" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 1750, + "states": [ + { + "id": 1747, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1748, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1749, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1750, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1751, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1752, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1753, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1754, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1755, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1756, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1757, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1758, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1759, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1760, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1761, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1762, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + } + ] + }, + { + "id": 112, + "name": "minecraft:magenta_bed", + "translation_key": "block.minecraft.magenta_bed", + "item_id": 1006, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "part", + "values": [ + "head", + "foot" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9723, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9724, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9725, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9726, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9727, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9728, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9729, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9730, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9731, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9732, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9733, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9734, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9735, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9736, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9737, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9738, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9739, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9740, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9741, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9742, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9743, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9744, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9745, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9746, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9747, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9748, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9749, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9750, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9751, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9752, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9753, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 9754, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:light_blue_terracotta": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9614 - } - ] - }, - "minecraft:light_blue_wall_banner": { - "definition": { - "type": "minecraft:wall_banner", - "color": "light_blue", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 11362, - "properties": { - "facing": "north" - } - }, - { - "id": 11363, - "properties": { - "facing": "south" - } - }, - { - "id": 11364, - "properties": { - "facing": "west" - } - }, - { - "id": 11365, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:light_blue_wool": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2093 - } - ] - }, - "minecraft:light_gray_banner": { - "definition": { - "type": "minecraft:banner", - "color": "light_gray", - "properties": {} - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 11222, - "properties": { - "rotation": "0" - } - }, - { - "id": 11223, - "properties": { - "rotation": "1" - } - }, - { - "id": 11224, - "properties": { - "rotation": "2" - } - }, - { - "id": 11225, - "properties": { - "rotation": "3" - } - }, - { - "id": 11226, - "properties": { - "rotation": "4" - } - }, - { - "id": 11227, - "properties": { - "rotation": "5" - } - }, - { - "id": 11228, - "properties": { - "rotation": "6" - } - }, - { - "id": 11229, - "properties": { - "rotation": "7" - } - }, - { - "id": 11230, - "properties": { - "rotation": "8" - } - }, - { - "id": 11231, - "properties": { - "rotation": "9" - } - }, - { - "id": 11232, - "properties": { - "rotation": "10" - } - }, - { - "id": 11233, - "properties": { - "rotation": "11" - } - }, - { - "id": 11234, - "properties": { - "rotation": "12" - } - }, - { - "id": 11235, - "properties": { - "rotation": "13" - } - }, - { - "id": 11236, - "properties": { - "rotation": "14" - } - }, - { - "id": 11237, - "properties": { - "rotation": "15" - } - } - ] - }, - "minecraft:light_gray_bed": { - "definition": { - "type": "minecraft:bed", - "color": "light_gray", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 1766, + "states": [ + { + "id": 1763, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1764, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1765, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1766, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1767, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1768, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1769, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1770, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1771, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1772, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1773, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1774, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1775, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1776, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1777, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1778, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + } + ] + }, + { + "id": 113, + "name": "minecraft:light_blue_bed", + "translation_key": "block.minecraft.light_blue_bed", + "item_id": 1007, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "part", + "values": [ + "head", + "foot" + ] + } ], - "occupied": [ - "true", - "false" + "default_state_id": 1782, + "states": [ + { + "id": 1779, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1780, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1781, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1782, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1783, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1784, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1785, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1786, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1787, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1788, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1789, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1790, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1791, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1792, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1793, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1794, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + } + ] + }, + { + "id": 114, + "name": "minecraft:yellow_bed", + "translation_key": "block.minecraft.yellow_bed", + "item_id": 1008, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "part", + "values": [ + "head", + "foot" + ] + } ], - "part": [ - "head", - "foot" - ] - }, - "states": [ - { - "id": 1859, - "properties": { - "facing": "north", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1860, - "properties": { - "facing": "north", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1861, - "properties": { - "facing": "north", - "occupied": "false", - "part": "head" - } - }, - { - "default": true, - "id": 1862, - "properties": { - "facing": "north", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1863, - "properties": { - "facing": "south", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1864, - "properties": { - "facing": "south", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1865, - "properties": { - "facing": "south", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1866, - "properties": { - "facing": "south", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1867, - "properties": { - "facing": "west", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1868, - "properties": { - "facing": "west", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1869, - "properties": { - "facing": "west", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1870, - "properties": { - "facing": "west", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1871, - "properties": { - "facing": "east", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1872, - "properties": { - "facing": "east", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1873, - "properties": { - "facing": "east", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1874, - "properties": { - "facing": "east", - "occupied": "false", - "part": "foot" - } - } - ] - }, - "minecraft:light_gray_candle": { - "definition": { - "type": "minecraft:candle", - "properties": {} - }, - "properties": { - "candles": [ - "1", - "2", - "3", - "4" + "default_state_id": 1798, + "states": [ + { + "id": 1795, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1796, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1797, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1798, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1799, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1800, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1801, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1802, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1803, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1804, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1805, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1806, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1807, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1808, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1809, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1810, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + } + ] + }, + { + "id": 115, + "name": "minecraft:lime_bed", + "translation_key": "block.minecraft.lime_bed", + "item_id": 1009, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "part", + "values": [ + "head", + "foot" + ] + } ], - "lit": [ - "true", - "false" + "default_state_id": 1814, + "states": [ + { + "id": 1811, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1812, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1813, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1814, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1815, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1816, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1817, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1818, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1819, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1820, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1821, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1822, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1823, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1824, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1825, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1826, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + } + ] + }, + { + "id": 116, + "name": "minecraft:pink_bed", + "translation_key": "block.minecraft.pink_bed", + "item_id": 1010, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "part", + "values": [ + "head", + "foot" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21338, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21339, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21340, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21341, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21342, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21343, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21344, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21345, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21346, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21347, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21348, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21349, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21350, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21351, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21352, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21353, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:light_gray_candle_cake": { - "definition": { - "type": "minecraft:candle_cake", - "candle": "minecraft:light_gray_candle", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21484, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 21485, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:light_gray_carpet": { - "definition": { - "type": "minecraft:wool_carpet", - "color": "light_gray", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11071 - } - ] - }, - "minecraft:light_gray_concrete": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13205 - } - ] - }, - "minecraft:light_gray_concrete_powder": { - "definition": { - "type": "minecraft:concrete_powder", - "concrete": "minecraft:light_gray_concrete", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13221 - } - ] - }, - "minecraft:light_gray_glazed_terracotta": { - "definition": { - "type": "minecraft:glazed_terracotta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 13165, - "properties": { - "facing": "north" - } - }, - { - "id": 13166, - "properties": { - "facing": "south" - } - }, - { - "id": 13167, - "properties": { - "facing": "west" - } - }, - { - "id": 13168, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:light_gray_shulker_box": { - "definition": { - "type": "minecraft:shulker_box", - "color": "light_gray", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 13085, - "properties": { - "facing": "north" - } - }, - { - "id": 13086, - "properties": { - "facing": "east" - } - }, - { - "id": 13087, - "properties": { - "facing": "south" - } - }, - { - "id": 13088, - "properties": { - "facing": "west" - } - }, - { - "default": true, - "id": 13089, - "properties": { - "facing": "up" - } - }, - { - "id": 13090, - "properties": { - "facing": "down" - } - } - ] - }, - "minecraft:light_gray_stained_glass": { - "definition": { - "type": "minecraft:stained_glass", - "color": "light_gray", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6119 - } - ] - }, - "minecraft:light_gray_stained_glass_pane": { - "definition": { - "type": "minecraft:stained_glass_pane", - "color": "light_gray", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 1830, + "states": [ + { + "id": 1827, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1828, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1829, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1830, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1831, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1832, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1833, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1834, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1835, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1836, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1837, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1838, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1839, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1840, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1841, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1842, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + } + ] + }, + { + "id": 117, + "name": "minecraft:gray_bed", + "translation_key": "block.minecraft.gray_bed", + "item_id": 1011, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "part", + "values": [ + "head", + "foot" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 1846, + "states": [ + { + "id": 1843, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1844, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1845, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1846, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1847, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1848, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1849, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1850, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1851, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1852, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1853, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1854, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1855, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1856, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1857, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1858, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + } + ] + }, + { + "id": 118, + "name": "minecraft:light_gray_bed", + "translation_key": "block.minecraft.light_gray_bed", + "item_id": 1012, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "part", + "values": [ + "head", + "foot" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 1862, + "states": [ + { + "id": 1859, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1860, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1861, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1862, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1863, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1864, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1865, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1866, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1867, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1868, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1869, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1870, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1871, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1872, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1873, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1874, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + } + ] + }, + { + "id": 119, + "name": "minecraft:cyan_bed", + "translation_key": "block.minecraft.cyan_bed", + "item_id": 1013, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "part", + "values": [ + "head", + "foot" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 1878, + "states": [ + { + "id": 1875, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1876, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1877, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1878, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1879, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1880, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1881, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1882, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1883, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1884, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1885, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1886, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1887, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1888, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1889, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1890, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + } + ] + }, + { + "id": 120, + "name": "minecraft:purple_bed", + "translation_key": "block.minecraft.purple_bed", + "item_id": 1014, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "part", + "values": [ + "head", + "foot" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9883, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9884, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9885, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9886, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9887, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9888, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9889, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9890, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9891, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9892, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9893, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9894, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9895, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9896, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9897, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9898, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9899, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9900, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9901, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9902, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9903, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9904, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9905, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9906, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9907, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9908, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9909, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9910, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9911, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9912, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9913, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 9914, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:light_gray_terracotta": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9619 - } - ] - }, - "minecraft:light_gray_wall_banner": { - "definition": { - "type": "minecraft:wall_banner", - "color": "light_gray", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 11382, - "properties": { - "facing": "north" - } - }, - { - "id": 11383, - "properties": { - "facing": "south" - } - }, - { - "id": 11384, - "properties": { - "facing": "west" - } - }, - { - "id": 11385, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:light_gray_wool": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2098 - } - ] - }, - "minecraft:light_weighted_pressure_plate": { - "definition": { - "type": "minecraft:weighted_pressure_plate", - "block_set_type": "gold", - "max_weight": 15, - "properties": {} - }, - "properties": { - "power": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 9398, - "properties": { - "power": "0" - } - }, - { - "id": 9399, - "properties": { - "power": "1" - } - }, - { - "id": 9400, - "properties": { - "power": "2" - } - }, - { - "id": 9401, - "properties": { - "power": "3" - } - }, - { - "id": 9402, - "properties": { - "power": "4" - } - }, - { - "id": 9403, - "properties": { - "power": "5" - } - }, - { - "id": 9404, - "properties": { - "power": "6" - } - }, - { - "id": 9405, - "properties": { - "power": "7" - } - }, - { - "id": 9406, - "properties": { - "power": "8" - } - }, - { - "id": 9407, - "properties": { - "power": "9" - } - }, - { - "id": 9408, - "properties": { - "power": "10" - } - }, - { - "id": 9409, - "properties": { - "power": "11" - } - }, - { - "id": 9410, - "properties": { - "power": "12" - } - }, - { - "id": 9411, - "properties": { - "power": "13" - } - }, - { - "id": 9412, - "properties": { - "power": "14" - } - }, - { - "id": 9413, - "properties": { - "power": "15" - } - } - ] - }, - "minecraft:lightning_rod": { - "definition": { - "type": "minecraft:lightning_rod", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" + "default_state_id": 1894, + "states": [ + { + "id": 1891, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1892, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1893, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1894, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1895, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1896, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1897, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1898, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1899, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1900, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1901, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1902, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1903, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1904, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1905, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1906, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + } + ] + }, + { + "id": 121, + "name": "minecraft:blue_bed", + "translation_key": "block.minecraft.blue_bed", + "item_id": 1015, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "part", + "values": [ + "head", + "foot" + ] + } ], - "powered": [ - "true", - "false" + "default_state_id": 1910, + "states": [ + { + "id": 1907, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1908, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1909, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1910, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1911, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1912, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1913, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1914, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1915, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1916, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1917, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1918, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1919, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1920, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1921, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1922, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + } + ] + }, + { + "id": 122, + "name": "minecraft:brown_bed", + "translation_key": "block.minecraft.brown_bed", + "item_id": 1016, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "part", + "values": [ + "head", + "foot" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25193, - "properties": { - "facing": "north", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25194, - "properties": { - "facing": "north", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25195, - "properties": { - "facing": "north", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25196, - "properties": { - "facing": "north", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25197, - "properties": { - "facing": "east", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25198, - "properties": { - "facing": "east", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25199, - "properties": { - "facing": "east", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25200, - "properties": { - "facing": "east", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25201, - "properties": { - "facing": "south", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25202, - "properties": { - "facing": "south", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25203, - "properties": { - "facing": "south", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25204, - "properties": { - "facing": "south", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25205, - "properties": { - "facing": "west", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25206, - "properties": { - "facing": "west", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25207, - "properties": { - "facing": "west", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25208, - "properties": { - "facing": "west", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25209, - "properties": { - "facing": "up", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25210, - "properties": { - "facing": "up", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25211, - "properties": { - "facing": "up", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25212, - "properties": { - "facing": "up", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25213, - "properties": { - "facing": "down", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25214, - "properties": { - "facing": "down", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25215, - "properties": { - "facing": "down", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25216, - "properties": { - "facing": "down", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:lilac": { - "definition": { - "type": "minecraft:tall_flower", - "properties": {} - }, - "properties": { - "half": [ - "upper", - "lower" - ] - }, - "states": [ - { - "id": 11084, - "properties": { - "half": "upper" - } - }, - { - "default": true, - "id": 11085, - "properties": { - "half": "lower" - } - } - ] - }, - "minecraft:lily_of_the_valley": { - "definition": { - "type": "minecraft:flower", - "properties": {}, - "suspicious_stew_effects": [ - { - "duration": 240, - "id": "minecraft:poison" - } - ] - }, - "states": [ - { - "default": true, - "id": 2131 - } - ] - }, - "minecraft:lily_pad": { - "definition": { - "type": "minecraft:waterlily", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 7501 - } - ] - }, - "minecraft:lime_banner": { - "definition": { - "type": "minecraft:banner", - "color": "lime", - "properties": {} - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 11174, - "properties": { - "rotation": "0" - } - }, - { - "id": 11175, - "properties": { - "rotation": "1" - } - }, - { - "id": 11176, - "properties": { - "rotation": "2" - } - }, - { - "id": 11177, - "properties": { - "rotation": "3" - } - }, - { - "id": 11178, - "properties": { - "rotation": "4" - } - }, - { - "id": 11179, - "properties": { - "rotation": "5" - } - }, - { - "id": 11180, - "properties": { - "rotation": "6" - } - }, - { - "id": 11181, - "properties": { - "rotation": "7" - } - }, - { - "id": 11182, - "properties": { - "rotation": "8" - } - }, - { - "id": 11183, - "properties": { - "rotation": "9" - } - }, - { - "id": 11184, - "properties": { - "rotation": "10" - } - }, - { - "id": 11185, - "properties": { - "rotation": "11" - } - }, - { - "id": 11186, - "properties": { - "rotation": "12" - } - }, - { - "id": 11187, - "properties": { - "rotation": "13" - } - }, - { - "id": 11188, - "properties": { - "rotation": "14" - } - }, - { - "id": 11189, - "properties": { - "rotation": "15" - } - } - ] - }, - "minecraft:lime_bed": { - "definition": { - "type": "minecraft:bed", - "color": "lime", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 1926, + "states": [ + { + "id": 1923, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1924, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1925, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1926, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1927, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1928, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1929, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1930, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1931, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1932, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1933, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1934, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1935, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1936, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1937, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1938, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + } + ] + }, + { + "id": 123, + "name": "minecraft:green_bed", + "translation_key": "block.minecraft.green_bed", + "item_id": 1017, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "part", + "values": [ + "head", + "foot" + ] + } ], - "occupied": [ - "true", - "false" + "default_state_id": 1942, + "states": [ + { + "id": 1939, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1940, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1941, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1942, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1943, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1944, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1945, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1946, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1947, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1948, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1949, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1950, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1951, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1952, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1953, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1954, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + } + ] + }, + { + "id": 124, + "name": "minecraft:red_bed", + "translation_key": "block.minecraft.red_bed", + "item_id": 1018, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "part", + "values": [ + "head", + "foot" + ] + } ], - "part": [ - "head", - "foot" - ] - }, - "states": [ - { - "id": 1811, - "properties": { - "facing": "north", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1812, - "properties": { - "facing": "north", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1813, - "properties": { - "facing": "north", - "occupied": "false", - "part": "head" - } - }, - { - "default": true, - "id": 1814, - "properties": { - "facing": "north", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1815, - "properties": { - "facing": "south", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1816, - "properties": { - "facing": "south", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1817, - "properties": { - "facing": "south", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1818, - "properties": { - "facing": "south", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1819, - "properties": { - "facing": "west", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1820, - "properties": { - "facing": "west", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1821, - "properties": { - "facing": "west", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1822, - "properties": { - "facing": "west", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1823, - "properties": { - "facing": "east", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1824, - "properties": { - "facing": "east", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1825, - "properties": { - "facing": "east", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1826, - "properties": { - "facing": "east", - "occupied": "false", - "part": "foot" - } - } - ] - }, - "minecraft:lime_candle": { - "definition": { - "type": "minecraft:candle", - "properties": {} - }, - "properties": { - "candles": [ - "1", - "2", - "3", - "4" + "default_state_id": 1958, + "states": [ + { + "id": 1955, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1956, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1957, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1958, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1959, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1960, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1961, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1962, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1963, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1964, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1965, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1966, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1967, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1968, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1969, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1970, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + } + ] + }, + { + "id": 125, + "name": "minecraft:black_bed", + "translation_key": "block.minecraft.black_bed", + "item_id": 1019, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "part", + "values": [ + "head", + "foot" + ] + } ], - "lit": [ - "true", - "false" + "default_state_id": 1974, + "states": [ + { + "id": 1971, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1972, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1973, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1974, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1975, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1976, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1977, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 5, + 6, + 7, + 8 + ], + "block_entity_type": 25 + }, + { + "id": 1978, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 2, + 3, + 4 + ], + "block_entity_type": 25 + }, + { + "id": 1979, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1980, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1981, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1982, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1983, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1984, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + }, + { + "id": 1985, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 2, + 6, + 12, + 13 + ], + "block_entity_type": 25 + }, + { + "id": 1986, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 1, + 5, + 9, + 10, + 11 + ], + "block_entity_type": 25 + } + ] + }, + { + "id": 126, + "name": "minecraft:powered_rail", + "translation_key": "block.minecraft.powered_rail", + "item_id": 780, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "shape", + "values": [ + "north_south", + "east_west", + "ascending_east", + "ascending_west", + "ascending_north", + "ascending_south" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21290, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21291, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21292, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21293, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21294, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21295, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21296, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21297, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21298, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21299, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21300, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21301, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21302, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21303, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21304, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21305, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:lime_candle_cake": { - "definition": { - "type": "minecraft:candle_cake", - "candle": "minecraft:lime_candle", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21478, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 21479, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:lime_carpet": { - "definition": { - "type": "minecraft:wool_carpet", - "color": "lime", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11068 - } - ] - }, - "minecraft:lime_concrete": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13202 - } - ] - }, - "minecraft:lime_concrete_powder": { - "definition": { - "type": "minecraft:concrete_powder", - "concrete": "minecraft:lime_concrete", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13218 - } - ] - }, - "minecraft:lime_glazed_terracotta": { - "definition": { - "type": "minecraft:glazed_terracotta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 13153, - "properties": { - "facing": "north" - } - }, - { - "id": 13154, - "properties": { - "facing": "south" - } - }, - { - "id": 13155, - "properties": { - "facing": "west" - } - }, - { - "id": 13156, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:lime_shulker_box": { - "definition": { - "type": "minecraft:shulker_box", - "color": "lime", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 13067, - "properties": { - "facing": "north" - } - }, - { - "id": 13068, - "properties": { - "facing": "east" - } - }, - { - "id": 13069, - "properties": { - "facing": "south" - } - }, - { - "id": 13070, - "properties": { - "facing": "west" - } - }, - { - "default": true, - "id": 13071, - "properties": { - "facing": "up" - } - }, - { - "id": 13072, - "properties": { - "facing": "down" - } - } - ] - }, - "minecraft:lime_stained_glass": { - "definition": { - "type": "minecraft:stained_glass", - "color": "lime", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6116 - } - ] - }, - "minecraft:lime_stained_glass_pane": { - "definition": { - "type": "minecraft:stained_glass_pane", - "color": "lime", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 2000, + "states": [ + { + "id": 1987, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 1988, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 1989, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 1990, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 1991, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 1992, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 1993, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 1994, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 1995, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 1996, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 1997, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 1998, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 1999, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2000, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2001, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2002, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2003, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2004, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2005, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2006, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2007, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2008, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2009, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2010, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 127, + "name": "minecraft:detector_rail", + "translation_key": "block.minecraft.detector_rail", + "item_id": 781, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "shape", + "values": [ + "north_south", + "east_west", + "ascending_east", + "ascending_west", + "ascending_north", + "ascending_south" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 2024, + "states": [ + { + "id": 2011, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2012, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2013, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2014, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2015, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2016, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2017, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2018, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2019, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2020, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2021, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2022, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2023, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2024, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2025, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2026, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2027, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2028, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2029, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2030, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2031, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2032, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2033, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2034, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 128, + "name": "minecraft:sticky_piston", + "translation_key": "block.minecraft.sticky_piston", + "item_id": 677, + "properties": [ + { + "name": "extended", + "values": [ + "true", + "false" + ] + }, + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 2041, + "states": [ + { + "id": 2035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 14 + ] + }, + { + "id": 2036, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 15 + ] + }, + { + "id": 2037, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 16 + ] + }, + { + "id": 2038, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 17 + ] + }, + { + "id": 2039, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 18 + ] + }, + { + "id": 2040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 19 + ] + }, + { + "id": 2041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 2042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 2043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 2044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 2045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 2046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 129, + "name": "minecraft:cobweb", + "translation_key": "block.minecraft.cobweb", + "item_id": 201, + "properties": [], + "default_state_id": 2047, + "states": [ + { + "id": 2047, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 130, + "name": "minecraft:short_grass", + "translation_key": "block.minecraft.short_grass", + "item_id": 202, + "properties": [], + "default_state_id": 2048, + "states": [ + { + "id": 2048, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 131, + "name": "minecraft:fern", + "translation_key": "block.minecraft.fern", + "item_id": 203, + "properties": [], + "default_state_id": 2049, + "states": [ + { + "id": 2049, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 132, + "name": "minecraft:dead_bush", + "translation_key": "block.minecraft.dead_bush", + "item_id": 206, + "properties": [], + "default_state_id": 2050, + "states": [ + { + "id": 2050, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 133, + "name": "minecraft:seagrass", + "translation_key": "block.minecraft.seagrass", + "item_id": 207, + "properties": [], + "default_state_id": 2051, + "states": [ + { + "id": 2051, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 134, + "name": "minecraft:tall_seagrass", + "translation_key": "block.minecraft.tall_seagrass", + "item_id": 0, + "properties": [ + { + "name": "half", + "values": [ + "upper", + "lower" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 2053, + "states": [ + { + "id": 2052, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2053, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 135, + "name": "minecraft:piston", + "translation_key": "block.minecraft.piston", + "item_id": 676, + "properties": [ + { + "name": "extended", + "values": [ + "true", + "false" + ] + }, + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 2060, + "states": [ + { + "id": 2054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 14 + ] + }, + { + "id": 2055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 15 + ] + }, + { + "id": 2056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 16 + ] + }, + { + "id": 2057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 17 + ] + }, + { + "id": 2058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 18 + ] + }, + { + "id": 2059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 19 + ] + }, + { + "id": 2060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 2061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 2062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 2063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 2064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 2065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 136, + "name": "minecraft:piston_head", + "translation_key": "block.minecraft.piston_head", + "item_id": 0, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "short", + "values": [ + "true", + "false" + ] + }, + { + "name": "type", + "values": [ + "normal", + "sticky" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 2068, + "states": [ + { + "id": 2066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 20, + 21 + ] + }, + { + "id": 2067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 20, + 21 + ] + }, + { + "id": 2068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 20, + 22 + ] + }, + { + "id": 2069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 20, + 22 + ] + }, + { + "id": 2070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 23, + 24 + ] + }, + { + "id": 2071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 23, + 24 + ] + }, + { + "id": 2072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 23, + 25 + ] + }, + { + "id": 2073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 23, + 25 + ] + }, + { + "id": 2074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 26, + 27 + ] + }, + { + "id": 2075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 26, + 27 + ] + }, + { + "id": 2076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 26, + 28 + ] + }, + { + "id": 2077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 26, + 28 + ] + }, + { + "id": 2078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 29, + 30 + ] + }, + { + "id": 2079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 29, + 30 + ] + }, + { + "id": 2080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 29, + 31 + ] + }, + { + "id": 2081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 29, + 31 + ] + }, + { + "id": 2082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 32, + 33, + 34, + 35, + 36 + ] + }, + { + "id": 2083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 32, + 33, + 34, + 35, + 36 + ] + }, + { + "id": 2084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 37, + 33, + 34, + 35, + 36 + ] + }, + { + "id": 2085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 37, + 33, + 34, + 35, + 36 + ] + }, + { + "id": 2086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 38, + 39 + ] + }, + { + "id": 2087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 38, + 39 + ] + }, + { + "id": 2088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 38, + 40 + ] + }, + { + "id": 2089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 38, + 40 + ] + } + ] + }, + { + "id": 137, + "name": "minecraft:white_wool", + "translation_key": "block.minecraft.white_wool", + "item_id": 209, + "properties": [], + "default_state_id": 2090, + "states": [ + { + "id": 2090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 138, + "name": "minecraft:orange_wool", + "translation_key": "block.minecraft.orange_wool", + "item_id": 210, + "properties": [], + "default_state_id": 2091, + "states": [ + { + "id": 2091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 139, + "name": "minecraft:magenta_wool", + "translation_key": "block.minecraft.magenta_wool", + "item_id": 211, + "properties": [], + "default_state_id": 2092, + "states": [ + { + "id": 2092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 140, + "name": "minecraft:light_blue_wool", + "translation_key": "block.minecraft.light_blue_wool", + "item_id": 212, + "properties": [], + "default_state_id": 2093, + "states": [ + { + "id": 2093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 141, + "name": "minecraft:yellow_wool", + "translation_key": "block.minecraft.yellow_wool", + "item_id": 213, + "properties": [], + "default_state_id": 2094, + "states": [ + { + "id": 2094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 142, + "name": "minecraft:lime_wool", + "translation_key": "block.minecraft.lime_wool", + "item_id": 214, + "properties": [], + "default_state_id": 2095, + "states": [ + { + "id": 2095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 143, + "name": "minecraft:pink_wool", + "translation_key": "block.minecraft.pink_wool", + "item_id": 215, + "properties": [], + "default_state_id": 2096, + "states": [ + { + "id": 2096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 144, + "name": "minecraft:gray_wool", + "translation_key": "block.minecraft.gray_wool", + "item_id": 216, + "properties": [], + "default_state_id": 2097, + "states": [ + { + "id": 2097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 145, + "name": "minecraft:light_gray_wool", + "translation_key": "block.minecraft.light_gray_wool", + "item_id": 217, + "properties": [], + "default_state_id": 2098, + "states": [ + { + "id": 2098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 146, + "name": "minecraft:cyan_wool", + "translation_key": "block.minecraft.cyan_wool", + "item_id": 218, + "properties": [], + "default_state_id": 2099, + "states": [ + { + "id": 2099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 147, + "name": "minecraft:purple_wool", + "translation_key": "block.minecraft.purple_wool", + "item_id": 219, + "properties": [], + "default_state_id": 2100, + "states": [ + { + "id": 2100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 148, + "name": "minecraft:blue_wool", + "translation_key": "block.minecraft.blue_wool", + "item_id": 220, + "properties": [], + "default_state_id": 2101, + "states": [ + { + "id": 2101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 149, + "name": "minecraft:brown_wool", + "translation_key": "block.minecraft.brown_wool", + "item_id": 221, + "properties": [], + "default_state_id": 2102, + "states": [ + { + "id": 2102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 150, + "name": "minecraft:green_wool", + "translation_key": "block.minecraft.green_wool", + "item_id": 222, + "properties": [], + "default_state_id": 2103, + "states": [ + { + "id": 2103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 151, + "name": "minecraft:red_wool", + "translation_key": "block.minecraft.red_wool", + "item_id": 223, + "properties": [], + "default_state_id": 2104, + "states": [ + { + "id": 2104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 152, + "name": "minecraft:black_wool", + "translation_key": "block.minecraft.black_wool", + "item_id": 224, + "properties": [], + "default_state_id": 2105, + "states": [ + { + "id": 2105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 153, + "name": "minecraft:moving_piston", + "translation_key": "block.minecraft.moving_piston", + "item_id": 0, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "type", + "values": [ + "normal", + "sticky" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9787, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9788, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9789, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9790, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9791, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9792, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9793, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9794, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9795, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9796, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9797, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9798, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9799, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9800, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9801, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9802, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9803, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9804, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9805, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9806, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9807, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9808, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9809, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9810, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9811, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9812, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9813, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9814, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9815, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9816, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9817, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 9818, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:lime_terracotta": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9616 - } - ] - }, - "minecraft:lime_wall_banner": { - "definition": { - "type": "minecraft:wall_banner", - "color": "lime", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 11370, - "properties": { - "facing": "north" - } - }, - { - "id": 11371, - "properties": { - "facing": "south" - } - }, - { - "id": 11372, - "properties": { - "facing": "west" - } - }, - { - "id": 11373, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:lime_wool": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2095 - } - ] - }, - "minecraft:lodestone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19928 - } - ] - }, - "minecraft:loom": { - "definition": { - "type": "minecraft:loom", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 18873, - "properties": { - "facing": "north" - } - }, - { - "id": 18874, - "properties": { - "facing": "south" - } - }, - { - "id": 18875, - "properties": { - "facing": "west" - } - }, - { - "id": 18876, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:magenta_banner": { - "definition": { - "type": "minecraft:banner", - "color": "magenta", - "properties": {} - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 11126, - "properties": { - "rotation": "0" - } - }, - { - "id": 11127, - "properties": { - "rotation": "1" - } - }, - { - "id": 11128, - "properties": { - "rotation": "2" - } - }, - { - "id": 11129, - "properties": { - "rotation": "3" - } - }, - { - "id": 11130, - "properties": { - "rotation": "4" - } - }, - { - "id": 11131, - "properties": { - "rotation": "5" - } - }, - { - "id": 11132, - "properties": { - "rotation": "6" - } - }, - { - "id": 11133, - "properties": { - "rotation": "7" - } - }, - { - "id": 11134, - "properties": { - "rotation": "8" - } - }, - { - "id": 11135, - "properties": { - "rotation": "9" - } - }, - { - "id": 11136, - "properties": { - "rotation": "10" - } - }, - { - "id": 11137, - "properties": { - "rotation": "11" - } - }, - { - "id": 11138, - "properties": { - "rotation": "12" - } - }, - { - "id": 11139, - "properties": { - "rotation": "13" - } - }, - { - "id": 11140, - "properties": { - "rotation": "14" - } - }, - { - "id": 11141, - "properties": { - "rotation": "15" - } - } - ] - }, - "minecraft:magenta_bed": { - "definition": { - "type": "minecraft:bed", - "color": "magenta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 2106, + "states": [ + { + "id": 2106, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 11 + }, + { + "id": 2107, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 11 + }, + { + "id": 2108, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 11 + }, + { + "id": 2109, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 11 + }, + { + "id": 2110, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 11 + }, + { + "id": 2111, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 11 + }, + { + "id": 2112, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 11 + }, + { + "id": 2113, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 11 + }, + { + "id": 2114, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 11 + }, + { + "id": 2115, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 11 + }, + { + "id": 2116, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 11 + }, + { + "id": 2117, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 11 + } + ] + }, + { + "id": 154, + "name": "minecraft:dandelion", + "translation_key": "block.minecraft.dandelion", + "item_id": 225, + "properties": [], + "default_state_id": 2118, + "states": [ + { + "id": 2118, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 155, + "name": "minecraft:torchflower", + "translation_key": "block.minecraft.torchflower", + "item_id": 238, + "properties": [], + "default_state_id": 2119, + "states": [ + { + "id": 2119, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 156, + "name": "minecraft:poppy", + "translation_key": "block.minecraft.poppy", + "item_id": 226, + "properties": [], + "default_state_id": 2120, + "states": [ + { + "id": 2120, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 157, + "name": "minecraft:blue_orchid", + "translation_key": "block.minecraft.blue_orchid", + "item_id": 227, + "properties": [], + "default_state_id": 2121, + "states": [ + { + "id": 2121, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 158, + "name": "minecraft:allium", + "translation_key": "block.minecraft.allium", + "item_id": 228, + "properties": [], + "default_state_id": 2122, + "states": [ + { + "id": 2122, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 159, + "name": "minecraft:azure_bluet", + "translation_key": "block.minecraft.azure_bluet", + "item_id": 229, + "properties": [], + "default_state_id": 2123, + "states": [ + { + "id": 2123, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 160, + "name": "minecraft:red_tulip", + "translation_key": "block.minecraft.red_tulip", + "item_id": 230, + "properties": [], + "default_state_id": 2124, + "states": [ + { + "id": 2124, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 161, + "name": "minecraft:orange_tulip", + "translation_key": "block.minecraft.orange_tulip", + "item_id": 231, + "properties": [], + "default_state_id": 2125, + "states": [ + { + "id": 2125, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 162, + "name": "minecraft:white_tulip", + "translation_key": "block.minecraft.white_tulip", + "item_id": 232, + "properties": [], + "default_state_id": 2126, + "states": [ + { + "id": 2126, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 163, + "name": "minecraft:pink_tulip", + "translation_key": "block.minecraft.pink_tulip", + "item_id": 233, + "properties": [], + "default_state_id": 2127, + "states": [ + { + "id": 2127, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 164, + "name": "minecraft:oxeye_daisy", + "translation_key": "block.minecraft.oxeye_daisy", + "item_id": 234, + "properties": [], + "default_state_id": 2128, + "states": [ + { + "id": 2128, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 165, + "name": "minecraft:cornflower", + "translation_key": "block.minecraft.cornflower", + "item_id": 235, + "properties": [], + "default_state_id": 2129, + "states": [ + { + "id": 2129, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 166, + "name": "minecraft:wither_rose", + "translation_key": "block.minecraft.wither_rose", + "item_id": 237, + "properties": [], + "default_state_id": 2130, + "states": [ + { + "id": 2130, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 167, + "name": "minecraft:lily_of_the_valley", + "translation_key": "block.minecraft.lily_of_the_valley", + "item_id": 236, + "properties": [], + "default_state_id": 2131, + "states": [ + { + "id": 2131, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 168, + "name": "minecraft:brown_mushroom", + "translation_key": "block.minecraft.brown_mushroom", + "item_id": 241, + "properties": [], + "default_state_id": 2132, + "states": [ + { + "id": 2132, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 169, + "name": "minecraft:red_mushroom", + "translation_key": "block.minecraft.red_mushroom", + "item_id": 242, + "properties": [], + "default_state_id": 2133, + "states": [ + { + "id": 2133, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 170, + "name": "minecraft:gold_block", + "translation_key": "block.minecraft.gold_block", + "item_id": 92, + "properties": [], + "default_state_id": 2134, + "states": [ + { + "id": 2134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 171, + "name": "minecraft:iron_block", + "translation_key": "block.minecraft.iron_block", + "item_id": 90, + "properties": [], + "default_state_id": 2135, + "states": [ + { + "id": 2135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 172, + "name": "minecraft:bricks", + "translation_key": "block.minecraft.bricks", + "item_id": 296, + "properties": [], + "default_state_id": 2136, + "states": [ + { + "id": 2136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 173, + "name": "minecraft:tnt", + "translation_key": "block.minecraft.tnt", + "item_id": 693, + "properties": [ + { + "name": "unstable", + "values": [ + "true", + "false" + ] + } ], - "occupied": [ - "true", - "false" + "default_state_id": 2138, + "states": [ + { + "id": 2137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 2138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 174, + "name": "minecraft:bookshelf", + "translation_key": "block.minecraft.bookshelf", + "item_id": 297, + "properties": [], + "default_state_id": 2139, + "states": [ + { + "id": 2139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 175, + "name": "minecraft:chiseled_bookshelf", + "translation_key": "block.minecraft.chiseled_bookshelf", + "item_id": 298, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "slot_0_occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "slot_1_occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "slot_2_occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "slot_3_occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "slot_4_occupied", + "values": [ + "true", + "false" + ] + }, + { + "name": "slot_5_occupied", + "values": [ + "true", + "false" + ] + } ], - "part": [ - "head", - "foot" - ] - }, - "states": [ - { - "id": 1763, - "properties": { - "facing": "north", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1764, - "properties": { - "facing": "north", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1765, - "properties": { - "facing": "north", - "occupied": "false", - "part": "head" - } - }, - { - "default": true, - "id": 1766, - "properties": { - "facing": "north", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1767, - "properties": { - "facing": "south", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1768, - "properties": { - "facing": "south", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1769, - "properties": { - "facing": "south", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1770, - "properties": { - "facing": "south", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1771, - "properties": { - "facing": "west", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1772, - "properties": { - "facing": "west", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1773, - "properties": { - "facing": "west", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1774, - "properties": { - "facing": "west", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1775, - "properties": { - "facing": "east", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1776, - "properties": { - "facing": "east", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1777, - "properties": { - "facing": "east", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1778, - "properties": { - "facing": "east", - "occupied": "false", - "part": "foot" - } - } - ] - }, - "minecraft:magenta_candle": { - "definition": { - "type": "minecraft:candle", - "properties": {} - }, - "properties": { - "candles": [ - "1", - "2", - "3", - "4" + "default_state_id": 2203, + "states": [ + { + "id": 2140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2252, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2253, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2254, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2255, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2257, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2258, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2259, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2260, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2261, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2262, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2263, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2264, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2265, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2266, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2267, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2268, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2269, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2270, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2271, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2282, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2283, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2284, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2285, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2286, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2287, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2288, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2289, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2290, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2291, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2292, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2293, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2294, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2296, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2297, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2298, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2300, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2301, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2303, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2304, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2306, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2307, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2309, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2310, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2311, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2312, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2314, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2315, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2316, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2317, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2318, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2319, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2320, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2321, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2322, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2323, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2324, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2325, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2326, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2327, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2329, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2330, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2331, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2332, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2333, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2334, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2335, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2336, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2337, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2338, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2339, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2340, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2341, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2342, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2343, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2344, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2345, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2346, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2347, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2348, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2349, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2350, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2351, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2352, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2353, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2354, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2355, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2356, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2357, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2358, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2359, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2360, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2361, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2362, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2363, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2364, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2365, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2366, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2367, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2368, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2369, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2370, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2372, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2373, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2374, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2375, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2376, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2377, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2378, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2379, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2380, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2381, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2382, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2383, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2384, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2385, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2386, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2387, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2388, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2389, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2390, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2391, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2392, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2393, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2394, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + }, + { + "id": 2395, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 39 + } + ] + }, + { + "id": 176, + "name": "minecraft:mossy_cobblestone", + "translation_key": "block.minecraft.mossy_cobblestone", + "item_id": 300, + "properties": [], + "default_state_id": 2396, + "states": [ + { + "id": 2396, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 177, + "name": "minecraft:obsidian", + "translation_key": "block.minecraft.obsidian", + "item_id": 301, + "properties": [], + "default_state_id": 2397, + "states": [ + { + "id": 2397, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 178, + "name": "minecraft:torch", + "translation_key": "block.minecraft.torch", + "item_id": 302, + "properties": [], + "default_state_id": 2398, + "states": [ + { + "id": 2398, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 179, + "name": "minecraft:wall_torch", + "translation_key": "block.minecraft.torch", + "item_id": 302, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "lit": [ - "true", - "false" + "default_state_id": 2399, + "states": [ + { + "id": 2399, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2400, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2401, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 2402, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 180, + "name": "minecraft:fire", + "translation_key": "block.minecraft.fire", + "item_id": 0, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21242, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21243, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21244, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21245, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21246, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21247, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21248, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21249, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21250, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21251, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21252, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21253, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21254, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21255, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21256, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21257, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:magenta_candle_cake": { - "definition": { - "type": "minecraft:candle_cake", - "candle": "minecraft:magenta_candle", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21472, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 21473, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:magenta_carpet": { - "definition": { - "type": "minecraft:wool_carpet", - "color": "magenta", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11065 - } - ] - }, - "minecraft:magenta_concrete": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13199 - } - ] - }, - "minecraft:magenta_concrete_powder": { - "definition": { - "type": "minecraft:concrete_powder", - "concrete": "minecraft:magenta_concrete", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13215 - } - ] - }, - "minecraft:magenta_glazed_terracotta": { - "definition": { - "type": "minecraft:glazed_terracotta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 13141, - "properties": { - "facing": "north" - } - }, - { - "id": 13142, - "properties": { - "facing": "south" - } - }, - { - "id": 13143, - "properties": { - "facing": "west" - } - }, - { - "id": 13144, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:magenta_shulker_box": { - "definition": { - "type": "minecraft:shulker_box", - "color": "magenta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 13049, - "properties": { - "facing": "north" - } - }, - { - "id": 13050, - "properties": { - "facing": "east" - } - }, - { - "id": 13051, - "properties": { - "facing": "south" - } - }, - { - "id": 13052, - "properties": { - "facing": "west" - } - }, - { - "default": true, - "id": 13053, - "properties": { - "facing": "up" - } - }, - { - "id": 13054, - "properties": { - "facing": "down" - } - } - ] - }, - "minecraft:magenta_stained_glass": { - "definition": { - "type": "minecraft:stained_glass", - "color": "magenta", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6113 - } - ] - }, - "minecraft:magenta_stained_glass_pane": { - "definition": { - "type": "minecraft:stained_glass_pane", - "color": "magenta", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 2434, + "states": [ + { + "id": 2403, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2404, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2405, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2406, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2407, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2408, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2409, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2410, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2411, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2412, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2413, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2414, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2415, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2416, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2417, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2418, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2419, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2420, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2421, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2422, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2423, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2424, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2425, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2426, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2427, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2428, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2429, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2430, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2431, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2432, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2433, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2434, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2435, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2436, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2437, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2438, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2439, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2440, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2441, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2442, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2443, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2444, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2445, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2446, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2447, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2448, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2449, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2450, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2451, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2452, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2453, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2454, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2455, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2456, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2457, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2458, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2459, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2460, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2461, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2462, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2463, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2464, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2465, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2466, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2467, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2468, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2469, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2470, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2471, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2472, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2473, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2474, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2475, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2476, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2477, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2478, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2479, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2480, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2481, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2482, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2483, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2484, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2485, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2486, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2487, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2488, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2489, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2490, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2491, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2492, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2493, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2494, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2495, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2496, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2497, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2498, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2499, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2500, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2501, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2502, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2503, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2504, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2505, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2506, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2507, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2508, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2509, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2510, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2511, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2512, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2513, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2514, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2515, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2516, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2517, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2518, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2519, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2520, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2521, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2522, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2523, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2524, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2525, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2526, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2527, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2528, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2529, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2530, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2531, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2532, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2533, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2534, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2535, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2536, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2537, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2538, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2539, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2540, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2541, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2542, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2543, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2544, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2545, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2546, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2547, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2548, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2549, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2550, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2551, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2552, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2553, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2554, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2555, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2556, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2557, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2558, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2559, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2560, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2561, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2562, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2563, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2564, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2565, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2566, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2567, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2568, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2569, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2570, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2571, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2572, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2573, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2574, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2575, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2576, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2577, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2578, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2579, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2580, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2581, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2582, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2583, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2584, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2585, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2586, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2587, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2588, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2589, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2590, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2591, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2592, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2593, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2594, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2595, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2596, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2597, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2598, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2599, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2600, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2601, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2602, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2603, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2604, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2605, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2606, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2607, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2608, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2609, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2610, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2611, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2612, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2613, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2614, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2615, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2616, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2617, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2618, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2619, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2620, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2621, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2622, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2623, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2624, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2625, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2626, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2627, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2628, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2629, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2630, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2631, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2632, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2633, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2634, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2635, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2636, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2637, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2638, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2639, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2640, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2641, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2642, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2643, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2644, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2645, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2646, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2647, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2648, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2649, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2650, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2651, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2652, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2653, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2654, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2655, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2656, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2657, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2658, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2659, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2660, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2661, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2662, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2663, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2664, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2665, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2666, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2667, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2668, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2669, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2670, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2671, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2672, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2673, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2674, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2675, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2676, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2677, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2678, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2679, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2680, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2681, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2682, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2683, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2684, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2685, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2686, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2687, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2688, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2689, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2690, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2691, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2692, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2693, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2694, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2695, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2696, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2697, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2698, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2699, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2700, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2701, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2702, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2703, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2704, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2705, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2706, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2707, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2708, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2709, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2710, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2711, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2712, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2713, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2714, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2715, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2716, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2717, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2718, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2719, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2720, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2721, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2722, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2723, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2724, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2725, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2726, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2727, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2728, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2729, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2730, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2731, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2732, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2733, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2734, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2735, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2736, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2737, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2738, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2739, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2740, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2741, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2742, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2743, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2744, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2745, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2746, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2747, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2748, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2749, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2750, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2751, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2752, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2753, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2754, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2755, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2756, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2757, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2758, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2759, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2760, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2761, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2762, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2763, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2764, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2765, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2766, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2767, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2768, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2769, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2770, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2771, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2772, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2773, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2774, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2775, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2776, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2777, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2778, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2779, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2780, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2781, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2782, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2783, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2784, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2785, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2786, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2787, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2788, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2789, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2790, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2791, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2792, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2793, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2794, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2795, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2796, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2797, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2798, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2799, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2800, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2801, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2802, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2803, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2804, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2805, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2806, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2807, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2808, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2809, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2810, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2811, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2812, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2813, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2814, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2815, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2816, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2817, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2818, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2819, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2820, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2821, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2822, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2823, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2824, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2825, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2826, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2827, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2828, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2829, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2830, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2831, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2832, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2833, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2834, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2835, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2836, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2837, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2838, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2839, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2840, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2841, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2842, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2843, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2844, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2845, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2846, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2847, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2848, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2849, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2850, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2851, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2852, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2853, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2854, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2855, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2856, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2857, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2858, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2859, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2860, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2861, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2862, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2863, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2864, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2865, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2866, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2867, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2868, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2869, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2870, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2871, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2872, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2873, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2874, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2875, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2876, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2877, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2878, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2879, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2880, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2881, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2882, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2883, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2884, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2885, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2886, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2887, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2888, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2889, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2890, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2891, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2892, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2893, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2894, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2895, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2896, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2897, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2898, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2899, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2900, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2901, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2902, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2903, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2904, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2905, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2906, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2907, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2908, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2909, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2910, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2911, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2912, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2913, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 2914, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 181, + "name": "minecraft:soul_fire", + "translation_key": "block.minecraft.soul_fire", + "item_id": 0, + "properties": [], + "default_state_id": 2915, + "states": [ + { + "id": 2915, + "luminance": 10, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 182, + "name": "minecraft:spawner", + "translation_key": "block.minecraft.spawner", + "item_id": 309, + "properties": [], + "default_state_id": 2916, + "states": [ + { + "id": 2916, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 9 + } + ] + }, + { + "id": 183, + "name": "minecraft:creaking_heart", + "translation_key": "block.minecraft.creaking_heart", + "item_id": 310, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + }, + { + "name": "creaking", + "values": [ + "disabled", + "dormant", + "active" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 2920, + "states": [ + { + "id": 2917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 10 + }, + { + "id": 2918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 10 + }, + { + "id": 2919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 10 + }, + { + "id": 2920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 10 + }, + { + "id": 2921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 10 + }, + { + "id": 2922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 10 + }, + { + "id": 2923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 10 + }, + { + "id": 2924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 10 + }, + { + "id": 2925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 10 + } + ] + }, + { + "id": 184, + "name": "minecraft:oak_stairs", + "translation_key": "block.minecraft.oak_stairs", + "item_id": 396, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 2937, + "states": [ + { + "id": 2926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 2927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 2928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 2929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 2930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 2931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 2932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 2933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 2934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 2935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 2936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 2937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 2938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 2939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 2940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 2941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 2942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 2943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 2944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 2945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 2946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 2947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 2948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 2949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 2950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 2951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 2952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 2953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 2954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 2955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 2956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 2957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 2958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 2959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 2960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 2961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 2962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 2963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 2964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 2965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 2966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 2967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 2968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 2969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 2970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 2971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 2972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 2973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 2974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 2975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 2976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 2977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 2978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 2979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 2980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 2981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 2982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 2983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 2984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 2985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 2986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 2987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 2988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 2989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 2990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 2991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 2992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 2993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 2994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 2995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 2996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 2997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 2998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 2999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 3000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 3001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 3002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 3003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 3004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 3005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 185, + "name": "minecraft:chest", + "translation_key": "block.minecraft.chest", + "item_id": 311, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "type", + "values": [ + "single", + "left", + "right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 3007, + "states": [ + { + "id": 3006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 1 + }, + { + "id": 3007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 1 + }, + { + "id": 3008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 59 + ], + "block_entity_type": 1 + }, + { + "id": 3009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 59 + ], + "block_entity_type": 1 + }, + { + "id": 3010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 60 + ], + "block_entity_type": 1 + }, + { + "id": 3011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 60 + ], + "block_entity_type": 1 + }, + { + "id": 3012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 1 + }, + { + "id": 3013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 1 + }, + { + "id": 3014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 60 + ], + "block_entity_type": 1 + }, + { + "id": 3015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 60 + ], + "block_entity_type": 1 + }, + { + "id": 3016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 59 + ], + "block_entity_type": 1 + }, + { + "id": 3017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 59 + ], + "block_entity_type": 1 + }, + { + "id": 3018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 1 + }, + { + "id": 3019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 1 + }, + { + "id": 3020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 61 + ], + "block_entity_type": 1 + }, + { + "id": 3021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 61 + ], + "block_entity_type": 1 + }, + { + "id": 3022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 62 + ], + "block_entity_type": 1 + }, + { + "id": 3023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 62 + ], + "block_entity_type": 1 + }, + { + "id": 3024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 1 + }, + { + "id": 3025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 1 + }, + { + "id": 3026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 62 + ], + "block_entity_type": 1 + }, + { + "id": 3027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 62 + ], + "block_entity_type": 1 + }, + { + "id": 3028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 61 + ], + "block_entity_type": 1 + }, + { + "id": 3029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 61 + ], + "block_entity_type": 1 + } + ] + }, + { + "id": 186, + "name": "minecraft:redstone_wire", + "translation_key": "block.minecraft.redstone_wire", + "item_id": 671, + "properties": [ + { + "name": "east", + "values": [ + "up", + "side", + "none" + ] + }, + { + "name": "north", + "values": [ + "up", + "side", + "none" + ] + }, + { + "name": "power", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "south", + "values": [ + "up", + "side", + "none" + ] + }, + { + "name": "west", + "values": [ + "up", + "side", + "none" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9691, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9692, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9693, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9694, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9695, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9696, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9697, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9698, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9699, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9700, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9701, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9702, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9703, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9704, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9705, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9706, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9707, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9708, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9709, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9710, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9711, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9712, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9713, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9714, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9715, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9716, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9717, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9718, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9719, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9720, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9721, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 9722, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:magenta_terracotta": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9613 - } - ] - }, - "minecraft:magenta_wall_banner": { - "definition": { - "type": "minecraft:wall_banner", - "color": "magenta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 11358, - "properties": { - "facing": "north" - } - }, - { - "id": 11359, - "properties": { - "facing": "south" - } - }, - { - "id": 11360, - "properties": { - "facing": "west" - } - }, - { - "id": 11361, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:magenta_wool": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2092 - } - ] - }, - "minecraft:magma_block": { - "definition": { - "type": "minecraft:magma", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13012 - } - ] - }, - "minecraft:mangrove_button": { - "definition": { - "type": "minecraft:button", - "block_set_type": "mangrove", - "properties": {}, - "ticks_to_stay_pressed": 30 - }, - "properties": { - "face": [ - "floor", - "wall", - "ceiling" + "default_state_id": 4190, + "states": [ + { + "id": 3030, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3031, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3032, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3033, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3034, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3035, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3036, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3037, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3038, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3039, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3040, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3041, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3042, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3043, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3044, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3045, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3046, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3047, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3048, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3049, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3050, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3051, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3052, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3053, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3054, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3055, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3056, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3057, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3058, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3059, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3060, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3061, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3062, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3063, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3064, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3065, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3066, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3067, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3068, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3069, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3070, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3071, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3072, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3073, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3074, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3075, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3076, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3077, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3078, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3079, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3080, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3081, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3082, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3083, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3084, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3085, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3086, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3087, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3088, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3089, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3090, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3091, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3092, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3093, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3094, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3095, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3096, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3097, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3098, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3099, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3100, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3101, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3102, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3103, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3104, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3105, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3106, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3107, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3108, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3109, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3110, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3111, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3112, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3113, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3114, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3115, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3116, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3117, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3118, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3119, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3120, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3121, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3122, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3123, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3124, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3125, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3126, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3127, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3128, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3129, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3130, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3131, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3132, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3133, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3134, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3135, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3136, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3137, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3138, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3139, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3140, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3141, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3142, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3143, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3144, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3145, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3146, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3147, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3148, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3149, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3150, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3151, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3152, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3153, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3154, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3155, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3156, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3157, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3158, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3159, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3160, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3161, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3162, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3163, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3164, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3165, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3166, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3167, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3168, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3169, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3170, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3171, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3172, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3173, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3174, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3175, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3176, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3177, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3178, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3179, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3180, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3181, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3182, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3183, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3184, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3185, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3186, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3187, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3188, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3189, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3190, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3191, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3192, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3193, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3194, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3195, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3196, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3197, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3198, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3199, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3200, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3201, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3202, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3203, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3204, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3205, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3206, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3207, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3208, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3209, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3210, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3211, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3212, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3213, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3214, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3215, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3216, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3217, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3218, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3219, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3220, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3221, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3222, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3223, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3224, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3225, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3226, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3227, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3228, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3229, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3230, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3231, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3232, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3233, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3234, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3235, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3236, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3237, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3238, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3239, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3240, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3241, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3242, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3243, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3244, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3245, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3246, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3247, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3248, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3249, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3250, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3251, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3252, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3253, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3254, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3255, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3256, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3257, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3258, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3259, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3260, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3261, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3262, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3263, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3264, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3265, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3266, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3267, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3268, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3269, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3270, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3271, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3272, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3273, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3274, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3275, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3276, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3277, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3278, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3279, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3280, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3281, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3282, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3283, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3284, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3285, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3286, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3287, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3288, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3289, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3290, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3291, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3292, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3293, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3294, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3295, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3296, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3297, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3298, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3299, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3300, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3301, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3302, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3303, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3304, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3305, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3306, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3307, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3308, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3309, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3310, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3311, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3312, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3313, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3314, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3315, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3316, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3317, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3318, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3319, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3320, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3321, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3322, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3323, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3324, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3325, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3326, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3327, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3328, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3329, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3330, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3331, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3332, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3333, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3334, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3335, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3336, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3337, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3338, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3339, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3340, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3341, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3342, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3343, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3344, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3345, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3346, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3347, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3348, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3349, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3350, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3351, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3352, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3353, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3354, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3355, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3356, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3357, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3358, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3359, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3360, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3361, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3362, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3363, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3364, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3365, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3366, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3367, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3368, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3369, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3370, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3371, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3372, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3373, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3374, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3375, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3376, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3377, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3378, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3379, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3380, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3381, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3382, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3383, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3384, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3385, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3386, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3387, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3388, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3389, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3390, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3391, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3392, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3393, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3394, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3395, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3396, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3397, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3398, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3399, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3400, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3401, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3402, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3403, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3404, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3405, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3406, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3407, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3408, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3409, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3410, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3411, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3412, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3413, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3414, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3415, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3416, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3417, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3418, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3419, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3420, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3421, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3422, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3423, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3424, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3425, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3426, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3427, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3428, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3429, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3430, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3431, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3432, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3433, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3434, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3435, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3436, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3437, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3438, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3439, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3440, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3441, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3442, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3443, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3444, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3445, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3446, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3447, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3448, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3449, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3450, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3451, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3452, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3453, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3454, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3455, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3456, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3457, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3458, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3459, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3460, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3461, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3462, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3463, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3464, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3465, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3466, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3467, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3468, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3469, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3470, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3471, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3472, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3473, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3474, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3475, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3476, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3477, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3478, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3479, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3480, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3481, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3482, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3483, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3484, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3485, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3486, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3487, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3488, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3489, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3490, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3491, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3492, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3493, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3494, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3495, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3496, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3497, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3498, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3499, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3500, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3501, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3502, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3503, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3504, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3505, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3506, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3507, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3508, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3509, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3510, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3511, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3512, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3513, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3514, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3515, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3516, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3517, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3518, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3519, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3520, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3521, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3522, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3523, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3524, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3525, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3526, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3527, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3528, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3529, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3530, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3531, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3532, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3533, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3534, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3535, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3536, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3537, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3538, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3539, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3540, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3541, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3542, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3543, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3544, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3545, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3546, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3547, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3548, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3549, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3550, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3551, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3552, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3553, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3554, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3555, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3556, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3557, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3558, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3559, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3560, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3561, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3562, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3563, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3564, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3565, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3566, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3567, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3568, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3569, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3570, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3571, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3572, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3573, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3574, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3575, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3576, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3577, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3578, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3579, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3580, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3581, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3582, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3583, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3584, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3585, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3586, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3587, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3588, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3589, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3590, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3591, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3592, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3593, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3594, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3595, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3596, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3597, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3598, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3599, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3600, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3601, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3602, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3603, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3604, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3605, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3606, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3607, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3608, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3609, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3610, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3611, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3612, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3613, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3614, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3615, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3616, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3617, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3618, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3619, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3620, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3621, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3622, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3623, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3624, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3625, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3626, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3627, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3628, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3629, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3630, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3631, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3632, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3633, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3634, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3635, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3636, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3637, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3638, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3639, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3640, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3641, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3642, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3643, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3644, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3645, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3646, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3647, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3648, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3649, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3650, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3651, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3652, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3653, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3654, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3655, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3656, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3657, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3658, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3659, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3660, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3661, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3662, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3663, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3664, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3665, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3666, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3667, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3668, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3669, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3670, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3671, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3672, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3673, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3674, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3675, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3676, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3677, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3678, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3679, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3680, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3681, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3682, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3683, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3684, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3685, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3686, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3687, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3688, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3689, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3690, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3691, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3692, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3693, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3694, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3695, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3696, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3697, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3698, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3699, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3700, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3701, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3702, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3703, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3704, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3705, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3706, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3707, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3708, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3709, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3710, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3711, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3712, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3713, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3714, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3715, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3716, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3717, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3718, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3719, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3720, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3721, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3722, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3723, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3724, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3725, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3726, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3727, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3728, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3729, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3730, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3731, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3732, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3733, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3734, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3735, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3736, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3737, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3738, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3739, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3740, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3741, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3742, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3743, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3744, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3745, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3746, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3747, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3748, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3749, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3750, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3751, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3752, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3753, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3754, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3755, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3756, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3757, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3758, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3759, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3760, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3761, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3762, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3763, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3764, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3765, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3766, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3767, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3768, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3769, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3770, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3771, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3772, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3773, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3774, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3775, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3776, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3777, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3778, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3779, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3780, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3781, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3782, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3783, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3784, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3785, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3786, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3787, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3788, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3789, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3790, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3791, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3792, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3793, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3794, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3795, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3796, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3797, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3798, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3799, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3800, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3801, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3802, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3803, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3804, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3805, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3806, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3807, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3808, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3809, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3810, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3811, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3812, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3813, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3814, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3815, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3816, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3817, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3818, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3819, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3820, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3821, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3822, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3823, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3824, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3825, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3826, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3827, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3828, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3829, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3830, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3831, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3832, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3833, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3834, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3835, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3836, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3837, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3838, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3839, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3840, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3841, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3842, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3843, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3844, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3845, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3846, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3847, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3848, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3849, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3850, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3851, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3852, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3853, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3854, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3855, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3856, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3857, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3858, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3859, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3860, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3861, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3862, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3863, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3864, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3865, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3866, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3867, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3868, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3869, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3870, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3871, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3872, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3873, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3874, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3875, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3876, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3877, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3878, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3879, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3880, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3881, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3882, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3883, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3884, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3885, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3886, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3887, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3888, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3889, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3890, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3891, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3892, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3893, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3894, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3895, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3896, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3897, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3898, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3899, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3900, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3901, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3902, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3903, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3904, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3905, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3906, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3907, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3908, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3909, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3910, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3911, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3912, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3913, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3914, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3915, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3916, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3917, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3918, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3919, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3920, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3921, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3922, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3923, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3924, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3925, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3926, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3927, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3928, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3929, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3930, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3931, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3932, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3933, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3934, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3935, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3936, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3937, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3938, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3939, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3940, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3941, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3942, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3943, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3944, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3945, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3946, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3947, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3948, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3949, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3950, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3951, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3952, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3953, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3954, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3955, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3956, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3957, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3958, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3959, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3960, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3961, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3962, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3963, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3964, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3965, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3966, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3967, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3968, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3969, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3970, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3971, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3972, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3973, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3974, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3975, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3976, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3977, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3978, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3979, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3980, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3981, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3982, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3983, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3984, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3985, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3986, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3987, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3988, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3989, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3990, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3991, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3992, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3993, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3994, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3995, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3996, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3997, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3998, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 3999, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4000, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4001, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4002, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4003, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4004, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4005, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4006, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4007, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4008, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4009, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4010, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4011, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4012, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4013, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4014, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4015, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4016, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4017, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4018, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4019, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4020, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4021, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4022, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4023, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4024, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4025, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4026, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4027, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4028, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4029, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4030, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4031, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4032, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4033, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4034, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4035, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4036, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4037, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4038, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4039, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4040, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4041, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4042, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4043, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4044, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4045, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4046, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4047, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4048, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4049, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4050, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4051, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4052, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4053, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4054, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4055, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4056, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4057, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4058, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4059, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4060, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4061, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4062, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4063, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4064, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4065, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4066, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4067, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4068, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4069, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4070, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4071, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4072, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4073, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4074, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4075, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4076, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4077, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4078, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4079, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4080, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4081, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4082, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4083, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4084, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4085, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4086, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4087, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4088, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4089, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4090, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4091, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4092, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4093, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4094, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4095, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4096, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4097, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4098, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4099, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4100, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4101, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4102, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4103, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4104, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4105, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4106, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4107, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4108, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4109, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4110, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4111, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4112, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4113, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4114, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4115, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4116, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4117, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4118, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4119, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4120, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4121, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4122, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4123, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4124, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4125, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4126, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4127, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4128, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4129, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4130, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4131, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4132, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4133, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4134, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4135, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4136, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4137, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4138, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4139, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4140, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4141, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4142, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4143, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4144, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4145, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4146, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4147, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4148, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4149, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4150, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4151, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4152, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4153, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4154, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4155, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4156, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4157, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4158, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4159, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4160, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4161, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4162, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4163, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4164, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4165, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4166, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4167, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4168, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4169, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4170, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4171, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4172, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4173, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4174, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4175, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4176, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4177, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4178, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4179, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4180, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4181, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4182, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4183, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4184, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4185, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4186, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4187, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4188, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4189, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4190, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4191, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4192, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4193, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4194, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4195, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4196, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4197, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4198, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4199, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4200, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4201, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4202, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4203, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4204, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4205, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4206, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4207, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4208, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4209, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4210, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4211, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4212, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4213, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4214, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4215, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4216, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4217, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4218, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4219, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4220, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4221, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4222, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4223, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4224, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4225, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4226, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4227, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4228, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4229, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4230, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4231, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4232, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4233, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4234, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4235, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4236, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4237, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4238, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4239, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4240, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4241, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4242, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4243, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4244, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4245, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4246, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4247, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4248, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4249, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4250, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4251, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4252, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4253, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4254, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4255, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4256, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4257, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4258, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4259, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4260, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4261, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4262, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4263, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4264, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4265, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4266, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4267, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4268, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4269, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4270, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4271, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4272, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4273, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4274, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4275, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4276, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4277, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4278, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4279, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4280, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4281, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4282, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4283, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4284, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4285, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4286, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4287, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4288, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4289, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4290, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4291, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4292, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4293, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4294, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4295, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4296, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4297, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4298, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4299, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4300, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4301, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4302, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4303, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4304, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4305, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4306, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4307, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4308, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4309, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4310, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4311, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4312, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4313, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4314, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4315, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4316, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4317, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4318, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4319, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4320, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4321, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4322, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4323, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4324, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4325, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 187, + "name": "minecraft:diamond_ore", + "translation_key": "block.minecraft.diamond_ore", + "item_id": 78, + "properties": [], + "default_state_id": 4326, + "states": [ + { + "id": 4326, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 188, + "name": "minecraft:deepslate_diamond_ore", + "translation_key": "block.minecraft.deepslate_diamond_ore", + "item_id": 79, + "properties": [], + "default_state_id": 4327, + "states": [ + { + "id": 4327, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 189, + "name": "minecraft:diamond_block", + "translation_key": "block.minecraft.diamond_block", + "item_id": 93, + "properties": [], + "default_state_id": 4328, + "states": [ + { + "id": 4328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 190, + "name": "minecraft:crafting_table", + "translation_key": "block.minecraft.crafting_table", + "item_id": 312, + "properties": [], + "default_state_id": 4329, + "states": [ + { + "id": 4329, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 191, + "name": "minecraft:wheat", + "translation_key": "block.minecraft.wheat", + "item_id": 875, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + } + ], + "default_state_id": 4330, + "states": [ + { + "id": 4330, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4331, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4332, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4333, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4334, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4335, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4336, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4337, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 192, + "name": "minecraft:farmland", + "translation_key": "block.minecraft.farmland", + "item_id": 313, + "properties": [ + { + "name": "moisture", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + } + ], + "default_state_id": 4338, + "states": [ + { + "id": 4338, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 63 + ] + }, + { + "id": 4339, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 63 + ] + }, + { + "id": 4340, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 63 + ] + }, + { + "id": 4341, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 63 + ] + }, + { + "id": 4342, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 63 + ] + }, + { + "id": 4343, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 63 + ] + }, + { + "id": 4344, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 63 + ] + }, + { + "id": 4345, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 63 + ] + } + ] + }, + { + "id": 193, + "name": "minecraft:furnace", + "translation_key": "block.minecraft.furnace", + "item_id": 314, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 4347, + "states": [ + { + "id": 4346, + "luminance": 13, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 0 + }, + { + "id": 4347, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 0 + }, + { + "id": 4348, + "luminance": 13, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 0 + }, + { + "id": 4349, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 0 + }, + { + "id": 4350, + "luminance": 13, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 0 + }, + { + "id": 4351, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 0 + }, + { + "id": 4352, + "luminance": 13, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 0 + }, + { + "id": 4353, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 0 + } + ] + }, + { + "id": 194, + "name": "minecraft:oak_sign", + "translation_key": "block.minecraft.oak_sign", + "item_id": 908, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9034, - "properties": { - "face": "floor", - "facing": "north", - "powered": "true" - } - }, - { - "id": 9035, - "properties": { - "face": "floor", - "facing": "north", - "powered": "false" - } - }, - { - "id": 9036, - "properties": { - "face": "floor", - "facing": "south", - "powered": "true" - } - }, - { - "id": 9037, - "properties": { - "face": "floor", - "facing": "south", - "powered": "false" - } - }, - { - "id": 9038, - "properties": { - "face": "floor", - "facing": "west", - "powered": "true" - } - }, - { - "id": 9039, - "properties": { - "face": "floor", - "facing": "west", - "powered": "false" - } - }, - { - "id": 9040, - "properties": { - "face": "floor", - "facing": "east", - "powered": "true" - } - }, - { - "id": 9041, - "properties": { - "face": "floor", - "facing": "east", - "powered": "false" - } - }, - { - "id": 9042, - "properties": { - "face": "wall", - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 9043, - "properties": { - "face": "wall", - "facing": "north", - "powered": "false" - } - }, - { - "id": 9044, - "properties": { - "face": "wall", - "facing": "south", - "powered": "true" - } - }, - { - "id": 9045, - "properties": { - "face": "wall", - "facing": "south", - "powered": "false" - } - }, - { - "id": 9046, - "properties": { - "face": "wall", - "facing": "west", - "powered": "true" - } - }, - { - "id": 9047, - "properties": { - "face": "wall", - "facing": "west", - "powered": "false" - } - }, - { - "id": 9048, - "properties": { - "face": "wall", - "facing": "east", - "powered": "true" - } - }, - { - "id": 9049, - "properties": { - "face": "wall", - "facing": "east", - "powered": "false" - } - }, - { - "id": 9050, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "true" - } - }, - { - "id": 9051, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "false" - } - }, - { - "id": 9052, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "true" - } - }, - { - "id": 9053, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "false" - } - }, - { - "id": 9054, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "true" - } - }, - { - "id": 9055, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "false" - } - }, - { - "id": 9056, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "true" - } - }, - { - "id": 9057, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:mangrove_door": { - "definition": { - "type": "minecraft:door", - "block_set_type": "mangrove", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 4355, + "states": [ + { + "id": 4354, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4355, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4356, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4357, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4358, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4359, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4360, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4361, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4362, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4363, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4364, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4365, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4366, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4367, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4368, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4369, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4370, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4371, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4372, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4373, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4374, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4375, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4376, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4377, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4378, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4379, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4380, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4381, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4382, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4383, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4384, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4385, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 195, + "name": "minecraft:spruce_sign", + "translation_key": "block.minecraft.spruce_sign", + "item_id": 909, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "upper", - "lower" + "default_state_id": 4387, + "states": [ + { + "id": 4386, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4387, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4388, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4389, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4390, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4391, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4392, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4393, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4394, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4395, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4396, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4397, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4398, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4399, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4400, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4401, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4402, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4403, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4404, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4405, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4406, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4407, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4408, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4409, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4410, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4411, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4412, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4413, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4414, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4415, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4416, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4417, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 196, + "name": "minecraft:birch_sign", + "translation_key": "block.minecraft.birch_sign", + "item_id": 910, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "hinge": [ - "left", - "right" + "default_state_id": 4419, + "states": [ + { + "id": 4418, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4419, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4420, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4421, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4422, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4423, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4424, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4425, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4426, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4427, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4428, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4429, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4430, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4431, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4432, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4433, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4434, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4435, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4436, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4437, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4438, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4439, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4440, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4441, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4442, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4443, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4444, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4445, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4446, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4447, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4448, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4449, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 197, + "name": "minecraft:acacia_sign", + "translation_key": "block.minecraft.acacia_sign", + "item_id": 912, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 4451, + "states": [ + { + "id": 4450, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4451, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4452, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4453, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4454, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4455, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4456, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4457, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4458, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4459, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4460, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4461, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4462, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4463, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4464, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4465, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4466, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4467, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4468, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4469, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4470, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4471, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4472, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4473, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4474, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4475, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4476, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4477, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4478, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4479, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4480, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4481, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 198, + "name": "minecraft:cherry_sign", + "translation_key": "block.minecraft.cherry_sign", + "item_id": 913, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12675, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12676, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12677, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12678, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12679, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12680, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12681, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12682, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12683, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12684, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12685, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 12686, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12687, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12688, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12689, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12690, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12691, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12692, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12693, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12694, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12695, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12696, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12697, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12698, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12699, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12700, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12701, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12702, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12703, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12704, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12705, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12706, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12707, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12708, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12709, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12710, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12711, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12712, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12713, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12714, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12715, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12716, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12717, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12718, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12719, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12720, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12721, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12722, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12723, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12724, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12725, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12726, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12727, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12728, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12729, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12730, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12731, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12732, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12733, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12734, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12735, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12736, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12737, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12738, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:mangrove_fence": { - "definition": { - "type": "minecraft:fence", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 4483, + "states": [ + { + "id": 4482, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4483, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4484, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4485, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4486, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4487, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4488, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4489, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4490, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4491, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4492, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4493, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4494, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4495, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4496, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4497, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4498, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4499, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4500, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4501, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4502, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4503, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4504, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4505, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4506, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4507, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4508, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4509, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4510, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4511, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4512, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4513, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 199, + "name": "minecraft:jungle_sign", + "translation_key": "block.minecraft.jungle_sign", + "item_id": 911, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 4515, + "states": [ + { + "id": 4514, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4515, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4516, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4517, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4518, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4519, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4520, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4521, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4522, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4523, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4524, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4525, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4526, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4527, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4528, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4529, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4530, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4531, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4532, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4533, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4534, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4535, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4536, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4537, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4538, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4539, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4540, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4541, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4542, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4543, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4544, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4545, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 200, + "name": "minecraft:dark_oak_sign", + "translation_key": "block.minecraft.dark_oak_sign", + "item_id": 914, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 4547, + "states": [ + { + "id": 4546, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4547, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4548, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4549, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4550, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4551, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4552, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4553, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4554, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4555, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4556, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4557, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4558, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4559, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4560, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4561, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4562, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4563, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4564, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4565, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4566, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4567, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4568, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4569, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4570, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4571, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4572, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4573, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4574, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4575, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4576, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4577, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 201, + "name": "minecraft:pale_oak_sign", + "translation_key": "block.minecraft.pale_oak_sign", + "item_id": 915, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 4579, + "states": [ + { + "id": 4578, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4579, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4580, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4581, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4582, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4583, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4584, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4585, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4586, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4587, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4588, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4589, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4590, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4591, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4592, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4593, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4594, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4595, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4596, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4597, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4598, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4599, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4600, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4601, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4602, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4603, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4604, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4605, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4606, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4607, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4608, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4609, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 202, + "name": "minecraft:mangrove_sign", + "translation_key": "block.minecraft.mangrove_sign", + "item_id": 916, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12163, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12164, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12165, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12166, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12167, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12168, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12169, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12170, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12171, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12172, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12173, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12174, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12175, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12176, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12177, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12178, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12179, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12180, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12181, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12182, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12183, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12184, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12185, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12186, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12187, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12188, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12189, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12190, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12191, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12192, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12193, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 12194, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:mangrove_fence_gate": { - "definition": { - "type": "minecraft:fence_gate", - "properties": {}, - "wood_type": "mangrove" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 4611, + "states": [ + { + "id": 4610, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4611, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4612, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4613, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4614, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4615, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4616, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4617, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4618, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4619, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4620, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4621, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4622, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4623, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4624, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4625, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4626, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4627, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4628, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4629, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4630, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4631, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4632, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4633, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4634, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4635, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4636, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4637, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4638, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4639, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4640, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4641, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 203, + "name": "minecraft:bamboo_sign", + "translation_key": "block.minecraft.bamboo_sign", + "item_id": 917, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "in_wall": [ - "true", - "false" + "default_state_id": 4643, + "states": [ + { + "id": 4642, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4643, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4644, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4645, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4646, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4647, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4648, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4649, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4650, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4651, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4652, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4653, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4654, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4655, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4656, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4657, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4658, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4659, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4660, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4661, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4662, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4663, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4664, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4665, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4666, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4667, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4668, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4669, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4670, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4671, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4672, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4673, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 204, + "name": "minecraft:oak_door", + "translation_key": "block.minecraft.oak_door", + "item_id": 727, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 4685, + "states": [ + { + "id": 4674, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 4675, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 4676, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 4677, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 4678, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 4679, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 4680, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 4681, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 4682, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 4683, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 4684, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 4685, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 4686, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 4687, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 4688, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 4689, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 4690, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 4691, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 4692, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 4693, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 4694, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 4695, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 4696, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 4697, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 4698, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 4699, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 4700, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 4701, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 4702, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 4703, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 4704, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 4705, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 4706, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 4707, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 4708, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 4709, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 4710, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 4711, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 4712, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 4713, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 4714, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 4715, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 4716, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 4717, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 4718, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 4719, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 4720, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 4721, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 4722, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 4723, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 4724, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 4725, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 4726, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 4727, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 4728, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 4729, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 4730, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 4731, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 4732, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 4733, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 4734, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 4735, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 4736, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 4737, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 205, + "name": "minecraft:ladder", + "translation_key": "block.minecraft.ladder", + "item_id": 315, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11875, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11876, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11877, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11878, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11879, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11880, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11881, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 11882, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11883, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11884, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11885, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11886, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11887, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11888, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11889, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11890, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11891, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11892, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11893, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11894, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11895, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11896, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11897, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11898, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11899, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11900, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11901, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11902, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11903, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11904, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11905, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11906, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:mangrove_hanging_sign": { - "definition": { - "type": "minecraft:ceiling_hanging_sign", - "properties": {}, - "wood_type": "mangrove" - }, - "properties": { - "attached": [ - "true", - "false" + "default_state_id": 4739, + "states": [ + { + "id": 4738, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 4739, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 4740, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 4741, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 4742, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 4743, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 4744, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 4745, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 206, + "name": "minecraft:rail", + "translation_key": "block.minecraft.rail", + "item_id": 782, + "properties": [ + { + "name": "shape", + "values": [ + "north_south", + "east_west", + "ascending_east", + "ascending_west", + "ascending_north", + "ascending_south", + "south_east", + "south_west", + "north_west", + "north_east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "default_state_id": 4747, + "states": [ + { + "id": 4746, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4747, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4748, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4749, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4750, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4751, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4752, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4753, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4754, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4755, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4756, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4757, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4758, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4759, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4760, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4761, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4762, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4763, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4764, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 4765, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 207, + "name": "minecraft:cobblestone_stairs", + "translation_key": "block.minecraft.cobblestone_stairs", + "item_id": 316, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5566, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "id": 5567, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5568, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5569, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5570, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5571, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5572, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5573, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5574, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5575, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5576, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5577, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5578, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5579, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5580, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5581, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5582, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5583, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5584, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5585, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5586, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5587, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5588, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5589, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5590, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5591, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5592, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5593, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5594, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5595, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5596, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5597, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "false" - } - }, - { - "id": 5598, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5599, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5600, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5601, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5602, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5603, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5604, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5605, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5606, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5607, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5608, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5609, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5610, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5611, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5612, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5613, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5614, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5615, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5616, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5617, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5618, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5619, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5620, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5621, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5622, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5623, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5624, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5625, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5626, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5627, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5628, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5629, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:mangrove_leaves": { - "definition": { - "type": "minecraft:mangrove_leaves", - "properties": {} - }, - "properties": { - "distance": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" + "default_state_id": 4777, + "states": [ + { + "id": 4766, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 4767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 4768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 4769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 4770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 4771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 4772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 4773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 4774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 4775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 4776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 4777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 4778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 4779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 4780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 4781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 4782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 4783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 4784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 4785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 4786, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 4787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 4788, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 4789, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 4790, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 4791, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 4792, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 4793, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 4794, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 4795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 4796, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 4797, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 4798, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 4799, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 4800, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 4801, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 4802, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 4803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 4804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 4805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 4806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 4807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 4808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 4809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 4810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 4811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 4812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 4813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 4814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 4815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 4816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 4817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 4818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 4819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 4820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 4821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 4822, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 4823, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 4824, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 4825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 4826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 4827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 4828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 4829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 4830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 4831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 4832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 4833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 4834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 4835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 4836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 4837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 4838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 4839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 4840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 4841, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 4842, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 4843, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 4844, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 4845, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 208, + "name": "minecraft:oak_wall_sign", + "translation_key": "block.minecraft.oak_sign", + "item_id": 908, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "persistent": [ - "true", - "false" + "default_state_id": 4847, + "states": [ + { + "id": 4846, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4847, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4848, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4849, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4850, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4851, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4852, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4853, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 209, + "name": "minecraft:spruce_wall_sign", + "translation_key": "block.minecraft.spruce_sign", + "item_id": 909, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 476, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 477, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 478, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 479, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 480, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 481, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 482, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 483, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 484, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 485, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 486, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 487, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 488, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 489, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 490, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 491, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 492, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 493, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 494, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 495, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 496, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 497, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 498, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 499, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 500, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 501, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 502, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 503, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:mangrove_log": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 160, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 161, - "properties": { - "axis": "y" - } - }, - { - "id": 162, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:mangrove_planks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 26 - } - ] - }, - "minecraft:mangrove_pressure_plate": { - "definition": { - "type": "minecraft:pressure_plate", - "block_set_type": "mangrove", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5896, - "properties": { - "powered": "true" - } - }, - { - "default": true, - "id": 5897, - "properties": { - "powered": "false" - } - } - ] - }, - "minecraft:mangrove_propagule": { - "definition": { - "type": "minecraft:mangrove_propagule", - "properties": {}, - "tree": "mangrove" - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3", - "4" + "default_state_id": 4855, + "states": [ + { + "id": 4854, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4855, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4856, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4857, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4858, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4859, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4860, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4861, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 210, + "name": "minecraft:birch_wall_sign", + "translation_key": "block.minecraft.birch_sign", + "item_id": 910, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "hanging": [ - "true", - "false" + "default_state_id": 4863, + "states": [ + { + "id": 4862, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4863, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4864, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4865, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4866, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4867, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4868, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4869, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 211, + "name": "minecraft:acacia_wall_sign", + "translation_key": "block.minecraft.acacia_sign", + "item_id": 912, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "stage": [ - "0", - "1" + "default_state_id": 4871, + "states": [ + { + "id": 4870, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4871, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4872, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4873, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4874, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4875, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4876, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4877, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 212, + "name": "minecraft:cherry_wall_sign", + "translation_key": "block.minecraft.cherry_sign", + "item_id": 913, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 45, - "properties": { - "age": "0", - "hanging": "true", - "stage": "0", - "waterlogged": "true" - } - }, - { - "id": 46, - "properties": { - "age": "0", - "hanging": "true", - "stage": "0", - "waterlogged": "false" - } - }, - { - "id": 47, - "properties": { - "age": "0", - "hanging": "true", - "stage": "1", - "waterlogged": "true" - } - }, - { - "id": 48, - "properties": { - "age": "0", - "hanging": "true", - "stage": "1", - "waterlogged": "false" - } - }, - { - "id": 49, - "properties": { - "age": "0", - "hanging": "false", - "stage": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 50, - "properties": { - "age": "0", - "hanging": "false", - "stage": "0", - "waterlogged": "false" - } - }, - { - "id": 51, - "properties": { - "age": "0", - "hanging": "false", - "stage": "1", - "waterlogged": "true" - } - }, - { - "id": 52, - "properties": { - "age": "0", - "hanging": "false", - "stage": "1", - "waterlogged": "false" - } - }, - { - "id": 53, - "properties": { - "age": "1", - "hanging": "true", - "stage": "0", - "waterlogged": "true" - } - }, - { - "id": 54, - "properties": { - "age": "1", - "hanging": "true", - "stage": "0", - "waterlogged": "false" - } - }, - { - "id": 55, - "properties": { - "age": "1", - "hanging": "true", - "stage": "1", - "waterlogged": "true" - } - }, - { - "id": 56, - "properties": { - "age": "1", - "hanging": "true", - "stage": "1", - "waterlogged": "false" - } - }, - { - "id": 57, - "properties": { - "age": "1", - "hanging": "false", - "stage": "0", - "waterlogged": "true" - } - }, - { - "id": 58, - "properties": { - "age": "1", - "hanging": "false", - "stage": "0", - "waterlogged": "false" - } - }, - { - "id": 59, - "properties": { - "age": "1", - "hanging": "false", - "stage": "1", - "waterlogged": "true" - } - }, - { - "id": 60, - "properties": { - "age": "1", - "hanging": "false", - "stage": "1", - "waterlogged": "false" - } - }, - { - "id": 61, - "properties": { - "age": "2", - "hanging": "true", - "stage": "0", - "waterlogged": "true" - } - }, - { - "id": 62, - "properties": { - "age": "2", - "hanging": "true", - "stage": "0", - "waterlogged": "false" - } - }, - { - "id": 63, - "properties": { - "age": "2", - "hanging": "true", - "stage": "1", - "waterlogged": "true" - } - }, - { - "id": 64, - "properties": { - "age": "2", - "hanging": "true", - "stage": "1", - "waterlogged": "false" - } - }, - { - "id": 65, - "properties": { - "age": "2", - "hanging": "false", - "stage": "0", - "waterlogged": "true" - } - }, - { - "id": 66, - "properties": { - "age": "2", - "hanging": "false", - "stage": "0", - "waterlogged": "false" - } - }, - { - "id": 67, - "properties": { - "age": "2", - "hanging": "false", - "stage": "1", - "waterlogged": "true" - } - }, - { - "id": 68, - "properties": { - "age": "2", - "hanging": "false", - "stage": "1", - "waterlogged": "false" - } - }, - { - "id": 69, - "properties": { - "age": "3", - "hanging": "true", - "stage": "0", - "waterlogged": "true" - } - }, - { - "id": 70, - "properties": { - "age": "3", - "hanging": "true", - "stage": "0", - "waterlogged": "false" - } - }, - { - "id": 71, - "properties": { - "age": "3", - "hanging": "true", - "stage": "1", - "waterlogged": "true" - } - }, - { - "id": 72, - "properties": { - "age": "3", - "hanging": "true", - "stage": "1", - "waterlogged": "false" - } - }, - { - "id": 73, - "properties": { - "age": "3", - "hanging": "false", - "stage": "0", - "waterlogged": "true" - } - }, - { - "id": 74, - "properties": { - "age": "3", - "hanging": "false", - "stage": "0", - "waterlogged": "false" - } - }, - { - "id": 75, - "properties": { - "age": "3", - "hanging": "false", - "stage": "1", - "waterlogged": "true" - } - }, - { - "id": 76, - "properties": { - "age": "3", - "hanging": "false", - "stage": "1", - "waterlogged": "false" - } - }, - { - "id": 77, - "properties": { - "age": "4", - "hanging": "true", - "stage": "0", - "waterlogged": "true" - } - }, - { - "id": 78, - "properties": { - "age": "4", - "hanging": "true", - "stage": "0", - "waterlogged": "false" - } - }, - { - "id": 79, - "properties": { - "age": "4", - "hanging": "true", - "stage": "1", - "waterlogged": "true" - } - }, - { - "id": 80, - "properties": { - "age": "4", - "hanging": "true", - "stage": "1", - "waterlogged": "false" - } - }, - { - "id": 81, - "properties": { - "age": "4", - "hanging": "false", - "stage": "0", - "waterlogged": "true" - } - }, - { - "id": 82, - "properties": { - "age": "4", - "hanging": "false", - "stage": "0", - "waterlogged": "false" - } - }, - { - "id": 83, - "properties": { - "age": "4", - "hanging": "false", - "stage": "1", - "waterlogged": "true" - } - }, - { - "id": 84, - "properties": { - "age": "4", - "hanging": "false", - "stage": "1", - "waterlogged": "false" - } - } - ] - }, - "minecraft:mangrove_roots": { - "definition": { - "type": "minecraft:mangrove_roots", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 163, - "properties": { - "waterlogged": "true" - } - }, - { - "default": true, - "id": 164, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:mangrove_sign": { - "definition": { - "type": "minecraft:standing_sign", - "properties": {}, - "wood_type": "mangrove" - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "default_state_id": 4879, + "states": [ + { + "id": 4878, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4879, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4880, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4881, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4882, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4883, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4884, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4885, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 213, + "name": "minecraft:jungle_wall_sign", + "translation_key": "block.minecraft.jungle_sign", + "item_id": 911, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4610, - "properties": { - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4611, - "properties": { - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 4612, - "properties": { - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 4613, - "properties": { - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 4614, - "properties": { - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 4615, - "properties": { - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 4616, - "properties": { - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 4617, - "properties": { - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 4618, - "properties": { - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 4619, - "properties": { - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 4620, - "properties": { - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 4621, - "properties": { - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 4622, - "properties": { - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 4623, - "properties": { - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 4624, - "properties": { - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 4625, - "properties": { - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 4626, - "properties": { - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 4627, - "properties": { - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 4628, - "properties": { - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 4629, - "properties": { - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 4630, - "properties": { - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 4631, - "properties": { - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 4632, - "properties": { - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 4633, - "properties": { - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 4634, - "properties": { - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 4635, - "properties": { - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 4636, - "properties": { - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 4637, - "properties": { - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 4638, - "properties": { - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 4639, - "properties": { - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 4640, - "properties": { - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 4641, - "properties": { - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:mangrove_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 4887, + "states": [ + { + "id": 4886, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4887, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4888, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4889, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4890, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4891, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4892, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4893, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 214, + "name": "minecraft:dark_oak_wall_sign", + "translation_key": "block.minecraft.dark_oak_sign", + "item_id": 914, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11545, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11546, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11547, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11548, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11549, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11550, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:mangrove_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:mangrove_planks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 4895, + "states": [ + { + "id": 4894, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4895, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4896, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4897, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4898, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4899, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4900, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4901, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 215, + "name": "minecraft:pale_oak_wall_sign", + "translation_key": "block.minecraft.pale_oak_sign", + "item_id": 915, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 4903, + "states": [ + { + "id": 4902, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4903, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4904, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4905, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4906, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4907, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4908, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4909, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 216, + "name": "minecraft:mangrove_wall_sign", + "translation_key": "block.minecraft.mangrove_sign", + "item_id": 916, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 4911, + "states": [ + { + "id": 4910, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4911, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4912, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4913, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4914, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4915, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4916, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4917, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 217, + "name": "minecraft:bamboo_wall_sign", + "translation_key": "block.minecraft.bamboo_sign", + "item_id": 917, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 10459, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10460, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10461, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10462, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10463, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10464, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10465, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10466, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10467, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10468, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10469, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 10470, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10471, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10472, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10473, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10474, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10475, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10476, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10477, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10478, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10479, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10480, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10481, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10482, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10483, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10484, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10485, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10486, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10487, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10488, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10489, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10490, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10491, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10492, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10493, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10494, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10495, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10496, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10497, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10498, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10499, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10500, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10501, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10502, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10503, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10504, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10505, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10506, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10507, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10508, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10509, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10510, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10511, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10512, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10513, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10514, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10515, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10516, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10517, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10518, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10519, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10520, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10521, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10522, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10523, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10524, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10525, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10526, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10527, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10528, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10529, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10530, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10531, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10532, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10533, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10534, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10535, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10536, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10537, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10538, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:mangrove_trapdoor": { - "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "mangrove", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 4919, + "states": [ + { + "id": 4918, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4919, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4920, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4921, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4922, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4923, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4924, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 4925, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 218, + "name": "minecraft:oak_hanging_sign", + "translation_key": "block.minecraft.oak_hanging_sign", + "item_id": 920, + "properties": [ + { + "name": "attached", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 4959, + "states": [ + { + "id": 4926, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4927, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4928, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4929, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4930, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4931, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4932, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4933, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4934, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4935, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4936, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4937, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4938, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4939, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4940, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4941, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4942, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4943, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4944, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4945, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4946, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4947, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4948, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4949, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4950, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4951, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4952, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4953, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4954, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4955, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4956, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4957, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4958, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4959, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4960, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4961, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4962, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4963, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4964, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4965, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4966, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4967, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4968, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4969, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4970, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4971, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4972, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4973, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4974, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4975, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4976, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4977, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4978, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4979, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4980, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4981, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4982, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4983, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4984, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4985, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4986, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4987, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4988, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4989, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + } + ] + }, + { + "id": 219, + "name": "minecraft:spruce_hanging_sign", + "translation_key": "block.minecraft.spruce_hanging_sign", + "item_id": 921, + "properties": [ + { + "name": "attached", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 5023, + "states": [ + { + "id": 4990, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4991, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4992, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4993, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4994, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4995, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4996, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4997, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4998, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 4999, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5000, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5001, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5002, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5003, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5004, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5005, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5006, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5007, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5008, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5009, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5010, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5011, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5012, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5013, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5014, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5015, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5016, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5017, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5018, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5019, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5020, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5021, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5022, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5023, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5024, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5025, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5026, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5027, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5028, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5029, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5030, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5031, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5032, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5033, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5034, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5035, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5036, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5037, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5038, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5039, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5040, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5041, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5042, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5043, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5044, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5045, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5046, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5047, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5048, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5049, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5050, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5051, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5052, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5053, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + } + ] + }, + { + "id": 220, + "name": "minecraft:birch_hanging_sign", + "translation_key": "block.minecraft.birch_hanging_sign", + "item_id": 922, + "properties": [ + { + "name": "attached", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" + "default_state_id": 5087, + "states": [ + { + "id": 5054, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5055, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5056, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5057, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5058, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5059, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5060, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5061, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5062, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5063, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5064, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5065, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5066, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5067, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5068, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5069, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5070, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5071, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5072, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5073, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5074, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5075, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5076, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5077, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5078, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5079, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5080, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5081, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5082, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5083, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5084, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5085, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5086, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5087, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5088, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5089, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5090, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5091, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5092, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5093, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5094, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5095, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5096, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5097, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5098, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5099, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5100, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5101, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5102, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5103, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5104, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5105, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5106, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5107, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5108, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5109, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5110, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5111, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5112, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5113, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5114, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5115, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5116, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5117, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + } + ] + }, + { + "id": 221, + "name": "minecraft:acacia_hanging_sign", + "translation_key": "block.minecraft.acacia_hanging_sign", + "item_id": 924, + "properties": [ + { + "name": "attached", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 6639, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6640, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6641, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6642, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6643, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6644, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6645, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6646, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6647, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6648, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6649, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6650, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6651, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6652, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6653, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 6654, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6655, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6656, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6657, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6658, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6659, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6660, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6661, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6662, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6663, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6664, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6665, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6666, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6667, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6668, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6669, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6670, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6671, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6672, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6673, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6674, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6675, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6676, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6677, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6678, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6679, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6680, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6681, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6682, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6683, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6684, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6685, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6686, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6687, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6688, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6689, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6690, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6691, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6692, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6693, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6694, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6695, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6696, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6697, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6698, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6699, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6700, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6701, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6702, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:mangrove_wall_hanging_sign": { - "definition": { - "type": "minecraft:wall_hanging_sign", - "properties": {}, - "wood_type": "mangrove" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 5151, + "states": [ + { + "id": 5118, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5119, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5120, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5121, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5122, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5123, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5124, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5125, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5126, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5127, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5128, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5129, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5130, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5131, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5132, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5133, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5134, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5135, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5136, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5137, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5138, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5139, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5140, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5141, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5142, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5143, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5144, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5145, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5146, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5147, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5148, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5149, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5150, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5151, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5152, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5153, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5154, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5155, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5156, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5157, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5158, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5159, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5160, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5161, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5162, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5163, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5164, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5165, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5166, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5167, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5168, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5169, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5170, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5171, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5172, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5173, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5174, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5175, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5176, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5177, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5178, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5179, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5180, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5181, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + } + ] + }, + { + "id": 222, + "name": "minecraft:cherry_hanging_sign", + "translation_key": "block.minecraft.cherry_hanging_sign", + "item_id": 925, + "properties": [ + { + "name": "attached", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5758, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5759, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 5760, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 5761, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 5762, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 5763, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 5764, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 5765, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:mangrove_wall_sign": { - "definition": { - "type": "minecraft:wall_sign", - "properties": {}, - "wood_type": "mangrove" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 5215, + "states": [ + { + "id": 5182, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5183, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5184, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5185, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5186, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5187, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5188, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5189, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5190, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5191, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5192, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5193, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5194, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5195, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5196, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5197, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5198, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5199, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5200, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5201, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5202, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5203, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5204, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5205, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5206, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5207, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5208, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5209, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5210, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5211, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5212, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5213, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5214, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5215, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5216, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5217, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5218, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5219, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5220, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5221, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5222, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5223, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5224, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5225, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5226, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5227, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5228, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5229, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5230, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5231, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5232, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5233, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5234, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5235, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5236, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5237, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5238, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5239, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5240, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5241, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5242, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5243, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5244, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5245, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + } + ] + }, + { + "id": 223, + "name": "minecraft:jungle_hanging_sign", + "translation_key": "block.minecraft.jungle_hanging_sign", + "item_id": 923, + "properties": [ + { + "name": "attached", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4910, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4911, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 4912, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 4913, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 4914, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 4915, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 4916, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 4917, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:mangrove_wood": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 222, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 223, - "properties": { - "axis": "y" - } - }, - { - "id": 224, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:medium_amethyst_bud": { - "definition": { - "type": "minecraft:amethyst_cluster", - "aabb_offset": 3.0, - "height": 4.0, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" + "default_state_id": 5279, + "states": [ + { + "id": 5246, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5247, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5248, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5249, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5250, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5251, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5252, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5253, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5254, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5255, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5256, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5257, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5258, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5259, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5260, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5261, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5262, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5263, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5264, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5265, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5266, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5267, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5268, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5269, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5270, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5271, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5272, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5273, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5274, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5275, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5276, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5277, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5278, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5279, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5280, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5281, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5282, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5283, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5284, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5285, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5286, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5287, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5288, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5289, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5290, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5291, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5292, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5293, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5294, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5295, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5296, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5297, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5298, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5299, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5300, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5301, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5302, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5303, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5304, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5305, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5306, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5307, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5308, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5309, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + } + ] + }, + { + "id": 224, + "name": "minecraft:dark_oak_hanging_sign", + "translation_key": "block.minecraft.dark_oak_hanging_sign", + "item_id": 926, + "properties": [ + { + "name": "attached", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21526, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 21527, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 21528, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 21529, - "properties": { - "facing": "east", - "waterlogged": "false" - } - }, - { - "id": 21530, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 21531, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 21532, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 21533, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 21534, - "properties": { - "facing": "up", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21535, - "properties": { - "facing": "up", - "waterlogged": "false" - } - }, - { - "id": 21536, - "properties": { - "facing": "down", - "waterlogged": "true" - } - }, - { - "id": 21537, - "properties": { - "facing": "down", - "waterlogged": "false" - } - } - ] - }, - "minecraft:melon": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 7042 - } - ] - }, - "minecraft:melon_stem": { - "definition": { - "type": "minecraft:stem", - "attached_stem": "minecraft:attached_melon_stem", - "fruit": "minecraft:melon", - "properties": {}, - "seed": "minecraft:melon_seeds" - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ] - }, - "states": [ - { - "default": true, - "id": 7059, - "properties": { - "age": "0" - } - }, - { - "id": 7060, - "properties": { - "age": "1" - } - }, - { - "id": 7061, - "properties": { - "age": "2" - } - }, - { - "id": 7062, - "properties": { - "age": "3" - } - }, - { - "id": 7063, - "properties": { - "age": "4" - } - }, - { - "id": 7064, - "properties": { - "age": "5" - } - }, - { - "id": 7065, - "properties": { - "age": "6" - } - }, - { - "id": 7066, - "properties": { - "age": "7" - } - } - ] - }, - "minecraft:moss_block": { - "definition": { - "type": "minecraft:bonemealable_feature_placer", - "feature": "minecraft:moss_patch_bonemeal", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 25312 - } - ] - }, - "minecraft:moss_carpet": { - "definition": { - "type": "minecraft:carpet", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 25295 - } - ] - }, - "minecraft:mossy_cobblestone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2396 - } - ] - }, - "minecraft:mossy_cobblestone_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 5343, + "states": [ + { + "id": 5310, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5311, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5312, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5313, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5314, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5315, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5316, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5317, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5318, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5319, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5320, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5321, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5322, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5323, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5324, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5325, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5326, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5327, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5328, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5329, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5330, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5331, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5332, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5333, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5334, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5335, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5336, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5337, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5338, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5339, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5340, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5341, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5342, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5343, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5344, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5345, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5346, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5347, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5348, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5349, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5350, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5351, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5352, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5353, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5354, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5355, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5356, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5357, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5358, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5359, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5360, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5361, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5362, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5363, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5364, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5365, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5366, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5367, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5368, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5369, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5370, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5371, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5372, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5373, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + } + ] + }, + { + "id": 225, + "name": "minecraft:pale_oak_hanging_sign", + "translation_key": "block.minecraft.pale_oak_hanging_sign", + "item_id": 927, + "properties": [ + { + "name": "attached", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14575, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 14576, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 14577, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14578, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 14579, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 14580, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:mossy_cobblestone_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:mossy_cobblestone" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 5407, + "states": [ + { + "id": 5374, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5375, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5376, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5377, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5378, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5379, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5380, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5381, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5382, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5383, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5384, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5385, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5386, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5387, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5388, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5389, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5390, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5391, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5392, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5393, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5394, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5395, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5396, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5397, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5398, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5399, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5400, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5401, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5402, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5403, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5404, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5405, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5406, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5407, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5408, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5409, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5410, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5411, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5412, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5413, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5414, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5415, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5416, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5417, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5418, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5419, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5420, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5421, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5422, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5423, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5424, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5425, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5426, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5427, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5428, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5429, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5430, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5431, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5432, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5433, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5434, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5435, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5436, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5437, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + } + ] + }, + { + "id": 226, + "name": "minecraft:crimson_hanging_sign", + "translation_key": "block.minecraft.crimson_hanging_sign", + "item_id": 930, + "properties": [ + { + "name": "attached", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 5471, + "states": [ + { + "id": 5438, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5439, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5440, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5441, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5442, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5443, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5444, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5445, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5446, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5447, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5448, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5449, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5450, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5451, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5452, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5453, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5454, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5455, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5456, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5457, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5458, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5459, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5460, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5461, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5462, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5463, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5464, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5465, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5466, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5467, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5468, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5469, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5470, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5471, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5472, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5473, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5474, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5475, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5476, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5477, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5478, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5479, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5480, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5481, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5482, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5483, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5484, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5485, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5486, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5487, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5488, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5489, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5490, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5491, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5492, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5493, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5494, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5495, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5496, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5497, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5498, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5499, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5500, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5501, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + } + ] + }, + { + "id": 227, + "name": "minecraft:warped_hanging_sign", + "translation_key": "block.minecraft.warped_hanging_sign", + "item_id": 931, + "properties": [ + { + "name": "attached", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 5535, + "states": [ + { + "id": 5502, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5503, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5504, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5505, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5506, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5507, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5508, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5509, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5510, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5511, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5512, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5513, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5514, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5515, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5516, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5517, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5518, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5519, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5520, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5521, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5522, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5523, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5524, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5525, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5526, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5527, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5528, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5529, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5530, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5531, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5532, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5533, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5534, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5535, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5536, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5537, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5538, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5539, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5540, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5541, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5542, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5543, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5544, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5545, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5546, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5547, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5548, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5549, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5550, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5551, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5552, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5553, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5554, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5555, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5556, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5557, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5558, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5559, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5560, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5561, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5562, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5563, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5564, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5565, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + } + ] + }, + { + "id": 228, + "name": "minecraft:mangrove_hanging_sign", + "translation_key": "block.minecraft.mangrove_hanging_sign", + "item_id": 928, + "properties": [ + { + "name": "attached", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 13751, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13752, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13753, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13754, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13755, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13756, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13757, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13758, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13759, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13760, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13761, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 13762, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13763, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13764, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13765, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13766, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13767, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13768, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13769, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13770, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13771, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13772, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13773, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13774, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13775, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13776, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13777, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13778, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13779, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13780, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13781, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13782, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13783, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13784, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13785, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13786, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13787, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13788, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13789, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13790, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13791, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13792, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13793, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13794, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13795, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13796, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13797, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13798, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13799, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13800, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13801, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13802, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13803, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13804, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13805, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13806, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13807, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13808, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13809, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13810, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13811, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13812, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13813, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13814, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13815, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13816, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13817, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13818, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13819, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13820, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13821, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13822, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13823, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13824, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13825, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13826, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13827, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13828, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13829, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13830, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:mossy_cobblestone_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" + "default_state_id": 5599, + "states": [ + { + "id": 5566, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5567, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5568, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5569, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5570, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5571, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5572, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5573, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5574, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5575, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5576, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5577, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5578, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5579, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5580, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5581, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5582, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5583, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5584, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5585, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5586, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5587, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5588, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5589, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5590, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5591, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5592, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5593, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5594, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5595, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5596, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5597, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5598, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5599, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5600, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5601, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5602, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5603, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5604, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5605, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5606, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5607, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5608, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5609, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5610, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5611, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5612, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5613, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5614, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5615, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5616, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5617, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5618, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5619, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5620, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5621, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5622, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5623, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5624, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5625, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5626, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5627, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5628, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5629, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + } + ] + }, + { + "id": 229, + "name": "minecraft:bamboo_hanging_sign", + "translation_key": "block.minecraft.bamboo_hanging_sign", + "item_id": 929, + "properties": [ + { + "name": "attached", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "none", - "low", - "tall" + "default_state_id": 5663, + "states": [ + { + "id": 5630, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5631, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5632, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5633, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5634, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5635, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5636, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5637, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5638, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5639, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5640, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5641, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5642, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5643, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5644, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5645, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5646, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5647, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5648, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5649, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5650, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5651, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5652, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5653, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5654, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5655, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5656, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5657, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5658, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5659, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5660, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5661, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5662, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5663, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5664, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5665, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5666, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5667, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5668, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5669, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5670, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5671, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5672, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5673, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5674, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5675, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5676, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5677, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5678, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5679, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5680, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5681, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5682, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5683, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5684, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5685, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5686, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5687, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5688, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5689, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5690, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5691, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5692, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + }, + { + "id": 5693, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 8 + } + ] + }, + { + "id": 230, + "name": "minecraft:oak_wall_hanging_sign", + "translation_key": "block.minecraft.oak_hanging_sign", + "item_id": 920, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "none", - "low", - "tall" + "default_state_id": 5695, + "states": [ + { + "id": 5694, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5695, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5696, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5697, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5698, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5699, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5700, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5701, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + } + ] + }, + { + "id": 231, + "name": "minecraft:spruce_wall_hanging_sign", + "translation_key": "block.minecraft.spruce_hanging_sign", + "item_id": 921, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 5703, + "states": [ + { + "id": 5702, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5703, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5704, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5705, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5706, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5707, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5708, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5709, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + } + ] + }, + { + "id": 232, + "name": "minecraft:birch_wall_hanging_sign", + "translation_key": "block.minecraft.birch_hanging_sign", + "item_id": 922, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 5711, + "states": [ + { + "id": 5710, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5711, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5712, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5713, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5714, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5715, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5716, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5717, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + } + ] + }, + { + "id": 233, + "name": "minecraft:acacia_wall_hanging_sign", + "translation_key": "block.minecraft.acacia_hanging_sign", + "item_id": 924, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 8473, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8474, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8475, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 8476, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8477, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8478, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8479, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8480, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8481, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8482, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8483, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8484, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8485, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8486, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8487, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8488, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8489, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8490, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8491, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8492, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8493, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8494, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8495, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8496, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8497, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8498, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8499, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8500, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8501, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8502, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8503, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8504, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8505, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8506, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8507, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8508, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8509, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8510, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8511, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8512, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8513, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8514, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8515, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8516, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8517, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8518, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8519, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8520, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8521, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8522, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8523, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8524, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8525, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8526, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8527, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8528, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8529, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8530, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8531, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8532, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8533, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8534, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8535, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8536, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8537, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8538, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8539, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8540, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8541, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8542, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8543, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8544, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8545, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8546, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8547, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8548, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8549, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8550, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8551, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8552, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8553, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8554, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8555, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8556, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8557, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8558, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8559, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8560, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8561, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8562, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8563, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8564, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8565, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8566, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8567, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8568, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8569, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8570, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8571, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8572, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8573, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8574, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8575, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8576, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8577, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8578, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8579, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8580, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8581, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8582, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8583, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8584, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8585, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8586, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8587, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8588, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8589, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8590, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8591, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8592, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8593, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8594, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8595, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8596, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8597, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8598, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8599, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8600, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8601, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8602, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8603, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8604, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8605, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8606, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8607, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8608, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8609, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8610, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8611, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8612, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8613, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8614, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8615, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8616, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8617, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8618, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8619, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8620, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8621, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8622, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8623, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8624, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8625, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8626, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8627, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8628, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8629, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8630, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8631, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8632, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8633, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8634, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8635, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8636, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8637, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8638, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8639, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8640, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8641, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8642, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8643, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8644, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8645, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8646, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8647, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8648, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8649, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8650, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8651, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8652, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8653, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8654, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8655, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8656, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8657, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8658, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8659, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8660, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8661, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8662, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8663, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8664, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8665, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8666, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8667, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8668, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8669, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8670, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8671, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8672, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8673, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8674, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8675, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8676, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8677, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8678, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8679, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8680, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8681, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8682, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8683, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8684, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8685, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8686, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8687, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8688, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8689, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8690, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8691, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8692, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8693, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8694, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8695, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8696, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8697, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8698, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8699, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8700, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8701, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8702, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8703, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8704, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8705, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8706, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8707, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8708, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8709, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8710, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8711, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8712, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8713, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8714, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8715, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8716, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8717, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8718, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8719, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8720, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8721, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8722, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8723, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8724, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8725, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8726, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8727, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8728, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8729, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8730, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8731, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8732, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8733, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8734, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8735, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8736, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8737, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8738, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8739, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8740, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8741, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8742, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8743, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8744, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8745, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8746, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8747, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8748, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8749, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8750, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8751, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8752, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8753, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8754, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8755, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8756, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8757, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8758, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8759, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8760, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8761, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8762, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8763, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8764, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8765, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8766, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8767, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8768, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8769, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8770, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8771, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8772, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8773, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8774, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8775, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8776, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8777, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8778, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8779, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8780, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8781, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8782, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8783, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8784, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8785, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8786, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8787, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8788, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8789, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8790, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 8791, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 8792, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 8793, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 8794, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 8795, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 8796, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:mossy_stone_brick_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 5719, + "states": [ + { + "id": 5718, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5719, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5720, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5721, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5722, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5723, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5724, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5725, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + } + ] + }, + { + "id": 234, + "name": "minecraft:cherry_wall_hanging_sign", + "translation_key": "block.minecraft.cherry_hanging_sign", + "item_id": 925, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14563, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 14564, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 14565, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14566, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 14567, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 14568, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:mossy_stone_brick_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:mossy_stone_bricks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 5727, + "states": [ + { + "id": 5726, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5727, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5728, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5729, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5730, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5731, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5732, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5733, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + } + ] + }, + { + "id": 235, + "name": "minecraft:jungle_wall_hanging_sign", + "translation_key": "block.minecraft.jungle_hanging_sign", + "item_id": 923, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 5735, + "states": [ + { + "id": 5734, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5735, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5736, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5737, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5738, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5739, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5740, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5741, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + } + ] + }, + { + "id": 236, + "name": "minecraft:dark_oak_wall_hanging_sign", + "translation_key": "block.minecraft.dark_oak_hanging_sign", + "item_id": 926, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 5743, + "states": [ + { + "id": 5742, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5743, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5744, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5745, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5746, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5747, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5748, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5749, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + } + ] + }, + { + "id": 237, + "name": "minecraft:pale_oak_wall_hanging_sign", + "translation_key": "block.minecraft.pale_oak_hanging_sign", + "item_id": 927, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 13591, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13592, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13593, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13594, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13595, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13596, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13597, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13598, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13599, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13600, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13601, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 13602, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13603, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13604, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13605, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13606, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13607, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13608, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13609, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13610, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13611, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13612, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13613, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13614, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13615, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13616, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13617, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13618, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13619, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13620, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13621, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13622, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13623, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13624, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13625, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13626, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13627, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13628, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13629, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13630, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13631, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13632, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13633, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13634, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13635, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13636, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13637, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13638, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13639, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13640, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13641, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13642, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13643, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13644, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13645, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13646, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13647, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13648, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13649, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13650, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13651, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13652, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13653, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13654, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13655, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13656, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13657, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13658, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13659, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13660, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13661, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13662, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13663, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13664, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13665, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13666, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13667, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13668, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13669, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13670, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:mossy_stone_brick_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" + "default_state_id": 5751, + "states": [ + { + "id": 5750, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5751, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5752, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5753, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5754, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5755, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5756, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5757, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + } + ] + }, + { + "id": 238, + "name": "minecraft:mangrove_wall_hanging_sign", + "translation_key": "block.minecraft.mangrove_hanging_sign", + "item_id": 928, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "none", - "low", - "tall" + "default_state_id": 5759, + "states": [ + { + "id": 5758, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5759, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5760, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5761, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5762, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5763, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5764, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5765, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + } + ] + }, + { + "id": 239, + "name": "minecraft:crimson_wall_hanging_sign", + "translation_key": "block.minecraft.crimson_hanging_sign", + "item_id": 930, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "none", - "low", - "tall" + "default_state_id": 5767, + "states": [ + { + "id": 5766, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5767, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5768, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5769, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5770, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5771, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5772, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5773, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + } + ] + }, + { + "id": 240, + "name": "minecraft:warped_wall_hanging_sign", + "translation_key": "block.minecraft.warped_hanging_sign", + "item_id": 931, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 5775, + "states": [ + { + "id": 5774, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5775, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5776, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5777, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5778, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5779, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5780, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5781, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + } + ] + }, + { + "id": 241, + "name": "minecraft:bamboo_wall_hanging_sign", + "translation_key": "block.minecraft.bamboo_hanging_sign", + "item_id": 929, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 5783, + "states": [ + { + "id": 5782, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5783, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5784, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5785, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 68 + ], + "block_entity_type": 8 + }, + { + "id": 5786, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5787, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5788, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + }, + { + "id": 5789, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 69 + ], + "block_entity_type": 8 + } + ] + }, + { + "id": 242, + "name": "minecraft:lever", + "translation_key": "block.minecraft.lever", + "item_id": 686, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 15601, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15602, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15603, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 15604, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15605, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15606, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15607, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15608, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15609, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15610, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15611, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15612, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15613, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15614, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15615, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15616, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15617, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15618, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15619, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15620, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15621, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15622, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15623, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15624, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15625, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15626, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15627, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15628, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15629, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15630, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15631, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15632, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15633, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15634, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15635, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15636, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15637, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15638, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15639, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15640, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15641, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15642, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15643, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15644, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15645, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15646, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15647, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15648, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15649, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15650, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15651, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15652, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15653, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15654, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15655, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15656, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15657, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15658, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15659, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15660, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15661, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15662, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15663, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15664, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15665, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15666, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15667, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15668, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15669, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15670, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15671, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15672, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15673, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15674, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15675, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15676, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15677, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15678, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15679, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15680, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15681, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15682, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15683, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15684, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15685, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15686, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15687, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15688, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15689, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15690, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15691, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15692, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15693, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15694, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15695, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15696, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15697, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15698, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15699, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15700, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15701, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15702, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15703, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15704, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15705, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15706, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15707, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15708, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15709, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15710, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15711, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15712, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15713, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15714, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15715, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15716, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15717, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15718, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15719, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15720, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15721, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15722, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15723, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15724, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15725, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15726, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15727, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15728, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15729, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15730, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15731, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15732, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15733, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15734, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15735, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15736, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15737, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15738, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15739, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15740, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15741, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15742, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15743, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15744, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15745, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15746, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15747, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15748, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15749, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15750, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15751, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15752, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15753, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15754, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15755, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15756, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15757, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15758, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15759, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15760, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15761, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15762, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15763, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15764, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15765, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15766, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15767, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15768, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15769, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15770, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15771, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15772, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15773, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15774, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15775, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15776, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15777, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15778, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15779, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15780, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15781, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15782, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15783, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15784, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15785, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15786, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15787, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15788, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15789, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15790, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15791, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15792, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15793, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15794, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15795, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15796, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15797, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15798, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15799, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15800, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15801, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15802, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15803, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15804, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15805, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15806, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15807, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15808, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15809, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15810, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15811, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15812, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15813, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15814, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15815, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15816, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15817, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15818, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15819, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15820, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15821, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15822, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15823, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15824, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15825, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15826, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15827, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15828, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15829, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15830, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15831, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15832, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15833, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15834, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15835, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15836, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15837, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15838, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15839, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15840, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15841, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15842, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15843, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15844, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15845, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15846, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15847, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15848, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15849, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15850, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15851, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15852, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15853, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15854, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15855, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15856, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15857, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15858, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15859, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15860, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15861, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15862, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15863, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15864, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15865, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15866, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15867, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15868, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15869, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15870, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15871, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15872, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15873, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15874, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15875, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15876, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15877, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15878, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15879, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15880, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15881, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15882, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15883, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15884, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15885, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15886, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15887, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15888, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15889, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15890, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15891, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15892, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15893, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15894, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15895, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15896, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15897, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15898, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15899, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15900, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15901, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15902, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15903, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15904, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15905, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15906, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15907, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15908, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15909, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15910, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15911, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15912, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15913, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15914, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15915, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15916, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15917, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15918, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15919, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15920, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15921, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15922, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15923, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15924, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:mossy_stone_bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6768 - } - ] - }, - "minecraft:moving_piston": { - "definition": { - "type": "minecraft:moving_piston", - "properties": {} - }, - "properties": { - "type": [ - "normal", - "sticky" + "default_state_id": 5799, + "states": [ + { + "id": 5790, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5791, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5792, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5793, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5794, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5795, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5796, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5797, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5798, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5799, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5800, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5801, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5802, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5803, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5804, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5805, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5806, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5807, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5808, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5809, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5810, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5811, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5812, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5813, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 243, + "name": "minecraft:stone_pressure_plate", + "translation_key": "block.minecraft.stone_pressure_plate", + "item_id": 710, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "default": true, - "id": 2106, - "properties": { - "type": "normal", - "facing": "north" - } - }, - { - "id": 2107, - "properties": { - "type": "sticky", - "facing": "north" - } - }, - { - "id": 2108, - "properties": { - "type": "normal", - "facing": "east" - } - }, - { - "id": 2109, - "properties": { - "type": "sticky", - "facing": "east" - } - }, - { - "id": 2110, - "properties": { - "type": "normal", - "facing": "south" - } - }, - { - "id": 2111, - "properties": { - "type": "sticky", - "facing": "south" - } - }, - { - "id": 2112, - "properties": { - "type": "normal", - "facing": "west" - } - }, - { - "id": 2113, - "properties": { - "type": "sticky", - "facing": "west" - } - }, - { - "id": 2114, - "properties": { - "type": "normal", - "facing": "up" - } - }, - { - "id": 2115, - "properties": { - "type": "sticky", - "facing": "up" - } - }, - { - "id": 2116, - "properties": { - "type": "normal", - "facing": "down" - } - }, - { - "id": 2117, - "properties": { - "type": "sticky", - "facing": "down" - } - } - ] - }, - "minecraft:mud": { - "definition": { - "type": "minecraft:mud", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 25372 - } - ] - }, - "minecraft:mud_brick_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 5815, + "states": [ + { + "id": 5814, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5815, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 244, + "name": "minecraft:iron_door", + "translation_key": "block.minecraft.iron_door", + "item_id": 726, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11611, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11612, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11613, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11614, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11615, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11616, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:mud_brick_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:mud_bricks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 5827, + "states": [ + { + "id": 5816, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 5817, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 5818, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 5819, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 5820, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 5821, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 5822, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 5823, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 5824, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 5825, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 5826, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 5827, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 5828, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 5829, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 5830, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 5831, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 5832, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 5833, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 5834, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 5835, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 5836, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 5837, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 5838, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 5839, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 5840, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 5841, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 5842, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 5843, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 5844, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 5845, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 5846, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 5847, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 5848, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 5849, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 5850, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 5851, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 5852, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 5853, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 5854, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 5855, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 5856, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 5857, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 5858, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 5859, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 5860, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 5861, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 5862, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 5863, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 5864, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 5865, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 5866, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 5867, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 5868, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 5869, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 5870, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 5871, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 5872, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 5873, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 5874, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 5875, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 5876, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 5877, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 5878, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 5879, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 245, + "name": "minecraft:oak_pressure_plate", + "translation_key": "block.minecraft.oak_pressure_plate", + "item_id": 714, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 5881, + "states": [ + { + "id": 5880, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5881, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 246, + "name": "minecraft:spruce_pressure_plate", + "translation_key": "block.minecraft.spruce_pressure_plate", + "item_id": 715, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 5883, + "states": [ + { + "id": 5882, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5883, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 247, + "name": "minecraft:birch_pressure_plate", + "translation_key": "block.minecraft.birch_pressure_plate", + "item_id": 716, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7419, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7420, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7421, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7422, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7423, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7424, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7425, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7426, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7427, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7428, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7429, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 7430, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7431, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7432, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7433, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7434, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7435, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7436, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7437, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7438, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7439, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7440, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7441, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7442, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7443, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7444, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7445, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7446, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7447, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7448, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7449, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7450, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7451, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7452, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7453, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7454, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7455, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7456, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7457, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7458, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7459, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7460, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7461, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7462, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7463, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7464, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7465, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7466, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7467, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7468, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7469, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7470, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7471, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7472, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7473, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7474, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7475, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7476, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7477, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7478, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7479, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7480, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7481, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7482, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7483, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7484, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7485, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7486, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7487, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7488, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7489, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7490, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7491, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7492, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7493, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7494, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7495, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7496, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7497, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7498, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:mud_brick_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" + "default_state_id": 5885, + "states": [ + { + "id": 5884, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5885, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 248, + "name": "minecraft:jungle_pressure_plate", + "translation_key": "block.minecraft.jungle_pressure_plate", + "item_id": 717, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "none", - "low", - "tall" + "default_state_id": 5887, + "states": [ + { + "id": 5886, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5887, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 249, + "name": "minecraft:acacia_pressure_plate", + "translation_key": "block.minecraft.acacia_pressure_plate", + "item_id": 718, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "none", - "low", - "tall" + "default_state_id": 5889, + "states": [ + { + "id": 5888, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5889, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 250, + "name": "minecraft:cherry_pressure_plate", + "translation_key": "block.minecraft.cherry_pressure_plate", + "item_id": 719, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 5891, + "states": [ + { + "id": 5890, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5891, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 251, + "name": "minecraft:dark_oak_pressure_plate", + "translation_key": "block.minecraft.dark_oak_pressure_plate", + "item_id": 720, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 5893, + "states": [ + { + "id": 5892, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5893, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 252, + "name": "minecraft:pale_oak_pressure_plate", + "translation_key": "block.minecraft.pale_oak_pressure_plate", + "item_id": 721, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 16573, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16574, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16575, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 16576, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16577, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16578, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16579, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16580, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16581, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16582, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16583, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16584, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16585, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16586, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16587, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16588, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16589, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16590, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16591, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16592, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16593, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16594, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16595, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16596, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16597, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16598, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16599, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16600, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16601, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16602, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16603, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16604, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16605, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16606, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16607, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16608, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16609, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16610, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16611, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16612, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16613, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16614, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16615, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16616, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16617, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16618, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16619, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16620, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16621, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16622, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16623, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16624, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16625, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16626, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16627, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16628, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16629, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16630, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16631, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16632, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16633, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16634, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16635, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16636, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16637, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16638, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16639, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16640, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16641, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16642, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16643, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16644, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16645, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16646, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16647, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16648, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16649, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16650, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16651, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16652, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16653, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16654, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16655, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16656, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16657, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16658, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16659, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16660, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16661, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16662, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16663, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16664, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16665, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16666, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16667, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16668, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16669, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16670, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16671, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16672, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16673, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16674, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16675, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16676, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16677, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16678, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16679, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16680, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16681, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16682, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16683, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16684, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16685, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16686, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16687, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16688, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16689, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16690, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16691, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16692, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16693, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16694, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16695, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16696, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16697, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16698, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16699, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16700, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16701, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16702, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16703, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16704, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16705, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16706, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16707, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16708, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16709, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16710, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16711, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16712, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16713, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16714, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16715, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16716, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16717, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16718, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16719, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16720, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16721, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16722, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16723, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16724, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16725, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16726, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16727, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16728, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16729, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16730, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16731, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16732, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16733, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16734, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16735, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16736, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16737, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16738, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16739, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16740, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16741, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16742, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16743, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16744, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16745, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16746, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16747, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16748, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16749, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16750, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16751, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16752, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16753, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16754, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16755, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16756, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16757, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16758, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16759, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16760, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16761, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16762, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16763, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16764, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16765, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16766, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16767, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16768, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16769, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16770, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16771, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16772, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16773, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16774, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16775, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16776, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16777, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16778, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16779, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16780, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16781, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16782, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16783, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16784, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16785, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16786, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16787, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16788, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16789, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16790, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16791, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16792, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16793, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16794, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16795, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16796, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16797, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16798, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16799, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16800, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16801, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16802, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16803, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16804, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16805, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16806, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16807, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16808, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16809, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16810, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16811, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16812, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16813, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16814, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16815, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16816, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16817, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16818, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16819, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16820, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16821, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16822, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16823, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16824, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16825, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16826, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16827, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16828, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16829, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16830, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16831, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16832, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16833, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16834, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16835, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16836, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16837, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16838, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16839, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16840, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16841, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16842, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16843, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16844, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16845, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16846, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16847, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16848, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16849, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16850, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16851, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16852, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16853, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16854, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16855, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16856, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16857, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16858, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16859, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16860, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16861, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16862, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16863, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16864, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16865, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16866, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16867, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16868, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16869, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16870, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16871, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16872, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16873, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16874, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16875, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16876, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16877, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16878, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16879, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16880, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16881, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16882, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16883, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16884, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16885, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16886, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16887, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16888, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16889, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16890, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16891, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16892, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16893, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16894, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16895, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16896, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:mud_bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6772 - } - ] - }, - "minecraft:muddy_mangrove_roots": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 165, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 166, - "properties": { - "axis": "y" - } - }, - { - "id": 167, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:mushroom_stem": { - "definition": { - "type": "minecraft:huge_mushroom", - "properties": {} - }, - "properties": { - "down": [ - "true", - "false" + "default_state_id": 5895, + "states": [ + { + "id": 5894, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5895, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 253, + "name": "minecraft:mangrove_pressure_plate", + "translation_key": "block.minecraft.mangrove_pressure_plate", + "item_id": 722, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "east": [ - "true", - "false" + "default_state_id": 5897, + "states": [ + { + "id": 5896, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5897, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 254, + "name": "minecraft:bamboo_pressure_plate", + "translation_key": "block.minecraft.bamboo_pressure_plate", + "item_id": 723, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 5899, + "states": [ + { + "id": 5898, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5899, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 255, + "name": "minecraft:redstone_ore", + "translation_key": "block.minecraft.redstone_ore", + "item_id": 72, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 5901, + "states": [ + { + "id": 5900, + "luminance": 9, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 5901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 256, + "name": "minecraft:deepslate_redstone_ore", + "translation_key": "block.minecraft.deepslate_redstone_ore", + "item_id": 73, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 5903, + "states": [ + { + "id": 5902, + "luminance": 9, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 5903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 257, + "name": "minecraft:redstone_torch", + "translation_key": "block.minecraft.redstone_torch", + "item_id": 672, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 6907, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6908, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6909, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6910, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6911, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6912, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6913, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6914, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6915, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6916, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6917, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6918, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6919, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6920, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6921, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6922, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6923, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6924, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6925, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6926, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6927, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6928, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6929, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6930, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6931, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6932, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6933, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6934, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6935, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6936, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6937, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6938, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6939, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6940, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6941, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6942, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6943, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6944, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6945, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6946, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6947, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6948, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6949, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6950, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6951, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6952, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6953, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6954, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6955, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6956, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6957, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6958, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6959, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6960, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6961, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6962, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6963, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6964, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6965, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6966, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6967, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6968, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6969, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6970, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - } - ] - }, - "minecraft:mycelium": { - "definition": { - "type": "minecraft:mycelium", - "properties": {} - }, - "properties": { - "snowy": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7499, - "properties": { - "snowy": "true" - } - }, - { - "default": true, - "id": 7500, - "properties": { - "snowy": "false" - } - } - ] - }, - "minecraft:nether_brick_fence": { - "definition": { - "type": "minecraft:fence", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 5904, + "states": [ + { + "id": 5904, + "luminance": 7, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5905, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 258, + "name": "minecraft:redstone_wall_torch", + "translation_key": "block.minecraft.redstone_torch", + "item_id": 672, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 5906, + "states": [ + { + "id": 5906, + "luminance": 7, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5907, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5908, + "luminance": 7, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5909, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5910, + "luminance": 7, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5911, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5912, + "luminance": 7, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5913, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 259, + "name": "minecraft:stone_button", + "translation_key": "block.minecraft.stone_button", + "item_id": 696, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 5923, + "states": [ + { + "id": 5914, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5915, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5916, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5917, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5918, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5919, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5920, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5921, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5922, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5923, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5924, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5925, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5926, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5927, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5928, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5929, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5930, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5931, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5932, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5933, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5934, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5935, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5936, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5937, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 260, + "name": "minecraft:snow", + "translation_key": "block.minecraft.snow", + "item_id": 317, + "properties": [ + { + "name": "layers", + "values": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8" + ] + } + ], + "default_state_id": 5938, + "states": [ + { + "id": 5938, + "luminance": 0, + "opaque": true, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 5939, + "luminance": 0, + "opaque": true, + "replaceable": true, + "collision_shapes": [ + 70 + ] + }, + { + "id": 5940, + "luminance": 0, + "opaque": true, + "replaceable": true, + "collision_shapes": [ + 38 + ] + }, + { + "id": 5941, + "luminance": 0, + "opaque": true, + "replaceable": true, + "collision_shapes": [ + 71 + ] + }, + { + "id": 5942, + "luminance": 0, + "opaque": true, + "replaceable": true, + "collision_shapes": [ + 51 + ] + }, + { + "id": 5943, + "luminance": 0, + "opaque": true, + "replaceable": true, + "collision_shapes": [ + 72 + ] + }, + { + "id": 5944, + "luminance": 0, + "opaque": true, + "replaceable": true, + "collision_shapes": [ + 18 + ] + }, + { + "id": 5945, + "luminance": 0, + "opaque": true, + "replaceable": true, + "collision_shapes": [ + 73 + ] + } + ] + }, + { + "id": 261, + "name": "minecraft:ice", + "translation_key": "block.minecraft.ice", + "item_id": 318, + "properties": [], + "default_state_id": 5946, + "states": [ + { + "id": 5946, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 262, + "name": "minecraft:snow_block", + "translation_key": "block.minecraft.snow_block", + "item_id": 319, + "properties": [], + "default_state_id": 5947, + "states": [ + { + "id": 5947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 263, + "name": "minecraft:cactus", + "translation_key": "block.minecraft.cactus", + "item_id": 320, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 5948, + "states": [ + { + "id": 5948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 74 + ] + }, + { + "id": 5949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 74 + ] + }, + { + "id": 5950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 74 + ] + }, + { + "id": 5951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 74 + ] + }, + { + "id": 5952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 74 + ] + }, + { + "id": 5953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 74 + ] + }, + { + "id": 5954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 74 + ] + }, + { + "id": 5955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 74 + ] + }, + { + "id": 5956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 74 + ] + }, + { + "id": 5957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 74 + ] + }, + { + "id": 5958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 74 + ] + }, + { + "id": 5959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 74 + ] + }, + { + "id": 5960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 74 + ] + }, + { + "id": 5961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 74 + ] + }, + { + "id": 5962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 74 + ] + }, + { + "id": 5963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 74 + ] + } + ] + }, + { + "id": 264, + "name": "minecraft:clay", + "translation_key": "block.minecraft.clay", + "item_id": 321, + "properties": [], + "default_state_id": 5964, + "states": [ + { + "id": 5964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 265, + "name": "minecraft:sugar_cane", + "translation_key": "block.minecraft.sugar_cane", + "item_id": 250, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 5965, + "states": [ + { + "id": 5965, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5966, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5967, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5968, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5969, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5970, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5971, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5972, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5973, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5974, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5975, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5976, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5977, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5978, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5979, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 5980, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 266, + "name": "minecraft:jukebox", + "translation_key": "block.minecraft.jukebox", + "item_id": 322, + "properties": [ + { + "name": "has_record", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 5982, + "states": [ + { + "id": 5981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 4 + }, + { + "id": 5982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 4 + } + ] + }, + { + "id": 267, + "name": "minecraft:oak_fence", + "translation_key": "block.minecraft.oak_fence", + "item_id": 323, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7503, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7504, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7505, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7506, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7507, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7508, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7509, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7510, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7511, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7512, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7513, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7514, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7515, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7516, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7517, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7518, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7519, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7520, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7521, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7522, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7523, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7524, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7525, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7526, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7527, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7528, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7529, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 7530, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 7531, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 7532, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 7533, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 7534, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:nether_brick_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 6014, + "states": [ + { + "id": 5983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 5984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 5985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 5986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 5987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 5988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 5989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 5990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 5991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 5992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 5993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 5994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 5995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 5996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 5997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 5998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 5999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 6000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 6001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 6002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 6003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 6004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 6005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 6006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 6007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 6008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 6009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 6010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 6011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 6012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + }, + { + "id": 6013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 6014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + } + ] + }, + { + "id": 268, + "name": "minecraft:netherrack", + "translation_key": "block.minecraft.netherrack", + "item_id": 338, + "properties": [], + "default_state_id": 6015, + "states": [ + { + "id": 6015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 269, + "name": "minecraft:soul_sand", + "translation_key": "block.minecraft.soul_sand", + "item_id": 339, + "properties": [], + "default_state_id": 6016, + "states": [ + { + "id": 6016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 73 + ] + } + ] + }, + { + "id": 270, + "name": "minecraft:soul_soil", + "translation_key": "block.minecraft.soul_soil", + "item_id": 340, + "properties": [], + "default_state_id": 6017, + "states": [ + { + "id": 6017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 271, + "name": "minecraft:basalt", + "translation_key": "block.minecraft.basalt", + "item_id": 341, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11617, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11618, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11619, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11620, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11621, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11622, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:nether_brick_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:nether_bricks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 6019, + "states": [ + { + "id": 6018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 272, + "name": "minecraft:polished_basalt", + "translation_key": "block.minecraft.polished_basalt", + "item_id": 342, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 6022, + "states": [ + { + "id": 6021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 273, + "name": "minecraft:soul_torch", + "translation_key": "block.minecraft.soul_torch", + "item_id": 344, + "properties": [], + "default_state_id": 6024, + "states": [ + { + "id": 6024, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 274, + "name": "minecraft:soul_wall_torch", + "translation_key": "block.minecraft.soul_torch", + "item_id": 344, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 6025, + "states": [ + { + "id": 6025, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 6026, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 6027, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 6028, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 275, + "name": "minecraft:glowstone", + "translation_key": "block.minecraft.glowstone", + "item_id": 345, + "properties": [], + "default_state_id": 6029, + "states": [ + { + "id": 6029, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 276, + "name": "minecraft:nether_portal", + "translation_key": "block.minecraft.nether_portal", + "item_id": 0, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7535, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7536, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7537, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7538, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7539, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7540, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7541, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7542, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7543, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7544, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7545, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 7546, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7547, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7548, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7549, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7550, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7551, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7552, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7553, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7554, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7555, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7556, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7557, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7558, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7559, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7560, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7561, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7562, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7563, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7564, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7565, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7566, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7567, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7568, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7569, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7570, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7571, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7572, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7573, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7574, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7575, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7576, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7577, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7578, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7579, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7580, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7581, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7582, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7583, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7584, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7585, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7586, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7587, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7588, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7589, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7590, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7591, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7592, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7593, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7594, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7595, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7596, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7597, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7598, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7599, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7600, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7601, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7602, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7603, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7604, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7605, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7606, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7607, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7608, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7609, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7610, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7611, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7612, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7613, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7614, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:nether_brick_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" + "default_state_id": 6030, + "states": [ + { + "id": 6030, + "luminance": 11, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 6031, + "luminance": 11, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 277, + "name": "minecraft:carved_pumpkin", + "translation_key": "block.minecraft.carved_pumpkin", + "item_id": 336, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "north": [ - "none", - "low", - "tall" + "default_state_id": 6032, + "states": [ + { + "id": 6032, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6033, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6034, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 278, + "name": "minecraft:jack_o_lantern", + "translation_key": "block.minecraft.jack_o_lantern", + "item_id": 337, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "south": [ - "none", - "low", - "tall" + "default_state_id": 6036, + "states": [ + { + "id": 6036, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6037, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6038, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6039, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 279, + "name": "minecraft:cake", + "translation_key": "block.minecraft.cake", + "item_id": 1003, + "properties": [ + { + "name": "bites", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6" + ] + } + ], + "default_state_id": 6040, + "states": [ + { + "id": 6040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85 + ] + }, + { + "id": 6041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 86 + ] + }, + { + "id": 6042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 87 + ] + }, + { + "id": 6043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 88 + ] + }, + { + "id": 6044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 89 + ] + }, + { + "id": 6045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 90 + ] + }, + { + "id": 6046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 91 + ] + } + ] + }, + { + "id": 280, + "name": "minecraft:repeater", + "translation_key": "block.minecraft.repeater", + "item_id": 674, + "properties": [ + { + "name": "delay", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "locked", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 6050, + "states": [ + { + "id": 6047, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6107, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6108, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6109, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + }, + { + "id": 6110, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ] + } + ] + }, + { + "id": 281, + "name": "minecraft:white_stained_glass", + "translation_key": "block.minecraft.white_stained_glass", + "item_id": 485, + "properties": [], + "default_state_id": 6111, + "states": [ + { + "id": 6111, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 282, + "name": "minecraft:orange_stained_glass", + "translation_key": "block.minecraft.orange_stained_glass", + "item_id": 486, + "properties": [], + "default_state_id": 6112, + "states": [ + { + "id": 6112, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 283, + "name": "minecraft:magenta_stained_glass", + "translation_key": "block.minecraft.magenta_stained_glass", + "item_id": 487, + "properties": [], + "default_state_id": 6113, + "states": [ + { + "id": 6113, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 284, + "name": "minecraft:light_blue_stained_glass", + "translation_key": "block.minecraft.light_blue_stained_glass", + "item_id": 488, + "properties": [], + "default_state_id": 6114, + "states": [ + { + "id": 6114, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 285, + "name": "minecraft:yellow_stained_glass", + "translation_key": "block.minecraft.yellow_stained_glass", + "item_id": 489, + "properties": [], + "default_state_id": 6115, + "states": [ + { + "id": 6115, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 286, + "name": "minecraft:lime_stained_glass", + "translation_key": "block.minecraft.lime_stained_glass", + "item_id": 490, + "properties": [], + "default_state_id": 6116, + "states": [ + { + "id": 6116, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 287, + "name": "minecraft:pink_stained_glass", + "translation_key": "block.minecraft.pink_stained_glass", + "item_id": 491, + "properties": [], + "default_state_id": 6117, + "states": [ + { + "id": 6117, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 288, + "name": "minecraft:gray_stained_glass", + "translation_key": "block.minecraft.gray_stained_glass", + "item_id": 492, + "properties": [], + "default_state_id": 6118, + "states": [ + { + "id": 6118, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 289, + "name": "minecraft:light_gray_stained_glass", + "translation_key": "block.minecraft.light_gray_stained_glass", + "item_id": 493, + "properties": [], + "default_state_id": 6119, + "states": [ + { + "id": 6119, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 290, + "name": "minecraft:cyan_stained_glass", + "translation_key": "block.minecraft.cyan_stained_glass", + "item_id": 494, + "properties": [], + "default_state_id": 6120, + "states": [ + { + "id": 6120, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 291, + "name": "minecraft:purple_stained_glass", + "translation_key": "block.minecraft.purple_stained_glass", + "item_id": 495, + "properties": [], + "default_state_id": 6121, + "states": [ + { + "id": 6121, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 292, + "name": "minecraft:blue_stained_glass", + "translation_key": "block.minecraft.blue_stained_glass", + "item_id": 496, + "properties": [], + "default_state_id": 6122, + "states": [ + { + "id": 6122, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 293, + "name": "minecraft:brown_stained_glass", + "translation_key": "block.minecraft.brown_stained_glass", + "item_id": 497, + "properties": [], + "default_state_id": 6123, + "states": [ + { + "id": 6123, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 294, + "name": "minecraft:green_stained_glass", + "translation_key": "block.minecraft.green_stained_glass", + "item_id": 498, + "properties": [], + "default_state_id": 6124, + "states": [ + { + "id": 6124, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 295, + "name": "minecraft:red_stained_glass", + "translation_key": "block.minecraft.red_stained_glass", + "item_id": 499, + "properties": [], + "default_state_id": 6125, + "states": [ + { + "id": 6125, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 296, + "name": "minecraft:black_stained_glass", + "translation_key": "block.minecraft.black_stained_glass", + "item_id": 500, + "properties": [], + "default_state_id": 6126, + "states": [ + { + "id": 6126, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 297, + "name": "minecraft:oak_trapdoor", + "translation_key": "block.minecraft.oak_trapdoor", + "item_id": 748, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 6142, + "states": [ + { + "id": 6127, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6128, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6129, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6130, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6131, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6132, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6133, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6134, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6135, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6136, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6137, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6138, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6139, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6140, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6141, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6142, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6143, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6144, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6145, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6146, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6147, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6148, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6149, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6150, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6151, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6152, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6153, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6154, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6155, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6156, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6157, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6158, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6159, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6160, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6161, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6162, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6163, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6164, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6165, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6166, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6167, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6168, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6169, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6170, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6171, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6172, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6173, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6174, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6175, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6176, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6177, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6178, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6179, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6180, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6181, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6182, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6183, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6184, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6185, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6186, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6187, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6188, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6189, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6190, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 298, + "name": "minecraft:spruce_trapdoor", + "translation_key": "block.minecraft.spruce_trapdoor", + "item_id": 749, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 16897, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16898, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16899, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 16900, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16901, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16902, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16903, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16904, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16905, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16906, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16907, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16908, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16909, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16910, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16911, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16912, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16913, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16914, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16915, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16916, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16917, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16918, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16919, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16920, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16921, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16922, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16923, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16924, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16925, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16926, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16927, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16928, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16929, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16930, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16931, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16932, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16933, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16934, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16935, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16936, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16937, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16938, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16939, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16940, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16941, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16942, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16943, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16944, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16945, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16946, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16947, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16948, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16949, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16950, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16951, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16952, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16953, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16954, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16955, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16956, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16957, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16958, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16959, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16960, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16961, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16962, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16963, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16964, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16965, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16966, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16967, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16968, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16969, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16970, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16971, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16972, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16973, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16974, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16975, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16976, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16977, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16978, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16979, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16980, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16981, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16982, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16983, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16984, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16985, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16986, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16987, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16988, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16989, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16990, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16991, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16992, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16993, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16994, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16995, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16996, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16997, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16998, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16999, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17000, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17001, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17002, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17003, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17004, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17005, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17006, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17007, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17008, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17009, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17010, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17011, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17012, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17013, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17014, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17015, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17016, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17017, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17018, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17019, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17020, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17021, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17022, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17023, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17024, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17025, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17026, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17027, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17028, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17029, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17030, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17031, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17032, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17033, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17034, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17035, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17036, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17037, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17038, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17039, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17040, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17041, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17042, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17043, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17044, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17045, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17046, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17047, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17048, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17049, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17050, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17051, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17052, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17053, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17054, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17055, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17056, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17057, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17058, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17059, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17060, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17061, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17062, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17063, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17064, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17065, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17066, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17067, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17068, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17069, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17070, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17071, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17072, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17073, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17074, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17075, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17076, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17077, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17078, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17079, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17080, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17081, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17082, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17083, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17084, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17085, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17086, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17087, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17088, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17089, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17090, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17091, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17092, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17093, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17094, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17095, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17096, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17097, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17098, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17099, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17100, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17101, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17102, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17103, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17104, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17105, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17106, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17107, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17108, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17109, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17110, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17111, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17112, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17113, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17114, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17115, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17116, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17117, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17118, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17119, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17120, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17121, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17122, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17123, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17124, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17125, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17126, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17127, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17128, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17129, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17130, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17131, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17132, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17133, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17134, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17135, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17136, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17137, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17138, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17139, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17140, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17141, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17142, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17143, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17144, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17145, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17146, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17147, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17148, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17149, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17150, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17151, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17152, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17153, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17154, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17155, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17156, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17157, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17158, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17159, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17160, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17161, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17162, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17163, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17164, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17165, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17166, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17167, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17168, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17169, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17170, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17171, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17172, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17173, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17174, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17175, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17176, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17177, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17178, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17179, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17180, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17181, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17182, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17183, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17184, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17185, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17186, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17187, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17188, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17189, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17190, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17191, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17192, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17193, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17194, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17195, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17196, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17197, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17198, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17199, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17200, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17201, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17202, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17203, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17204, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17205, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17206, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17207, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17208, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17209, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17210, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17211, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17212, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17213, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17214, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17215, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17216, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17217, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17218, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17219, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17220, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:nether_bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 7502 - } - ] - }, - "minecraft:nether_gold_ore": { - "definition": { - "type": "minecraft:drop_experience", - "experience": { - "type": "minecraft:uniform", - "max_inclusive": 1, - "min_inclusive": 0 - }, - "properties": {} - }, - "states": [ - { - "default": true, - "id": 135 - } - ] - }, - "minecraft:nether_portal": { - "definition": { - "type": "minecraft:nether_portal", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "z" - ] - }, - "states": [ - { - "default": true, - "id": 6030, - "properties": { - "axis": "x" - } - }, - { - "id": 6031, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:nether_quartz_ore": { - "definition": { - "type": "minecraft:drop_experience", - "experience": { - "type": "minecraft:uniform", - "max_inclusive": 5, - "min_inclusive": 2 - }, - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9479 - } - ] - }, - "minecraft:nether_sprouts": { - "definition": { - "type": "minecraft:nether_sprouts", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19064 - } - ] - }, - "minecraft:nether_wart": { - "definition": { - "type": "minecraft:nether_wart", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3" - ] - }, - "states": [ - { - "default": true, - "id": 7615, - "properties": { - "age": "0" - } - }, - { - "id": 7616, - "properties": { - "age": "1" - } - }, - { - "id": 7617, - "properties": { - "age": "2" - } - }, - { - "id": 7618, - "properties": { - "age": "3" - } - } - ] - }, - "minecraft:nether_wart_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13013 - } - ] - }, - "minecraft:netherite_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19916 - } - ] - }, - "minecraft:netherrack": { - "definition": { - "type": "minecraft:netherrack", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6015 - } - ] - }, - "minecraft:note_block": { - "definition": { - "type": "minecraft:note", - "properties": {} - }, - "properties": { - "instrument": [ - "harp", - "basedrum", - "snare", - "hat", - "bass", - "flute", - "bell", - "guitar", - "chime", - "xylophone", - "iron_xylophone", - "cow_bell", - "didgeridoo", - "bit", - "banjo", - "pling", - "zombie", - "skeleton", - "creeper", - "dragon", - "wither_skeleton", - "piglin", - "custom_head" + "default_state_id": 6206, + "states": [ + { + "id": 6191, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6192, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6193, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6194, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6195, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6196, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6197, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6198, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6199, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6200, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6201, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6202, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6203, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6204, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6205, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6206, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6207, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6208, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6209, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6210, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6211, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6212, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6213, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6214, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6215, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6216, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6217, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6218, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6219, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6220, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6221, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6222, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6223, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6224, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6225, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6226, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6227, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6228, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6229, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6230, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6231, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6232, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6233, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6234, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6235, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6236, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6237, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6238, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6239, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6240, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6241, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6242, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6243, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6244, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6245, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6246, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6247, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6248, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6249, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6250, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6251, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6252, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6253, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6254, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 299, + "name": "minecraft:birch_trapdoor", + "translation_key": "block.minecraft.birch_trapdoor", + "item_id": 750, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "note": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15", - "16", - "17", - "18", - "19", - "20", - "21", - "22", - "23", - "24" + "default_state_id": 6270, + "states": [ + { + "id": 6255, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6256, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6257, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6258, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6259, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6260, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6261, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6262, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6263, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6264, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6265, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6266, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6267, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6268, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6269, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6270, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6271, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6272, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6273, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6274, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6275, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6276, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6277, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6278, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6279, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6280, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6281, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6282, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6283, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6284, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6285, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6286, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6287, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6288, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6289, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6290, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6291, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6292, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6293, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6294, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6295, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6296, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6297, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6298, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6299, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6300, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6301, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6302, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6303, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6304, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6305, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6306, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6307, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6308, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6309, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6310, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6311, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6312, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6313, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6314, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6315, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6316, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6317, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6318, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 300, + "name": "minecraft:jungle_trapdoor", + "translation_key": "block.minecraft.jungle_trapdoor", + "item_id": 751, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 581, - "properties": { - "instrument": "harp", - "note": "0", - "powered": "true" - } - }, - { - "default": true, - "id": 582, - "properties": { - "instrument": "harp", - "note": "0", - "powered": "false" - } - }, - { - "id": 583, - "properties": { - "instrument": "harp", - "note": "1", - "powered": "true" - } - }, - { - "id": 584, - "properties": { - "instrument": "harp", - "note": "1", - "powered": "false" - } - }, - { - "id": 585, - "properties": { - "instrument": "harp", - "note": "2", - "powered": "true" - } - }, - { - "id": 586, - "properties": { - "instrument": "harp", - "note": "2", - "powered": "false" - } - }, - { - "id": 587, - "properties": { - "instrument": "harp", - "note": "3", - "powered": "true" - } - }, - { - "id": 588, - "properties": { - "instrument": "harp", - "note": "3", - "powered": "false" - } - }, - { - "id": 589, - "properties": { - "instrument": "harp", - "note": "4", - "powered": "true" - } - }, - { - "id": 590, - "properties": { - "instrument": "harp", - "note": "4", - "powered": "false" - } - }, - { - "id": 591, - "properties": { - "instrument": "harp", - "note": "5", - "powered": "true" - } - }, - { - "id": 592, - "properties": { - "instrument": "harp", - "note": "5", - "powered": "false" - } - }, - { - "id": 593, - "properties": { - "instrument": "harp", - "note": "6", - "powered": "true" - } - }, - { - "id": 594, - "properties": { - "instrument": "harp", - "note": "6", - "powered": "false" - } - }, - { - "id": 595, - "properties": { - "instrument": "harp", - "note": "7", - "powered": "true" - } - }, - { - "id": 596, - "properties": { - "instrument": "harp", - "note": "7", - "powered": "false" - } - }, - { - "id": 597, - "properties": { - "instrument": "harp", - "note": "8", - "powered": "true" - } - }, - { - "id": 598, - "properties": { - "instrument": "harp", - "note": "8", - "powered": "false" - } - }, - { - "id": 599, - "properties": { - "instrument": "harp", - "note": "9", - "powered": "true" - } - }, - { - "id": 600, - "properties": { - "instrument": "harp", - "note": "9", - "powered": "false" - } - }, - { - "id": 601, - "properties": { - "instrument": "harp", - "note": "10", - "powered": "true" - } - }, - { - "id": 602, - "properties": { - "instrument": "harp", - "note": "10", - "powered": "false" - } - }, - { - "id": 603, - "properties": { - "instrument": "harp", - "note": "11", - "powered": "true" - } - }, - { - "id": 604, - "properties": { - "instrument": "harp", - "note": "11", - "powered": "false" - } - }, - { - "id": 605, - "properties": { - "instrument": "harp", - "note": "12", - "powered": "true" - } - }, - { - "id": 606, - "properties": { - "instrument": "harp", - "note": "12", - "powered": "false" - } - }, - { - "id": 607, - "properties": { - "instrument": "harp", - "note": "13", - "powered": "true" - } - }, - { - "id": 608, - "properties": { - "instrument": "harp", - "note": "13", - "powered": "false" - } - }, - { - "id": 609, - "properties": { - "instrument": "harp", - "note": "14", - "powered": "true" - } - }, - { - "id": 610, - "properties": { - "instrument": "harp", - "note": "14", - "powered": "false" - } - }, - { - "id": 611, - "properties": { - "instrument": "harp", - "note": "15", - "powered": "true" - } - }, - { - "id": 612, - "properties": { - "instrument": "harp", - "note": "15", - "powered": "false" - } - }, - { - "id": 613, - "properties": { - "instrument": "harp", - "note": "16", - "powered": "true" - } - }, - { - "id": 614, - "properties": { - "instrument": "harp", - "note": "16", - "powered": "false" - } - }, - { - "id": 615, - "properties": { - "instrument": "harp", - "note": "17", - "powered": "true" - } - }, - { - "id": 616, - "properties": { - "instrument": "harp", - "note": "17", - "powered": "false" - } - }, - { - "id": 617, - "properties": { - "instrument": "harp", - "note": "18", - "powered": "true" - } - }, - { - "id": 618, - "properties": { - "instrument": "harp", - "note": "18", - "powered": "false" - } - }, - { - "id": 619, - "properties": { - "instrument": "harp", - "note": "19", - "powered": "true" - } - }, - { - "id": 620, - "properties": { - "instrument": "harp", - "note": "19", - "powered": "false" - } - }, - { - "id": 621, - "properties": { - "instrument": "harp", - "note": "20", - "powered": "true" - } - }, - { - "id": 622, - "properties": { - "instrument": "harp", - "note": "20", - "powered": "false" - } - }, - { - "id": 623, - "properties": { - "instrument": "harp", - "note": "21", - "powered": "true" - } - }, - { - "id": 624, - "properties": { - "instrument": "harp", - "note": "21", - "powered": "false" - } - }, - { - "id": 625, - "properties": { - "instrument": "harp", - "note": "22", - "powered": "true" - } - }, - { - "id": 626, - "properties": { - "instrument": "harp", - "note": "22", - "powered": "false" - } - }, - { - "id": 627, - "properties": { - "instrument": "harp", - "note": "23", - "powered": "true" - } - }, - { - "id": 628, - "properties": { - "instrument": "harp", - "note": "23", - "powered": "false" - } - }, - { - "id": 629, - "properties": { - "instrument": "harp", - "note": "24", - "powered": "true" - } - }, - { - "id": 630, - "properties": { - "instrument": "harp", - "note": "24", - "powered": "false" - } - }, - { - "id": 631, - "properties": { - "instrument": "basedrum", - "note": "0", - "powered": "true" - } - }, - { - "id": 632, - "properties": { - "instrument": "basedrum", - "note": "0", - "powered": "false" - } - }, - { - "id": 633, - "properties": { - "instrument": "basedrum", - "note": "1", - "powered": "true" - } - }, - { - "id": 634, - "properties": { - "instrument": "basedrum", - "note": "1", - "powered": "false" - } - }, - { - "id": 635, - "properties": { - "instrument": "basedrum", - "note": "2", - "powered": "true" - } - }, - { - "id": 636, - "properties": { - "instrument": "basedrum", - "note": "2", - "powered": "false" - } - }, - { - "id": 637, - "properties": { - "instrument": "basedrum", - "note": "3", - "powered": "true" - } - }, - { - "id": 638, - "properties": { - "instrument": "basedrum", - "note": "3", - "powered": "false" - } - }, - { - "id": 639, - "properties": { - "instrument": "basedrum", - "note": "4", - "powered": "true" - } - }, - { - "id": 640, - "properties": { - "instrument": "basedrum", - "note": "4", - "powered": "false" - } - }, - { - "id": 641, - "properties": { - "instrument": "basedrum", - "note": "5", - "powered": "true" - } - }, - { - "id": 642, - "properties": { - "instrument": "basedrum", - "note": "5", - "powered": "false" - } - }, - { - "id": 643, - "properties": { - "instrument": "basedrum", - "note": "6", - "powered": "true" - } - }, - { - "id": 644, - "properties": { - "instrument": "basedrum", - "note": "6", - "powered": "false" - } - }, - { - "id": 645, - "properties": { - "instrument": "basedrum", - "note": "7", - "powered": "true" - } - }, - { - "id": 646, - "properties": { - "instrument": "basedrum", - "note": "7", - "powered": "false" - } - }, - { - "id": 647, - "properties": { - "instrument": "basedrum", - "note": "8", - "powered": "true" - } - }, - { - "id": 648, - "properties": { - "instrument": "basedrum", - "note": "8", - "powered": "false" - } - }, - { - "id": 649, - "properties": { - "instrument": "basedrum", - "note": "9", - "powered": "true" - } - }, - { - "id": 650, - "properties": { - "instrument": "basedrum", - "note": "9", - "powered": "false" - } - }, - { - "id": 651, - "properties": { - "instrument": "basedrum", - "note": "10", - "powered": "true" - } - }, - { - "id": 652, - "properties": { - "instrument": "basedrum", - "note": "10", - "powered": "false" - } - }, - { - "id": 653, - "properties": { - "instrument": "basedrum", - "note": "11", - "powered": "true" - } - }, - { - "id": 654, - "properties": { - "instrument": "basedrum", - "note": "11", - "powered": "false" - } - }, - { - "id": 655, - "properties": { - "instrument": "basedrum", - "note": "12", - "powered": "true" - } - }, - { - "id": 656, - "properties": { - "instrument": "basedrum", - "note": "12", - "powered": "false" - } - }, - { - "id": 657, - "properties": { - "instrument": "basedrum", - "note": "13", - "powered": "true" - } - }, - { - "id": 658, - "properties": { - "instrument": "basedrum", - "note": "13", - "powered": "false" - } - }, - { - "id": 659, - "properties": { - "instrument": "basedrum", - "note": "14", - "powered": "true" - } - }, - { - "id": 660, - "properties": { - "instrument": "basedrum", - "note": "14", - "powered": "false" - } - }, - { - "id": 661, - "properties": { - "instrument": "basedrum", - "note": "15", - "powered": "true" - } - }, - { - "id": 662, - "properties": { - "instrument": "basedrum", - "note": "15", - "powered": "false" - } - }, - { - "id": 663, - "properties": { - "instrument": "basedrum", - "note": "16", - "powered": "true" - } - }, - { - "id": 664, - "properties": { - "instrument": "basedrum", - "note": "16", - "powered": "false" - } - }, - { - "id": 665, - "properties": { - "instrument": "basedrum", - "note": "17", - "powered": "true" - } - }, - { - "id": 666, - "properties": { - "instrument": "basedrum", - "note": "17", - "powered": "false" - } - }, - { - "id": 667, - "properties": { - "instrument": "basedrum", - "note": "18", - "powered": "true" - } - }, - { - "id": 668, - "properties": { - "instrument": "basedrum", - "note": "18", - "powered": "false" - } - }, - { - "id": 669, - "properties": { - "instrument": "basedrum", - "note": "19", - "powered": "true" - } - }, - { - "id": 670, - "properties": { - "instrument": "basedrum", - "note": "19", - "powered": "false" - } - }, - { - "id": 671, - "properties": { - "instrument": "basedrum", - "note": "20", - "powered": "true" - } - }, - { - "id": 672, - "properties": { - "instrument": "basedrum", - "note": "20", - "powered": "false" - } - }, - { - "id": 673, - "properties": { - "instrument": "basedrum", - "note": "21", - "powered": "true" - } - }, - { - "id": 674, - "properties": { - "instrument": "basedrum", - "note": "21", - "powered": "false" - } - }, - { - "id": 675, - "properties": { - "instrument": "basedrum", - "note": "22", - "powered": "true" - } - }, - { - "id": 676, - "properties": { - "instrument": "basedrum", - "note": "22", - "powered": "false" - } - }, - { - "id": 677, - "properties": { - "instrument": "basedrum", - "note": "23", - "powered": "true" - } - }, - { - "id": 678, - "properties": { - "instrument": "basedrum", - "note": "23", - "powered": "false" - } - }, - { - "id": 679, - "properties": { - "instrument": "basedrum", - "note": "24", - "powered": "true" - } - }, - { - "id": 680, - "properties": { - "instrument": "basedrum", - "note": "24", - "powered": "false" - } - }, - { - "id": 681, - "properties": { - "instrument": "snare", - "note": "0", - "powered": "true" - } - }, - { - "id": 682, - "properties": { - "instrument": "snare", - "note": "0", - "powered": "false" - } - }, - { - "id": 683, - "properties": { - "instrument": "snare", - "note": "1", - "powered": "true" - } - }, - { - "id": 684, - "properties": { - "instrument": "snare", - "note": "1", - "powered": "false" - } - }, - { - "id": 685, - "properties": { - "instrument": "snare", - "note": "2", - "powered": "true" - } - }, - { - "id": 686, - "properties": { - "instrument": "snare", - "note": "2", - "powered": "false" - } - }, - { - "id": 687, - "properties": { - "instrument": "snare", - "note": "3", - "powered": "true" - } - }, - { - "id": 688, - "properties": { - "instrument": "snare", - "note": "3", - "powered": "false" - } - }, - { - "id": 689, - "properties": { - "instrument": "snare", - "note": "4", - "powered": "true" - } - }, - { - "id": 690, - "properties": { - "instrument": "snare", - "note": "4", - "powered": "false" - } - }, - { - "id": 691, - "properties": { - "instrument": "snare", - "note": "5", - "powered": "true" - } - }, - { - "id": 692, - "properties": { - "instrument": "snare", - "note": "5", - "powered": "false" - } - }, - { - "id": 693, - "properties": { - "instrument": "snare", - "note": "6", - "powered": "true" - } - }, - { - "id": 694, - "properties": { - "instrument": "snare", - "note": "6", - "powered": "false" - } - }, - { - "id": 695, - "properties": { - "instrument": "snare", - "note": "7", - "powered": "true" - } - }, - { - "id": 696, - "properties": { - "instrument": "snare", - "note": "7", - "powered": "false" - } - }, - { - "id": 697, - "properties": { - "instrument": "snare", - "note": "8", - "powered": "true" - } - }, - { - "id": 698, - "properties": { - "instrument": "snare", - "note": "8", - "powered": "false" - } - }, - { - "id": 699, - "properties": { - "instrument": "snare", - "note": "9", - "powered": "true" - } - }, - { - "id": 700, - "properties": { - "instrument": "snare", - "note": "9", - "powered": "false" - } - }, - { - "id": 701, - "properties": { - "instrument": "snare", - "note": "10", - "powered": "true" - } - }, - { - "id": 702, - "properties": { - "instrument": "snare", - "note": "10", - "powered": "false" - } - }, - { - "id": 703, - "properties": { - "instrument": "snare", - "note": "11", - "powered": "true" - } - }, - { - "id": 704, - "properties": { - "instrument": "snare", - "note": "11", - "powered": "false" - } - }, - { - "id": 705, - "properties": { - "instrument": "snare", - "note": "12", - "powered": "true" - } - }, - { - "id": 706, - "properties": { - "instrument": "snare", - "note": "12", - "powered": "false" - } - }, - { - "id": 707, - "properties": { - "instrument": "snare", - "note": "13", - "powered": "true" - } - }, - { - "id": 708, - "properties": { - "instrument": "snare", - "note": "13", - "powered": "false" - } - }, - { - "id": 709, - "properties": { - "instrument": "snare", - "note": "14", - "powered": "true" - } - }, - { - "id": 710, - "properties": { - "instrument": "snare", - "note": "14", - "powered": "false" - } - }, - { - "id": 711, - "properties": { - "instrument": "snare", - "note": "15", - "powered": "true" - } - }, - { - "id": 712, - "properties": { - "instrument": "snare", - "note": "15", - "powered": "false" - } - }, - { - "id": 713, - "properties": { - "instrument": "snare", - "note": "16", - "powered": "true" - } - }, - { - "id": 714, - "properties": { - "instrument": "snare", - "note": "16", - "powered": "false" - } - }, - { - "id": 715, - "properties": { - "instrument": "snare", - "note": "17", - "powered": "true" - } - }, - { - "id": 716, - "properties": { - "instrument": "snare", - "note": "17", - "powered": "false" - } - }, - { - "id": 717, - "properties": { - "instrument": "snare", - "note": "18", - "powered": "true" - } - }, - { - "id": 718, - "properties": { - "instrument": "snare", - "note": "18", - "powered": "false" - } - }, - { - "id": 719, - "properties": { - "instrument": "snare", - "note": "19", - "powered": "true" - } - }, - { - "id": 720, - "properties": { - "instrument": "snare", - "note": "19", - "powered": "false" - } - }, - { - "id": 721, - "properties": { - "instrument": "snare", - "note": "20", - "powered": "true" - } - }, - { - "id": 722, - "properties": { - "instrument": "snare", - "note": "20", - "powered": "false" - } - }, - { - "id": 723, - "properties": { - "instrument": "snare", - "note": "21", - "powered": "true" - } - }, - { - "id": 724, - "properties": { - "instrument": "snare", - "note": "21", - "powered": "false" - } - }, - { - "id": 725, - "properties": { - "instrument": "snare", - "note": "22", - "powered": "true" - } - }, - { - "id": 726, - "properties": { - "instrument": "snare", - "note": "22", - "powered": "false" - } - }, - { - "id": 727, - "properties": { - "instrument": "snare", - "note": "23", - "powered": "true" - } - }, - { - "id": 728, - "properties": { - "instrument": "snare", - "note": "23", - "powered": "false" - } - }, - { - "id": 729, - "properties": { - "instrument": "snare", - "note": "24", - "powered": "true" - } - }, - { - "id": 730, - "properties": { - "instrument": "snare", - "note": "24", - "powered": "false" - } - }, - { - "id": 731, - "properties": { - "instrument": "hat", - "note": "0", - "powered": "true" - } - }, - { - "id": 732, - "properties": { - "instrument": "hat", - "note": "0", - "powered": "false" - } - }, - { - "id": 733, - "properties": { - "instrument": "hat", - "note": "1", - "powered": "true" - } - }, - { - "id": 734, - "properties": { - "instrument": "hat", - "note": "1", - "powered": "false" - } - }, - { - "id": 735, - "properties": { - "instrument": "hat", - "note": "2", - "powered": "true" - } - }, - { - "id": 736, - "properties": { - "instrument": "hat", - "note": "2", - "powered": "false" - } - }, - { - "id": 737, - "properties": { - "instrument": "hat", - "note": "3", - "powered": "true" - } - }, - { - "id": 738, - "properties": { - "instrument": "hat", - "note": "3", - "powered": "false" - } - }, - { - "id": 739, - "properties": { - "instrument": "hat", - "note": "4", - "powered": "true" - } - }, - { - "id": 740, - "properties": { - "instrument": "hat", - "note": "4", - "powered": "false" - } - }, - { - "id": 741, - "properties": { - "instrument": "hat", - "note": "5", - "powered": "true" - } - }, - { - "id": 742, - "properties": { - "instrument": "hat", - "note": "5", - "powered": "false" - } - }, - { - "id": 743, - "properties": { - "instrument": "hat", - "note": "6", - "powered": "true" - } - }, - { - "id": 744, - "properties": { - "instrument": "hat", - "note": "6", - "powered": "false" - } - }, - { - "id": 745, - "properties": { - "instrument": "hat", - "note": "7", - "powered": "true" - } - }, - { - "id": 746, - "properties": { - "instrument": "hat", - "note": "7", - "powered": "false" - } - }, - { - "id": 747, - "properties": { - "instrument": "hat", - "note": "8", - "powered": "true" - } - }, - { - "id": 748, - "properties": { - "instrument": "hat", - "note": "8", - "powered": "false" - } - }, - { - "id": 749, - "properties": { - "instrument": "hat", - "note": "9", - "powered": "true" - } - }, - { - "id": 750, - "properties": { - "instrument": "hat", - "note": "9", - "powered": "false" - } - }, - { - "id": 751, - "properties": { - "instrument": "hat", - "note": "10", - "powered": "true" - } - }, - { - "id": 752, - "properties": { - "instrument": "hat", - "note": "10", - "powered": "false" - } - }, - { - "id": 753, - "properties": { - "instrument": "hat", - "note": "11", - "powered": "true" - } - }, - { - "id": 754, - "properties": { - "instrument": "hat", - "note": "11", - "powered": "false" - } - }, - { - "id": 755, - "properties": { - "instrument": "hat", - "note": "12", - "powered": "true" - } - }, - { - "id": 756, - "properties": { - "instrument": "hat", - "note": "12", - "powered": "false" - } - }, - { - "id": 757, - "properties": { - "instrument": "hat", - "note": "13", - "powered": "true" - } - }, - { - "id": 758, - "properties": { - "instrument": "hat", - "note": "13", - "powered": "false" - } - }, - { - "id": 759, - "properties": { - "instrument": "hat", - "note": "14", - "powered": "true" - } - }, - { - "id": 760, - "properties": { - "instrument": "hat", - "note": "14", - "powered": "false" - } - }, - { - "id": 761, - "properties": { - "instrument": "hat", - "note": "15", - "powered": "true" - } - }, - { - "id": 762, - "properties": { - "instrument": "hat", - "note": "15", - "powered": "false" - } - }, - { - "id": 763, - "properties": { - "instrument": "hat", - "note": "16", - "powered": "true" - } - }, - { - "id": 764, - "properties": { - "instrument": "hat", - "note": "16", - "powered": "false" - } - }, - { - "id": 765, - "properties": { - "instrument": "hat", - "note": "17", - "powered": "true" - } - }, - { - "id": 766, - "properties": { - "instrument": "hat", - "note": "17", - "powered": "false" - } - }, - { - "id": 767, - "properties": { - "instrument": "hat", - "note": "18", - "powered": "true" - } - }, - { - "id": 768, - "properties": { - "instrument": "hat", - "note": "18", - "powered": "false" - } - }, - { - "id": 769, - "properties": { - "instrument": "hat", - "note": "19", - "powered": "true" - } - }, - { - "id": 770, - "properties": { - "instrument": "hat", - "note": "19", - "powered": "false" - } - }, - { - "id": 771, - "properties": { - "instrument": "hat", - "note": "20", - "powered": "true" - } - }, - { - "id": 772, - "properties": { - "instrument": "hat", - "note": "20", - "powered": "false" - } - }, - { - "id": 773, - "properties": { - "instrument": "hat", - "note": "21", - "powered": "true" - } - }, - { - "id": 774, - "properties": { - "instrument": "hat", - "note": "21", - "powered": "false" - } - }, - { - "id": 775, - "properties": { - "instrument": "hat", - "note": "22", - "powered": "true" - } - }, - { - "id": 776, - "properties": { - "instrument": "hat", - "note": "22", - "powered": "false" - } - }, - { - "id": 777, - "properties": { - "instrument": "hat", - "note": "23", - "powered": "true" - } - }, - { - "id": 778, - "properties": { - "instrument": "hat", - "note": "23", - "powered": "false" - } - }, - { - "id": 779, - "properties": { - "instrument": "hat", - "note": "24", - "powered": "true" - } - }, - { - "id": 780, - "properties": { - "instrument": "hat", - "note": "24", - "powered": "false" - } - }, - { - "id": 781, - "properties": { - "instrument": "bass", - "note": "0", - "powered": "true" - } - }, - { - "id": 782, - "properties": { - "instrument": "bass", - "note": "0", - "powered": "false" - } - }, - { - "id": 783, - "properties": { - "instrument": "bass", - "note": "1", - "powered": "true" - } - }, - { - "id": 784, - "properties": { - "instrument": "bass", - "note": "1", - "powered": "false" - } - }, - { - "id": 785, - "properties": { - "instrument": "bass", - "note": "2", - "powered": "true" - } - }, - { - "id": 786, - "properties": { - "instrument": "bass", - "note": "2", - "powered": "false" - } - }, - { - "id": 787, - "properties": { - "instrument": "bass", - "note": "3", - "powered": "true" - } - }, - { - "id": 788, - "properties": { - "instrument": "bass", - "note": "3", - "powered": "false" - } - }, - { - "id": 789, - "properties": { - "instrument": "bass", - "note": "4", - "powered": "true" - } - }, - { - "id": 790, - "properties": { - "instrument": "bass", - "note": "4", - "powered": "false" - } - }, - { - "id": 791, - "properties": { - "instrument": "bass", - "note": "5", - "powered": "true" - } - }, - { - "id": 792, - "properties": { - "instrument": "bass", - "note": "5", - "powered": "false" - } - }, - { - "id": 793, - "properties": { - "instrument": "bass", - "note": "6", - "powered": "true" - } - }, - { - "id": 794, - "properties": { - "instrument": "bass", - "note": "6", - "powered": "false" - } - }, - { - "id": 795, - "properties": { - "instrument": "bass", - "note": "7", - "powered": "true" - } - }, - { - "id": 796, - "properties": { - "instrument": "bass", - "note": "7", - "powered": "false" - } - }, - { - "id": 797, - "properties": { - "instrument": "bass", - "note": "8", - "powered": "true" - } - }, - { - "id": 798, - "properties": { - "instrument": "bass", - "note": "8", - "powered": "false" - } - }, - { - "id": 799, - "properties": { - "instrument": "bass", - "note": "9", - "powered": "true" - } - }, - { - "id": 800, - "properties": { - "instrument": "bass", - "note": "9", - "powered": "false" - } - }, - { - "id": 801, - "properties": { - "instrument": "bass", - "note": "10", - "powered": "true" - } - }, - { - "id": 802, - "properties": { - "instrument": "bass", - "note": "10", - "powered": "false" - } - }, - { - "id": 803, - "properties": { - "instrument": "bass", - "note": "11", - "powered": "true" - } - }, - { - "id": 804, - "properties": { - "instrument": "bass", - "note": "11", - "powered": "false" - } - }, - { - "id": 805, - "properties": { - "instrument": "bass", - "note": "12", - "powered": "true" - } - }, - { - "id": 806, - "properties": { - "instrument": "bass", - "note": "12", - "powered": "false" - } - }, - { - "id": 807, - "properties": { - "instrument": "bass", - "note": "13", - "powered": "true" - } - }, - { - "id": 808, - "properties": { - "instrument": "bass", - "note": "13", - "powered": "false" - } - }, - { - "id": 809, - "properties": { - "instrument": "bass", - "note": "14", - "powered": "true" - } - }, - { - "id": 810, - "properties": { - "instrument": "bass", - "note": "14", - "powered": "false" - } - }, - { - "id": 811, - "properties": { - "instrument": "bass", - "note": "15", - "powered": "true" - } - }, - { - "id": 812, - "properties": { - "instrument": "bass", - "note": "15", - "powered": "false" - } - }, - { - "id": 813, - "properties": { - "instrument": "bass", - "note": "16", - "powered": "true" - } - }, - { - "id": 814, - "properties": { - "instrument": "bass", - "note": "16", - "powered": "false" - } - }, - { - "id": 815, - "properties": { - "instrument": "bass", - "note": "17", - "powered": "true" - } - }, - { - "id": 816, - "properties": { - "instrument": "bass", - "note": "17", - "powered": "false" - } - }, - { - "id": 817, - "properties": { - "instrument": "bass", - "note": "18", - "powered": "true" - } - }, - { - "id": 818, - "properties": { - "instrument": "bass", - "note": "18", - "powered": "false" - } - }, - { - "id": 819, - "properties": { - "instrument": "bass", - "note": "19", - "powered": "true" - } - }, - { - "id": 820, - "properties": { - "instrument": "bass", - "note": "19", - "powered": "false" - } - }, - { - "id": 821, - "properties": { - "instrument": "bass", - "note": "20", - "powered": "true" - } - }, - { - "id": 822, - "properties": { - "instrument": "bass", - "note": "20", - "powered": "false" - } - }, - { - "id": 823, - "properties": { - "instrument": "bass", - "note": "21", - "powered": "true" - } - }, - { - "id": 824, - "properties": { - "instrument": "bass", - "note": "21", - "powered": "false" - } - }, - { - "id": 825, - "properties": { - "instrument": "bass", - "note": "22", - "powered": "true" - } - }, - { - "id": 826, - "properties": { - "instrument": "bass", - "note": "22", - "powered": "false" - } - }, - { - "id": 827, - "properties": { - "instrument": "bass", - "note": "23", - "powered": "true" - } - }, - { - "id": 828, - "properties": { - "instrument": "bass", - "note": "23", - "powered": "false" - } - }, - { - "id": 829, - "properties": { - "instrument": "bass", - "note": "24", - "powered": "true" - } - }, - { - "id": 830, - "properties": { - "instrument": "bass", - "note": "24", - "powered": "false" - } - }, - { - "id": 831, - "properties": { - "instrument": "flute", - "note": "0", - "powered": "true" - } - }, - { - "id": 832, - "properties": { - "instrument": "flute", - "note": "0", - "powered": "false" - } - }, - { - "id": 833, - "properties": { - "instrument": "flute", - "note": "1", - "powered": "true" - } - }, - { - "id": 834, - "properties": { - "instrument": "flute", - "note": "1", - "powered": "false" - } - }, - { - "id": 835, - "properties": { - "instrument": "flute", - "note": "2", - "powered": "true" - } - }, - { - "id": 836, - "properties": { - "instrument": "flute", - "note": "2", - "powered": "false" - } - }, - { - "id": 837, - "properties": { - "instrument": "flute", - "note": "3", - "powered": "true" - } - }, - { - "id": 838, - "properties": { - "instrument": "flute", - "note": "3", - "powered": "false" - } - }, - { - "id": 839, - "properties": { - "instrument": "flute", - "note": "4", - "powered": "true" - } - }, - { - "id": 840, - "properties": { - "instrument": "flute", - "note": "4", - "powered": "false" - } - }, - { - "id": 841, - "properties": { - "instrument": "flute", - "note": "5", - "powered": "true" - } - }, - { - "id": 842, - "properties": { - "instrument": "flute", - "note": "5", - "powered": "false" - } - }, - { - "id": 843, - "properties": { - "instrument": "flute", - "note": "6", - "powered": "true" - } - }, - { - "id": 844, - "properties": { - "instrument": "flute", - "note": "6", - "powered": "false" - } - }, - { - "id": 845, - "properties": { - "instrument": "flute", - "note": "7", - "powered": "true" - } - }, - { - "id": 846, - "properties": { - "instrument": "flute", - "note": "7", - "powered": "false" - } - }, - { - "id": 847, - "properties": { - "instrument": "flute", - "note": "8", - "powered": "true" - } - }, - { - "id": 848, - "properties": { - "instrument": "flute", - "note": "8", - "powered": "false" - } - }, - { - "id": 849, - "properties": { - "instrument": "flute", - "note": "9", - "powered": "true" - } - }, - { - "id": 850, - "properties": { - "instrument": "flute", - "note": "9", - "powered": "false" - } - }, - { - "id": 851, - "properties": { - "instrument": "flute", - "note": "10", - "powered": "true" - } - }, - { - "id": 852, - "properties": { - "instrument": "flute", - "note": "10", - "powered": "false" - } - }, - { - "id": 853, - "properties": { - "instrument": "flute", - "note": "11", - "powered": "true" - } - }, - { - "id": 854, - "properties": { - "instrument": "flute", - "note": "11", - "powered": "false" - } - }, - { - "id": 855, - "properties": { - "instrument": "flute", - "note": "12", - "powered": "true" - } - }, - { - "id": 856, - "properties": { - "instrument": "flute", - "note": "12", - "powered": "false" - } - }, - { - "id": 857, - "properties": { - "instrument": "flute", - "note": "13", - "powered": "true" - } - }, - { - "id": 858, - "properties": { - "instrument": "flute", - "note": "13", - "powered": "false" - } - }, - { - "id": 859, - "properties": { - "instrument": "flute", - "note": "14", - "powered": "true" - } - }, - { - "id": 860, - "properties": { - "instrument": "flute", - "note": "14", - "powered": "false" - } - }, - { - "id": 861, - "properties": { - "instrument": "flute", - "note": "15", - "powered": "true" - } - }, - { - "id": 862, - "properties": { - "instrument": "flute", - "note": "15", - "powered": "false" - } - }, - { - "id": 863, - "properties": { - "instrument": "flute", - "note": "16", - "powered": "true" - } - }, - { - "id": 864, - "properties": { - "instrument": "flute", - "note": "16", - "powered": "false" - } - }, - { - "id": 865, - "properties": { - "instrument": "flute", - "note": "17", - "powered": "true" - } - }, - { - "id": 866, - "properties": { - "instrument": "flute", - "note": "17", - "powered": "false" - } - }, - { - "id": 867, - "properties": { - "instrument": "flute", - "note": "18", - "powered": "true" - } - }, - { - "id": 868, - "properties": { - "instrument": "flute", - "note": "18", - "powered": "false" - } - }, - { - "id": 869, - "properties": { - "instrument": "flute", - "note": "19", - "powered": "true" - } - }, - { - "id": 870, - "properties": { - "instrument": "flute", - "note": "19", - "powered": "false" - } - }, - { - "id": 871, - "properties": { - "instrument": "flute", - "note": "20", - "powered": "true" - } - }, - { - "id": 872, - "properties": { - "instrument": "flute", - "note": "20", - "powered": "false" - } - }, - { - "id": 873, - "properties": { - "instrument": "flute", - "note": "21", - "powered": "true" - } - }, - { - "id": 874, - "properties": { - "instrument": "flute", - "note": "21", - "powered": "false" - } - }, - { - "id": 875, - "properties": { - "instrument": "flute", - "note": "22", - "powered": "true" - } - }, - { - "id": 876, - "properties": { - "instrument": "flute", - "note": "22", - "powered": "false" - } - }, - { - "id": 877, - "properties": { - "instrument": "flute", - "note": "23", - "powered": "true" - } - }, - { - "id": 878, - "properties": { - "instrument": "flute", - "note": "23", - "powered": "false" - } - }, - { - "id": 879, - "properties": { - "instrument": "flute", - "note": "24", - "powered": "true" - } - }, - { - "id": 880, - "properties": { - "instrument": "flute", - "note": "24", - "powered": "false" - } - }, - { - "id": 881, - "properties": { - "instrument": "bell", - "note": "0", - "powered": "true" - } - }, - { - "id": 882, - "properties": { - "instrument": "bell", - "note": "0", - "powered": "false" - } - }, - { - "id": 883, - "properties": { - "instrument": "bell", - "note": "1", - "powered": "true" - } - }, - { - "id": 884, - "properties": { - "instrument": "bell", - "note": "1", - "powered": "false" - } - }, - { - "id": 885, - "properties": { - "instrument": "bell", - "note": "2", - "powered": "true" - } - }, - { - "id": 886, - "properties": { - "instrument": "bell", - "note": "2", - "powered": "false" - } - }, - { - "id": 887, - "properties": { - "instrument": "bell", - "note": "3", - "powered": "true" - } - }, - { - "id": 888, - "properties": { - "instrument": "bell", - "note": "3", - "powered": "false" - } - }, - { - "id": 889, - "properties": { - "instrument": "bell", - "note": "4", - "powered": "true" - } - }, - { - "id": 890, - "properties": { - "instrument": "bell", - "note": "4", - "powered": "false" - } - }, - { - "id": 891, - "properties": { - "instrument": "bell", - "note": "5", - "powered": "true" - } - }, - { - "id": 892, - "properties": { - "instrument": "bell", - "note": "5", - "powered": "false" - } - }, - { - "id": 893, - "properties": { - "instrument": "bell", - "note": "6", - "powered": "true" - } - }, - { - "id": 894, - "properties": { - "instrument": "bell", - "note": "6", - "powered": "false" - } - }, - { - "id": 895, - "properties": { - "instrument": "bell", - "note": "7", - "powered": "true" - } - }, - { - "id": 896, - "properties": { - "instrument": "bell", - "note": "7", - "powered": "false" - } - }, - { - "id": 897, - "properties": { - "instrument": "bell", - "note": "8", - "powered": "true" - } - }, - { - "id": 898, - "properties": { - "instrument": "bell", - "note": "8", - "powered": "false" - } - }, - { - "id": 899, - "properties": { - "instrument": "bell", - "note": "9", - "powered": "true" - } - }, - { - "id": 900, - "properties": { - "instrument": "bell", - "note": "9", - "powered": "false" - } - }, - { - "id": 901, - "properties": { - "instrument": "bell", - "note": "10", - "powered": "true" - } - }, - { - "id": 902, - "properties": { - "instrument": "bell", - "note": "10", - "powered": "false" - } - }, - { - "id": 903, - "properties": { - "instrument": "bell", - "note": "11", - "powered": "true" - } - }, - { - "id": 904, - "properties": { - "instrument": "bell", - "note": "11", - "powered": "false" - } - }, - { - "id": 905, - "properties": { - "instrument": "bell", - "note": "12", - "powered": "true" - } - }, - { - "id": 906, - "properties": { - "instrument": "bell", - "note": "12", - "powered": "false" - } - }, - { - "id": 907, - "properties": { - "instrument": "bell", - "note": "13", - "powered": "true" - } - }, - { - "id": 908, - "properties": { - "instrument": "bell", - "note": "13", - "powered": "false" - } - }, - { - "id": 909, - "properties": { - "instrument": "bell", - "note": "14", - "powered": "true" - } - }, - { - "id": 910, - "properties": { - "instrument": "bell", - "note": "14", - "powered": "false" - } - }, - { - "id": 911, - "properties": { - "instrument": "bell", - "note": "15", - "powered": "true" - } - }, - { - "id": 912, - "properties": { - "instrument": "bell", - "note": "15", - "powered": "false" - } - }, - { - "id": 913, - "properties": { - "instrument": "bell", - "note": "16", - "powered": "true" - } - }, - { - "id": 914, - "properties": { - "instrument": "bell", - "note": "16", - "powered": "false" - } - }, - { - "id": 915, - "properties": { - "instrument": "bell", - "note": "17", - "powered": "true" - } - }, - { - "id": 916, - "properties": { - "instrument": "bell", - "note": "17", - "powered": "false" - } - }, - { - "id": 917, - "properties": { - "instrument": "bell", - "note": "18", - "powered": "true" - } - }, - { - "id": 918, - "properties": { - "instrument": "bell", - "note": "18", - "powered": "false" - } - }, - { - "id": 919, - "properties": { - "instrument": "bell", - "note": "19", - "powered": "true" - } - }, - { - "id": 920, - "properties": { - "instrument": "bell", - "note": "19", - "powered": "false" - } - }, - { - "id": 921, - "properties": { - "instrument": "bell", - "note": "20", - "powered": "true" - } - }, - { - "id": 922, - "properties": { - "instrument": "bell", - "note": "20", - "powered": "false" - } - }, - { - "id": 923, - "properties": { - "instrument": "bell", - "note": "21", - "powered": "true" - } - }, - { - "id": 924, - "properties": { - "instrument": "bell", - "note": "21", - "powered": "false" - } - }, - { - "id": 925, - "properties": { - "instrument": "bell", - "note": "22", - "powered": "true" - } - }, - { - "id": 926, - "properties": { - "instrument": "bell", - "note": "22", - "powered": "false" - } - }, - { - "id": 927, - "properties": { - "instrument": "bell", - "note": "23", - "powered": "true" - } - }, - { - "id": 928, - "properties": { - "instrument": "bell", - "note": "23", - "powered": "false" - } - }, - { - "id": 929, - "properties": { - "instrument": "bell", - "note": "24", - "powered": "true" - } - }, - { - "id": 930, - "properties": { - "instrument": "bell", - "note": "24", - "powered": "false" - } - }, - { - "id": 931, - "properties": { - "instrument": "guitar", - "note": "0", - "powered": "true" - } - }, - { - "id": 932, - "properties": { - "instrument": "guitar", - "note": "0", - "powered": "false" - } - }, - { - "id": 933, - "properties": { - "instrument": "guitar", - "note": "1", - "powered": "true" - } - }, - { - "id": 934, - "properties": { - "instrument": "guitar", - "note": "1", - "powered": "false" - } - }, - { - "id": 935, - "properties": { - "instrument": "guitar", - "note": "2", - "powered": "true" - } - }, - { - "id": 936, - "properties": { - "instrument": "guitar", - "note": "2", - "powered": "false" - } - }, - { - "id": 937, - "properties": { - "instrument": "guitar", - "note": "3", - "powered": "true" - } - }, - { - "id": 938, - "properties": { - "instrument": "guitar", - "note": "3", - "powered": "false" - } - }, - { - "id": 939, - "properties": { - "instrument": "guitar", - "note": "4", - "powered": "true" - } - }, - { - "id": 940, - "properties": { - "instrument": "guitar", - "note": "4", - "powered": "false" - } - }, - { - "id": 941, - "properties": { - "instrument": "guitar", - "note": "5", - "powered": "true" - } - }, - { - "id": 942, - "properties": { - "instrument": "guitar", - "note": "5", - "powered": "false" - } - }, - { - "id": 943, - "properties": { - "instrument": "guitar", - "note": "6", - "powered": "true" - } - }, - { - "id": 944, - "properties": { - "instrument": "guitar", - "note": "6", - "powered": "false" - } - }, - { - "id": 945, - "properties": { - "instrument": "guitar", - "note": "7", - "powered": "true" - } - }, - { - "id": 946, - "properties": { - "instrument": "guitar", - "note": "7", - "powered": "false" - } - }, - { - "id": 947, - "properties": { - "instrument": "guitar", - "note": "8", - "powered": "true" - } - }, - { - "id": 948, - "properties": { - "instrument": "guitar", - "note": "8", - "powered": "false" - } - }, - { - "id": 949, - "properties": { - "instrument": "guitar", - "note": "9", - "powered": "true" - } - }, - { - "id": 950, - "properties": { - "instrument": "guitar", - "note": "9", - "powered": "false" - } - }, - { - "id": 951, - "properties": { - "instrument": "guitar", - "note": "10", - "powered": "true" - } - }, - { - "id": 952, - "properties": { - "instrument": "guitar", - "note": "10", - "powered": "false" - } - }, - { - "id": 953, - "properties": { - "instrument": "guitar", - "note": "11", - "powered": "true" - } - }, - { - "id": 954, - "properties": { - "instrument": "guitar", - "note": "11", - "powered": "false" - } - }, - { - "id": 955, - "properties": { - "instrument": "guitar", - "note": "12", - "powered": "true" - } - }, - { - "id": 956, - "properties": { - "instrument": "guitar", - "note": "12", - "powered": "false" - } - }, - { - "id": 957, - "properties": { - "instrument": "guitar", - "note": "13", - "powered": "true" - } - }, - { - "id": 958, - "properties": { - "instrument": "guitar", - "note": "13", - "powered": "false" - } - }, - { - "id": 959, - "properties": { - "instrument": "guitar", - "note": "14", - "powered": "true" - } - }, - { - "id": 960, - "properties": { - "instrument": "guitar", - "note": "14", - "powered": "false" - } - }, - { - "id": 961, - "properties": { - "instrument": "guitar", - "note": "15", - "powered": "true" - } - }, - { - "id": 962, - "properties": { - "instrument": "guitar", - "note": "15", - "powered": "false" - } - }, - { - "id": 963, - "properties": { - "instrument": "guitar", - "note": "16", - "powered": "true" - } - }, - { - "id": 964, - "properties": { - "instrument": "guitar", - "note": "16", - "powered": "false" - } - }, - { - "id": 965, - "properties": { - "instrument": "guitar", - "note": "17", - "powered": "true" - } - }, - { - "id": 966, - "properties": { - "instrument": "guitar", - "note": "17", - "powered": "false" - } - }, - { - "id": 967, - "properties": { - "instrument": "guitar", - "note": "18", - "powered": "true" - } - }, - { - "id": 968, - "properties": { - "instrument": "guitar", - "note": "18", - "powered": "false" - } - }, - { - "id": 969, - "properties": { - "instrument": "guitar", - "note": "19", - "powered": "true" - } - }, - { - "id": 970, - "properties": { - "instrument": "guitar", - "note": "19", - "powered": "false" - } - }, - { - "id": 971, - "properties": { - "instrument": "guitar", - "note": "20", - "powered": "true" - } - }, - { - "id": 972, - "properties": { - "instrument": "guitar", - "note": "20", - "powered": "false" - } - }, - { - "id": 973, - "properties": { - "instrument": "guitar", - "note": "21", - "powered": "true" - } - }, - { - "id": 974, - "properties": { - "instrument": "guitar", - "note": "21", - "powered": "false" - } - }, - { - "id": 975, - "properties": { - "instrument": "guitar", - "note": "22", - "powered": "true" - } - }, - { - "id": 976, - "properties": { - "instrument": "guitar", - "note": "22", - "powered": "false" - } - }, - { - "id": 977, - "properties": { - "instrument": "guitar", - "note": "23", - "powered": "true" - } - }, - { - "id": 978, - "properties": { - "instrument": "guitar", - "note": "23", - "powered": "false" - } - }, - { - "id": 979, - "properties": { - "instrument": "guitar", - "note": "24", - "powered": "true" - } - }, - { - "id": 980, - "properties": { - "instrument": "guitar", - "note": "24", - "powered": "false" - } - }, - { - "id": 981, - "properties": { - "instrument": "chime", - "note": "0", - "powered": "true" - } - }, - { - "id": 982, - "properties": { - "instrument": "chime", - "note": "0", - "powered": "false" - } - }, - { - "id": 983, - "properties": { - "instrument": "chime", - "note": "1", - "powered": "true" - } - }, - { - "id": 984, - "properties": { - "instrument": "chime", - "note": "1", - "powered": "false" - } - }, - { - "id": 985, - "properties": { - "instrument": "chime", - "note": "2", - "powered": "true" - } - }, - { - "id": 986, - "properties": { - "instrument": "chime", - "note": "2", - "powered": "false" - } - }, - { - "id": 987, - "properties": { - "instrument": "chime", - "note": "3", - "powered": "true" - } - }, - { - "id": 988, - "properties": { - "instrument": "chime", - "note": "3", - "powered": "false" - } - }, - { - "id": 989, - "properties": { - "instrument": "chime", - "note": "4", - "powered": "true" - } - }, - { - "id": 990, - "properties": { - "instrument": "chime", - "note": "4", - "powered": "false" - } - }, - { - "id": 991, - "properties": { - "instrument": "chime", - "note": "5", - "powered": "true" - } - }, - { - "id": 992, - "properties": { - "instrument": "chime", - "note": "5", - "powered": "false" - } - }, - { - "id": 993, - "properties": { - "instrument": "chime", - "note": "6", - "powered": "true" - } - }, - { - "id": 994, - "properties": { - "instrument": "chime", - "note": "6", - "powered": "false" - } - }, - { - "id": 995, - "properties": { - "instrument": "chime", - "note": "7", - "powered": "true" - } - }, - { - "id": 996, - "properties": { - "instrument": "chime", - "note": "7", - "powered": "false" - } - }, - { - "id": 997, - "properties": { - "instrument": "chime", - "note": "8", - "powered": "true" - } - }, - { - "id": 998, - "properties": { - "instrument": "chime", - "note": "8", - "powered": "false" - } - }, - { - "id": 999, - "properties": { - "instrument": "chime", - "note": "9", - "powered": "true" - } - }, - { - "id": 1000, - "properties": { - "instrument": "chime", - "note": "9", - "powered": "false" - } - }, - { - "id": 1001, - "properties": { - "instrument": "chime", - "note": "10", - "powered": "true" - } - }, - { - "id": 1002, - "properties": { - "instrument": "chime", - "note": "10", - "powered": "false" - } - }, - { - "id": 1003, - "properties": { - "instrument": "chime", - "note": "11", - "powered": "true" - } - }, - { - "id": 1004, - "properties": { - "instrument": "chime", - "note": "11", - "powered": "false" - } - }, - { - "id": 1005, - "properties": { - "instrument": "chime", - "note": "12", - "powered": "true" - } - }, - { - "id": 1006, - "properties": { - "instrument": "chime", - "note": "12", - "powered": "false" - } - }, - { - "id": 1007, - "properties": { - "instrument": "chime", - "note": "13", - "powered": "true" - } - }, - { - "id": 1008, - "properties": { - "instrument": "chime", - "note": "13", - "powered": "false" - } - }, - { - "id": 1009, - "properties": { - "instrument": "chime", - "note": "14", - "powered": "true" - } - }, - { - "id": 1010, - "properties": { - "instrument": "chime", - "note": "14", - "powered": "false" - } - }, - { - "id": 1011, - "properties": { - "instrument": "chime", - "note": "15", - "powered": "true" - } - }, - { - "id": 1012, - "properties": { - "instrument": "chime", - "note": "15", - "powered": "false" - } - }, - { - "id": 1013, - "properties": { - "instrument": "chime", - "note": "16", - "powered": "true" - } - }, - { - "id": 1014, - "properties": { - "instrument": "chime", - "note": "16", - "powered": "false" - } - }, - { - "id": 1015, - "properties": { - "instrument": "chime", - "note": "17", - "powered": "true" - } - }, - { - "id": 1016, - "properties": { - "instrument": "chime", - "note": "17", - "powered": "false" - } - }, - { - "id": 1017, - "properties": { - "instrument": "chime", - "note": "18", - "powered": "true" - } - }, - { - "id": 1018, - "properties": { - "instrument": "chime", - "note": "18", - "powered": "false" - } - }, - { - "id": 1019, - "properties": { - "instrument": "chime", - "note": "19", - "powered": "true" - } - }, - { - "id": 1020, - "properties": { - "instrument": "chime", - "note": "19", - "powered": "false" - } - }, - { - "id": 1021, - "properties": { - "instrument": "chime", - "note": "20", - "powered": "true" - } - }, - { - "id": 1022, - "properties": { - "instrument": "chime", - "note": "20", - "powered": "false" - } - }, - { - "id": 1023, - "properties": { - "instrument": "chime", - "note": "21", - "powered": "true" - } - }, - { - "id": 1024, - "properties": { - "instrument": "chime", - "note": "21", - "powered": "false" - } - }, - { - "id": 1025, - "properties": { - "instrument": "chime", - "note": "22", - "powered": "true" - } - }, - { - "id": 1026, - "properties": { - "instrument": "chime", - "note": "22", - "powered": "false" - } - }, - { - "id": 1027, - "properties": { - "instrument": "chime", - "note": "23", - "powered": "true" - } - }, - { - "id": 1028, - "properties": { - "instrument": "chime", - "note": "23", - "powered": "false" - } - }, - { - "id": 1029, - "properties": { - "instrument": "chime", - "note": "24", - "powered": "true" - } - }, - { - "id": 1030, - "properties": { - "instrument": "chime", - "note": "24", - "powered": "false" - } - }, - { - "id": 1031, - "properties": { - "instrument": "xylophone", - "note": "0", - "powered": "true" - } - }, - { - "id": 1032, - "properties": { - "instrument": "xylophone", - "note": "0", - "powered": "false" - } - }, - { - "id": 1033, - "properties": { - "instrument": "xylophone", - "note": "1", - "powered": "true" - } - }, - { - "id": 1034, - "properties": { - "instrument": "xylophone", - "note": "1", - "powered": "false" - } - }, - { - "id": 1035, - "properties": { - "instrument": "xylophone", - "note": "2", - "powered": "true" - } - }, - { - "id": 1036, - "properties": { - "instrument": "xylophone", - "note": "2", - "powered": "false" - } - }, - { - "id": 1037, - "properties": { - "instrument": "xylophone", - "note": "3", - "powered": "true" - } - }, - { - "id": 1038, - "properties": { - "instrument": "xylophone", - "note": "3", - "powered": "false" - } - }, - { - "id": 1039, - "properties": { - "instrument": "xylophone", - "note": "4", - "powered": "true" - } - }, - { - "id": 1040, - "properties": { - "instrument": "xylophone", - "note": "4", - "powered": "false" - } - }, - { - "id": 1041, - "properties": { - "instrument": "xylophone", - "note": "5", - "powered": "true" - } - }, - { - "id": 1042, - "properties": { - "instrument": "xylophone", - "note": "5", - "powered": "false" - } - }, - { - "id": 1043, - "properties": { - "instrument": "xylophone", - "note": "6", - "powered": "true" - } - }, - { - "id": 1044, - "properties": { - "instrument": "xylophone", - "note": "6", - "powered": "false" - } - }, - { - "id": 1045, - "properties": { - "instrument": "xylophone", - "note": "7", - "powered": "true" - } - }, - { - "id": 1046, - "properties": { - "instrument": "xylophone", - "note": "7", - "powered": "false" - } - }, - { - "id": 1047, - "properties": { - "instrument": "xylophone", - "note": "8", - "powered": "true" - } - }, - { - "id": 1048, - "properties": { - "instrument": "xylophone", - "note": "8", - "powered": "false" - } - }, - { - "id": 1049, - "properties": { - "instrument": "xylophone", - "note": "9", - "powered": "true" - } - }, - { - "id": 1050, - "properties": { - "instrument": "xylophone", - "note": "9", - "powered": "false" - } - }, - { - "id": 1051, - "properties": { - "instrument": "xylophone", - "note": "10", - "powered": "true" - } - }, - { - "id": 1052, - "properties": { - "instrument": "xylophone", - "note": "10", - "powered": "false" - } - }, - { - "id": 1053, - "properties": { - "instrument": "xylophone", - "note": "11", - "powered": "true" - } - }, - { - "id": 1054, - "properties": { - "instrument": "xylophone", - "note": "11", - "powered": "false" - } - }, - { - "id": 1055, - "properties": { - "instrument": "xylophone", - "note": "12", - "powered": "true" - } - }, - { - "id": 1056, - "properties": { - "instrument": "xylophone", - "note": "12", - "powered": "false" - } - }, - { - "id": 1057, - "properties": { - "instrument": "xylophone", - "note": "13", - "powered": "true" - } - }, - { - "id": 1058, - "properties": { - "instrument": "xylophone", - "note": "13", - "powered": "false" - } - }, - { - "id": 1059, - "properties": { - "instrument": "xylophone", - "note": "14", - "powered": "true" - } - }, - { - "id": 1060, - "properties": { - "instrument": "xylophone", - "note": "14", - "powered": "false" - } - }, - { - "id": 1061, - "properties": { - "instrument": "xylophone", - "note": "15", - "powered": "true" - } - }, - { - "id": 1062, - "properties": { - "instrument": "xylophone", - "note": "15", - "powered": "false" - } - }, - { - "id": 1063, - "properties": { - "instrument": "xylophone", - "note": "16", - "powered": "true" - } - }, - { - "id": 1064, - "properties": { - "instrument": "xylophone", - "note": "16", - "powered": "false" - } - }, - { - "id": 1065, - "properties": { - "instrument": "xylophone", - "note": "17", - "powered": "true" - } - }, - { - "id": 1066, - "properties": { - "instrument": "xylophone", - "note": "17", - "powered": "false" - } - }, - { - "id": 1067, - "properties": { - "instrument": "xylophone", - "note": "18", - "powered": "true" - } - }, - { - "id": 1068, - "properties": { - "instrument": "xylophone", - "note": "18", - "powered": "false" - } - }, - { - "id": 1069, - "properties": { - "instrument": "xylophone", - "note": "19", - "powered": "true" - } - }, - { - "id": 1070, - "properties": { - "instrument": "xylophone", - "note": "19", - "powered": "false" - } - }, - { - "id": 1071, - "properties": { - "instrument": "xylophone", - "note": "20", - "powered": "true" - } - }, - { - "id": 1072, - "properties": { - "instrument": "xylophone", - "note": "20", - "powered": "false" - } - }, - { - "id": 1073, - "properties": { - "instrument": "xylophone", - "note": "21", - "powered": "true" - } - }, - { - "id": 1074, - "properties": { - "instrument": "xylophone", - "note": "21", - "powered": "false" - } - }, - { - "id": 1075, - "properties": { - "instrument": "xylophone", - "note": "22", - "powered": "true" - } - }, - { - "id": 1076, - "properties": { - "instrument": "xylophone", - "note": "22", - "powered": "false" - } - }, - { - "id": 1077, - "properties": { - "instrument": "xylophone", - "note": "23", - "powered": "true" - } - }, - { - "id": 1078, - "properties": { - "instrument": "xylophone", - "note": "23", - "powered": "false" - } - }, - { - "id": 1079, - "properties": { - "instrument": "xylophone", - "note": "24", - "powered": "true" - } - }, - { - "id": 1080, - "properties": { - "instrument": "xylophone", - "note": "24", - "powered": "false" - } - }, - { - "id": 1081, - "properties": { - "instrument": "iron_xylophone", - "note": "0", - "powered": "true" - } - }, - { - "id": 1082, - "properties": { - "instrument": "iron_xylophone", - "note": "0", - "powered": "false" - } - }, - { - "id": 1083, - "properties": { - "instrument": "iron_xylophone", - "note": "1", - "powered": "true" - } - }, - { - "id": 1084, - "properties": { - "instrument": "iron_xylophone", - "note": "1", - "powered": "false" - } - }, - { - "id": 1085, - "properties": { - "instrument": "iron_xylophone", - "note": "2", - "powered": "true" - } - }, - { - "id": 1086, - "properties": { - "instrument": "iron_xylophone", - "note": "2", - "powered": "false" - } - }, - { - "id": 1087, - "properties": { - "instrument": "iron_xylophone", - "note": "3", - "powered": "true" - } - }, - { - "id": 1088, - "properties": { - "instrument": "iron_xylophone", - "note": "3", - "powered": "false" - } - }, - { - "id": 1089, - "properties": { - "instrument": "iron_xylophone", - "note": "4", - "powered": "true" - } - }, - { - "id": 1090, - "properties": { - "instrument": "iron_xylophone", - "note": "4", - "powered": "false" - } - }, - { - "id": 1091, - "properties": { - "instrument": "iron_xylophone", - "note": "5", - "powered": "true" - } - }, - { - "id": 1092, - "properties": { - "instrument": "iron_xylophone", - "note": "5", - "powered": "false" - } - }, - { - "id": 1093, - "properties": { - "instrument": "iron_xylophone", - "note": "6", - "powered": "true" - } - }, - { - "id": 1094, - "properties": { - "instrument": "iron_xylophone", - "note": "6", - "powered": "false" - } - }, - { - "id": 1095, - "properties": { - "instrument": "iron_xylophone", - "note": "7", - "powered": "true" - } - }, - { - "id": 1096, - "properties": { - "instrument": "iron_xylophone", - "note": "7", - "powered": "false" - } - }, - { - "id": 1097, - "properties": { - "instrument": "iron_xylophone", - "note": "8", - "powered": "true" - } - }, - { - "id": 1098, - "properties": { - "instrument": "iron_xylophone", - "note": "8", - "powered": "false" - } - }, - { - "id": 1099, - "properties": { - "instrument": "iron_xylophone", - "note": "9", - "powered": "true" - } - }, - { - "id": 1100, - "properties": { - "instrument": "iron_xylophone", - "note": "9", - "powered": "false" - } - }, - { - "id": 1101, - "properties": { - "instrument": "iron_xylophone", - "note": "10", - "powered": "true" - } - }, - { - "id": 1102, - "properties": { - "instrument": "iron_xylophone", - "note": "10", - "powered": "false" - } - }, - { - "id": 1103, - "properties": { - "instrument": "iron_xylophone", - "note": "11", - "powered": "true" - } - }, - { - "id": 1104, - "properties": { - "instrument": "iron_xylophone", - "note": "11", - "powered": "false" - } - }, - { - "id": 1105, - "properties": { - "instrument": "iron_xylophone", - "note": "12", - "powered": "true" - } - }, - { - "id": 1106, - "properties": { - "instrument": "iron_xylophone", - "note": "12", - "powered": "false" - } - }, - { - "id": 1107, - "properties": { - "instrument": "iron_xylophone", - "note": "13", - "powered": "true" - } - }, - { - "id": 1108, - "properties": { - "instrument": "iron_xylophone", - "note": "13", - "powered": "false" - } - }, - { - "id": 1109, - "properties": { - "instrument": "iron_xylophone", - "note": "14", - "powered": "true" - } - }, - { - "id": 1110, - "properties": { - "instrument": "iron_xylophone", - "note": "14", - "powered": "false" - } - }, - { - "id": 1111, - "properties": { - "instrument": "iron_xylophone", - "note": "15", - "powered": "true" - } - }, - { - "id": 1112, - "properties": { - "instrument": "iron_xylophone", - "note": "15", - "powered": "false" - } - }, - { - "id": 1113, - "properties": { - "instrument": "iron_xylophone", - "note": "16", - "powered": "true" - } - }, - { - "id": 1114, - "properties": { - "instrument": "iron_xylophone", - "note": "16", - "powered": "false" - } - }, - { - "id": 1115, - "properties": { - "instrument": "iron_xylophone", - "note": "17", - "powered": "true" - } - }, - { - "id": 1116, - "properties": { - "instrument": "iron_xylophone", - "note": "17", - "powered": "false" - } - }, - { - "id": 1117, - "properties": { - "instrument": "iron_xylophone", - "note": "18", - "powered": "true" - } - }, - { - "id": 1118, - "properties": { - "instrument": "iron_xylophone", - "note": "18", - "powered": "false" - } - }, - { - "id": 1119, - "properties": { - "instrument": "iron_xylophone", - "note": "19", - "powered": "true" - } - }, - { - "id": 1120, - "properties": { - "instrument": "iron_xylophone", - "note": "19", - "powered": "false" - } - }, - { - "id": 1121, - "properties": { - "instrument": "iron_xylophone", - "note": "20", - "powered": "true" - } - }, - { - "id": 1122, - "properties": { - "instrument": "iron_xylophone", - "note": "20", - "powered": "false" - } - }, - { - "id": 1123, - "properties": { - "instrument": "iron_xylophone", - "note": "21", - "powered": "true" - } - }, - { - "id": 1124, - "properties": { - "instrument": "iron_xylophone", - "note": "21", - "powered": "false" - } - }, - { - "id": 1125, - "properties": { - "instrument": "iron_xylophone", - "note": "22", - "powered": "true" - } - }, - { - "id": 1126, - "properties": { - "instrument": "iron_xylophone", - "note": "22", - "powered": "false" - } - }, - { - "id": 1127, - "properties": { - "instrument": "iron_xylophone", - "note": "23", - "powered": "true" - } - }, - { - "id": 1128, - "properties": { - "instrument": "iron_xylophone", - "note": "23", - "powered": "false" - } - }, - { - "id": 1129, - "properties": { - "instrument": "iron_xylophone", - "note": "24", - "powered": "true" - } - }, - { - "id": 1130, - "properties": { - "instrument": "iron_xylophone", - "note": "24", - "powered": "false" - } - }, - { - "id": 1131, - "properties": { - "instrument": "cow_bell", - "note": "0", - "powered": "true" - } - }, - { - "id": 1132, - "properties": { - "instrument": "cow_bell", - "note": "0", - "powered": "false" - } - }, - { - "id": 1133, - "properties": { - "instrument": "cow_bell", - "note": "1", - "powered": "true" - } - }, - { - "id": 1134, - "properties": { - "instrument": "cow_bell", - "note": "1", - "powered": "false" - } - }, - { - "id": 1135, - "properties": { - "instrument": "cow_bell", - "note": "2", - "powered": "true" - } - }, - { - "id": 1136, - "properties": { - "instrument": "cow_bell", - "note": "2", - "powered": "false" - } - }, - { - "id": 1137, - "properties": { - "instrument": "cow_bell", - "note": "3", - "powered": "true" - } - }, - { - "id": 1138, - "properties": { - "instrument": "cow_bell", - "note": "3", - "powered": "false" - } - }, - { - "id": 1139, - "properties": { - "instrument": "cow_bell", - "note": "4", - "powered": "true" - } - }, - { - "id": 1140, - "properties": { - "instrument": "cow_bell", - "note": "4", - "powered": "false" - } - }, - { - "id": 1141, - "properties": { - "instrument": "cow_bell", - "note": "5", - "powered": "true" - } - }, - { - "id": 1142, - "properties": { - "instrument": "cow_bell", - "note": "5", - "powered": "false" - } - }, - { - "id": 1143, - "properties": { - "instrument": "cow_bell", - "note": "6", - "powered": "true" - } - }, - { - "id": 1144, - "properties": { - "instrument": "cow_bell", - "note": "6", - "powered": "false" - } - }, - { - "id": 1145, - "properties": { - "instrument": "cow_bell", - "note": "7", - "powered": "true" - } - }, - { - "id": 1146, - "properties": { - "instrument": "cow_bell", - "note": "7", - "powered": "false" - } - }, - { - "id": 1147, - "properties": { - "instrument": "cow_bell", - "note": "8", - "powered": "true" - } - }, - { - "id": 1148, - "properties": { - "instrument": "cow_bell", - "note": "8", - "powered": "false" - } - }, - { - "id": 1149, - "properties": { - "instrument": "cow_bell", - "note": "9", - "powered": "true" - } - }, - { - "id": 1150, - "properties": { - "instrument": "cow_bell", - "note": "9", - "powered": "false" - } - }, - { - "id": 1151, - "properties": { - "instrument": "cow_bell", - "note": "10", - "powered": "true" - } - }, - { - "id": 1152, - "properties": { - "instrument": "cow_bell", - "note": "10", - "powered": "false" - } - }, - { - "id": 1153, - "properties": { - "instrument": "cow_bell", - "note": "11", - "powered": "true" - } - }, - { - "id": 1154, - "properties": { - "instrument": "cow_bell", - "note": "11", - "powered": "false" - } - }, - { - "id": 1155, - "properties": { - "instrument": "cow_bell", - "note": "12", - "powered": "true" - } - }, - { - "id": 1156, - "properties": { - "instrument": "cow_bell", - "note": "12", - "powered": "false" - } - }, - { - "id": 1157, - "properties": { - "instrument": "cow_bell", - "note": "13", - "powered": "true" - } - }, - { - "id": 1158, - "properties": { - "instrument": "cow_bell", - "note": "13", - "powered": "false" - } - }, - { - "id": 1159, - "properties": { - "instrument": "cow_bell", - "note": "14", - "powered": "true" - } - }, - { - "id": 1160, - "properties": { - "instrument": "cow_bell", - "note": "14", - "powered": "false" - } - }, - { - "id": 1161, - "properties": { - "instrument": "cow_bell", - "note": "15", - "powered": "true" - } - }, - { - "id": 1162, - "properties": { - "instrument": "cow_bell", - "note": "15", - "powered": "false" - } - }, - { - "id": 1163, - "properties": { - "instrument": "cow_bell", - "note": "16", - "powered": "true" - } - }, - { - "id": 1164, - "properties": { - "instrument": "cow_bell", - "note": "16", - "powered": "false" - } - }, - { - "id": 1165, - "properties": { - "instrument": "cow_bell", - "note": "17", - "powered": "true" - } - }, - { - "id": 1166, - "properties": { - "instrument": "cow_bell", - "note": "17", - "powered": "false" - } - }, - { - "id": 1167, - "properties": { - "instrument": "cow_bell", - "note": "18", - "powered": "true" - } - }, - { - "id": 1168, - "properties": { - "instrument": "cow_bell", - "note": "18", - "powered": "false" - } - }, - { - "id": 1169, - "properties": { - "instrument": "cow_bell", - "note": "19", - "powered": "true" - } - }, - { - "id": 1170, - "properties": { - "instrument": "cow_bell", - "note": "19", - "powered": "false" - } - }, - { - "id": 1171, - "properties": { - "instrument": "cow_bell", - "note": "20", - "powered": "true" - } - }, - { - "id": 1172, - "properties": { - "instrument": "cow_bell", - "note": "20", - "powered": "false" - } - }, - { - "id": 1173, - "properties": { - "instrument": "cow_bell", - "note": "21", - "powered": "true" - } - }, - { - "id": 1174, - "properties": { - "instrument": "cow_bell", - "note": "21", - "powered": "false" - } - }, - { - "id": 1175, - "properties": { - "instrument": "cow_bell", - "note": "22", - "powered": "true" - } - }, - { - "id": 1176, - "properties": { - "instrument": "cow_bell", - "note": "22", - "powered": "false" - } - }, - { - "id": 1177, - "properties": { - "instrument": "cow_bell", - "note": "23", - "powered": "true" - } - }, - { - "id": 1178, - "properties": { - "instrument": "cow_bell", - "note": "23", - "powered": "false" - } - }, - { - "id": 1179, - "properties": { - "instrument": "cow_bell", - "note": "24", - "powered": "true" - } - }, - { - "id": 1180, - "properties": { - "instrument": "cow_bell", - "note": "24", - "powered": "false" - } - }, - { - "id": 1181, - "properties": { - "instrument": "didgeridoo", - "note": "0", - "powered": "true" - } - }, - { - "id": 1182, - "properties": { - "instrument": "didgeridoo", - "note": "0", - "powered": "false" - } - }, - { - "id": 1183, - "properties": { - "instrument": "didgeridoo", - "note": "1", - "powered": "true" - } - }, - { - "id": 1184, - "properties": { - "instrument": "didgeridoo", - "note": "1", - "powered": "false" - } - }, - { - "id": 1185, - "properties": { - "instrument": "didgeridoo", - "note": "2", - "powered": "true" - } - }, - { - "id": 1186, - "properties": { - "instrument": "didgeridoo", - "note": "2", - "powered": "false" - } - }, - { - "id": 1187, - "properties": { - "instrument": "didgeridoo", - "note": "3", - "powered": "true" - } - }, - { - "id": 1188, - "properties": { - "instrument": "didgeridoo", - "note": "3", - "powered": "false" - } - }, - { - "id": 1189, - "properties": { - "instrument": "didgeridoo", - "note": "4", - "powered": "true" - } - }, - { - "id": 1190, - "properties": { - "instrument": "didgeridoo", - "note": "4", - "powered": "false" - } - }, - { - "id": 1191, - "properties": { - "instrument": "didgeridoo", - "note": "5", - "powered": "true" - } - }, - { - "id": 1192, - "properties": { - "instrument": "didgeridoo", - "note": "5", - "powered": "false" - } - }, - { - "id": 1193, - "properties": { - "instrument": "didgeridoo", - "note": "6", - "powered": "true" - } - }, - { - "id": 1194, - "properties": { - "instrument": "didgeridoo", - "note": "6", - "powered": "false" - } - }, - { - "id": 1195, - "properties": { - "instrument": "didgeridoo", - "note": "7", - "powered": "true" - } - }, - { - "id": 1196, - "properties": { - "instrument": "didgeridoo", - "note": "7", - "powered": "false" - } - }, - { - "id": 1197, - "properties": { - "instrument": "didgeridoo", - "note": "8", - "powered": "true" - } - }, - { - "id": 1198, - "properties": { - "instrument": "didgeridoo", - "note": "8", - "powered": "false" - } - }, - { - "id": 1199, - "properties": { - "instrument": "didgeridoo", - "note": "9", - "powered": "true" - } - }, - { - "id": 1200, - "properties": { - "instrument": "didgeridoo", - "note": "9", - "powered": "false" - } - }, - { - "id": 1201, - "properties": { - "instrument": "didgeridoo", - "note": "10", - "powered": "true" - } - }, - { - "id": 1202, - "properties": { - "instrument": "didgeridoo", - "note": "10", - "powered": "false" - } - }, - { - "id": 1203, - "properties": { - "instrument": "didgeridoo", - "note": "11", - "powered": "true" - } - }, - { - "id": 1204, - "properties": { - "instrument": "didgeridoo", - "note": "11", - "powered": "false" - } - }, - { - "id": 1205, - "properties": { - "instrument": "didgeridoo", - "note": "12", - "powered": "true" - } - }, - { - "id": 1206, - "properties": { - "instrument": "didgeridoo", - "note": "12", - "powered": "false" - } - }, - { - "id": 1207, - "properties": { - "instrument": "didgeridoo", - "note": "13", - "powered": "true" - } - }, - { - "id": 1208, - "properties": { - "instrument": "didgeridoo", - "note": "13", - "powered": "false" - } - }, - { - "id": 1209, - "properties": { - "instrument": "didgeridoo", - "note": "14", - "powered": "true" - } - }, - { - "id": 1210, - "properties": { - "instrument": "didgeridoo", - "note": "14", - "powered": "false" - } - }, - { - "id": 1211, - "properties": { - "instrument": "didgeridoo", - "note": "15", - "powered": "true" - } - }, - { - "id": 1212, - "properties": { - "instrument": "didgeridoo", - "note": "15", - "powered": "false" - } - }, - { - "id": 1213, - "properties": { - "instrument": "didgeridoo", - "note": "16", - "powered": "true" - } - }, - { - "id": 1214, - "properties": { - "instrument": "didgeridoo", - "note": "16", - "powered": "false" - } - }, - { - "id": 1215, - "properties": { - "instrument": "didgeridoo", - "note": "17", - "powered": "true" - } - }, - { - "id": 1216, - "properties": { - "instrument": "didgeridoo", - "note": "17", - "powered": "false" - } - }, - { - "id": 1217, - "properties": { - "instrument": "didgeridoo", - "note": "18", - "powered": "true" - } - }, - { - "id": 1218, - "properties": { - "instrument": "didgeridoo", - "note": "18", - "powered": "false" - } - }, - { - "id": 1219, - "properties": { - "instrument": "didgeridoo", - "note": "19", - "powered": "true" - } - }, - { - "id": 1220, - "properties": { - "instrument": "didgeridoo", - "note": "19", - "powered": "false" - } - }, - { - "id": 1221, - "properties": { - "instrument": "didgeridoo", - "note": "20", - "powered": "true" - } - }, - { - "id": 1222, - "properties": { - "instrument": "didgeridoo", - "note": "20", - "powered": "false" - } - }, - { - "id": 1223, - "properties": { - "instrument": "didgeridoo", - "note": "21", - "powered": "true" - } - }, - { - "id": 1224, - "properties": { - "instrument": "didgeridoo", - "note": "21", - "powered": "false" - } - }, - { - "id": 1225, - "properties": { - "instrument": "didgeridoo", - "note": "22", - "powered": "true" - } - }, - { - "id": 1226, - "properties": { - "instrument": "didgeridoo", - "note": "22", - "powered": "false" - } - }, - { - "id": 1227, - "properties": { - "instrument": "didgeridoo", - "note": "23", - "powered": "true" - } - }, - { - "id": 1228, - "properties": { - "instrument": "didgeridoo", - "note": "23", - "powered": "false" - } - }, - { - "id": 1229, - "properties": { - "instrument": "didgeridoo", - "note": "24", - "powered": "true" - } - }, - { - "id": 1230, - "properties": { - "instrument": "didgeridoo", - "note": "24", - "powered": "false" - } - }, - { - "id": 1231, - "properties": { - "instrument": "bit", - "note": "0", - "powered": "true" - } - }, - { - "id": 1232, - "properties": { - "instrument": "bit", - "note": "0", - "powered": "false" - } - }, - { - "id": 1233, - "properties": { - "instrument": "bit", - "note": "1", - "powered": "true" - } - }, - { - "id": 1234, - "properties": { - "instrument": "bit", - "note": "1", - "powered": "false" - } - }, - { - "id": 1235, - "properties": { - "instrument": "bit", - "note": "2", - "powered": "true" - } - }, - { - "id": 1236, - "properties": { - "instrument": "bit", - "note": "2", - "powered": "false" - } - }, - { - "id": 1237, - "properties": { - "instrument": "bit", - "note": "3", - "powered": "true" - } - }, - { - "id": 1238, - "properties": { - "instrument": "bit", - "note": "3", - "powered": "false" - } - }, - { - "id": 1239, - "properties": { - "instrument": "bit", - "note": "4", - "powered": "true" - } - }, - { - "id": 1240, - "properties": { - "instrument": "bit", - "note": "4", - "powered": "false" - } - }, - { - "id": 1241, - "properties": { - "instrument": "bit", - "note": "5", - "powered": "true" - } - }, - { - "id": 1242, - "properties": { - "instrument": "bit", - "note": "5", - "powered": "false" - } - }, - { - "id": 1243, - "properties": { - "instrument": "bit", - "note": "6", - "powered": "true" - } - }, - { - "id": 1244, - "properties": { - "instrument": "bit", - "note": "6", - "powered": "false" - } - }, - { - "id": 1245, - "properties": { - "instrument": "bit", - "note": "7", - "powered": "true" - } - }, - { - "id": 1246, - "properties": { - "instrument": "bit", - "note": "7", - "powered": "false" - } - }, - { - "id": 1247, - "properties": { - "instrument": "bit", - "note": "8", - "powered": "true" - } - }, - { - "id": 1248, - "properties": { - "instrument": "bit", - "note": "8", - "powered": "false" - } - }, - { - "id": 1249, - "properties": { - "instrument": "bit", - "note": "9", - "powered": "true" - } - }, - { - "id": 1250, - "properties": { - "instrument": "bit", - "note": "9", - "powered": "false" - } - }, - { - "id": 1251, - "properties": { - "instrument": "bit", - "note": "10", - "powered": "true" - } - }, - { - "id": 1252, - "properties": { - "instrument": "bit", - "note": "10", - "powered": "false" - } - }, - { - "id": 1253, - "properties": { - "instrument": "bit", - "note": "11", - "powered": "true" - } - }, - { - "id": 1254, - "properties": { - "instrument": "bit", - "note": "11", - "powered": "false" - } - }, - { - "id": 1255, - "properties": { - "instrument": "bit", - "note": "12", - "powered": "true" - } - }, - { - "id": 1256, - "properties": { - "instrument": "bit", - "note": "12", - "powered": "false" - } - }, - { - "id": 1257, - "properties": { - "instrument": "bit", - "note": "13", - "powered": "true" - } - }, - { - "id": 1258, - "properties": { - "instrument": "bit", - "note": "13", - "powered": "false" - } - }, - { - "id": 1259, - "properties": { - "instrument": "bit", - "note": "14", - "powered": "true" - } - }, - { - "id": 1260, - "properties": { - "instrument": "bit", - "note": "14", - "powered": "false" - } - }, - { - "id": 1261, - "properties": { - "instrument": "bit", - "note": "15", - "powered": "true" - } - }, - { - "id": 1262, - "properties": { - "instrument": "bit", - "note": "15", - "powered": "false" - } - }, - { - "id": 1263, - "properties": { - "instrument": "bit", - "note": "16", - "powered": "true" - } - }, - { - "id": 1264, - "properties": { - "instrument": "bit", - "note": "16", - "powered": "false" - } - }, - { - "id": 1265, - "properties": { - "instrument": "bit", - "note": "17", - "powered": "true" - } - }, - { - "id": 1266, - "properties": { - "instrument": "bit", - "note": "17", - "powered": "false" - } - }, - { - "id": 1267, - "properties": { - "instrument": "bit", - "note": "18", - "powered": "true" - } - }, - { - "id": 1268, - "properties": { - "instrument": "bit", - "note": "18", - "powered": "false" - } - }, - { - "id": 1269, - "properties": { - "instrument": "bit", - "note": "19", - "powered": "true" - } - }, - { - "id": 1270, - "properties": { - "instrument": "bit", - "note": "19", - "powered": "false" - } - }, - { - "id": 1271, - "properties": { - "instrument": "bit", - "note": "20", - "powered": "true" - } - }, - { - "id": 1272, - "properties": { - "instrument": "bit", - "note": "20", - "powered": "false" - } - }, - { - "id": 1273, - "properties": { - "instrument": "bit", - "note": "21", - "powered": "true" - } - }, - { - "id": 1274, - "properties": { - "instrument": "bit", - "note": "21", - "powered": "false" - } - }, - { - "id": 1275, - "properties": { - "instrument": "bit", - "note": "22", - "powered": "true" - } - }, - { - "id": 1276, - "properties": { - "instrument": "bit", - "note": "22", - "powered": "false" - } - }, - { - "id": 1277, - "properties": { - "instrument": "bit", - "note": "23", - "powered": "true" - } - }, - { - "id": 1278, - "properties": { - "instrument": "bit", - "note": "23", - "powered": "false" - } - }, - { - "id": 1279, - "properties": { - "instrument": "bit", - "note": "24", - "powered": "true" - } - }, - { - "id": 1280, - "properties": { - "instrument": "bit", - "note": "24", - "powered": "false" - } - }, - { - "id": 1281, - "properties": { - "instrument": "banjo", - "note": "0", - "powered": "true" - } - }, - { - "id": 1282, - "properties": { - "instrument": "banjo", - "note": "0", - "powered": "false" - } - }, - { - "id": 1283, - "properties": { - "instrument": "banjo", - "note": "1", - "powered": "true" - } - }, - { - "id": 1284, - "properties": { - "instrument": "banjo", - "note": "1", - "powered": "false" - } - }, - { - "id": 1285, - "properties": { - "instrument": "banjo", - "note": "2", - "powered": "true" - } - }, - { - "id": 1286, - "properties": { - "instrument": "banjo", - "note": "2", - "powered": "false" - } - }, - { - "id": 1287, - "properties": { - "instrument": "banjo", - "note": "3", - "powered": "true" - } - }, - { - "id": 1288, - "properties": { - "instrument": "banjo", - "note": "3", - "powered": "false" - } - }, - { - "id": 1289, - "properties": { - "instrument": "banjo", - "note": "4", - "powered": "true" - } - }, - { - "id": 1290, - "properties": { - "instrument": "banjo", - "note": "4", - "powered": "false" - } - }, - { - "id": 1291, - "properties": { - "instrument": "banjo", - "note": "5", - "powered": "true" - } - }, - { - "id": 1292, - "properties": { - "instrument": "banjo", - "note": "5", - "powered": "false" - } - }, - { - "id": 1293, - "properties": { - "instrument": "banjo", - "note": "6", - "powered": "true" - } - }, - { - "id": 1294, - "properties": { - "instrument": "banjo", - "note": "6", - "powered": "false" - } - }, - { - "id": 1295, - "properties": { - "instrument": "banjo", - "note": "7", - "powered": "true" - } - }, - { - "id": 1296, - "properties": { - "instrument": "banjo", - "note": "7", - "powered": "false" - } - }, - { - "id": 1297, - "properties": { - "instrument": "banjo", - "note": "8", - "powered": "true" - } - }, - { - "id": 1298, - "properties": { - "instrument": "banjo", - "note": "8", - "powered": "false" - } - }, - { - "id": 1299, - "properties": { - "instrument": "banjo", - "note": "9", - "powered": "true" - } - }, - { - "id": 1300, - "properties": { - "instrument": "banjo", - "note": "9", - "powered": "false" - } - }, - { - "id": 1301, - "properties": { - "instrument": "banjo", - "note": "10", - "powered": "true" - } - }, - { - "id": 1302, - "properties": { - "instrument": "banjo", - "note": "10", - "powered": "false" - } - }, - { - "id": 1303, - "properties": { - "instrument": "banjo", - "note": "11", - "powered": "true" - } - }, - { - "id": 1304, - "properties": { - "instrument": "banjo", - "note": "11", - "powered": "false" - } - }, - { - "id": 1305, - "properties": { - "instrument": "banjo", - "note": "12", - "powered": "true" - } - }, - { - "id": 1306, - "properties": { - "instrument": "banjo", - "note": "12", - "powered": "false" - } - }, - { - "id": 1307, - "properties": { - "instrument": "banjo", - "note": "13", - "powered": "true" - } - }, - { - "id": 1308, - "properties": { - "instrument": "banjo", - "note": "13", - "powered": "false" - } - }, - { - "id": 1309, - "properties": { - "instrument": "banjo", - "note": "14", - "powered": "true" - } - }, - { - "id": 1310, - "properties": { - "instrument": "banjo", - "note": "14", - "powered": "false" - } - }, - { - "id": 1311, - "properties": { - "instrument": "banjo", - "note": "15", - "powered": "true" - } - }, - { - "id": 1312, - "properties": { - "instrument": "banjo", - "note": "15", - "powered": "false" - } - }, - { - "id": 1313, - "properties": { - "instrument": "banjo", - "note": "16", - "powered": "true" - } - }, - { - "id": 1314, - "properties": { - "instrument": "banjo", - "note": "16", - "powered": "false" - } - }, - { - "id": 1315, - "properties": { - "instrument": "banjo", - "note": "17", - "powered": "true" - } - }, - { - "id": 1316, - "properties": { - "instrument": "banjo", - "note": "17", - "powered": "false" - } - }, - { - "id": 1317, - "properties": { - "instrument": "banjo", - "note": "18", - "powered": "true" - } - }, - { - "id": 1318, - "properties": { - "instrument": "banjo", - "note": "18", - "powered": "false" - } - }, - { - "id": 1319, - "properties": { - "instrument": "banjo", - "note": "19", - "powered": "true" - } - }, - { - "id": 1320, - "properties": { - "instrument": "banjo", - "note": "19", - "powered": "false" - } - }, - { - "id": 1321, - "properties": { - "instrument": "banjo", - "note": "20", - "powered": "true" - } - }, - { - "id": 1322, - "properties": { - "instrument": "banjo", - "note": "20", - "powered": "false" - } - }, - { - "id": 1323, - "properties": { - "instrument": "banjo", - "note": "21", - "powered": "true" - } - }, - { - "id": 1324, - "properties": { - "instrument": "banjo", - "note": "21", - "powered": "false" - } - }, - { - "id": 1325, - "properties": { - "instrument": "banjo", - "note": "22", - "powered": "true" - } - }, - { - "id": 1326, - "properties": { - "instrument": "banjo", - "note": "22", - "powered": "false" - } - }, - { - "id": 1327, - "properties": { - "instrument": "banjo", - "note": "23", - "powered": "true" - } - }, - { - "id": 1328, - "properties": { - "instrument": "banjo", - "note": "23", - "powered": "false" - } - }, - { - "id": 1329, - "properties": { - "instrument": "banjo", - "note": "24", - "powered": "true" - } - }, - { - "id": 1330, - "properties": { - "instrument": "banjo", - "note": "24", - "powered": "false" - } - }, - { - "id": 1331, - "properties": { - "instrument": "pling", - "note": "0", - "powered": "true" - } - }, - { - "id": 1332, - "properties": { - "instrument": "pling", - "note": "0", - "powered": "false" - } - }, - { - "id": 1333, - "properties": { - "instrument": "pling", - "note": "1", - "powered": "true" - } - }, - { - "id": 1334, - "properties": { - "instrument": "pling", - "note": "1", - "powered": "false" - } - }, - { - "id": 1335, - "properties": { - "instrument": "pling", - "note": "2", - "powered": "true" - } - }, - { - "id": 1336, - "properties": { - "instrument": "pling", - "note": "2", - "powered": "false" - } - }, - { - "id": 1337, - "properties": { - "instrument": "pling", - "note": "3", - "powered": "true" - } - }, - { - "id": 1338, - "properties": { - "instrument": "pling", - "note": "3", - "powered": "false" - } - }, - { - "id": 1339, - "properties": { - "instrument": "pling", - "note": "4", - "powered": "true" - } - }, - { - "id": 1340, - "properties": { - "instrument": "pling", - "note": "4", - "powered": "false" - } - }, - { - "id": 1341, - "properties": { - "instrument": "pling", - "note": "5", - "powered": "true" - } - }, - { - "id": 1342, - "properties": { - "instrument": "pling", - "note": "5", - "powered": "false" - } - }, - { - "id": 1343, - "properties": { - "instrument": "pling", - "note": "6", - "powered": "true" - } - }, - { - "id": 1344, - "properties": { - "instrument": "pling", - "note": "6", - "powered": "false" - } - }, - { - "id": 1345, - "properties": { - "instrument": "pling", - "note": "7", - "powered": "true" - } - }, - { - "id": 1346, - "properties": { - "instrument": "pling", - "note": "7", - "powered": "false" - } - }, - { - "id": 1347, - "properties": { - "instrument": "pling", - "note": "8", - "powered": "true" - } - }, - { - "id": 1348, - "properties": { - "instrument": "pling", - "note": "8", - "powered": "false" - } - }, - { - "id": 1349, - "properties": { - "instrument": "pling", - "note": "9", - "powered": "true" - } - }, - { - "id": 1350, - "properties": { - "instrument": "pling", - "note": "9", - "powered": "false" - } - }, - { - "id": 1351, - "properties": { - "instrument": "pling", - "note": "10", - "powered": "true" - } - }, - { - "id": 1352, - "properties": { - "instrument": "pling", - "note": "10", - "powered": "false" - } - }, - { - "id": 1353, - "properties": { - "instrument": "pling", - "note": "11", - "powered": "true" - } - }, - { - "id": 1354, - "properties": { - "instrument": "pling", - "note": "11", - "powered": "false" - } - }, - { - "id": 1355, - "properties": { - "instrument": "pling", - "note": "12", - "powered": "true" - } - }, - { - "id": 1356, - "properties": { - "instrument": "pling", - "note": "12", - "powered": "false" - } - }, - { - "id": 1357, - "properties": { - "instrument": "pling", - "note": "13", - "powered": "true" - } - }, - { - "id": 1358, - "properties": { - "instrument": "pling", - "note": "13", - "powered": "false" - } - }, - { - "id": 1359, - "properties": { - "instrument": "pling", - "note": "14", - "powered": "true" - } - }, - { - "id": 1360, - "properties": { - "instrument": "pling", - "note": "14", - "powered": "false" - } - }, - { - "id": 1361, - "properties": { - "instrument": "pling", - "note": "15", - "powered": "true" - } - }, - { - "id": 1362, - "properties": { - "instrument": "pling", - "note": "15", - "powered": "false" - } - }, - { - "id": 1363, - "properties": { - "instrument": "pling", - "note": "16", - "powered": "true" - } - }, - { - "id": 1364, - "properties": { - "instrument": "pling", - "note": "16", - "powered": "false" - } - }, - { - "id": 1365, - "properties": { - "instrument": "pling", - "note": "17", - "powered": "true" - } - }, - { - "id": 1366, - "properties": { - "instrument": "pling", - "note": "17", - "powered": "false" - } - }, - { - "id": 1367, - "properties": { - "instrument": "pling", - "note": "18", - "powered": "true" - } - }, - { - "id": 1368, - "properties": { - "instrument": "pling", - "note": "18", - "powered": "false" - } - }, - { - "id": 1369, - "properties": { - "instrument": "pling", - "note": "19", - "powered": "true" - } - }, - { - "id": 1370, - "properties": { - "instrument": "pling", - "note": "19", - "powered": "false" - } - }, - { - "id": 1371, - "properties": { - "instrument": "pling", - "note": "20", - "powered": "true" - } - }, - { - "id": 1372, - "properties": { - "instrument": "pling", - "note": "20", - "powered": "false" - } - }, - { - "id": 1373, - "properties": { - "instrument": "pling", - "note": "21", - "powered": "true" - } - }, - { - "id": 1374, - "properties": { - "instrument": "pling", - "note": "21", - "powered": "false" - } - }, - { - "id": 1375, - "properties": { - "instrument": "pling", - "note": "22", - "powered": "true" - } - }, - { - "id": 1376, - "properties": { - "instrument": "pling", - "note": "22", - "powered": "false" - } - }, - { - "id": 1377, - "properties": { - "instrument": "pling", - "note": "23", - "powered": "true" - } - }, - { - "id": 1378, - "properties": { - "instrument": "pling", - "note": "23", - "powered": "false" - } - }, - { - "id": 1379, - "properties": { - "instrument": "pling", - "note": "24", - "powered": "true" - } - }, - { - "id": 1380, - "properties": { - "instrument": "pling", - "note": "24", - "powered": "false" - } - }, - { - "id": 1381, - "properties": { - "instrument": "zombie", - "note": "0", - "powered": "true" - } - }, - { - "id": 1382, - "properties": { - "instrument": "zombie", - "note": "0", - "powered": "false" - } - }, - { - "id": 1383, - "properties": { - "instrument": "zombie", - "note": "1", - "powered": "true" - } - }, - { - "id": 1384, - "properties": { - "instrument": "zombie", - "note": "1", - "powered": "false" - } - }, - { - "id": 1385, - "properties": { - "instrument": "zombie", - "note": "2", - "powered": "true" - } - }, - { - "id": 1386, - "properties": { - "instrument": "zombie", - "note": "2", - "powered": "false" - } - }, - { - "id": 1387, - "properties": { - "instrument": "zombie", - "note": "3", - "powered": "true" - } - }, - { - "id": 1388, - "properties": { - "instrument": "zombie", - "note": "3", - "powered": "false" - } - }, - { - "id": 1389, - "properties": { - "instrument": "zombie", - "note": "4", - "powered": "true" - } - }, - { - "id": 1390, - "properties": { - "instrument": "zombie", - "note": "4", - "powered": "false" - } - }, - { - "id": 1391, - "properties": { - "instrument": "zombie", - "note": "5", - "powered": "true" - } - }, - { - "id": 1392, - "properties": { - "instrument": "zombie", - "note": "5", - "powered": "false" - } - }, - { - "id": 1393, - "properties": { - "instrument": "zombie", - "note": "6", - "powered": "true" - } - }, - { - "id": 1394, - "properties": { - "instrument": "zombie", - "note": "6", - "powered": "false" - } - }, - { - "id": 1395, - "properties": { - "instrument": "zombie", - "note": "7", - "powered": "true" - } - }, - { - "id": 1396, - "properties": { - "instrument": "zombie", - "note": "7", - "powered": "false" - } - }, - { - "id": 1397, - "properties": { - "instrument": "zombie", - "note": "8", - "powered": "true" - } - }, - { - "id": 1398, - "properties": { - "instrument": "zombie", - "note": "8", - "powered": "false" - } - }, - { - "id": 1399, - "properties": { - "instrument": "zombie", - "note": "9", - "powered": "true" - } - }, - { - "id": 1400, - "properties": { - "instrument": "zombie", - "note": "9", - "powered": "false" - } - }, - { - "id": 1401, - "properties": { - "instrument": "zombie", - "note": "10", - "powered": "true" - } - }, - { - "id": 1402, - "properties": { - "instrument": "zombie", - "note": "10", - "powered": "false" - } - }, - { - "id": 1403, - "properties": { - "instrument": "zombie", - "note": "11", - "powered": "true" - } - }, - { - "id": 1404, - "properties": { - "instrument": "zombie", - "note": "11", - "powered": "false" - } - }, - { - "id": 1405, - "properties": { - "instrument": "zombie", - "note": "12", - "powered": "true" - } - }, - { - "id": 1406, - "properties": { - "instrument": "zombie", - "note": "12", - "powered": "false" - } - }, - { - "id": 1407, - "properties": { - "instrument": "zombie", - "note": "13", - "powered": "true" - } - }, - { - "id": 1408, - "properties": { - "instrument": "zombie", - "note": "13", - "powered": "false" - } - }, - { - "id": 1409, - "properties": { - "instrument": "zombie", - "note": "14", - "powered": "true" - } - }, - { - "id": 1410, - "properties": { - "instrument": "zombie", - "note": "14", - "powered": "false" - } - }, - { - "id": 1411, - "properties": { - "instrument": "zombie", - "note": "15", - "powered": "true" - } - }, - { - "id": 1412, - "properties": { - "instrument": "zombie", - "note": "15", - "powered": "false" - } - }, - { - "id": 1413, - "properties": { - "instrument": "zombie", - "note": "16", - "powered": "true" - } - }, - { - "id": 1414, - "properties": { - "instrument": "zombie", - "note": "16", - "powered": "false" - } - }, - { - "id": 1415, - "properties": { - "instrument": "zombie", - "note": "17", - "powered": "true" - } - }, - { - "id": 1416, - "properties": { - "instrument": "zombie", - "note": "17", - "powered": "false" - } - }, - { - "id": 1417, - "properties": { - "instrument": "zombie", - "note": "18", - "powered": "true" - } - }, - { - "id": 1418, - "properties": { - "instrument": "zombie", - "note": "18", - "powered": "false" - } - }, - { - "id": 1419, - "properties": { - "instrument": "zombie", - "note": "19", - "powered": "true" - } - }, - { - "id": 1420, - "properties": { - "instrument": "zombie", - "note": "19", - "powered": "false" - } - }, - { - "id": 1421, - "properties": { - "instrument": "zombie", - "note": "20", - "powered": "true" - } - }, - { - "id": 1422, - "properties": { - "instrument": "zombie", - "note": "20", - "powered": "false" - } - }, - { - "id": 1423, - "properties": { - "instrument": "zombie", - "note": "21", - "powered": "true" - } - }, - { - "id": 1424, - "properties": { - "instrument": "zombie", - "note": "21", - "powered": "false" - } - }, - { - "id": 1425, - "properties": { - "instrument": "zombie", - "note": "22", - "powered": "true" - } - }, - { - "id": 1426, - "properties": { - "instrument": "zombie", - "note": "22", - "powered": "false" - } - }, - { - "id": 1427, - "properties": { - "instrument": "zombie", - "note": "23", - "powered": "true" - } - }, - { - "id": 1428, - "properties": { - "instrument": "zombie", - "note": "23", - "powered": "false" - } - }, - { - "id": 1429, - "properties": { - "instrument": "zombie", - "note": "24", - "powered": "true" - } - }, - { - "id": 1430, - "properties": { - "instrument": "zombie", - "note": "24", - "powered": "false" - } - }, - { - "id": 1431, - "properties": { - "instrument": "skeleton", - "note": "0", - "powered": "true" - } - }, - { - "id": 1432, - "properties": { - "instrument": "skeleton", - "note": "0", - "powered": "false" - } - }, - { - "id": 1433, - "properties": { - "instrument": "skeleton", - "note": "1", - "powered": "true" - } - }, - { - "id": 1434, - "properties": { - "instrument": "skeleton", - "note": "1", - "powered": "false" - } - }, - { - "id": 1435, - "properties": { - "instrument": "skeleton", - "note": "2", - "powered": "true" - } - }, - { - "id": 1436, - "properties": { - "instrument": "skeleton", - "note": "2", - "powered": "false" - } - }, - { - "id": 1437, - "properties": { - "instrument": "skeleton", - "note": "3", - "powered": "true" - } - }, - { - "id": 1438, - "properties": { - "instrument": "skeleton", - "note": "3", - "powered": "false" - } - }, - { - "id": 1439, - "properties": { - "instrument": "skeleton", - "note": "4", - "powered": "true" - } - }, - { - "id": 1440, - "properties": { - "instrument": "skeleton", - "note": "4", - "powered": "false" - } - }, - { - "id": 1441, - "properties": { - "instrument": "skeleton", - "note": "5", - "powered": "true" - } - }, - { - "id": 1442, - "properties": { - "instrument": "skeleton", - "note": "5", - "powered": "false" - } - }, - { - "id": 1443, - "properties": { - "instrument": "skeleton", - "note": "6", - "powered": "true" - } - }, - { - "id": 1444, - "properties": { - "instrument": "skeleton", - "note": "6", - "powered": "false" - } - }, - { - "id": 1445, - "properties": { - "instrument": "skeleton", - "note": "7", - "powered": "true" - } - }, - { - "id": 1446, - "properties": { - "instrument": "skeleton", - "note": "7", - "powered": "false" - } - }, - { - "id": 1447, - "properties": { - "instrument": "skeleton", - "note": "8", - "powered": "true" - } - }, - { - "id": 1448, - "properties": { - "instrument": "skeleton", - "note": "8", - "powered": "false" - } - }, - { - "id": 1449, - "properties": { - "instrument": "skeleton", - "note": "9", - "powered": "true" - } - }, - { - "id": 1450, - "properties": { - "instrument": "skeleton", - "note": "9", - "powered": "false" - } - }, - { - "id": 1451, - "properties": { - "instrument": "skeleton", - "note": "10", - "powered": "true" - } - }, - { - "id": 1452, - "properties": { - "instrument": "skeleton", - "note": "10", - "powered": "false" - } - }, - { - "id": 1453, - "properties": { - "instrument": "skeleton", - "note": "11", - "powered": "true" - } - }, - { - "id": 1454, - "properties": { - "instrument": "skeleton", - "note": "11", - "powered": "false" - } - }, - { - "id": 1455, - "properties": { - "instrument": "skeleton", - "note": "12", - "powered": "true" - } - }, - { - "id": 1456, - "properties": { - "instrument": "skeleton", - "note": "12", - "powered": "false" - } - }, - { - "id": 1457, - "properties": { - "instrument": "skeleton", - "note": "13", - "powered": "true" - } - }, - { - "id": 1458, - "properties": { - "instrument": "skeleton", - "note": "13", - "powered": "false" - } - }, - { - "id": 1459, - "properties": { - "instrument": "skeleton", - "note": "14", - "powered": "true" - } - }, - { - "id": 1460, - "properties": { - "instrument": "skeleton", - "note": "14", - "powered": "false" - } - }, - { - "id": 1461, - "properties": { - "instrument": "skeleton", - "note": "15", - "powered": "true" - } - }, - { - "id": 1462, - "properties": { - "instrument": "skeleton", - "note": "15", - "powered": "false" - } - }, - { - "id": 1463, - "properties": { - "instrument": "skeleton", - "note": "16", - "powered": "true" - } - }, - { - "id": 1464, - "properties": { - "instrument": "skeleton", - "note": "16", - "powered": "false" - } - }, - { - "id": 1465, - "properties": { - "instrument": "skeleton", - "note": "17", - "powered": "true" - } - }, - { - "id": 1466, - "properties": { - "instrument": "skeleton", - "note": "17", - "powered": "false" - } - }, - { - "id": 1467, - "properties": { - "instrument": "skeleton", - "note": "18", - "powered": "true" - } - }, - { - "id": 1468, - "properties": { - "instrument": "skeleton", - "note": "18", - "powered": "false" - } - }, - { - "id": 1469, - "properties": { - "instrument": "skeleton", - "note": "19", - "powered": "true" - } - }, - { - "id": 1470, - "properties": { - "instrument": "skeleton", - "note": "19", - "powered": "false" - } - }, - { - "id": 1471, - "properties": { - "instrument": "skeleton", - "note": "20", - "powered": "true" - } - }, - { - "id": 1472, - "properties": { - "instrument": "skeleton", - "note": "20", - "powered": "false" - } - }, - { - "id": 1473, - "properties": { - "instrument": "skeleton", - "note": "21", - "powered": "true" - } - }, - { - "id": 1474, - "properties": { - "instrument": "skeleton", - "note": "21", - "powered": "false" - } - }, - { - "id": 1475, - "properties": { - "instrument": "skeleton", - "note": "22", - "powered": "true" - } - }, - { - "id": 1476, - "properties": { - "instrument": "skeleton", - "note": "22", - "powered": "false" - } - }, - { - "id": 1477, - "properties": { - "instrument": "skeleton", - "note": "23", - "powered": "true" - } - }, - { - "id": 1478, - "properties": { - "instrument": "skeleton", - "note": "23", - "powered": "false" - } - }, - { - "id": 1479, - "properties": { - "instrument": "skeleton", - "note": "24", - "powered": "true" - } - }, - { - "id": 1480, - "properties": { - "instrument": "skeleton", - "note": "24", - "powered": "false" - } - }, - { - "id": 1481, - "properties": { - "instrument": "creeper", - "note": "0", - "powered": "true" - } - }, - { - "id": 1482, - "properties": { - "instrument": "creeper", - "note": "0", - "powered": "false" - } - }, - { - "id": 1483, - "properties": { - "instrument": "creeper", - "note": "1", - "powered": "true" - } - }, - { - "id": 1484, - "properties": { - "instrument": "creeper", - "note": "1", - "powered": "false" - } - }, - { - "id": 1485, - "properties": { - "instrument": "creeper", - "note": "2", - "powered": "true" - } - }, - { - "id": 1486, - "properties": { - "instrument": "creeper", - "note": "2", - "powered": "false" - } - }, - { - "id": 1487, - "properties": { - "instrument": "creeper", - "note": "3", - "powered": "true" - } - }, - { - "id": 1488, - "properties": { - "instrument": "creeper", - "note": "3", - "powered": "false" - } - }, - { - "id": 1489, - "properties": { - "instrument": "creeper", - "note": "4", - "powered": "true" - } - }, - { - "id": 1490, - "properties": { - "instrument": "creeper", - "note": "4", - "powered": "false" - } - }, - { - "id": 1491, - "properties": { - "instrument": "creeper", - "note": "5", - "powered": "true" - } - }, - { - "id": 1492, - "properties": { - "instrument": "creeper", - "note": "5", - "powered": "false" - } - }, - { - "id": 1493, - "properties": { - "instrument": "creeper", - "note": "6", - "powered": "true" - } - }, - { - "id": 1494, - "properties": { - "instrument": "creeper", - "note": "6", - "powered": "false" - } - }, - { - "id": 1495, - "properties": { - "instrument": "creeper", - "note": "7", - "powered": "true" - } - }, - { - "id": 1496, - "properties": { - "instrument": "creeper", - "note": "7", - "powered": "false" - } - }, - { - "id": 1497, - "properties": { - "instrument": "creeper", - "note": "8", - "powered": "true" - } - }, - { - "id": 1498, - "properties": { - "instrument": "creeper", - "note": "8", - "powered": "false" - } - }, - { - "id": 1499, - "properties": { - "instrument": "creeper", - "note": "9", - "powered": "true" - } - }, - { - "id": 1500, - "properties": { - "instrument": "creeper", - "note": "9", - "powered": "false" - } - }, - { - "id": 1501, - "properties": { - "instrument": "creeper", - "note": "10", - "powered": "true" - } - }, - { - "id": 1502, - "properties": { - "instrument": "creeper", - "note": "10", - "powered": "false" - } - }, - { - "id": 1503, - "properties": { - "instrument": "creeper", - "note": "11", - "powered": "true" - } - }, - { - "id": 1504, - "properties": { - "instrument": "creeper", - "note": "11", - "powered": "false" - } - }, - { - "id": 1505, - "properties": { - "instrument": "creeper", - "note": "12", - "powered": "true" - } - }, - { - "id": 1506, - "properties": { - "instrument": "creeper", - "note": "12", - "powered": "false" - } - }, - { - "id": 1507, - "properties": { - "instrument": "creeper", - "note": "13", - "powered": "true" - } - }, - { - "id": 1508, - "properties": { - "instrument": "creeper", - "note": "13", - "powered": "false" - } - }, - { - "id": 1509, - "properties": { - "instrument": "creeper", - "note": "14", - "powered": "true" - } - }, - { - "id": 1510, - "properties": { - "instrument": "creeper", - "note": "14", - "powered": "false" - } - }, - { - "id": 1511, - "properties": { - "instrument": "creeper", - "note": "15", - "powered": "true" - } - }, - { - "id": 1512, - "properties": { - "instrument": "creeper", - "note": "15", - "powered": "false" - } - }, - { - "id": 1513, - "properties": { - "instrument": "creeper", - "note": "16", - "powered": "true" - } - }, - { - "id": 1514, - "properties": { - "instrument": "creeper", - "note": "16", - "powered": "false" - } - }, - { - "id": 1515, - "properties": { - "instrument": "creeper", - "note": "17", - "powered": "true" - } - }, - { - "id": 1516, - "properties": { - "instrument": "creeper", - "note": "17", - "powered": "false" - } - }, - { - "id": 1517, - "properties": { - "instrument": "creeper", - "note": "18", - "powered": "true" - } - }, - { - "id": 1518, - "properties": { - "instrument": "creeper", - "note": "18", - "powered": "false" - } - }, - { - "id": 1519, - "properties": { - "instrument": "creeper", - "note": "19", - "powered": "true" - } - }, - { - "id": 1520, - "properties": { - "instrument": "creeper", - "note": "19", - "powered": "false" - } - }, - { - "id": 1521, - "properties": { - "instrument": "creeper", - "note": "20", - "powered": "true" - } - }, - { - "id": 1522, - "properties": { - "instrument": "creeper", - "note": "20", - "powered": "false" - } - }, - { - "id": 1523, - "properties": { - "instrument": "creeper", - "note": "21", - "powered": "true" - } - }, - { - "id": 1524, - "properties": { - "instrument": "creeper", - "note": "21", - "powered": "false" - } - }, - { - "id": 1525, - "properties": { - "instrument": "creeper", - "note": "22", - "powered": "true" - } - }, - { - "id": 1526, - "properties": { - "instrument": "creeper", - "note": "22", - "powered": "false" - } - }, - { - "id": 1527, - "properties": { - "instrument": "creeper", - "note": "23", - "powered": "true" - } - }, - { - "id": 1528, - "properties": { - "instrument": "creeper", - "note": "23", - "powered": "false" - } - }, - { - "id": 1529, - "properties": { - "instrument": "creeper", - "note": "24", - "powered": "true" - } - }, - { - "id": 1530, - "properties": { - "instrument": "creeper", - "note": "24", - "powered": "false" - } - }, - { - "id": 1531, - "properties": { - "instrument": "dragon", - "note": "0", - "powered": "true" - } - }, - { - "id": 1532, - "properties": { - "instrument": "dragon", - "note": "0", - "powered": "false" - } - }, - { - "id": 1533, - "properties": { - "instrument": "dragon", - "note": "1", - "powered": "true" - } - }, - { - "id": 1534, - "properties": { - "instrument": "dragon", - "note": "1", - "powered": "false" - } - }, - { - "id": 1535, - "properties": { - "instrument": "dragon", - "note": "2", - "powered": "true" - } - }, - { - "id": 1536, - "properties": { - "instrument": "dragon", - "note": "2", - "powered": "false" - } - }, - { - "id": 1537, - "properties": { - "instrument": "dragon", - "note": "3", - "powered": "true" - } - }, - { - "id": 1538, - "properties": { - "instrument": "dragon", - "note": "3", - "powered": "false" - } - }, - { - "id": 1539, - "properties": { - "instrument": "dragon", - "note": "4", - "powered": "true" - } - }, - { - "id": 1540, - "properties": { - "instrument": "dragon", - "note": "4", - "powered": "false" - } - }, - { - "id": 1541, - "properties": { - "instrument": "dragon", - "note": "5", - "powered": "true" - } - }, - { - "id": 1542, - "properties": { - "instrument": "dragon", - "note": "5", - "powered": "false" - } - }, - { - "id": 1543, - "properties": { - "instrument": "dragon", - "note": "6", - "powered": "true" - } - }, - { - "id": 1544, - "properties": { - "instrument": "dragon", - "note": "6", - "powered": "false" - } - }, - { - "id": 1545, - "properties": { - "instrument": "dragon", - "note": "7", - "powered": "true" - } - }, - { - "id": 1546, - "properties": { - "instrument": "dragon", - "note": "7", - "powered": "false" - } - }, - { - "id": 1547, - "properties": { - "instrument": "dragon", - "note": "8", - "powered": "true" - } - }, - { - "id": 1548, - "properties": { - "instrument": "dragon", - "note": "8", - "powered": "false" - } - }, - { - "id": 1549, - "properties": { - "instrument": "dragon", - "note": "9", - "powered": "true" - } - }, - { - "id": 1550, - "properties": { - "instrument": "dragon", - "note": "9", - "powered": "false" - } - }, - { - "id": 1551, - "properties": { - "instrument": "dragon", - "note": "10", - "powered": "true" - } - }, - { - "id": 1552, - "properties": { - "instrument": "dragon", - "note": "10", - "powered": "false" - } - }, - { - "id": 1553, - "properties": { - "instrument": "dragon", - "note": "11", - "powered": "true" - } - }, - { - "id": 1554, - "properties": { - "instrument": "dragon", - "note": "11", - "powered": "false" - } - }, - { - "id": 1555, - "properties": { - "instrument": "dragon", - "note": "12", - "powered": "true" - } - }, - { - "id": 1556, - "properties": { - "instrument": "dragon", - "note": "12", - "powered": "false" - } - }, - { - "id": 1557, - "properties": { - "instrument": "dragon", - "note": "13", - "powered": "true" - } - }, - { - "id": 1558, - "properties": { - "instrument": "dragon", - "note": "13", - "powered": "false" - } - }, - { - "id": 1559, - "properties": { - "instrument": "dragon", - "note": "14", - "powered": "true" - } - }, - { - "id": 1560, - "properties": { - "instrument": "dragon", - "note": "14", - "powered": "false" - } - }, - { - "id": 1561, - "properties": { - "instrument": "dragon", - "note": "15", - "powered": "true" - } - }, - { - "id": 1562, - "properties": { - "instrument": "dragon", - "note": "15", - "powered": "false" - } - }, - { - "id": 1563, - "properties": { - "instrument": "dragon", - "note": "16", - "powered": "true" - } - }, - { - "id": 1564, - "properties": { - "instrument": "dragon", - "note": "16", - "powered": "false" - } - }, - { - "id": 1565, - "properties": { - "instrument": "dragon", - "note": "17", - "powered": "true" - } - }, - { - "id": 1566, - "properties": { - "instrument": "dragon", - "note": "17", - "powered": "false" - } - }, - { - "id": 1567, - "properties": { - "instrument": "dragon", - "note": "18", - "powered": "true" - } - }, - { - "id": 1568, - "properties": { - "instrument": "dragon", - "note": "18", - "powered": "false" - } - }, - { - "id": 1569, - "properties": { - "instrument": "dragon", - "note": "19", - "powered": "true" - } - }, - { - "id": 1570, - "properties": { - "instrument": "dragon", - "note": "19", - "powered": "false" - } - }, - { - "id": 1571, - "properties": { - "instrument": "dragon", - "note": "20", - "powered": "true" - } - }, - { - "id": 1572, - "properties": { - "instrument": "dragon", - "note": "20", - "powered": "false" - } - }, - { - "id": 1573, - "properties": { - "instrument": "dragon", - "note": "21", - "powered": "true" - } - }, - { - "id": 1574, - "properties": { - "instrument": "dragon", - "note": "21", - "powered": "false" - } - }, - { - "id": 1575, - "properties": { - "instrument": "dragon", - "note": "22", - "powered": "true" - } - }, - { - "id": 1576, - "properties": { - "instrument": "dragon", - "note": "22", - "powered": "false" - } - }, - { - "id": 1577, - "properties": { - "instrument": "dragon", - "note": "23", - "powered": "true" - } - }, - { - "id": 1578, - "properties": { - "instrument": "dragon", - "note": "23", - "powered": "false" - } - }, - { - "id": 1579, - "properties": { - "instrument": "dragon", - "note": "24", - "powered": "true" - } - }, - { - "id": 1580, - "properties": { - "instrument": "dragon", - "note": "24", - "powered": "false" - } - }, - { - "id": 1581, - "properties": { - "instrument": "wither_skeleton", - "note": "0", - "powered": "true" - } - }, - { - "id": 1582, - "properties": { - "instrument": "wither_skeleton", - "note": "0", - "powered": "false" - } - }, - { - "id": 1583, - "properties": { - "instrument": "wither_skeleton", - "note": "1", - "powered": "true" - } - }, - { - "id": 1584, - "properties": { - "instrument": "wither_skeleton", - "note": "1", - "powered": "false" - } - }, - { - "id": 1585, - "properties": { - "instrument": "wither_skeleton", - "note": "2", - "powered": "true" - } - }, - { - "id": 1586, - "properties": { - "instrument": "wither_skeleton", - "note": "2", - "powered": "false" - } - }, - { - "id": 1587, - "properties": { - "instrument": "wither_skeleton", - "note": "3", - "powered": "true" - } - }, - { - "id": 1588, - "properties": { - "instrument": "wither_skeleton", - "note": "3", - "powered": "false" - } - }, - { - "id": 1589, - "properties": { - "instrument": "wither_skeleton", - "note": "4", - "powered": "true" - } - }, - { - "id": 1590, - "properties": { - "instrument": "wither_skeleton", - "note": "4", - "powered": "false" - } - }, - { - "id": 1591, - "properties": { - "instrument": "wither_skeleton", - "note": "5", - "powered": "true" - } - }, - { - "id": 1592, - "properties": { - "instrument": "wither_skeleton", - "note": "5", - "powered": "false" - } - }, - { - "id": 1593, - "properties": { - "instrument": "wither_skeleton", - "note": "6", - "powered": "true" - } - }, - { - "id": 1594, - "properties": { - "instrument": "wither_skeleton", - "note": "6", - "powered": "false" - } - }, - { - "id": 1595, - "properties": { - "instrument": "wither_skeleton", - "note": "7", - "powered": "true" - } - }, - { - "id": 1596, - "properties": { - "instrument": "wither_skeleton", - "note": "7", - "powered": "false" - } - }, - { - "id": 1597, - "properties": { - "instrument": "wither_skeleton", - "note": "8", - "powered": "true" - } - }, - { - "id": 1598, - "properties": { - "instrument": "wither_skeleton", - "note": "8", - "powered": "false" - } - }, - { - "id": 1599, - "properties": { - "instrument": "wither_skeleton", - "note": "9", - "powered": "true" - } - }, - { - "id": 1600, - "properties": { - "instrument": "wither_skeleton", - "note": "9", - "powered": "false" - } - }, - { - "id": 1601, - "properties": { - "instrument": "wither_skeleton", - "note": "10", - "powered": "true" - } - }, - { - "id": 1602, - "properties": { - "instrument": "wither_skeleton", - "note": "10", - "powered": "false" - } - }, - { - "id": 1603, - "properties": { - "instrument": "wither_skeleton", - "note": "11", - "powered": "true" - } - }, - { - "id": 1604, - "properties": { - "instrument": "wither_skeleton", - "note": "11", - "powered": "false" - } - }, - { - "id": 1605, - "properties": { - "instrument": "wither_skeleton", - "note": "12", - "powered": "true" - } - }, - { - "id": 1606, - "properties": { - "instrument": "wither_skeleton", - "note": "12", - "powered": "false" - } - }, - { - "id": 1607, - "properties": { - "instrument": "wither_skeleton", - "note": "13", - "powered": "true" - } - }, - { - "id": 1608, - "properties": { - "instrument": "wither_skeleton", - "note": "13", - "powered": "false" - } - }, - { - "id": 1609, - "properties": { - "instrument": "wither_skeleton", - "note": "14", - "powered": "true" - } - }, - { - "id": 1610, - "properties": { - "instrument": "wither_skeleton", - "note": "14", - "powered": "false" - } - }, - { - "id": 1611, - "properties": { - "instrument": "wither_skeleton", - "note": "15", - "powered": "true" - } - }, - { - "id": 1612, - "properties": { - "instrument": "wither_skeleton", - "note": "15", - "powered": "false" - } - }, - { - "id": 1613, - "properties": { - "instrument": "wither_skeleton", - "note": "16", - "powered": "true" - } - }, - { - "id": 1614, - "properties": { - "instrument": "wither_skeleton", - "note": "16", - "powered": "false" - } - }, - { - "id": 1615, - "properties": { - "instrument": "wither_skeleton", - "note": "17", - "powered": "true" - } - }, - { - "id": 1616, - "properties": { - "instrument": "wither_skeleton", - "note": "17", - "powered": "false" - } - }, - { - "id": 1617, - "properties": { - "instrument": "wither_skeleton", - "note": "18", - "powered": "true" - } - }, - { - "id": 1618, - "properties": { - "instrument": "wither_skeleton", - "note": "18", - "powered": "false" - } - }, - { - "id": 1619, - "properties": { - "instrument": "wither_skeleton", - "note": "19", - "powered": "true" - } - }, - { - "id": 1620, - "properties": { - "instrument": "wither_skeleton", - "note": "19", - "powered": "false" - } - }, - { - "id": 1621, - "properties": { - "instrument": "wither_skeleton", - "note": "20", - "powered": "true" - } - }, - { - "id": 1622, - "properties": { - "instrument": "wither_skeleton", - "note": "20", - "powered": "false" - } - }, - { - "id": 1623, - "properties": { - "instrument": "wither_skeleton", - "note": "21", - "powered": "true" - } - }, - { - "id": 1624, - "properties": { - "instrument": "wither_skeleton", - "note": "21", - "powered": "false" - } - }, - { - "id": 1625, - "properties": { - "instrument": "wither_skeleton", - "note": "22", - "powered": "true" - } - }, - { - "id": 1626, - "properties": { - "instrument": "wither_skeleton", - "note": "22", - "powered": "false" - } - }, - { - "id": 1627, - "properties": { - "instrument": "wither_skeleton", - "note": "23", - "powered": "true" - } - }, - { - "id": 1628, - "properties": { - "instrument": "wither_skeleton", - "note": "23", - "powered": "false" - } - }, - { - "id": 1629, - "properties": { - "instrument": "wither_skeleton", - "note": "24", - "powered": "true" - } - }, - { - "id": 1630, - "properties": { - "instrument": "wither_skeleton", - "note": "24", - "powered": "false" - } - }, - { - "id": 1631, - "properties": { - "instrument": "piglin", - "note": "0", - "powered": "true" - } - }, - { - "id": 1632, - "properties": { - "instrument": "piglin", - "note": "0", - "powered": "false" - } - }, - { - "id": 1633, - "properties": { - "instrument": "piglin", - "note": "1", - "powered": "true" - } - }, - { - "id": 1634, - "properties": { - "instrument": "piglin", - "note": "1", - "powered": "false" - } - }, - { - "id": 1635, - "properties": { - "instrument": "piglin", - "note": "2", - "powered": "true" - } - }, - { - "id": 1636, - "properties": { - "instrument": "piglin", - "note": "2", - "powered": "false" - } - }, - { - "id": 1637, - "properties": { - "instrument": "piglin", - "note": "3", - "powered": "true" - } - }, - { - "id": 1638, - "properties": { - "instrument": "piglin", - "note": "3", - "powered": "false" - } - }, - { - "id": 1639, - "properties": { - "instrument": "piglin", - "note": "4", - "powered": "true" - } - }, - { - "id": 1640, - "properties": { - "instrument": "piglin", - "note": "4", - "powered": "false" - } - }, - { - "id": 1641, - "properties": { - "instrument": "piglin", - "note": "5", - "powered": "true" - } - }, - { - "id": 1642, - "properties": { - "instrument": "piglin", - "note": "5", - "powered": "false" - } - }, - { - "id": 1643, - "properties": { - "instrument": "piglin", - "note": "6", - "powered": "true" - } - }, - { - "id": 1644, - "properties": { - "instrument": "piglin", - "note": "6", - "powered": "false" - } - }, - { - "id": 1645, - "properties": { - "instrument": "piglin", - "note": "7", - "powered": "true" - } - }, - { - "id": 1646, - "properties": { - "instrument": "piglin", - "note": "7", - "powered": "false" - } - }, - { - "id": 1647, - "properties": { - "instrument": "piglin", - "note": "8", - "powered": "true" - } - }, - { - "id": 1648, - "properties": { - "instrument": "piglin", - "note": "8", - "powered": "false" - } - }, - { - "id": 1649, - "properties": { - "instrument": "piglin", - "note": "9", - "powered": "true" - } - }, - { - "id": 1650, - "properties": { - "instrument": "piglin", - "note": "9", - "powered": "false" - } - }, - { - "id": 1651, - "properties": { - "instrument": "piglin", - "note": "10", - "powered": "true" - } - }, - { - "id": 1652, - "properties": { - "instrument": "piglin", - "note": "10", - "powered": "false" - } - }, - { - "id": 1653, - "properties": { - "instrument": "piglin", - "note": "11", - "powered": "true" - } - }, - { - "id": 1654, - "properties": { - "instrument": "piglin", - "note": "11", - "powered": "false" - } - }, - { - "id": 1655, - "properties": { - "instrument": "piglin", - "note": "12", - "powered": "true" - } - }, - { - "id": 1656, - "properties": { - "instrument": "piglin", - "note": "12", - "powered": "false" - } - }, - { - "id": 1657, - "properties": { - "instrument": "piglin", - "note": "13", - "powered": "true" - } - }, - { - "id": 1658, - "properties": { - "instrument": "piglin", - "note": "13", - "powered": "false" - } - }, - { - "id": 1659, - "properties": { - "instrument": "piglin", - "note": "14", - "powered": "true" - } - }, - { - "id": 1660, - "properties": { - "instrument": "piglin", - "note": "14", - "powered": "false" - } - }, - { - "id": 1661, - "properties": { - "instrument": "piglin", - "note": "15", - "powered": "true" - } - }, - { - "id": 1662, - "properties": { - "instrument": "piglin", - "note": "15", - "powered": "false" - } - }, - { - "id": 1663, - "properties": { - "instrument": "piglin", - "note": "16", - "powered": "true" - } - }, - { - "id": 1664, - "properties": { - "instrument": "piglin", - "note": "16", - "powered": "false" - } - }, - { - "id": 1665, - "properties": { - "instrument": "piglin", - "note": "17", - "powered": "true" - } - }, - { - "id": 1666, - "properties": { - "instrument": "piglin", - "note": "17", - "powered": "false" - } - }, - { - "id": 1667, - "properties": { - "instrument": "piglin", - "note": "18", - "powered": "true" - } - }, - { - "id": 1668, - "properties": { - "instrument": "piglin", - "note": "18", - "powered": "false" - } - }, - { - "id": 1669, - "properties": { - "instrument": "piglin", - "note": "19", - "powered": "true" - } - }, - { - "id": 1670, - "properties": { - "instrument": "piglin", - "note": "19", - "powered": "false" - } - }, - { - "id": 1671, - "properties": { - "instrument": "piglin", - "note": "20", - "powered": "true" - } - }, - { - "id": 1672, - "properties": { - "instrument": "piglin", - "note": "20", - "powered": "false" - } - }, - { - "id": 1673, - "properties": { - "instrument": "piglin", - "note": "21", - "powered": "true" - } - }, - { - "id": 1674, - "properties": { - "instrument": "piglin", - "note": "21", - "powered": "false" - } - }, - { - "id": 1675, - "properties": { - "instrument": "piglin", - "note": "22", - "powered": "true" - } - }, - { - "id": 1676, - "properties": { - "instrument": "piglin", - "note": "22", - "powered": "false" - } - }, - { - "id": 1677, - "properties": { - "instrument": "piglin", - "note": "23", - "powered": "true" - } - }, - { - "id": 1678, - "properties": { - "instrument": "piglin", - "note": "23", - "powered": "false" - } - }, - { - "id": 1679, - "properties": { - "instrument": "piglin", - "note": "24", - "powered": "true" - } - }, - { - "id": 1680, - "properties": { - "instrument": "piglin", - "note": "24", - "powered": "false" - } - }, - { - "id": 1681, - "properties": { - "instrument": "custom_head", - "note": "0", - "powered": "true" - } - }, - { - "id": 1682, - "properties": { - "instrument": "custom_head", - "note": "0", - "powered": "false" - } - }, - { - "id": 1683, - "properties": { - "instrument": "custom_head", - "note": "1", - "powered": "true" - } - }, - { - "id": 1684, - "properties": { - "instrument": "custom_head", - "note": "1", - "powered": "false" - } - }, - { - "id": 1685, - "properties": { - "instrument": "custom_head", - "note": "2", - "powered": "true" - } - }, - { - "id": 1686, - "properties": { - "instrument": "custom_head", - "note": "2", - "powered": "false" - } - }, - { - "id": 1687, - "properties": { - "instrument": "custom_head", - "note": "3", - "powered": "true" - } - }, - { - "id": 1688, - "properties": { - "instrument": "custom_head", - "note": "3", - "powered": "false" - } - }, - { - "id": 1689, - "properties": { - "instrument": "custom_head", - "note": "4", - "powered": "true" - } - }, - { - "id": 1690, - "properties": { - "instrument": "custom_head", - "note": "4", - "powered": "false" - } - }, - { - "id": 1691, - "properties": { - "instrument": "custom_head", - "note": "5", - "powered": "true" - } - }, - { - "id": 1692, - "properties": { - "instrument": "custom_head", - "note": "5", - "powered": "false" - } - }, - { - "id": 1693, - "properties": { - "instrument": "custom_head", - "note": "6", - "powered": "true" - } - }, - { - "id": 1694, - "properties": { - "instrument": "custom_head", - "note": "6", - "powered": "false" - } - }, - { - "id": 1695, - "properties": { - "instrument": "custom_head", - "note": "7", - "powered": "true" - } - }, - { - "id": 1696, - "properties": { - "instrument": "custom_head", - "note": "7", - "powered": "false" - } - }, - { - "id": 1697, - "properties": { - "instrument": "custom_head", - "note": "8", - "powered": "true" - } - }, - { - "id": 1698, - "properties": { - "instrument": "custom_head", - "note": "8", - "powered": "false" - } - }, - { - "id": 1699, - "properties": { - "instrument": "custom_head", - "note": "9", - "powered": "true" - } - }, - { - "id": 1700, - "properties": { - "instrument": "custom_head", - "note": "9", - "powered": "false" - } - }, - { - "id": 1701, - "properties": { - "instrument": "custom_head", - "note": "10", - "powered": "true" - } - }, - { - "id": 1702, - "properties": { - "instrument": "custom_head", - "note": "10", - "powered": "false" - } - }, - { - "id": 1703, - "properties": { - "instrument": "custom_head", - "note": "11", - "powered": "true" - } - }, - { - "id": 1704, - "properties": { - "instrument": "custom_head", - "note": "11", - "powered": "false" - } - }, - { - "id": 1705, - "properties": { - "instrument": "custom_head", - "note": "12", - "powered": "true" - } - }, - { - "id": 1706, - "properties": { - "instrument": "custom_head", - "note": "12", - "powered": "false" - } - }, - { - "id": 1707, - "properties": { - "instrument": "custom_head", - "note": "13", - "powered": "true" - } - }, - { - "id": 1708, - "properties": { - "instrument": "custom_head", - "note": "13", - "powered": "false" - } - }, - { - "id": 1709, - "properties": { - "instrument": "custom_head", - "note": "14", - "powered": "true" - } - }, - { - "id": 1710, - "properties": { - "instrument": "custom_head", - "note": "14", - "powered": "false" - } - }, - { - "id": 1711, - "properties": { - "instrument": "custom_head", - "note": "15", - "powered": "true" - } - }, - { - "id": 1712, - "properties": { - "instrument": "custom_head", - "note": "15", - "powered": "false" - } - }, - { - "id": 1713, - "properties": { - "instrument": "custom_head", - "note": "16", - "powered": "true" - } - }, - { - "id": 1714, - "properties": { - "instrument": "custom_head", - "note": "16", - "powered": "false" - } - }, - { - "id": 1715, - "properties": { - "instrument": "custom_head", - "note": "17", - "powered": "true" - } - }, - { - "id": 1716, - "properties": { - "instrument": "custom_head", - "note": "17", - "powered": "false" - } - }, - { - "id": 1717, - "properties": { - "instrument": "custom_head", - "note": "18", - "powered": "true" - } - }, - { - "id": 1718, - "properties": { - "instrument": "custom_head", - "note": "18", - "powered": "false" - } - }, - { - "id": 1719, - "properties": { - "instrument": "custom_head", - "note": "19", - "powered": "true" - } - }, - { - "id": 1720, - "properties": { - "instrument": "custom_head", - "note": "19", - "powered": "false" - } - }, - { - "id": 1721, - "properties": { - "instrument": "custom_head", - "note": "20", - "powered": "true" - } - }, - { - "id": 1722, - "properties": { - "instrument": "custom_head", - "note": "20", - "powered": "false" - } - }, - { - "id": 1723, - "properties": { - "instrument": "custom_head", - "note": "21", - "powered": "true" - } - }, - { - "id": 1724, - "properties": { - "instrument": "custom_head", - "note": "21", - "powered": "false" - } - }, - { - "id": 1725, - "properties": { - "instrument": "custom_head", - "note": "22", - "powered": "true" - } - }, - { - "id": 1726, - "properties": { - "instrument": "custom_head", - "note": "22", - "powered": "false" - } - }, - { - "id": 1727, - "properties": { - "instrument": "custom_head", - "note": "23", - "powered": "true" - } - }, - { - "id": 1728, - "properties": { - "instrument": "custom_head", - "note": "23", - "powered": "false" - } - }, - { - "id": 1729, - "properties": { - "instrument": "custom_head", - "note": "24", - "powered": "true" - } - }, - { - "id": 1730, - "properties": { - "instrument": "custom_head", - "note": "24", - "powered": "false" - } - } - ] - }, - "minecraft:oak_button": { - "definition": { - "type": "minecraft:button", - "block_set_type": "oak", - "properties": {}, - "ticks_to_stay_pressed": 30 - }, - "properties": { - "face": [ - "floor", - "wall", - "ceiling" + "default_state_id": 6334, + "states": [ + { + "id": 6319, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6320, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6321, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6322, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6323, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6324, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6325, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6326, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6327, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6328, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6329, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6330, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6331, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6332, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6333, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6334, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6335, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6336, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6337, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6338, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6339, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6340, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6341, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6342, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6343, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6344, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6345, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6346, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6347, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6348, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6349, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6350, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6351, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6352, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6353, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6354, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6355, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6356, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6357, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6358, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6359, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6360, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6361, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6362, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6363, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6364, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6365, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6366, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6367, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6368, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6369, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6370, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6371, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6372, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6373, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6374, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6375, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6376, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6377, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6378, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6379, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6380, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6381, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6382, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 301, + "name": "minecraft:acacia_trapdoor", + "translation_key": "block.minecraft.acacia_trapdoor", + "item_id": 752, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 6398, + "states": [ + { + "id": 6383, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6384, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6385, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6386, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6387, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6388, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6389, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6390, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6391, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6392, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6393, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6394, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6395, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6396, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6397, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6398, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6399, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6400, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6401, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6402, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6403, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6404, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6405, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6406, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6407, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6408, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6409, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6410, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6411, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6412, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6413, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6414, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6415, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6416, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6417, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6418, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6419, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6420, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6421, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6422, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6423, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6424, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6425, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6426, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6427, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6428, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6429, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6430, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6431, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6432, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6433, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6434, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6435, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6436, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6437, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6438, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6439, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6440, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6441, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6442, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6443, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6444, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6445, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6446, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 302, + "name": "minecraft:cherry_trapdoor", + "translation_key": "block.minecraft.cherry_trapdoor", + "item_id": 753, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 8842, - "properties": { - "face": "floor", - "facing": "north", - "powered": "true" - } - }, - { - "id": 8843, - "properties": { - "face": "floor", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8844, - "properties": { - "face": "floor", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8845, - "properties": { - "face": "floor", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8846, - "properties": { - "face": "floor", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8847, - "properties": { - "face": "floor", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8848, - "properties": { - "face": "floor", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8849, - "properties": { - "face": "floor", - "facing": "east", - "powered": "false" - } - }, - { - "id": 8850, - "properties": { - "face": "wall", - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 8851, - "properties": { - "face": "wall", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8852, - "properties": { - "face": "wall", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8853, - "properties": { - "face": "wall", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8854, - "properties": { - "face": "wall", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8855, - "properties": { - "face": "wall", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8856, - "properties": { - "face": "wall", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8857, - "properties": { - "face": "wall", - "facing": "east", - "powered": "false" - } - }, - { - "id": 8858, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "true" - } - }, - { - "id": 8859, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8860, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8861, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8862, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8863, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8864, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8865, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:oak_door": { - "definition": { - "type": "minecraft:door", - "block_set_type": "oak", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 6462, + "states": [ + { + "id": 6447, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6448, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6449, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6450, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6451, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6452, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6453, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6454, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6455, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6456, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6457, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6458, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6459, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6460, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6461, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6462, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6463, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6464, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6465, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6466, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6467, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6468, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6469, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6470, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6471, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6472, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6473, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6474, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6475, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6476, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6477, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6478, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6479, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6480, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6481, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6482, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6483, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6484, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6485, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6486, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6487, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6488, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6489, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6490, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6491, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6492, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6493, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6494, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6495, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6496, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6497, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6498, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6499, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6500, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6501, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6502, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6503, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6504, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6505, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6506, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6507, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6508, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6509, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6510, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 303, + "name": "minecraft:dark_oak_trapdoor", + "translation_key": "block.minecraft.dark_oak_trapdoor", + "item_id": 754, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "upper", - "lower" + "default_state_id": 6526, + "states": [ + { + "id": 6511, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6512, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6513, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6514, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6515, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6516, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6517, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6518, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6519, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6520, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6521, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6522, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6523, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6524, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6525, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6526, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6527, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6528, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6529, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6530, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6531, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6532, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6533, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6534, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6535, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6536, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6537, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6538, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6539, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6540, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6541, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6542, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6543, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6544, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6545, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6546, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6547, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6548, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6549, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6550, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6551, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6552, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6553, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6554, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6555, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6556, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6557, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6558, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6559, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6560, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6561, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6562, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6563, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6564, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6565, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6566, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6567, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6568, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6569, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6570, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6571, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6572, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6573, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6574, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 304, + "name": "minecraft:pale_oak_trapdoor", + "translation_key": "block.minecraft.pale_oak_trapdoor", + "item_id": 755, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "hinge": [ - "left", - "right" + "default_state_id": 6590, + "states": [ + { + "id": 6575, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6576, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6577, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6578, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6579, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6580, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6581, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6582, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6583, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6584, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6585, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6586, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6587, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6588, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6589, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6590, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6591, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6592, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6593, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6594, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6595, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6596, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6597, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6598, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6599, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6600, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6601, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6602, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6603, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6604, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6605, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6606, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6607, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6608, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6609, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6610, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6611, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6612, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6613, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6614, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6615, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6616, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6617, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6618, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6619, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6620, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6621, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6622, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6623, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6624, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6625, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6626, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6627, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6628, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6629, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6630, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6631, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6632, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6633, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6634, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6635, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6636, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6637, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6638, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 305, + "name": "minecraft:mangrove_trapdoor", + "translation_key": "block.minecraft.mangrove_trapdoor", + "item_id": 756, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 6654, + "states": [ + { + "id": 6639, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6640, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6641, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6642, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6643, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6644, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6645, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6646, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6647, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6648, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6649, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6650, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6651, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6652, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6653, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6654, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6655, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6656, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6657, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6658, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6659, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6660, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6661, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6662, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6663, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6664, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6665, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6666, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6667, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6668, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6669, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6670, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6671, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6672, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6673, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6674, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6675, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6676, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6677, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6678, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6679, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6680, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6681, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6682, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6683, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6684, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6685, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6686, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6687, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6688, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6689, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6690, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6691, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6692, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6693, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6694, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6695, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6696, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6697, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6698, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6699, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6700, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6701, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6702, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 306, + "name": "minecraft:bamboo_trapdoor", + "translation_key": "block.minecraft.bamboo_trapdoor", + "item_id": 757, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4674, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 4675, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 4676, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 4677, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 4678, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 4679, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 4680, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 4681, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 4682, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 4683, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 4684, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 4685, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 4686, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 4687, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 4688, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 4689, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 4690, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 4691, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 4692, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 4693, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 4694, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 4695, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 4696, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 4697, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 4698, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 4699, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 4700, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 4701, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 4702, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 4703, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 4704, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 4705, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 4706, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 4707, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 4708, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 4709, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 4710, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 4711, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 4712, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 4713, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 4714, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 4715, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 4716, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 4717, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 4718, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 4719, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 4720, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 4721, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 4722, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 4723, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 4724, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 4725, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 4726, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 4727, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 4728, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 4729, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 4730, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 4731, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 4732, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 4733, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 4734, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 4735, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 4736, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 4737, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:oak_fence": { - "definition": { - "type": "minecraft:fence", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 6718, + "states": [ + { + "id": 6703, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6704, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6705, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6706, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6707, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6708, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6709, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6710, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6711, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6712, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6713, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6714, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 6715, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6716, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6717, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6718, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6719, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6720, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6721, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6722, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6723, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6724, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6725, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6726, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6727, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6728, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6729, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6730, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 6731, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6732, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6733, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6734, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6735, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6736, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6737, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6738, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6739, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6740, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6741, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6742, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6743, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6744, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6745, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6746, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 6747, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6748, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6749, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6750, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6751, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6752, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6753, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6754, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6755, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6756, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6757, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6758, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 6759, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6760, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6761, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6762, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 6763, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6764, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6765, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 6766, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 307, + "name": "minecraft:stone_bricks", + "translation_key": "block.minecraft.stone_bricks", + "item_id": 353, + "properties": [], + "default_state_id": 6767, + "states": [ + { + "id": 6767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 308, + "name": "minecraft:mossy_stone_bricks", + "translation_key": "block.minecraft.mossy_stone_bricks", + "item_id": 354, + "properties": [], + "default_state_id": 6768, + "states": [ + { + "id": 6768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 309, + "name": "minecraft:cracked_stone_bricks", + "translation_key": "block.minecraft.cracked_stone_bricks", + "item_id": 355, + "properties": [], + "default_state_id": 6769, + "states": [ + { + "id": 6769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 310, + "name": "minecraft:chiseled_stone_bricks", + "translation_key": "block.minecraft.chiseled_stone_bricks", + "item_id": 356, + "properties": [], + "default_state_id": 6770, + "states": [ + { + "id": 6770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 311, + "name": "minecraft:packed_mud", + "translation_key": "block.minecraft.packed_mud", + "item_id": 357, + "properties": [], + "default_state_id": 6771, + "states": [ + { + "id": 6771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 312, + "name": "minecraft:mud_bricks", + "translation_key": "block.minecraft.mud_bricks", + "item_id": 358, + "properties": [], + "default_state_id": 6772, + "states": [ + { + "id": 6772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 313, + "name": "minecraft:infested_stone", + "translation_key": "block.minecraft.infested_stone", + "item_id": 346, + "properties": [], + "default_state_id": 6773, + "states": [ + { + "id": 6773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 314, + "name": "minecraft:infested_cobblestone", + "translation_key": "block.minecraft.infested_cobblestone", + "item_id": 347, + "properties": [], + "default_state_id": 6774, + "states": [ + { + "id": 6774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 315, + "name": "minecraft:infested_stone_bricks", + "translation_key": "block.minecraft.infested_stone_bricks", + "item_id": 348, + "properties": [], + "default_state_id": 6775, + "states": [ + { + "id": 6775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 316, + "name": "minecraft:infested_mossy_stone_bricks", + "translation_key": "block.minecraft.infested_mossy_stone_bricks", + "item_id": 349, + "properties": [], + "default_state_id": 6776, + "states": [ + { + "id": 6776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 317, + "name": "minecraft:infested_cracked_stone_bricks", + "translation_key": "block.minecraft.infested_cracked_stone_bricks", + "item_id": 350, + "properties": [], + "default_state_id": 6777, + "states": [ + { + "id": 6777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 318, + "name": "minecraft:infested_chiseled_stone_bricks", + "translation_key": "block.minecraft.infested_chiseled_stone_bricks", + "item_id": 351, + "properties": [], + "default_state_id": 6778, + "states": [ + { + "id": 6778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 319, + "name": "minecraft:brown_mushroom_block", + "translation_key": "block.minecraft.brown_mushroom_block", + "item_id": 365, + "properties": [ + { + "name": "down", + "values": [ + "true", + "false" + ] + }, + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 6779, + "states": [ + { + "id": 6779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6786, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6788, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6789, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6790, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6791, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6792, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6793, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6794, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6796, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6797, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6798, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6799, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6800, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6801, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6802, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6822, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6823, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6824, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6841, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6842, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 320, + "name": "minecraft:red_mushroom_block", + "translation_key": "block.minecraft.red_mushroom_block", + "item_id": 366, + "properties": [ + { + "name": "down", + "values": [ + "true", + "false" + ] + }, + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 6843, + "states": [ + { + "id": 6843, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6844, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6845, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6846, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6847, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6848, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6849, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6850, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6851, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6852, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6853, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6854, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6855, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6856, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6857, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6858, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6859, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6860, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6861, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6862, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6863, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6864, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6865, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6866, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6867, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6868, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6869, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6870, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6871, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6872, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6873, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6874, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6875, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6876, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6877, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6878, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6889, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6891, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6893, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 321, + "name": "minecraft:mushroom_stem", + "translation_key": "block.minecraft.mushroom_stem", + "item_id": 367, + "properties": [ + { + "name": "down", + "values": [ + "true", + "false" + ] + }, + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 6907, + "states": [ + { + "id": 6907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 6970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 322, + "name": "minecraft:iron_bars", + "translation_key": "block.minecraft.iron_bars", + "item_id": 368, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5983, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 5984, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 5985, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 5986, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 5987, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 5988, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 5989, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 5990, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 5991, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 5992, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 5993, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 5994, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 5995, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 5996, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 5997, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 5998, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 5999, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 6000, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 6001, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 6002, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 6003, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 6004, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 6005, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 6006, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 6007, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 6008, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 6009, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 6010, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 6011, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 6012, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 6013, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 6014, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:oak_fence_gate": { - "definition": { - "type": "minecraft:fence_gate", - "properties": {}, - "wood_type": "oak" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 7002, + "states": [ + { + "id": 6971, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 6972, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 6973, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 6974, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 6975, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 6976, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 6977, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 6978, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 6979, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 6980, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 6981, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 6982, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 6983, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 6984, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 6985, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 6986, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 6987, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 6988, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 6989, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 6990, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 6991, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 6992, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 6993, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 6994, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 6995, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 6996, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 6997, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 6998, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 6999, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 7000, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + }, + { + "id": 7001, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 7002, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + } + ] + }, + { + "id": 323, + "name": "minecraft:chain", + "translation_key": "block.minecraft.chain", + "item_id": 369, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "in_wall": [ - "true", - "false" + "default_state_id": 7006, + "states": [ + { + "id": 7003, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 104 + ] + }, + { + "id": 7004, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 104 + ] + }, + { + "id": 7005, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 105 + ] + }, + { + "id": 7006, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 105 + ] + }, + { + "id": 7007, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 106 + ] + }, + { + "id": 7008, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 106 + ] + } + ] + }, + { + "id": 324, + "name": "minecraft:glass_pane", + "translation_key": "block.minecraft.glass_pane", + "item_id": 370, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 7040, + "states": [ + { + "id": 7009, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 7010, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 7011, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 7012, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 7013, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 7014, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 7015, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 7016, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 7017, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 7018, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 7019, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 7020, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 7021, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 7022, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 7023, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 7024, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 7025, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 7026, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 7027, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 7028, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 7029, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 7030, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 7031, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 7032, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 7033, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 7034, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 7035, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 7036, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 7037, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 7038, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + }, + { + "id": 7039, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 7040, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + } + ] + }, + { + "id": 325, + "name": "minecraft:pumpkin", + "translation_key": "block.minecraft.pumpkin", + "item_id": 335, + "properties": [], + "default_state_id": 7041, + "states": [ + { + "id": 7041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 326, + "name": "minecraft:melon", + "translation_key": "block.minecraft.melon", + "item_id": 371, + "properties": [], + "default_state_id": 7042, + "states": [ + { + "id": 7042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 327, + "name": "minecraft:attached_pumpkin_stem", + "translation_key": "block.minecraft.attached_pumpkin_stem", + "item_id": 0, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7227, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 7228, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 7229, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 7230, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 7231, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 7232, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 7233, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 7234, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 7235, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 7236, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 7237, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 7238, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 7239, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 7240, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 7241, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 7242, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 7243, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 7244, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 7245, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 7246, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 7247, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 7248, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 7249, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 7250, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 7251, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 7252, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 7253, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 7254, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 7255, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 7256, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 7257, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 7258, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:oak_hanging_sign": { - "definition": { - "type": "minecraft:ceiling_hanging_sign", - "properties": {}, - "wood_type": "oak" - }, - "properties": { - "attached": [ - "true", - "false" + "default_state_id": 7043, + "states": [ + { + "id": 7043, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7044, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7045, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7046, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 328, + "name": "minecraft:attached_melon_stem", + "translation_key": "block.minecraft.attached_melon_stem", + "item_id": 0, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "default_state_id": 7047, + "states": [ + { + "id": 7047, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7048, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7049, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7050, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 329, + "name": "minecraft:pumpkin_stem", + "translation_key": "block.minecraft.pumpkin_stem", + "item_id": 1026, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + } + ], + "default_state_id": 7051, + "states": [ + { + "id": 7051, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7052, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7053, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7054, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7055, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7056, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7057, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7058, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 330, + "name": "minecraft:melon_stem", + "translation_key": "block.minecraft.melon_stem", + "item_id": 1027, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + } + ], + "default_state_id": 7059, + "states": [ + { + "id": 7059, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7060, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7061, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7062, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7063, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7064, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7065, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7066, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 331, + "name": "minecraft:vine", + "translation_key": "block.minecraft.vine", + "item_id": 372, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4926, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "id": 4927, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 4928, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 4929, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 4930, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 4931, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 4932, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 4933, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 4934, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 4935, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 4936, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 4937, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 4938, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 4939, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 4940, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 4941, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 4942, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 4943, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 4944, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 4945, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 4946, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 4947, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 4948, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 4949, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 4950, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 4951, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 4952, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 4953, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 4954, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 4955, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 4956, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 4957, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "false" - } - }, - { - "id": 4958, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4959, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 4960, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 4961, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 4962, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 4963, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 4964, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 4965, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 4966, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 4967, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 4968, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 4969, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 4970, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 4971, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 4972, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 4973, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 4974, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 4975, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 4976, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 4977, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 4978, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 4979, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 4980, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 4981, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 4982, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 4983, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 4984, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 4985, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 4986, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 4987, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 4988, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 4989, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:oak_leaves": { - "definition": { - "type": "minecraft:leaves", - "properties": {} - }, - "properties": { - "distance": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" + "default_state_id": 7098, + "states": [ + { + "id": 7067, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7068, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7069, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7070, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7071, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7072, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7073, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7074, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7075, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7076, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7077, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7078, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7079, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7080, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7081, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7082, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7083, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7084, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7085, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7086, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7087, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7088, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7089, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7090, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7091, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7092, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7093, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7094, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7095, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7096, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7097, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7098, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 332, + "name": "minecraft:glow_lichen", + "translation_key": "block.minecraft.glow_lichen", + "item_id": 373, + "properties": [ + { + "name": "down", + "values": [ + "true", + "false" + ] + }, + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "persistent": [ - "true", - "false" + "default_state_id": 7226, + "states": [ + { + "id": 7099, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7100, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7101, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7102, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7103, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7104, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7105, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7106, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7107, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7108, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7109, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7110, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7111, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7112, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7113, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7114, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7115, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7116, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7117, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7118, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7119, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7120, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7121, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7122, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7123, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7124, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7125, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7126, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7127, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7128, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7129, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7130, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7131, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7132, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7133, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7134, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7135, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7136, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7137, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7138, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7139, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7140, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7141, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7142, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7143, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7144, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7145, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7146, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7147, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7148, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7149, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7150, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7151, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7152, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7153, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7154, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7155, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7156, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7157, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7158, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7159, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7160, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7161, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7162, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7163, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7164, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7165, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7166, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7167, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7168, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7169, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7170, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7171, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7172, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7173, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7174, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7175, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7176, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7177, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7178, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7179, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7180, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7181, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7182, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7183, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7184, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7185, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7186, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7187, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7188, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7189, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7190, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7191, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7192, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7193, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7194, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7195, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7196, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7197, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7198, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7199, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7200, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7201, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7202, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7203, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7204, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7205, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7206, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7207, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7208, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7209, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7210, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7211, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7212, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7213, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7214, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7215, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7216, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7217, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7218, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7219, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7220, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7221, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7222, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7223, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7224, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7225, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 7226, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 333, + "name": "minecraft:oak_fence_gate", + "translation_key": "block.minecraft.oak_fence_gate", + "item_id": 768, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "values": [ + "true", + "false" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 252, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 253, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 254, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 255, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 256, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 257, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 258, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 259, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 260, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 261, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 262, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 263, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 264, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 265, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 266, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 267, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 268, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 269, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 270, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 271, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 272, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 273, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 274, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 275, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 276, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 277, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 278, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 279, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:oak_log": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 136, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 137, - "properties": { - "axis": "y" - } - }, - { - "id": 138, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:oak_planks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 15 - } - ] - }, - "minecraft:oak_pressure_plate": { - "definition": { - "type": "minecraft:pressure_plate", - "block_set_type": "oak", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5880, - "properties": { - "powered": "true" - } - }, - { - "default": true, - "id": 5881, - "properties": { - "powered": "false" - } - } - ] - }, - "minecraft:oak_sapling": { - "definition": { - "type": "minecraft:sapling", - "properties": {}, - "tree": "oak" - }, - "properties": { - "stage": [ - "0", - "1" - ] - }, - "states": [ - { - "default": true, - "id": 29, - "properties": { - "stage": "0" - } - }, - { - "id": 30, - "properties": { - "stage": "1" - } - } - ] - }, - "minecraft:oak_sign": { - "definition": { - "type": "minecraft:standing_sign", - "properties": {}, - "wood_type": "oak" - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "default_state_id": 7234, + "states": [ + { + "id": 7227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 7230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 7231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 7234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 7235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 7238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 7239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 7242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 7243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 7246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 7247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 7250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 7251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7252, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7253, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 7254, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 7255, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7257, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 7258, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + } + ] + }, + { + "id": 334, + "name": "minecraft:brick_stairs", + "translation_key": "block.minecraft.brick_stairs", + "item_id": 374, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4354, - "properties": { - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4355, - "properties": { - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 4356, - "properties": { - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 4357, - "properties": { - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 4358, - "properties": { - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 4359, - "properties": { - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 4360, - "properties": { - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 4361, - "properties": { - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 4362, - "properties": { - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 4363, - "properties": { - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 4364, - "properties": { - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 4365, - "properties": { - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 4366, - "properties": { - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 4367, - "properties": { - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 4368, - "properties": { - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 4369, - "properties": { - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 4370, - "properties": { - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 4371, - "properties": { - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 4372, - "properties": { - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 4373, - "properties": { - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 4374, - "properties": { - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 4375, - "properties": { - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 4376, - "properties": { - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 4377, - "properties": { - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 4378, - "properties": { - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 4379, - "properties": { - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 4380, - "properties": { - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 4381, - "properties": { - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 4382, - "properties": { - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 4383, - "properties": { - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 4384, - "properties": { - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 4385, - "properties": { - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:oak_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 7270, + "states": [ + { + "id": 7259, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 7260, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 7261, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7262, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7263, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7264, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7265, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7266, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7267, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7268, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7269, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 7270, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 7271, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 7280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 7281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7282, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7283, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7284, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7285, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7286, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7287, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7288, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7289, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 7290, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 7291, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7292, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7293, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7294, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 7296, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 7297, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7298, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 7300, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 7301, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7303, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7304, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7306, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7307, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7309, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 7310, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 7311, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7312, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7314, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7315, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7316, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7317, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7318, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7319, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 7320, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 7321, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7322, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7323, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7324, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7325, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7326, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7327, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7329, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 7330, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 7331, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7332, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7333, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7334, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7335, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7336, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7337, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 7338, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 335, + "name": "minecraft:stone_brick_stairs", + "translation_key": "block.minecraft.stone_brick_stairs", + "item_id": 375, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11497, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11498, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11499, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11500, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11501, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11502, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:oak_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:oak_planks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 7350, + "states": [ + { + "id": 7339, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 7340, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 7341, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7342, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7343, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7344, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7345, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7346, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7347, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7348, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7349, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 7350, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 7351, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7352, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7353, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7354, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7355, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7356, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7357, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7358, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7359, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 7360, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 7361, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7362, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7363, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7364, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7365, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7366, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7367, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7368, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7369, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 7370, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 7371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7372, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7373, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7374, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7375, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 7376, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 7377, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7378, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7379, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 7380, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 7381, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7382, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7383, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7384, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7385, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7386, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7387, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7388, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7389, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 7390, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 7391, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7392, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7393, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7394, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7395, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7396, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7397, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7398, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7399, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 7400, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 7401, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7402, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7403, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7404, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7405, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7406, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7407, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7408, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7409, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 7410, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 7411, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7412, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7413, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7414, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7415, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7416, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7417, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 7418, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 336, + "name": "minecraft:mud_brick_stairs", + "translation_key": "block.minecraft.mud_brick_stairs", + "item_id": 376, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 7430, + "states": [ + { + "id": 7419, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 7420, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 7421, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7422, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7423, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7424, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7425, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7426, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7427, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7428, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7429, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 7430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 7431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 7440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 7441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 7450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 7451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 7456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 7457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 7460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 7461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 7470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 7471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 7480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 7481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 7490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 7491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 7498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 337, + "name": "minecraft:mycelium", + "translation_key": "block.minecraft.mycelium", + "item_id": 377, + "properties": [ + { + "name": "snowy", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 7500, + "states": [ + { + "id": 7499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 7500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 338, + "name": "minecraft:lily_pad", + "translation_key": "block.minecraft.lily_pad", + "item_id": 378, + "properties": [], + "default_state_id": 7501, + "states": [ + { + "id": 7501, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 107 + ] + } + ] + }, + { + "id": 339, + "name": "minecraft:nether_bricks", + "translation_key": "block.minecraft.nether_bricks", + "item_id": 379, + "properties": [], + "default_state_id": 7502, + "states": [ + { + "id": 7502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 340, + "name": "minecraft:nether_brick_fence", + "translation_key": "block.minecraft.nether_brick_fence", + "item_id": 382, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 2926, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 2927, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 2928, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 2929, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 2930, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 2931, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 2932, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 2933, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 2934, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 2935, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 2936, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 2937, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 2938, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 2939, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 2940, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 2941, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 2942, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 2943, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 2944, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 2945, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 2946, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 2947, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 2948, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 2949, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 2950, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 2951, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 2952, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 2953, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 2954, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 2955, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 2956, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 2957, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 2958, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 2959, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 2960, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 2961, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 2962, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 2963, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 2964, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 2965, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 2966, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 2967, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 2968, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 2969, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 2970, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 2971, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 2972, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 2973, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 2974, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 2975, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 2976, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 2977, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 2978, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 2979, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 2980, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 2981, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 2982, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 2983, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 2984, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 2985, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 2986, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 2987, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 2988, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 2989, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 2990, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 2991, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 2992, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 2993, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 2994, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 2995, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 2996, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 2997, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 2998, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 2999, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 3000, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 3001, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 3002, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 3003, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 3004, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 3005, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:oak_trapdoor": { - "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "oak", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 7534, + "states": [ + { + "id": 7503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 7504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 7505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 7506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 7507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 7508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 7509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 7510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 7511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 7512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 7513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 7514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 7515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 7516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 7517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 7518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 7519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 7520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 7521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 7522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 7523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 7524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 7525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 7526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 7527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 7528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 7529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 7530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 7531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 7532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + }, + { + "id": 7533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 7534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + } + ] + }, + { + "id": 341, + "name": "minecraft:nether_brick_stairs", + "translation_key": "block.minecraft.nether_brick_stairs", + "item_id": 383, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 7546, + "states": [ + { + "id": 7535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 7536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 7537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 7546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 7547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 7556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 7557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 7566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 7567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 7572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 7573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 7576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 7577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 7586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 7587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 7596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 7597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 7606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 7607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 7614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 342, + "name": "minecraft:nether_wart", + "translation_key": "block.minecraft.nether_wart", + "item_id": 1037, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 7615, + "states": [ + { + "id": 7615, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7616, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7617, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7618, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 343, + "name": "minecraft:enchanting_table", + "translation_key": "block.minecraft.enchanting_table", + "item_id": 388, + "properties": [], + "default_state_id": 7619, + "states": [ + { + "id": 7619, + "luminance": 7, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 18 + ], + "block_entity_type": 13 + } + ] + }, + { + "id": 344, + "name": "minecraft:brewing_stand", + "translation_key": "block.minecraft.brewing_stand", + "item_id": 1044, + "properties": [ + { + "name": "has_bottle_0", + "values": [ + "true", + "false" + ] + }, + { + "name": "has_bottle_1", + "values": [ + "true", + "false" + ] + }, + { + "name": "has_bottle_2", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" + "default_state_id": 7627, + "states": [ + { + "id": 7620, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 108, + 109 + ], + "block_entity_type": 12 + }, + { + "id": 7621, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 108, + 109 + ], + "block_entity_type": 12 + }, + { + "id": 7622, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 108, + 109 + ], + "block_entity_type": 12 + }, + { + "id": 7623, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 108, + 109 + ], + "block_entity_type": 12 + }, + { + "id": 7624, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 108, + 109 + ], + "block_entity_type": 12 + }, + { + "id": 7625, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 108, + 109 + ], + "block_entity_type": 12 + }, + { + "id": 7626, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 108, + 109 + ], + "block_entity_type": 12 + }, + { + "id": 7627, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 108, + 109 + ], + "block_entity_type": 12 + } + ] + }, + { + "id": 345, + "name": "minecraft:cauldron", + "translation_key": "block.minecraft.cauldron", + "item_id": 1045, + "properties": [], + "default_state_id": 7628, + "states": [ + { + "id": 7628, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124 + ] + } + ] + }, + { + "id": 346, + "name": "minecraft:water_cauldron", + "translation_key": "block.minecraft.water_cauldron", + "item_id": 1045, + "properties": [ + { + "name": "level", + "values": [ + "1", + "2", + "3" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 6127, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6128, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6129, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6130, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6131, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6132, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6133, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6134, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6135, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6136, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6137, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6138, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6139, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6140, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6141, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 6142, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6143, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6144, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6145, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6146, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6147, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6148, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6149, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6150, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6151, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6152, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6153, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6154, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6155, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6156, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6157, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6158, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6159, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6160, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6161, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6162, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6163, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6164, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6165, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6166, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6167, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6168, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6169, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6170, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6171, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6172, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6173, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6174, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6175, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6176, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6177, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6178, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6179, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6180, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6181, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6182, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6183, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6184, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6185, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6186, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6187, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6188, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6189, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6190, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:oak_wall_hanging_sign": { - "definition": { - "type": "minecraft:wall_hanging_sign", - "properties": {}, - "wood_type": "oak" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 7629, + "states": [ + { + "id": 7629, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124 + ] + }, + { + "id": 7630, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124 + ] + }, + { + "id": 7631, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124 + ] + } + ] + }, + { + "id": 347, + "name": "minecraft:lava_cauldron", + "translation_key": "block.minecraft.lava_cauldron", + "item_id": 1045, + "properties": [], + "default_state_id": 7632, + "states": [ + { + "id": 7632, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124 + ] + } + ] + }, + { + "id": 348, + "name": "minecraft:powder_snow_cauldron", + "translation_key": "block.minecraft.powder_snow_cauldron", + "item_id": 1045, + "properties": [ + { + "name": "level", + "values": [ + "1", + "2", + "3" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5694, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5695, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 5696, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 5697, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 5698, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 5699, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 5700, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 5701, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:oak_wall_sign": { - "definition": { - "type": "minecraft:wall_sign", - "properties": {}, - "wood_type": "oak" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 7633, + "states": [ + { + "id": 7633, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124 + ] + }, + { + "id": 7634, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124 + ] + }, + { + "id": 7635, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124 + ] + } + ] + }, + { + "id": 349, + "name": "minecraft:end_portal", + "translation_key": "block.minecraft.end_portal", + "item_id": 0, + "properties": [], + "default_state_id": 7636, + "states": [ + { + "id": 7636, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 14 + } + ] + }, + { + "id": 350, + "name": "minecraft:end_portal_frame", + "translation_key": "block.minecraft.end_portal_frame", + "item_id": 389, + "properties": [ + { + "name": "eye", + "values": [ + "true", + "false" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4846, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4847, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 4848, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 4849, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 4850, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 4851, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 4852, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 4853, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:oak_wood": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 201, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 202, - "properties": { - "axis": "y" - } - }, - { - "id": 203, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:observer": { - "definition": { - "type": "minecraft:observer", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" + "default_state_id": 7641, + "states": [ + { + "id": 7637, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 125, + 126 + ] + }, + { + "id": 7638, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 125, + 126 + ] + }, + { + "id": 7639, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 125, + 126 + ] + }, + { + "id": 7640, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 125, + 126 + ] + }, + { + "id": 7641, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 125 + ] + }, + { + "id": 7642, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 125 + ] + }, + { + "id": 7643, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 125 + ] + }, + { + "id": 7644, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 125 + ] + } + ] + }, + { + "id": 351, + "name": "minecraft:end_stone", + "translation_key": "block.minecraft.end_stone", + "item_id": 390, + "properties": [], + "default_state_id": 7645, + "states": [ + { + "id": 7645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 352, + "name": "minecraft:dragon_egg", + "translation_key": "block.minecraft.dragon_egg", + "item_id": 392, + "properties": [], + "default_state_id": 7646, + "states": [ + { + "id": 7646, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 127 + ] + } + ] + }, + { + "id": 353, + "name": "minecraft:redstone_lamp", + "translation_key": "block.minecraft.redstone_lamp", + "item_id": 694, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 13019, - "properties": { - "facing": "north", - "powered": "true" - } - }, - { - "id": 13020, - "properties": { - "facing": "north", - "powered": "false" - } - }, - { - "id": 13021, - "properties": { - "facing": "east", - "powered": "true" - } - }, - { - "id": 13022, - "properties": { - "facing": "east", - "powered": "false" - } - }, - { - "id": 13023, - "properties": { - "facing": "south", - "powered": "true" - } - }, - { - "default": true, - "id": 13024, - "properties": { - "facing": "south", - "powered": "false" - } - }, - { - "id": 13025, - "properties": { - "facing": "west", - "powered": "true" - } - }, - { - "id": 13026, - "properties": { - "facing": "west", - "powered": "false" - } - }, - { - "id": 13027, - "properties": { - "facing": "up", - "powered": "true" - } - }, - { - "id": 13028, - "properties": { - "facing": "up", - "powered": "false" - } - }, - { - "id": 13029, - "properties": { - "facing": "down", - "powered": "true" - } - }, - { - "id": 13030, - "properties": { - "facing": "down", - "powered": "false" - } - } - ] - }, - "minecraft:obsidian": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2397 - } - ] - }, - "minecraft:ochre_froglight": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 27032, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 27033, - "properties": { - "axis": "y" - } - }, - { - "id": 27034, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:orange_banner": { - "definition": { - "type": "minecraft:banner", - "color": "orange", - "properties": {} - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 11110, - "properties": { - "rotation": "0" - } - }, - { - "id": 11111, - "properties": { - "rotation": "1" - } - }, - { - "id": 11112, - "properties": { - "rotation": "2" - } - }, - { - "id": 11113, - "properties": { - "rotation": "3" - } - }, - { - "id": 11114, - "properties": { - "rotation": "4" - } - }, - { - "id": 11115, - "properties": { - "rotation": "5" - } - }, - { - "id": 11116, - "properties": { - "rotation": "6" - } - }, - { - "id": 11117, - "properties": { - "rotation": "7" - } - }, - { - "id": 11118, - "properties": { - "rotation": "8" - } - }, - { - "id": 11119, - "properties": { - "rotation": "9" - } - }, - { - "id": 11120, - "properties": { - "rotation": "10" - } - }, - { - "id": 11121, - "properties": { - "rotation": "11" - } - }, - { - "id": 11122, - "properties": { - "rotation": "12" - } - }, - { - "id": 11123, - "properties": { - "rotation": "13" - } - }, - { - "id": 11124, - "properties": { - "rotation": "14" - } - }, - { - "id": 11125, - "properties": { - "rotation": "15" - } - } - ] - }, - "minecraft:orange_bed": { - "definition": { - "type": "minecraft:bed", - "color": "orange", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 7648, + "states": [ + { + "id": 7647, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 7648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 354, + "name": "minecraft:cocoa", + "translation_key": "block.minecraft.cocoa", + "item_id": 983, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "occupied": [ - "true", - "false" + "default_state_id": 7649, + "states": [ + { + "id": 7649, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 128 + ] + }, + { + "id": 7650, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 129 + ] + }, + { + "id": 7651, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 130 + ] + }, + { + "id": 7652, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 131 + ] + }, + { + "id": 7653, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 132 + ] + }, + { + "id": 7654, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 133 + ] + }, + { + "id": 7655, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 134 + ] + }, + { + "id": 7656, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 135 + ] + }, + { + "id": 7657, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 136 + ] + }, + { + "id": 7658, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 137 + ] + }, + { + "id": 7659, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 138 + ] + }, + { + "id": 7660, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 139 + ] + } + ] + }, + { + "id": 355, + "name": "minecraft:sandstone_stairs", + "translation_key": "block.minecraft.sandstone_stairs", + "item_id": 393, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "part": [ - "head", - "foot" - ] - }, - "states": [ - { - "id": 1747, - "properties": { - "facing": "north", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1748, - "properties": { - "facing": "north", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1749, - "properties": { - "facing": "north", - "occupied": "false", - "part": "head" - } - }, - { - "default": true, - "id": 1750, - "properties": { - "facing": "north", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1751, - "properties": { - "facing": "south", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1752, - "properties": { - "facing": "south", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1753, - "properties": { - "facing": "south", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1754, - "properties": { - "facing": "south", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1755, - "properties": { - "facing": "west", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1756, - "properties": { - "facing": "west", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1757, - "properties": { - "facing": "west", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1758, - "properties": { - "facing": "west", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1759, - "properties": { - "facing": "east", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1760, - "properties": { - "facing": "east", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1761, - "properties": { - "facing": "east", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1762, - "properties": { - "facing": "east", - "occupied": "false", - "part": "foot" - } - } - ] - }, - "minecraft:orange_candle": { - "definition": { - "type": "minecraft:candle", - "properties": {} - }, - "properties": { - "candles": [ - "1", - "2", - "3", - "4" + "default_state_id": 7672, + "states": [ + { + "id": 7661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 7662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 7663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 7672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 7673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 7682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 7683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 7692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 7693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 7698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 7699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 7702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 7703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 7712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 7713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 7722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 7723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 7732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 7733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 7740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 356, + "name": "minecraft:emerald_ore", + "translation_key": "block.minecraft.emerald_ore", + "item_id": 74, + "properties": [], + "default_state_id": 7741, + "states": [ + { + "id": 7741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 357, + "name": "minecraft:deepslate_emerald_ore", + "translation_key": "block.minecraft.deepslate_emerald_ore", + "item_id": 75, + "properties": [], + "default_state_id": 7742, + "states": [ + { + "id": 7742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 358, + "name": "minecraft:ender_chest", + "translation_key": "block.minecraft.ender_chest", + "item_id": 394, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "lit": [ - "true", - "false" + "default_state_id": 7744, + "states": [ + { + "id": 7743, + "luminance": 7, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 3 + }, + { + "id": 7744, + "luminance": 7, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 3 + }, + { + "id": 7745, + "luminance": 7, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 3 + }, + { + "id": 7746, + "luminance": 7, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 3 + }, + { + "id": 7747, + "luminance": 7, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 3 + }, + { + "id": 7748, + "luminance": 7, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 3 + }, + { + "id": 7749, + "luminance": 7, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 3 + }, + { + "id": 7750, + "luminance": 7, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 3 + } + ] + }, + { + "id": 359, + "name": "minecraft:tripwire_hook", + "translation_key": "block.minecraft.tripwire_hook", + "item_id": 691, + "properties": [ + { + "name": "attached", + "values": [ + "true", + "false" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21226, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21227, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21228, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21229, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21230, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21231, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21232, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21233, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21234, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21235, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21236, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21237, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21238, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21239, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21240, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21241, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:orange_candle_cake": { - "definition": { - "type": "minecraft:candle_cake", - "candle": "minecraft:orange_candle", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21470, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 21471, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:orange_carpet": { - "definition": { - "type": "minecraft:wool_carpet", - "color": "orange", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11064 - } - ] - }, - "minecraft:orange_concrete": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13198 - } - ] - }, - "minecraft:orange_concrete_powder": { - "definition": { - "type": "minecraft:concrete_powder", - "concrete": "minecraft:orange_concrete", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13214 - } - ] - }, - "minecraft:orange_glazed_terracotta": { - "definition": { - "type": "minecraft:glazed_terracotta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 13137, - "properties": { - "facing": "north" - } - }, - { - "id": 13138, - "properties": { - "facing": "south" - } - }, - { - "id": 13139, - "properties": { - "facing": "west" - } - }, - { - "id": 13140, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:orange_shulker_box": { - "definition": { - "type": "minecraft:shulker_box", - "color": "orange", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 13043, - "properties": { - "facing": "north" - } - }, - { - "id": 13044, - "properties": { - "facing": "east" - } - }, - { - "id": 13045, - "properties": { - "facing": "south" - } - }, - { - "id": 13046, - "properties": { - "facing": "west" - } - }, - { - "default": true, - "id": 13047, - "properties": { - "facing": "up" - } - }, - { - "id": 13048, - "properties": { - "facing": "down" - } - } - ] - }, - "minecraft:orange_stained_glass": { - "definition": { - "type": "minecraft:stained_glass", - "color": "orange", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6112 - } - ] - }, - "minecraft:orange_stained_glass_pane": { - "definition": { - "type": "minecraft:stained_glass_pane", - "color": "orange", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 7760, + "states": [ + { + "id": 7751, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7752, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7753, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7754, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7755, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7756, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7757, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7758, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7759, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7760, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7761, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7762, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7763, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7764, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7765, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7766, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 360, + "name": "minecraft:tripwire", + "translation_key": "block.minecraft.tripwire", + "item_id": 872, + "properties": [ + { + "name": "attached", + "values": [ + "true", + "false" + ] + }, + { + "name": "disarmed", + "values": [ + "true", + "false" + ] + }, + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 7894, + "states": [ + { + "id": 7767, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7768, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7769, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7770, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7771, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7772, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7773, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7774, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7775, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7776, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7777, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7778, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7779, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7780, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7781, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7782, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7783, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7784, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7785, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7786, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7787, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7788, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7789, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7790, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7791, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7792, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7793, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7794, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7795, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7796, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7797, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7798, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7799, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7800, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7801, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7802, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7803, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7804, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7805, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7806, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7807, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7808, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7809, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7810, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7811, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7812, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7813, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7814, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7815, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7816, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7817, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7818, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7819, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7820, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7821, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7822, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7823, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7824, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7825, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7826, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7827, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7828, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7829, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7830, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7831, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7832, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7833, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7834, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7835, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7836, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7837, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7838, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7839, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7840, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7841, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7842, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7843, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7844, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7845, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7846, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7847, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7848, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7849, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7850, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7851, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7852, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7853, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7854, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7855, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7856, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7857, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7858, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7859, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7860, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7861, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7862, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7863, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7864, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7865, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7866, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7867, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7868, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7869, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7870, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7871, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7872, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7873, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7874, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7875, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7876, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7877, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7878, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7879, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7880, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7881, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7882, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7883, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7884, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7885, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7886, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7887, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7888, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7889, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7890, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7891, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7892, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7893, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 7894, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 361, + "name": "minecraft:emerald_block", + "translation_key": "block.minecraft.emerald_block", + "item_id": 395, + "properties": [], + "default_state_id": 7895, + "states": [ + { + "id": 7895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 362, + "name": "minecraft:spruce_stairs", + "translation_key": "block.minecraft.spruce_stairs", + "item_id": 397, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 7907, + "states": [ + { + "id": 7896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 7897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 7898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 7907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 7908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 7917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 7918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 7927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 7928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 7933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 7934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 7937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 7938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 7940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 7944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 7947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 7948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 7950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 7954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 7957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 7958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 7966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 7967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 7968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 7972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 7975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 363, + "name": "minecraft:birch_stairs", + "translation_key": "block.minecraft.birch_stairs", + "item_id": 398, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 7987, + "states": [ + { + "id": 7976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 7977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 7978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 7980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 7982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 7984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 7986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 7987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 7988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 7990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 7992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 7994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 7996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 7997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 7998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 7999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 8000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 8001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 8002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 8003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 8004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 8005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 8006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 8007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 8008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 8009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 8010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 8011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 8012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 8013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 8014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 8015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 8016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 8017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 8018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 8019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 8020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 8021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 8022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 8023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 8024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 8025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 8026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 8027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 8028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 8029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 8030, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 8031, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 8032, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 8033, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 8034, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 8035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 8036, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 8037, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 8038, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 8039, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 8040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 8041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 8042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 8043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 8044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 8045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 8046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 8047, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 8048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 8049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 8050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 8051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 8052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 8053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 8054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 8055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 364, + "name": "minecraft:jungle_stairs", + "translation_key": "block.minecraft.jungle_stairs", + "item_id": 399, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9659, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9660, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9661, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9662, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9663, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9664, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9665, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9666, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9667, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9668, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9669, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9670, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9671, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9672, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9673, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9674, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9675, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9676, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9677, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9678, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9679, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9680, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9681, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9682, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9683, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9684, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9685, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9686, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9687, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9688, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9689, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 9690, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:orange_terracotta": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9612 - } - ] - }, - "minecraft:orange_tulip": { - "definition": { - "type": "minecraft:flower", - "properties": {}, - "suspicious_stew_effects": [ - { - "duration": 180, - "id": "minecraft:weakness" - } - ] - }, - "states": [ - { - "default": true, - "id": 2125 - } - ] - }, - "minecraft:orange_wall_banner": { - "definition": { - "type": "minecraft:wall_banner", - "color": "orange", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 11354, - "properties": { - "facing": "north" - } - }, - { - "id": 11355, - "properties": { - "facing": "south" - } - }, - { - "id": 11356, - "properties": { - "facing": "west" - } - }, - { - "id": 11357, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:orange_wool": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2091 - } - ] - }, - "minecraft:oxeye_daisy": { - "definition": { - "type": "minecraft:flower", - "properties": {}, - "suspicious_stew_effects": [ - { - "id": "minecraft:regeneration" - } - ] - }, - "states": [ - { - "default": true, - "id": 2128 - } - ] - }, - "minecraft:oxidized_chiseled_copper": { - "definition": { - "type": "minecraft:weathering_copper_full", - "properties": {}, - "weathering_state": "oxidized" - }, - "states": [ - { - "default": true, - "id": 23417 - } - ] - }, - "minecraft:oxidized_copper": { - "definition": { - "type": "minecraft:weathering_copper_full", - "properties": {}, - "weathering_state": "oxidized" - }, - "states": [ - { - "default": true, - "id": 23410 - } - ] - }, - "minecraft:oxidized_copper_bulb": { - "definition": { - "type": "minecraft:weathering_copper_bulb", - "properties": {}, - "weathering_state": "oxidized" - }, - "properties": { - "lit": [ - "true", - "false" + "default_state_id": 8067, + "states": [ + { + "id": 8056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 8057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 8058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 8059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 8060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 8061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 8062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 8063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 8064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 8065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 8066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 8067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 8068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 8069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 8070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 8071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 8072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 8073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 8074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 8075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 8076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 8077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 8078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 8079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 8080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 8081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 8082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 8083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 8084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 8085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 8086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 8087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 8088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 8089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 8090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 8091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 8092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 8093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 8094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 8095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 8096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 8097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 8098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 8099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 8100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 8101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 8102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 8103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 8104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 8105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 8106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 8107, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 8108, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 8109, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 8110, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 8111, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 8112, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 8113, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 8114, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 8115, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 8116, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 8117, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 8118, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 8119, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 8120, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 8121, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 8122, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 8123, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 8124, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 8125, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 8126, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 8127, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 8128, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 8129, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 8130, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 8131, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 8132, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 8133, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 8134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 8135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 365, + "name": "minecraft:command_block", + "translation_key": "block.minecraft.command_block", + "item_id": 409, + "properties": [ + { + "name": "conditional", + "values": [ + "true", + "false" + ] + }, + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 8142, + "states": [ + { + "id": 8136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 8137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 8138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 8139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 8140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 8141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 8142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 8143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 8144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 8145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 8146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 8147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + } + ] + }, + { + "id": 366, + "name": "minecraft:beacon", + "translation_key": "block.minecraft.beacon", + "item_id": 410, + "properties": [], + "default_state_id": 8148, + "states": [ + { + "id": 8148, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 15 + } + ] + }, + { + "id": 367, + "name": "minecraft:cobblestone_wall", + "translation_key": "block.minecraft.cobblestone_wall", + "item_id": 411, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25173, - "properties": { - "lit": "true", - "powered": "true" - } - }, - { - "id": 25174, - "properties": { - "lit": "true", - "powered": "false" - } - }, - { - "id": 25175, - "properties": { - "lit": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 25176, - "properties": { - "lit": "false", - "powered": "false" - } - } - ] - }, - "minecraft:oxidized_copper_door": { - "definition": { - "type": "minecraft:weathering_copper_door", - "block_set_type": "copper", - "properties": {}, - "weathering_state": "oxidized" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 8152, + "states": [ + { + "id": 8149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 8150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 8151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 8152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 8153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 8154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 8155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 8157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 8158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 8160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 8161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 8162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 8163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 8164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 8165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 8166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 8167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 8168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 8169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 8170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 8171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 8172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 8173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 8174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 8175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 8176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 8177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 8178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 8179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 8180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 8181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 8182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 8183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 8184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 8185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 8186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 8187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 8188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 8189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 8190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 8191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 8192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 8193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 8194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 8195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 8196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 8197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 8198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 8201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 8204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 8207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 8210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 8213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 8216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 8219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 8222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 8223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 8224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 8225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 8226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 8227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 8228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 8229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 8230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 8231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 8232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 8233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 8234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 8237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 8240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 8243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 8246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 8249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 8252, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8253, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8254, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 8255, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8257, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 8258, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 8259, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 8260, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 8261, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 8262, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 8263, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 8264, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 8265, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 8266, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 8267, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 8268, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 8269, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 8270, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8271, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 8273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 8276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 8279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 8282, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8283, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8284, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 8285, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8286, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8287, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 8288, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8289, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8290, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 8291, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8292, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8293, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 8294, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8296, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 8297, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8298, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 8300, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8301, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 8303, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8304, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8306, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8307, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8309, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8310, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8311, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8312, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8314, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8315, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8316, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8317, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8318, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8319, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8320, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8321, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8322, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8323, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8324, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8325, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8326, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8327, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8329, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 8330, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8331, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8332, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 8333, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8334, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8335, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 8336, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8337, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8338, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 8339, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8340, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8341, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8342, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8343, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8344, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8345, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8346, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8347, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8348, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8349, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8350, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8351, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8352, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8353, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8354, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8355, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8356, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8357, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8358, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8359, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8360, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8361, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8362, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8363, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8364, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8365, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 8366, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 8367, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 8368, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 8369, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 8370, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 8371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 8372, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 8373, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 8374, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 8375, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 8376, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 8377, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 8378, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8379, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8380, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 8381, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8382, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8383, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 8384, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8385, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8386, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 8387, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8388, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8389, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 8390, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8391, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8392, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 8393, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8394, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8395, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 8396, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8397, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8398, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 8399, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8400, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8401, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 8402, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8403, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8404, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 8405, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8406, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8407, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 8408, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8409, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8410, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 8411, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8412, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8413, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8414, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8415, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8416, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8417, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8418, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8419, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8420, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8421, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8422, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8423, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8424, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8425, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8426, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8427, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8428, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8429, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 8438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 8441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 8444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 8447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 368, + "name": "minecraft:mossy_cobblestone_wall", + "translation_key": "block.minecraft.mossy_cobblestone_wall", + "item_id": 412, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "half": [ - "upper", - "lower" + "default_state_id": 8476, + "states": [ + { + "id": 8473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 8474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 8475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 8476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 8477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 8478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 8479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 8481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 8482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 8484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 8485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 8486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 8487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 8488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 8489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 8490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 8491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 8492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 8493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 8494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 8495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 8496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 8497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 8498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 8499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 8500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 8501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 8502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 8503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 8504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 8505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 8506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 8507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 8508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 8509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 8510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 8511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 8512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 8513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 8514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 8515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 8516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 8517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 8518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 8519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 8520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 8521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 8522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 8525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 8528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 8531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 8534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 8537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 8540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 8543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 8546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 8547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 8548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 8549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 8550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 8551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 8552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 8553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 8554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 8555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 8556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 8557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 8558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 8561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 8564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 8567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 8570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 8573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 8576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 8579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 8581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 8582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 8583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 8584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 8585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 8586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 8587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 8588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 8589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 8590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 8591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 8592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 8593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 8594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 8597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 8600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 8603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 8606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 8609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 8612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 8615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 8618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 8621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 8624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 8627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 8654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 8657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 8660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 8663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 8690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 8691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 8692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 8693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 8694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 8695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 8696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 8697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 8698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 8699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 8700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 8701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 8702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 8705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 8708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 8711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 8714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 8717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 8719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 8720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 8723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 8725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 8726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 8729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 8732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 8735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8743, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8744, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8745, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8746, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8747, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8748, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8749, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8750, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8751, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8752, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8753, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8754, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8755, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8756, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8757, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8758, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8759, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8760, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8761, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 8762, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8763, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8764, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 8765, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8766, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 8767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 8768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 8771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 8773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8786, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8788, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 8789, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8790, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 8791, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8792, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8793, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8794, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 8795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 8796, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 369, + "name": "minecraft:flower_pot", + "translation_key": "block.minecraft.flower_pot", + "item_id": 1138, + "properties": [], + "default_state_id": 8797, + "states": [ + { + "id": 8797, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 370, + "name": "minecraft:potted_torchflower", + "translation_key": "block.minecraft.potted_torchflower", + "item_id": 0, + "properties": [], + "default_state_id": 8798, + "states": [ + { + "id": 8798, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 371, + "name": "minecraft:potted_oak_sapling", + "translation_key": "block.minecraft.potted_oak_sapling", + "item_id": 0, + "properties": [], + "default_state_id": 8799, + "states": [ + { + "id": 8799, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 372, + "name": "minecraft:potted_spruce_sapling", + "translation_key": "block.minecraft.potted_spruce_sapling", + "item_id": 0, + "properties": [], + "default_state_id": 8800, + "states": [ + { + "id": 8800, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 373, + "name": "minecraft:potted_birch_sapling", + "translation_key": "block.minecraft.potted_birch_sapling", + "item_id": 0, + "properties": [], + "default_state_id": 8801, + "states": [ + { + "id": 8801, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 374, + "name": "minecraft:potted_jungle_sapling", + "translation_key": "block.minecraft.potted_jungle_sapling", + "item_id": 0, + "properties": [], + "default_state_id": 8802, + "states": [ + { + "id": 8802, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 375, + "name": "minecraft:potted_acacia_sapling", + "translation_key": "block.minecraft.potted_acacia_sapling", + "item_id": 0, + "properties": [], + "default_state_id": 8803, + "states": [ + { + "id": 8803, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 376, + "name": "minecraft:potted_cherry_sapling", + "translation_key": "block.minecraft.potted_cherry_sapling", + "item_id": 0, + "properties": [], + "default_state_id": 8804, + "states": [ + { + "id": 8804, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 377, + "name": "minecraft:potted_dark_oak_sapling", + "translation_key": "block.minecraft.potted_dark_oak_sapling", + "item_id": 0, + "properties": [], + "default_state_id": 8805, + "states": [ + { + "id": 8805, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 378, + "name": "minecraft:potted_pale_oak_sapling", + "translation_key": "block.minecraft.potted_pale_oak_sapling", + "item_id": 0, + "properties": [], + "default_state_id": 8806, + "states": [ + { + "id": 8806, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 379, + "name": "minecraft:potted_mangrove_propagule", + "translation_key": "block.minecraft.potted_mangrove_propagule", + "item_id": 0, + "properties": [], + "default_state_id": 8807, + "states": [ + { + "id": 8807, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 380, + "name": "minecraft:potted_fern", + "translation_key": "block.minecraft.potted_fern", + "item_id": 0, + "properties": [], + "default_state_id": 8808, + "states": [ + { + "id": 8808, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 381, + "name": "minecraft:potted_dandelion", + "translation_key": "block.minecraft.potted_dandelion", + "item_id": 0, + "properties": [], + "default_state_id": 8809, + "states": [ + { + "id": 8809, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 382, + "name": "minecraft:potted_poppy", + "translation_key": "block.minecraft.potted_poppy", + "item_id": 0, + "properties": [], + "default_state_id": 8810, + "states": [ + { + "id": 8810, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 383, + "name": "minecraft:potted_blue_orchid", + "translation_key": "block.minecraft.potted_blue_orchid", + "item_id": 0, + "properties": [], + "default_state_id": 8811, + "states": [ + { + "id": 8811, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 384, + "name": "minecraft:potted_allium", + "translation_key": "block.minecraft.potted_allium", + "item_id": 0, + "properties": [], + "default_state_id": 8812, + "states": [ + { + "id": 8812, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 385, + "name": "minecraft:potted_azure_bluet", + "translation_key": "block.minecraft.potted_azure_bluet", + "item_id": 0, + "properties": [], + "default_state_id": 8813, + "states": [ + { + "id": 8813, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 386, + "name": "minecraft:potted_red_tulip", + "translation_key": "block.minecraft.potted_red_tulip", + "item_id": 0, + "properties": [], + "default_state_id": 8814, + "states": [ + { + "id": 8814, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 387, + "name": "minecraft:potted_orange_tulip", + "translation_key": "block.minecraft.potted_orange_tulip", + "item_id": 0, + "properties": [], + "default_state_id": 8815, + "states": [ + { + "id": 8815, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 388, + "name": "minecraft:potted_white_tulip", + "translation_key": "block.minecraft.potted_white_tulip", + "item_id": 0, + "properties": [], + "default_state_id": 8816, + "states": [ + { + "id": 8816, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 389, + "name": "minecraft:potted_pink_tulip", + "translation_key": "block.minecraft.potted_pink_tulip", + "item_id": 0, + "properties": [], + "default_state_id": 8817, + "states": [ + { + "id": 8817, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 390, + "name": "minecraft:potted_oxeye_daisy", + "translation_key": "block.minecraft.potted_oxeye_daisy", + "item_id": 0, + "properties": [], + "default_state_id": 8818, + "states": [ + { + "id": 8818, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 391, + "name": "minecraft:potted_cornflower", + "translation_key": "block.minecraft.potted_cornflower", + "item_id": 0, + "properties": [], + "default_state_id": 8819, + "states": [ + { + "id": 8819, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 392, + "name": "minecraft:potted_lily_of_the_valley", + "translation_key": "block.minecraft.potted_lily_of_the_valley", + "item_id": 0, + "properties": [], + "default_state_id": 8820, + "states": [ + { + "id": 8820, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 393, + "name": "minecraft:potted_wither_rose", + "translation_key": "block.minecraft.potted_wither_rose", + "item_id": 0, + "properties": [], + "default_state_id": 8821, + "states": [ + { + "id": 8821, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 394, + "name": "minecraft:potted_red_mushroom", + "translation_key": "block.minecraft.potted_red_mushroom", + "item_id": 0, + "properties": [], + "default_state_id": 8822, + "states": [ + { + "id": 8822, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 395, + "name": "minecraft:potted_brown_mushroom", + "translation_key": "block.minecraft.potted_brown_mushroom", + "item_id": 0, + "properties": [], + "default_state_id": 8823, + "states": [ + { + "id": 8823, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 396, + "name": "minecraft:potted_dead_bush", + "translation_key": "block.minecraft.potted_dead_bush", + "item_id": 0, + "properties": [], + "default_state_id": 8824, + "states": [ + { + "id": 8824, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 397, + "name": "minecraft:potted_cactus", + "translation_key": "block.minecraft.potted_cactus", + "item_id": 0, + "properties": [], + "default_state_id": 8825, + "states": [ + { + "id": 8825, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 398, + "name": "minecraft:carrots", + "translation_key": "block.minecraft.carrots", + "item_id": 1139, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + } + ], + "default_state_id": 8826, + "states": [ + { + "id": 8826, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8827, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8828, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8829, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8830, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8831, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8832, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8833, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 399, + "name": "minecraft:potatoes", + "translation_key": "block.minecraft.potatoes", + "item_id": 1140, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + } + ], + "default_state_id": 8834, + "states": [ + { + "id": 8834, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8835, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8836, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8837, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8838, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8839, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8840, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8841, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 400, + "name": "minecraft:oak_button", + "translation_key": "block.minecraft.oak_button", + "item_id": 698, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "hinge": [ - "left", - "right" + "default_state_id": 8851, + "states": [ + { + "id": 8842, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8843, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8844, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8845, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8846, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8847, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8848, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8849, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8850, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8851, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8852, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8853, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8854, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8855, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8856, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8857, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8858, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8859, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8860, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8861, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8862, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8863, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8864, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8865, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 401, + "name": "minecraft:spruce_button", + "translation_key": "block.minecraft.spruce_button", + "item_id": 699, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 8875, + "states": [ + { + "id": 8866, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8867, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8868, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8869, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8870, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8871, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8872, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8873, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8874, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8875, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8876, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8877, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8878, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8879, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8880, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8881, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8882, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8883, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8884, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8885, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8886, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8887, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8888, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8889, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 402, + "name": "minecraft:birch_button", + "translation_key": "block.minecraft.birch_button", + "item_id": 700, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24249, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24250, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24251, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24252, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24253, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24254, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24255, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24256, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24257, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24258, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24259, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 24260, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24261, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24262, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24263, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24264, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24265, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24266, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24267, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24268, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24269, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24270, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24271, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24272, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24273, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24274, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24275, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24276, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24277, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24278, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24279, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24280, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24281, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24282, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24283, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24284, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24285, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24286, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24287, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24288, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24289, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24290, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24291, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24292, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24293, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24294, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24295, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24296, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24297, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24298, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24299, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24300, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24301, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24302, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24303, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24304, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24305, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24306, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24307, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24308, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24309, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24310, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24311, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24312, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:oxidized_copper_grate": { - "definition": { - "type": "minecraft:weathering_copper_grate", - "properties": {}, - "weathering_state": "oxidized" - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25151, - "properties": { - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25152, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:oxidized_copper_trapdoor": { - "definition": { - "type": "minecraft:weathering_copper_trap_door", - "block_set_type": "copper", - "properties": {}, - "weathering_state": "oxidized" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 8899, + "states": [ + { + "id": 8890, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8891, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8892, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8893, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8894, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8895, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8896, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8897, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8898, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8899, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8900, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8901, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8902, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8903, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8904, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8905, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8906, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8907, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8908, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8909, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8910, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8911, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8912, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8913, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 403, + "name": "minecraft:jungle_button", + "translation_key": "block.minecraft.jungle_button", + "item_id": 701, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 8923, + "states": [ + { + "id": 8914, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8915, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8916, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8917, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8918, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8919, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8920, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8921, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8922, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8923, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8924, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8925, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8926, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8927, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8928, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8929, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8930, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8931, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8932, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8933, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8934, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8935, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8936, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8937, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 404, + "name": "minecraft:acacia_button", + "translation_key": "block.minecraft.acacia_button", + "item_id": 702, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 8947, + "states": [ + { + "id": 8938, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8939, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8940, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8941, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8942, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8943, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8944, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8945, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8946, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8947, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8948, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8949, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8950, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8951, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8952, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8953, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8954, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8955, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8956, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8957, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8958, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8959, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8960, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8961, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 405, + "name": "minecraft:cherry_button", + "translation_key": "block.minecraft.cherry_button", + "item_id": 703, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" + "default_state_id": 8971, + "states": [ + { + "id": 8962, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8963, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8964, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8965, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8966, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8967, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8968, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8969, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8970, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8971, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8972, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8973, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8974, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8975, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8976, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8977, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8978, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8979, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8980, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8981, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8982, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8983, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8984, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8985, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 406, + "name": "minecraft:dark_oak_button", + "translation_key": "block.minecraft.dark_oak_button", + "item_id": 704, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24761, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24762, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24763, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24764, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24765, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24766, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24767, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24768, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24769, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24770, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24771, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24772, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24773, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24774, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24775, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 24776, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24777, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24778, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24779, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24780, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24781, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24782, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24783, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24784, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24785, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24786, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24787, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24788, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24789, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24790, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24791, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24792, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24793, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24794, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24795, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24796, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24797, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24798, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24799, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24800, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24801, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24802, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24803, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24804, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24805, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24806, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24807, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24808, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24809, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24810, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24811, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24812, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24813, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24814, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24815, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24816, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24817, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24818, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24819, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24820, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24821, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24822, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24823, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24824, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:oxidized_cut_copper": { - "definition": { - "type": "minecraft:weathering_copper_full", - "properties": {}, - "weathering_state": "oxidized" - }, - "states": [ - { - "default": true, - "id": 23413 - } - ] - }, - "minecraft:oxidized_cut_copper_slab": { - "definition": { - "type": "minecraft:weathering_copper_slab", - "properties": {}, - "weathering_state": "oxidized" - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 8995, + "states": [ + { + "id": 8986, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8987, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8988, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8989, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8990, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8991, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8992, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8993, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8994, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8995, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8996, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8997, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8998, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 8999, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9000, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9001, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9002, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9003, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9004, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9005, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9006, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9007, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9008, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9009, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 407, + "name": "minecraft:pale_oak_button", + "translation_key": "block.minecraft.pale_oak_button", + "item_id": 705, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 23745, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 23746, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 23747, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 23748, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 23749, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 23750, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:oxidized_cut_copper_stairs": { - "definition": { - "type": "minecraft:weathering_copper_stair", - "base_state": { - "Name": "minecraft:oxidized_cut_copper" - }, - "properties": {}, - "weathering_state": "oxidized" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 9019, + "states": [ + { + "id": 9010, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9011, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9012, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9013, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9014, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9015, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9016, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9017, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9018, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9019, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9020, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9021, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9022, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9023, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9024, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9025, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9026, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9027, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9028, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9029, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9030, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9031, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9032, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9033, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 408, + "name": "minecraft:mangrove_button", + "translation_key": "block.minecraft.mangrove_button", + "item_id": 706, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 9043, + "states": [ + { + "id": 9034, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9035, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9036, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9037, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9038, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9039, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9040, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9041, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9042, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9043, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9044, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9045, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9046, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9047, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9048, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9049, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9050, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9051, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9052, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9053, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9054, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9055, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9056, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9057, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 409, + "name": "minecraft:bamboo_button", + "translation_key": "block.minecraft.bamboo_button", + "item_id": 707, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 9067, + "states": [ + { + "id": 9058, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9059, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9060, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9061, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9062, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9063, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9064, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9065, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9066, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9067, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9068, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9069, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9070, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9071, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9072, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9073, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9074, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9075, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9076, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9077, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9078, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9079, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9080, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9081, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 410, + "name": "minecraft:skeleton_skull", + "translation_key": "block.minecraft.skeleton_skull", + "item_id": 1145, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 9098, + "states": [ + { + "id": 9082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9107, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9108, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9109, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9110, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9111, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9112, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9113, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + } + ] + }, + { + "id": 411, + "name": "minecraft:skeleton_wall_skull", + "translation_key": "block.minecraft.skeleton_skull", + "item_id": 1145, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 23425, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23426, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23427, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23428, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23429, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23430, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23431, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23432, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23433, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23434, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23435, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 23436, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23437, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23438, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23439, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23440, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23441, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23442, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23443, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23444, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23445, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23446, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23447, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23448, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23449, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23450, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23451, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23452, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23453, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23454, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23455, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23456, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23457, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23458, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23459, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23460, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23461, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23462, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23463, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23464, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23465, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23466, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23467, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23468, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23469, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23470, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23471, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23472, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23473, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23474, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23475, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23476, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23477, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23478, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23479, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23480, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23481, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23482, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23483, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23484, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23485, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23486, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23487, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23488, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23489, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23490, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23491, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23492, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23493, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23494, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23495, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23496, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23497, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23498, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23499, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23500, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23501, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23502, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23503, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23504, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:packed_ice": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11081 - } - ] - }, - "minecraft:packed_mud": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6771 - } - ] - }, - "minecraft:pale_hanging_moss": { - "definition": { - "type": "minecraft:hanging_moss", - "properties": {} - }, - "properties": { - "tip": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 27316, - "properties": { - "tip": "true" - } - }, - { - "id": 27317, - "properties": { - "tip": "false" - } - } - ] - }, - "minecraft:pale_moss_block": { - "definition": { - "type": "minecraft:bonemealable_feature_placer", - "feature": "minecraft:pale_moss_patch_bonemeal", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 27153 - } - ] - }, - "minecraft:pale_moss_carpet": { - "definition": { - "type": "minecraft:mossy_carpet", - "properties": {} - }, - "properties": { - "bottom": [ - "true", - "false" + "default_state_id": 9115, + "states": [ + { + "id": 9114, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 158 + ], + "block_entity_type": 16 + }, + { + "id": 9115, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 158 + ], + "block_entity_type": 16 + }, + { + "id": 9116, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 159 + ], + "block_entity_type": 16 + }, + { + "id": 9117, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 159 + ], + "block_entity_type": 16 + }, + { + "id": 9118, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 160 + ], + "block_entity_type": 16 + }, + { + "id": 9119, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 160 + ], + "block_entity_type": 16 + }, + { + "id": 9120, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 161 + ], + "block_entity_type": 16 + }, + { + "id": 9121, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 161 + ], + "block_entity_type": 16 + } + ] + }, + { + "id": 412, + "name": "minecraft:wither_skeleton_skull", + "translation_key": "block.minecraft.wither_skeleton_skull", + "item_id": 1146, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 9138, + "states": [ + { + "id": 9122, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9123, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9124, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9125, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9126, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9127, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9128, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9129, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9130, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9131, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9132, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9133, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + } + ] + }, + { + "id": 413, + "name": "minecraft:wither_skeleton_wall_skull", + "translation_key": "block.minecraft.wither_skeleton_skull", + "item_id": 1146, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "east": [ - "none", - "low", - "tall" + "default_state_id": 9155, + "states": [ + { + "id": 9154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 158 + ], + "block_entity_type": 16 + }, + { + "id": 9155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 158 + ], + "block_entity_type": 16 + }, + { + "id": 9156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 159 + ], + "block_entity_type": 16 + }, + { + "id": 9157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 159 + ], + "block_entity_type": 16 + }, + { + "id": 9158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 160 + ], + "block_entity_type": 16 + }, + { + "id": 9159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 160 + ], + "block_entity_type": 16 + }, + { + "id": 9160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 161 + ], + "block_entity_type": 16 + }, + { + "id": 9161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 161 + ], + "block_entity_type": 16 + } + ] + }, + { + "id": 414, + "name": "minecraft:zombie_head", + "translation_key": "block.minecraft.zombie_head", + "item_id": 1148, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 9178, + "states": [ + { + "id": 9162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + } + ] + }, + { + "id": 415, + "name": "minecraft:zombie_wall_head", + "translation_key": "block.minecraft.zombie_head", + "item_id": 1148, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "none", - "low", - "tall" + "default_state_id": 9195, + "states": [ + { + "id": 9194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 158 + ], + "block_entity_type": 16 + }, + { + "id": 9195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 158 + ], + "block_entity_type": 16 + }, + { + "id": 9196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 159 + ], + "block_entity_type": 16 + }, + { + "id": 9197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 159 + ], + "block_entity_type": 16 + }, + { + "id": 9198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 160 + ], + "block_entity_type": 16 + }, + { + "id": 9199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 160 + ], + "block_entity_type": 16 + }, + { + "id": 9200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 161 + ], + "block_entity_type": 16 + }, + { + "id": 9201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 161 + ], + "block_entity_type": 16 + } + ] + }, + { + "id": 416, + "name": "minecraft:player_head", + "translation_key": "block.minecraft.player_head", + "item_id": 1147, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 9218, + "states": [ + { + "id": 9202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + } + ] + }, + { + "id": 417, + "name": "minecraft:player_wall_head", + "translation_key": "block.minecraft.player_head", + "item_id": 1147, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "none", - "low", - "tall" + "default_state_id": 9235, + "states": [ + { + "id": 9234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 158 + ], + "block_entity_type": 16 + }, + { + "id": 9235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 158 + ], + "block_entity_type": 16 + }, + { + "id": 9236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 159 + ], + "block_entity_type": 16 + }, + { + "id": 9237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 159 + ], + "block_entity_type": 16 + }, + { + "id": 9238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 160 + ], + "block_entity_type": 16 + }, + { + "id": 9239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 160 + ], + "block_entity_type": 16 + }, + { + "id": 9240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 161 + ], + "block_entity_type": 16 + }, + { + "id": 9241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 161 + ], + "block_entity_type": 16 + } + ] + }, + { + "id": 418, + "name": "minecraft:creeper_head", + "translation_key": "block.minecraft.creeper_head", + "item_id": 1149, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 9258, + "states": [ + { + "id": 9242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9252, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9253, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9254, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9255, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9257, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9258, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9259, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9260, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9261, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9262, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9263, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9264, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9265, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9266, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9267, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9268, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9269, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9270, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9271, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + } + ] + }, + { + "id": 419, + "name": "minecraft:creeper_wall_head", + "translation_key": "block.minecraft.creeper_head", + "item_id": 1149, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "default": true, - "id": 27154, - "properties": { - "bottom": "true", - "east": "none", - "north": "none", - "south": "none", - "west": "none" - } - }, - { - "id": 27155, - "properties": { - "bottom": "true", - "east": "none", - "north": "none", - "south": "none", - "west": "low" - } - }, - { - "id": 27156, - "properties": { - "bottom": "true", - "east": "none", - "north": "none", - "south": "none", - "west": "tall" - } - }, - { - "id": 27157, - "properties": { - "bottom": "true", - "east": "none", - "north": "none", - "south": "low", - "west": "none" - } - }, - { - "id": 27158, - "properties": { - "bottom": "true", - "east": "none", - "north": "none", - "south": "low", - "west": "low" - } - }, - { - "id": 27159, - "properties": { - "bottom": "true", - "east": "none", - "north": "none", - "south": "low", - "west": "tall" - } - }, - { - "id": 27160, - "properties": { - "bottom": "true", - "east": "none", - "north": "none", - "south": "tall", - "west": "none" - } - }, - { - "id": 27161, - "properties": { - "bottom": "true", - "east": "none", - "north": "none", - "south": "tall", - "west": "low" - } - }, - { - "id": 27162, - "properties": { - "bottom": "true", - "east": "none", - "north": "none", - "south": "tall", - "west": "tall" - } - }, - { - "id": 27163, - "properties": { - "bottom": "true", - "east": "none", - "north": "low", - "south": "none", - "west": "none" - } - }, - { - "id": 27164, - "properties": { - "bottom": "true", - "east": "none", - "north": "low", - "south": "none", - "west": "low" - } - }, - { - "id": 27165, - "properties": { - "bottom": "true", - "east": "none", - "north": "low", - "south": "none", - "west": "tall" - } - }, - { - "id": 27166, - "properties": { - "bottom": "true", - "east": "none", - "north": "low", - "south": "low", - "west": "none" - } - }, - { - "id": 27167, - "properties": { - "bottom": "true", - "east": "none", - "north": "low", - "south": "low", - "west": "low" - } - }, - { - "id": 27168, - "properties": { - "bottom": "true", - "east": "none", - "north": "low", - "south": "low", - "west": "tall" - } - }, - { - "id": 27169, - "properties": { - "bottom": "true", - "east": "none", - "north": "low", - "south": "tall", - "west": "none" - } - }, - { - "id": 27170, - "properties": { - "bottom": "true", - "east": "none", - "north": "low", - "south": "tall", - "west": "low" - } - }, - { - "id": 27171, - "properties": { - "bottom": "true", - "east": "none", - "north": "low", - "south": "tall", - "west": "tall" - } - }, - { - "id": 27172, - "properties": { - "bottom": "true", - "east": "none", - "north": "tall", - "south": "none", - "west": "none" - } - }, - { - "id": 27173, - "properties": { - "bottom": "true", - "east": "none", - "north": "tall", - "south": "none", - "west": "low" - } - }, - { - "id": 27174, - "properties": { - "bottom": "true", - "east": "none", - "north": "tall", - "south": "none", - "west": "tall" - } - }, - { - "id": 27175, - "properties": { - "bottom": "true", - "east": "none", - "north": "tall", - "south": "low", - "west": "none" - } - }, - { - "id": 27176, - "properties": { - "bottom": "true", - "east": "none", - "north": "tall", - "south": "low", - "west": "low" - } - }, - { - "id": 27177, - "properties": { - "bottom": "true", - "east": "none", - "north": "tall", - "south": "low", - "west": "tall" - } - }, - { - "id": 27178, - "properties": { - "bottom": "true", - "east": "none", - "north": "tall", - "south": "tall", - "west": "none" - } - }, - { - "id": 27179, - "properties": { - "bottom": "true", - "east": "none", - "north": "tall", - "south": "tall", - "west": "low" - } - }, - { - "id": 27180, - "properties": { - "bottom": "true", - "east": "none", - "north": "tall", - "south": "tall", - "west": "tall" - } - }, - { - "id": 27181, - "properties": { - "bottom": "true", - "east": "low", - "north": "none", - "south": "none", - "west": "none" - } - }, - { - "id": 27182, - "properties": { - "bottom": "true", - "east": "low", - "north": "none", - "south": "none", - "west": "low" - } - }, - { - "id": 27183, - "properties": { - "bottom": "true", - "east": "low", - "north": "none", - "south": "none", - "west": "tall" - } - }, - { - "id": 27184, - "properties": { - "bottom": "true", - "east": "low", - "north": "none", - "south": "low", - "west": "none" - } - }, - { - "id": 27185, - "properties": { - "bottom": "true", - "east": "low", - "north": "none", - "south": "low", - "west": "low" - } - }, - { - "id": 27186, - "properties": { - "bottom": "true", - "east": "low", - "north": "none", - "south": "low", - "west": "tall" - } - }, - { - "id": 27187, - "properties": { - "bottom": "true", - "east": "low", - "north": "none", - "south": "tall", - "west": "none" - } - }, - { - "id": 27188, - "properties": { - "bottom": "true", - "east": "low", - "north": "none", - "south": "tall", - "west": "low" - } - }, - { - "id": 27189, - "properties": { - "bottom": "true", - "east": "low", - "north": "none", - "south": "tall", - "west": "tall" - } - }, - { - "id": 27190, - "properties": { - "bottom": "true", - "east": "low", - "north": "low", - "south": "none", - "west": "none" - } - }, - { - "id": 27191, - "properties": { - "bottom": "true", - "east": "low", - "north": "low", - "south": "none", - "west": "low" - } - }, - { - "id": 27192, - "properties": { - "bottom": "true", - "east": "low", - "north": "low", - "south": "none", - "west": "tall" - } - }, - { - "id": 27193, - "properties": { - "bottom": "true", - "east": "low", - "north": "low", - "south": "low", - "west": "none" - } - }, - { - "id": 27194, - "properties": { - "bottom": "true", - "east": "low", - "north": "low", - "south": "low", - "west": "low" - } - }, - { - "id": 27195, - "properties": { - "bottom": "true", - "east": "low", - "north": "low", - "south": "low", - "west": "tall" - } - }, - { - "id": 27196, - "properties": { - "bottom": "true", - "east": "low", - "north": "low", - "south": "tall", - "west": "none" - } - }, - { - "id": 27197, - "properties": { - "bottom": "true", - "east": "low", - "north": "low", - "south": "tall", - "west": "low" - } - }, - { - "id": 27198, - "properties": { - "bottom": "true", - "east": "low", - "north": "low", - "south": "tall", - "west": "tall" - } - }, - { - "id": 27199, - "properties": { - "bottom": "true", - "east": "low", - "north": "tall", - "south": "none", - "west": "none" - } - }, - { - "id": 27200, - "properties": { - "bottom": "true", - "east": "low", - "north": "tall", - "south": "none", - "west": "low" - } - }, - { - "id": 27201, - "properties": { - "bottom": "true", - "east": "low", - "north": "tall", - "south": "none", - "west": "tall" - } - }, - { - "id": 27202, - "properties": { - "bottom": "true", - "east": "low", - "north": "tall", - "south": "low", - "west": "none" - } - }, - { - "id": 27203, - "properties": { - "bottom": "true", - "east": "low", - "north": "tall", - "south": "low", - "west": "low" - } - }, - { - "id": 27204, - "properties": { - "bottom": "true", - "east": "low", - "north": "tall", - "south": "low", - "west": "tall" - } - }, - { - "id": 27205, - "properties": { - "bottom": "true", - "east": "low", - "north": "tall", - "south": "tall", - "west": "none" - } - }, - { - "id": 27206, - "properties": { - "bottom": "true", - "east": "low", - "north": "tall", - "south": "tall", - "west": "low" - } - }, - { - "id": 27207, - "properties": { - "bottom": "true", - "east": "low", - "north": "tall", - "south": "tall", - "west": "tall" - } - }, - { - "id": 27208, - "properties": { - "bottom": "true", - "east": "tall", - "north": "none", - "south": "none", - "west": "none" - } - }, - { - "id": 27209, - "properties": { - "bottom": "true", - "east": "tall", - "north": "none", - "south": "none", - "west": "low" - } - }, - { - "id": 27210, - "properties": { - "bottom": "true", - "east": "tall", - "north": "none", - "south": "none", - "west": "tall" - } - }, - { - "id": 27211, - "properties": { - "bottom": "true", - "east": "tall", - "north": "none", - "south": "low", - "west": "none" - } - }, - { - "id": 27212, - "properties": { - "bottom": "true", - "east": "tall", - "north": "none", - "south": "low", - "west": "low" - } - }, - { - "id": 27213, - "properties": { - "bottom": "true", - "east": "tall", - "north": "none", - "south": "low", - "west": "tall" - } - }, - { - "id": 27214, - "properties": { - "bottom": "true", - "east": "tall", - "north": "none", - "south": "tall", - "west": "none" - } - }, - { - "id": 27215, - "properties": { - "bottom": "true", - "east": "tall", - "north": "none", - "south": "tall", - "west": "low" - } - }, - { - "id": 27216, - "properties": { - "bottom": "true", - "east": "tall", - "north": "none", - "south": "tall", - "west": "tall" - } - }, - { - "id": 27217, - "properties": { - "bottom": "true", - "east": "tall", - "north": "low", - "south": "none", - "west": "none" - } - }, - { - "id": 27218, - "properties": { - "bottom": "true", - "east": "tall", - "north": "low", - "south": "none", - "west": "low" - } - }, - { - "id": 27219, - "properties": { - "bottom": "true", - "east": "tall", - "north": "low", - "south": "none", - "west": "tall" - } - }, - { - "id": 27220, - "properties": { - "bottom": "true", - "east": "tall", - "north": "low", - "south": "low", - "west": "none" - } - }, - { - "id": 27221, - "properties": { - "bottom": "true", - "east": "tall", - "north": "low", - "south": "low", - "west": "low" - } - }, - { - "id": 27222, - "properties": { - "bottom": "true", - "east": "tall", - "north": "low", - "south": "low", - "west": "tall" - } - }, - { - "id": 27223, - "properties": { - "bottom": "true", - "east": "tall", - "north": "low", - "south": "tall", - "west": "none" - } - }, - { - "id": 27224, - "properties": { - "bottom": "true", - "east": "tall", - "north": "low", - "south": "tall", - "west": "low" - } - }, - { - "id": 27225, - "properties": { - "bottom": "true", - "east": "tall", - "north": "low", - "south": "tall", - "west": "tall" - } - }, - { - "id": 27226, - "properties": { - "bottom": "true", - "east": "tall", - "north": "tall", - "south": "none", - "west": "none" - } - }, - { - "id": 27227, - "properties": { - "bottom": "true", - "east": "tall", - "north": "tall", - "south": "none", - "west": "low" - } - }, - { - "id": 27228, - "properties": { - "bottom": "true", - "east": "tall", - "north": "tall", - "south": "none", - "west": "tall" - } - }, - { - "id": 27229, - "properties": { - "bottom": "true", - "east": "tall", - "north": "tall", - "south": "low", - "west": "none" - } - }, - { - "id": 27230, - "properties": { - "bottom": "true", - "east": "tall", - "north": "tall", - "south": "low", - "west": "low" - } - }, - { - "id": 27231, - "properties": { - "bottom": "true", - "east": "tall", - "north": "tall", - "south": "low", - "west": "tall" - } - }, - { - "id": 27232, - "properties": { - "bottom": "true", - "east": "tall", - "north": "tall", - "south": "tall", - "west": "none" - } - }, - { - "id": 27233, - "properties": { - "bottom": "true", - "east": "tall", - "north": "tall", - "south": "tall", - "west": "low" - } - }, - { - "id": 27234, - "properties": { - "bottom": "true", - "east": "tall", - "north": "tall", - "south": "tall", - "west": "tall" - } - }, - { - "id": 27235, - "properties": { - "bottom": "false", - "east": "none", - "north": "none", - "south": "none", - "west": "none" - } - }, - { - "id": 27236, - "properties": { - "bottom": "false", - "east": "none", - "north": "none", - "south": "none", - "west": "low" - } - }, - { - "id": 27237, - "properties": { - "bottom": "false", - "east": "none", - "north": "none", - "south": "none", - "west": "tall" - } - }, - { - "id": 27238, - "properties": { - "bottom": "false", - "east": "none", - "north": "none", - "south": "low", - "west": "none" - } - }, - { - "id": 27239, - "properties": { - "bottom": "false", - "east": "none", - "north": "none", - "south": "low", - "west": "low" - } - }, - { - "id": 27240, - "properties": { - "bottom": "false", - "east": "none", - "north": "none", - "south": "low", - "west": "tall" - } - }, - { - "id": 27241, - "properties": { - "bottom": "false", - "east": "none", - "north": "none", - "south": "tall", - "west": "none" - } - }, - { - "id": 27242, - "properties": { - "bottom": "false", - "east": "none", - "north": "none", - "south": "tall", - "west": "low" - } - }, - { - "id": 27243, - "properties": { - "bottom": "false", - "east": "none", - "north": "none", - "south": "tall", - "west": "tall" - } - }, - { - "id": 27244, - "properties": { - "bottom": "false", - "east": "none", - "north": "low", - "south": "none", - "west": "none" - } - }, - { - "id": 27245, - "properties": { - "bottom": "false", - "east": "none", - "north": "low", - "south": "none", - "west": "low" - } - }, - { - "id": 27246, - "properties": { - "bottom": "false", - "east": "none", - "north": "low", - "south": "none", - "west": "tall" - } - }, - { - "id": 27247, - "properties": { - "bottom": "false", - "east": "none", - "north": "low", - "south": "low", - "west": "none" - } - }, - { - "id": 27248, - "properties": { - "bottom": "false", - "east": "none", - "north": "low", - "south": "low", - "west": "low" - } - }, - { - "id": 27249, - "properties": { - "bottom": "false", - "east": "none", - "north": "low", - "south": "low", - "west": "tall" - } - }, - { - "id": 27250, - "properties": { - "bottom": "false", - "east": "none", - "north": "low", - "south": "tall", - "west": "none" - } - }, - { - "id": 27251, - "properties": { - "bottom": "false", - "east": "none", - "north": "low", - "south": "tall", - "west": "low" - } - }, - { - "id": 27252, - "properties": { - "bottom": "false", - "east": "none", - "north": "low", - "south": "tall", - "west": "tall" - } - }, - { - "id": 27253, - "properties": { - "bottom": "false", - "east": "none", - "north": "tall", - "south": "none", - "west": "none" - } - }, - { - "id": 27254, - "properties": { - "bottom": "false", - "east": "none", - "north": "tall", - "south": "none", - "west": "low" - } - }, - { - "id": 27255, - "properties": { - "bottom": "false", - "east": "none", - "north": "tall", - "south": "none", - "west": "tall" - } - }, - { - "id": 27256, - "properties": { - "bottom": "false", - "east": "none", - "north": "tall", - "south": "low", - "west": "none" - } - }, - { - "id": 27257, - "properties": { - "bottom": "false", - "east": "none", - "north": "tall", - "south": "low", - "west": "low" - } - }, - { - "id": 27258, - "properties": { - "bottom": "false", - "east": "none", - "north": "tall", - "south": "low", - "west": "tall" - } - }, - { - "id": 27259, - "properties": { - "bottom": "false", - "east": "none", - "north": "tall", - "south": "tall", - "west": "none" - } - }, - { - "id": 27260, - "properties": { - "bottom": "false", - "east": "none", - "north": "tall", - "south": "tall", - "west": "low" - } - }, - { - "id": 27261, - "properties": { - "bottom": "false", - "east": "none", - "north": "tall", - "south": "tall", - "west": "tall" - } - }, - { - "id": 27262, - "properties": { - "bottom": "false", - "east": "low", - "north": "none", - "south": "none", - "west": "none" - } - }, - { - "id": 27263, - "properties": { - "bottom": "false", - "east": "low", - "north": "none", - "south": "none", - "west": "low" - } - }, - { - "id": 27264, - "properties": { - "bottom": "false", - "east": "low", - "north": "none", - "south": "none", - "west": "tall" - } - }, - { - "id": 27265, - "properties": { - "bottom": "false", - "east": "low", - "north": "none", - "south": "low", - "west": "none" - } - }, - { - "id": 27266, - "properties": { - "bottom": "false", - "east": "low", - "north": "none", - "south": "low", - "west": "low" - } - }, - { - "id": 27267, - "properties": { - "bottom": "false", - "east": "low", - "north": "none", - "south": "low", - "west": "tall" - } - }, - { - "id": 27268, - "properties": { - "bottom": "false", - "east": "low", - "north": "none", - "south": "tall", - "west": "none" - } - }, - { - "id": 27269, - "properties": { - "bottom": "false", - "east": "low", - "north": "none", - "south": "tall", - "west": "low" - } - }, - { - "id": 27270, - "properties": { - "bottom": "false", - "east": "low", - "north": "none", - "south": "tall", - "west": "tall" - } - }, - { - "id": 27271, - "properties": { - "bottom": "false", - "east": "low", - "north": "low", - "south": "none", - "west": "none" - } - }, - { - "id": 27272, - "properties": { - "bottom": "false", - "east": "low", - "north": "low", - "south": "none", - "west": "low" - } - }, - { - "id": 27273, - "properties": { - "bottom": "false", - "east": "low", - "north": "low", - "south": "none", - "west": "tall" - } - }, - { - "id": 27274, - "properties": { - "bottom": "false", - "east": "low", - "north": "low", - "south": "low", - "west": "none" - } - }, - { - "id": 27275, - "properties": { - "bottom": "false", - "east": "low", - "north": "low", - "south": "low", - "west": "low" - } - }, - { - "id": 27276, - "properties": { - "bottom": "false", - "east": "low", - "north": "low", - "south": "low", - "west": "tall" - } - }, - { - "id": 27277, - "properties": { - "bottom": "false", - "east": "low", - "north": "low", - "south": "tall", - "west": "none" - } - }, - { - "id": 27278, - "properties": { - "bottom": "false", - "east": "low", - "north": "low", - "south": "tall", - "west": "low" - } - }, - { - "id": 27279, - "properties": { - "bottom": "false", - "east": "low", - "north": "low", - "south": "tall", - "west": "tall" - } - }, - { - "id": 27280, - "properties": { - "bottom": "false", - "east": "low", - "north": "tall", - "south": "none", - "west": "none" - } - }, - { - "id": 27281, - "properties": { - "bottom": "false", - "east": "low", - "north": "tall", - "south": "none", - "west": "low" - } - }, - { - "id": 27282, - "properties": { - "bottom": "false", - "east": "low", - "north": "tall", - "south": "none", - "west": "tall" - } - }, - { - "id": 27283, - "properties": { - "bottom": "false", - "east": "low", - "north": "tall", - "south": "low", - "west": "none" - } - }, - { - "id": 27284, - "properties": { - "bottom": "false", - "east": "low", - "north": "tall", - "south": "low", - "west": "low" - } - }, - { - "id": 27285, - "properties": { - "bottom": "false", - "east": "low", - "north": "tall", - "south": "low", - "west": "tall" - } - }, - { - "id": 27286, - "properties": { - "bottom": "false", - "east": "low", - "north": "tall", - "south": "tall", - "west": "none" - } - }, - { - "id": 27287, - "properties": { - "bottom": "false", - "east": "low", - "north": "tall", - "south": "tall", - "west": "low" - } - }, - { - "id": 27288, - "properties": { - "bottom": "false", - "east": "low", - "north": "tall", - "south": "tall", - "west": "tall" - } - }, - { - "id": 27289, - "properties": { - "bottom": "false", - "east": "tall", - "north": "none", - "south": "none", - "west": "none" - } - }, - { - "id": 27290, - "properties": { - "bottom": "false", - "east": "tall", - "north": "none", - "south": "none", - "west": "low" - } - }, - { - "id": 27291, - "properties": { - "bottom": "false", - "east": "tall", - "north": "none", - "south": "none", - "west": "tall" - } - }, - { - "id": 27292, - "properties": { - "bottom": "false", - "east": "tall", - "north": "none", - "south": "low", - "west": "none" - } - }, - { - "id": 27293, - "properties": { - "bottom": "false", - "east": "tall", - "north": "none", - "south": "low", - "west": "low" - } - }, - { - "id": 27294, - "properties": { - "bottom": "false", - "east": "tall", - "north": "none", - "south": "low", - "west": "tall" - } - }, - { - "id": 27295, - "properties": { - "bottom": "false", - "east": "tall", - "north": "none", - "south": "tall", - "west": "none" - } - }, - { - "id": 27296, - "properties": { - "bottom": "false", - "east": "tall", - "north": "none", - "south": "tall", - "west": "low" - } - }, - { - "id": 27297, - "properties": { - "bottom": "false", - "east": "tall", - "north": "none", - "south": "tall", - "west": "tall" - } - }, - { - "id": 27298, - "properties": { - "bottom": "false", - "east": "tall", - "north": "low", - "south": "none", - "west": "none" - } - }, - { - "id": 27299, - "properties": { - "bottom": "false", - "east": "tall", - "north": "low", - "south": "none", - "west": "low" - } - }, - { - "id": 27300, - "properties": { - "bottom": "false", - "east": "tall", - "north": "low", - "south": "none", - "west": "tall" - } - }, - { - "id": 27301, - "properties": { - "bottom": "false", - "east": "tall", - "north": "low", - "south": "low", - "west": "none" - } - }, - { - "id": 27302, - "properties": { - "bottom": "false", - "east": "tall", - "north": "low", - "south": "low", - "west": "low" - } - }, - { - "id": 27303, - "properties": { - "bottom": "false", - "east": "tall", - "north": "low", - "south": "low", - "west": "tall" - } - }, - { - "id": 27304, - "properties": { - "bottom": "false", - "east": "tall", - "north": "low", - "south": "tall", - "west": "none" - } - }, - { - "id": 27305, - "properties": { - "bottom": "false", - "east": "tall", - "north": "low", - "south": "tall", - "west": "low" - } - }, - { - "id": 27306, - "properties": { - "bottom": "false", - "east": "tall", - "north": "low", - "south": "tall", - "west": "tall" - } - }, - { - "id": 27307, - "properties": { - "bottom": "false", - "east": "tall", - "north": "tall", - "south": "none", - "west": "none" - } - }, - { - "id": 27308, - "properties": { - "bottom": "false", - "east": "tall", - "north": "tall", - "south": "none", - "west": "low" - } - }, - { - "id": 27309, - "properties": { - "bottom": "false", - "east": "tall", - "north": "tall", - "south": "none", - "west": "tall" - } - }, - { - "id": 27310, - "properties": { - "bottom": "false", - "east": "tall", - "north": "tall", - "south": "low", - "west": "none" - } - }, - { - "id": 27311, - "properties": { - "bottom": "false", - "east": "tall", - "north": "tall", - "south": "low", - "west": "low" - } - }, - { - "id": 27312, - "properties": { - "bottom": "false", - "east": "tall", - "north": "tall", - "south": "low", - "west": "tall" - } - }, - { - "id": 27313, - "properties": { - "bottom": "false", - "east": "tall", - "north": "tall", - "south": "tall", - "west": "none" - } - }, - { - "id": 27314, - "properties": { - "bottom": "false", - "east": "tall", - "north": "tall", - "south": "tall", - "west": "low" - } - }, - { - "id": 27315, - "properties": { - "bottom": "false", - "east": "tall", - "north": "tall", - "south": "tall", - "west": "tall" - } - } - ] - }, - "minecraft:pale_oak_button": { - "definition": { - "type": "minecraft:button", - "block_set_type": "pale_oak", - "properties": {}, - "ticks_to_stay_pressed": 30 - }, - "properties": { - "face": [ - "floor", - "wall", - "ceiling" + "default_state_id": 9275, + "states": [ + { + "id": 9274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 158 + ], + "block_entity_type": 16 + }, + { + "id": 9275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 158 + ], + "block_entity_type": 16 + }, + { + "id": 9276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 159 + ], + "block_entity_type": 16 + }, + { + "id": 9277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 159 + ], + "block_entity_type": 16 + }, + { + "id": 9278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 160 + ], + "block_entity_type": 16 + }, + { + "id": 9279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 160 + ], + "block_entity_type": 16 + }, + { + "id": 9280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 161 + ], + "block_entity_type": 16 + }, + { + "id": 9281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 161 + ], + "block_entity_type": 16 + } + ] + }, + { + "id": 420, + "name": "minecraft:dragon_head", + "translation_key": "block.minecraft.dragon_head", + "item_id": 1150, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 9298, + "states": [ + { + "id": 9282, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9283, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9284, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9285, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9286, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9287, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9288, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9289, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9290, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9291, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9292, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9293, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9294, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9296, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9297, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9298, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9300, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9301, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9303, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9304, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9306, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9307, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9309, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9310, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9311, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9312, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + }, + { + "id": 9313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ], + "block_entity_type": 16 + } + ] + }, + { + "id": 421, + "name": "minecraft:dragon_wall_head", + "translation_key": "block.minecraft.dragon_head", + "item_id": 1150, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 9315, + "states": [ + { + "id": 9314, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 158 + ], + "block_entity_type": 16 + }, + { + "id": 9315, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 158 + ], + "block_entity_type": 16 + }, + { + "id": 9316, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 159 + ], + "block_entity_type": 16 + }, + { + "id": 9317, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 159 + ], + "block_entity_type": 16 + }, + { + "id": 9318, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 160 + ], + "block_entity_type": 16 + }, + { + "id": 9319, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 160 + ], + "block_entity_type": 16 + }, + { + "id": 9320, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 161 + ], + "block_entity_type": 16 + }, + { + "id": 9321, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 161 + ], + "block_entity_type": 16 + } + ] + }, + { + "id": 422, + "name": "minecraft:piglin_head", + "translation_key": "block.minecraft.piglin_head", + "item_id": 1151, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 9338, + "states": [ + { + "id": 9322, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9323, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9324, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9325, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9326, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9327, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9329, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9330, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9331, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9332, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9333, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9334, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9335, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9336, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9337, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9338, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9339, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9340, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9341, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9342, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9343, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9344, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9345, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9346, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9347, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9348, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9349, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9350, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9351, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9352, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + }, + { + "id": 9353, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 162 + ], + "block_entity_type": 16 + } + ] + }, + { + "id": 423, + "name": "minecraft:piglin_wall_head", + "translation_key": "block.minecraft.piglin_head", + "item_id": 1151, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9010, - "properties": { - "face": "floor", - "facing": "north", - "powered": "true" - } - }, - { - "id": 9011, - "properties": { - "face": "floor", - "facing": "north", - "powered": "false" - } - }, - { - "id": 9012, - "properties": { - "face": "floor", - "facing": "south", - "powered": "true" - } - }, - { - "id": 9013, - "properties": { - "face": "floor", - "facing": "south", - "powered": "false" - } - }, - { - "id": 9014, - "properties": { - "face": "floor", - "facing": "west", - "powered": "true" - } - }, - { - "id": 9015, - "properties": { - "face": "floor", - "facing": "west", - "powered": "false" - } - }, - { - "id": 9016, - "properties": { - "face": "floor", - "facing": "east", - "powered": "true" - } - }, - { - "id": 9017, - "properties": { - "face": "floor", - "facing": "east", - "powered": "false" - } - }, - { - "id": 9018, - "properties": { - "face": "wall", - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 9019, - "properties": { - "face": "wall", - "facing": "north", - "powered": "false" - } - }, - { - "id": 9020, - "properties": { - "face": "wall", - "facing": "south", - "powered": "true" - } - }, - { - "id": 9021, - "properties": { - "face": "wall", - "facing": "south", - "powered": "false" - } - }, - { - "id": 9022, - "properties": { - "face": "wall", - "facing": "west", - "powered": "true" - } - }, - { - "id": 9023, - "properties": { - "face": "wall", - "facing": "west", - "powered": "false" - } - }, - { - "id": 9024, - "properties": { - "face": "wall", - "facing": "east", - "powered": "true" - } - }, - { - "id": 9025, - "properties": { - "face": "wall", - "facing": "east", - "powered": "false" - } - }, - { - "id": 9026, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "true" - } - }, - { - "id": 9027, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "false" - } - }, - { - "id": 9028, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "true" - } - }, - { - "id": 9029, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "false" - } - }, - { - "id": 9030, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "true" - } - }, - { - "id": 9031, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "false" - } - }, - { - "id": 9032, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "true" - } - }, - { - "id": 9033, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:pale_oak_door": { - "definition": { - "type": "minecraft:door", - "block_set_type": "pale_oak", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 9355, + "states": [ + { + "id": 9354, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 163 + ], + "block_entity_type": 16 + }, + { + "id": 9355, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 163 + ], + "block_entity_type": 16 + }, + { + "id": 9356, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 164 + ], + "block_entity_type": 16 + }, + { + "id": 9357, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 164 + ], + "block_entity_type": 16 + }, + { + "id": 9358, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 165 + ], + "block_entity_type": 16 + }, + { + "id": 9359, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 165 + ], + "block_entity_type": 16 + }, + { + "id": 9360, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 166 + ], + "block_entity_type": 16 + }, + { + "id": 9361, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 166 + ], + "block_entity_type": 16 + } + ] + }, + { + "id": 424, + "name": "minecraft:anvil", + "translation_key": "block.minecraft.anvil", + "item_id": 433, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "half": [ - "upper", - "lower" + "default_state_id": 9362, + "states": [ + { + "id": 9362, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 167, + 168, + 169, + 170, + 171, + 172, + 173 + ] + }, + { + "id": 9363, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 167, + 168, + 169, + 170, + 171, + 172, + 173 + ] + }, + { + "id": 9364, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 167, + 174, + 175, + 176, + 177, + 178, + 179 + ] + }, + { + "id": 9365, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 167, + 174, + 175, + 176, + 177, + 178, + 179 + ] + } + ] + }, + { + "id": 425, + "name": "minecraft:chipped_anvil", + "translation_key": "block.minecraft.chipped_anvil", + "item_id": 434, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "hinge": [ - "left", - "right" + "default_state_id": 9366, + "states": [ + { + "id": 9366, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 167, + 168, + 169, + 170, + 171, + 172, + 173 + ] + }, + { + "id": 9367, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 167, + 168, + 169, + 170, + 171, + 172, + 173 + ] + }, + { + "id": 9368, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 167, + 174, + 175, + 176, + 177, + 178, + 179 + ] + }, + { + "id": 9369, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 167, + 174, + 175, + 176, + 177, + 178, + 179 + ] + } + ] + }, + { + "id": 426, + "name": "minecraft:damaged_anvil", + "translation_key": "block.minecraft.damaged_anvil", + "item_id": 435, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 9370, + "states": [ + { + "id": 9370, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 167, + 168, + 169, + 170, + 171, + 172, + 173 + ] + }, + { + "id": 9371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 167, + 168, + 169, + 170, + 171, + 172, + 173 + ] + }, + { + "id": 9372, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 167, + 174, + 175, + 176, + 177, + 178, + 179 + ] + }, + { + "id": 9373, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 167, + 174, + 175, + 176, + 177, + 178, + 179 + ] + } + ] + }, + { + "id": 427, + "name": "minecraft:trapped_chest", + "translation_key": "block.minecraft.trapped_chest", + "item_id": 692, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "type", + "values": [ + "single", + "left", + "right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12611, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12612, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12613, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12614, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12615, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12616, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12617, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12618, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12619, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12620, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12621, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 12622, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12623, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12624, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12625, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12626, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12627, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12628, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12629, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12630, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12631, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12632, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12633, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12634, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12635, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12636, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12637, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12638, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12639, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12640, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12641, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12642, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12643, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12644, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12645, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12646, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12647, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12648, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12649, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12650, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12651, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12652, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12653, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12654, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12655, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12656, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12657, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12658, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12659, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12660, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12661, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12662, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12663, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12664, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12665, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12666, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12667, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12668, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12669, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12670, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12671, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12672, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12673, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12674, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:pale_oak_fence": { - "definition": { - "type": "minecraft:fence", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 9375, + "states": [ + { + "id": 9374, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 2 + }, + { + "id": 9375, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 2 + }, + { + "id": 9376, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 59 + ], + "block_entity_type": 2 + }, + { + "id": 9377, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 59 + ], + "block_entity_type": 2 + }, + { + "id": 9378, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 60 + ], + "block_entity_type": 2 + }, + { + "id": 9379, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 60 + ], + "block_entity_type": 2 + }, + { + "id": 9380, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 2 + }, + { + "id": 9381, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 2 + }, + { + "id": 9382, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 60 + ], + "block_entity_type": 2 + }, + { + "id": 9383, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 60 + ], + "block_entity_type": 2 + }, + { + "id": 9384, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 59 + ], + "block_entity_type": 2 + }, + { + "id": 9385, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 59 + ], + "block_entity_type": 2 + }, + { + "id": 9386, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 2 + }, + { + "id": 9387, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 2 + }, + { + "id": 9388, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 61 + ], + "block_entity_type": 2 + }, + { + "id": 9389, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 61 + ], + "block_entity_type": 2 + }, + { + "id": 9390, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 62 + ], + "block_entity_type": 2 + }, + { + "id": 9391, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 62 + ], + "block_entity_type": 2 + }, + { + "id": 9392, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 2 + }, + { + "id": 9393, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 58 + ], + "block_entity_type": 2 + }, + { + "id": 9394, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 62 + ], + "block_entity_type": 2 + }, + { + "id": 9395, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 62 + ], + "block_entity_type": 2 + }, + { + "id": 9396, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 61 + ], + "block_entity_type": 2 + }, + { + "id": 9397, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 61 + ], + "block_entity_type": 2 + } + ] + }, + { + "id": 428, + "name": "minecraft:light_weighted_pressure_plate", + "translation_key": "block.minecraft.light_weighted_pressure_plate", + "item_id": 712, + "properties": [ + { + "name": "power", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 9398, + "states": [ + { + "id": 9398, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9399, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9400, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9401, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9402, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9403, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9404, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9405, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9406, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9407, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9408, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9409, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9410, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9411, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9412, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9413, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 429, + "name": "minecraft:heavy_weighted_pressure_plate", + "translation_key": "block.minecraft.heavy_weighted_pressure_plate", + "item_id": 713, + "properties": [ + { + "name": "power", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 9414, + "states": [ + { + "id": 9414, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9415, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9416, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9417, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9418, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9419, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9420, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9421, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9422, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9423, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9424, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9425, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9426, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9427, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9428, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9429, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 430, + "name": "minecraft:comparator", + "translation_key": "block.minecraft.comparator", + "item_id": 675, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "mode", + "values": [ + "compare", + "subtract" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 9431, + "states": [ + { + "id": 9430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ], + "block_entity_type": 19 + }, + { + "id": 9431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ], + "block_entity_type": 19 + }, + { + "id": 9432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ], + "block_entity_type": 19 + }, + { + "id": 9433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ], + "block_entity_type": 19 + }, + { + "id": 9434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ], + "block_entity_type": 19 + }, + { + "id": 9435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ], + "block_entity_type": 19 + }, + { + "id": 9436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ], + "block_entity_type": 19 + }, + { + "id": 9437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ], + "block_entity_type": 19 + }, + { + "id": 9438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ], + "block_entity_type": 19 + }, + { + "id": 9439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ], + "block_entity_type": 19 + }, + { + "id": 9440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ], + "block_entity_type": 19 + }, + { + "id": 9441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ], + "block_entity_type": 19 + }, + { + "id": 9442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ], + "block_entity_type": 19 + }, + { + "id": 9443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ], + "block_entity_type": 19 + }, + { + "id": 9444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ], + "block_entity_type": 19 + }, + { + "id": 9445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70 + ], + "block_entity_type": 19 + } + ] + }, + { + "id": 431, + "name": "minecraft:daylight_detector", + "translation_key": "block.minecraft.daylight_detector", + "item_id": 688, + "properties": [ + { + "name": "inverted", + "values": [ + "true", + "false" + ] + }, + { + "name": "power", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 9462, + "states": [ + { + "id": 9446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + }, + { + "id": 9477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 71 + ], + "block_entity_type": 17 + } + ] + }, + { + "id": 432, + "name": "minecraft:redstone_block", + "translation_key": "block.minecraft.redstone_block", + "item_id": 673, + "properties": [], + "default_state_id": 9478, + "states": [ + { + "id": 9478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 433, + "name": "minecraft:nether_quartz_ore", + "translation_key": "block.minecraft.nether_quartz_ore", + "item_id": 81, + "properties": [], + "default_state_id": 9479, + "states": [ + { + "id": 9479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 434, + "name": "minecraft:hopper", + "translation_key": "block.minecraft.hopper", + "item_id": 681, + "properties": [ + { + "name": "enabled", + "values": [ + "true", + "false" + ] + }, + { + "name": "facing", + "values": [ + "down", + "north", + "south", + "west", + "east" + ] + } + ], + "default_state_id": 9480, + "states": [ + { + "id": 9480, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 18 + }, + { + "id": 9481, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 193, + 194, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 18 + }, + { + "id": 9482, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 193, + 195, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 18 + }, + { + "id": 9483, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 196, + 197, + 198, + 199, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 18 + }, + { + "id": 9484, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 193, + 200, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 18 + }, + { + "id": 9485, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 18 + }, + { + "id": 9486, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 193, + 194, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 18 + }, + { + "id": 9487, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 193, + 195, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 18 + }, + { + "id": 9488, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 196, + 197, + 198, + 199, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 18 + }, + { + "id": 9489, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 193, + 200, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192 + ], + "block_entity_type": 18 + } + ] + }, + { + "id": 435, + "name": "minecraft:quartz_block", + "translation_key": "block.minecraft.quartz_block", + "item_id": 437, + "properties": [], + "default_state_id": 9490, + "states": [ + { + "id": 9490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 436, + "name": "minecraft:chiseled_quartz_block", + "translation_key": "block.minecraft.chiseled_quartz_block", + "item_id": 436, + "properties": [], + "default_state_id": 9491, + "states": [ + { + "id": 9491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 437, + "name": "minecraft:quartz_pillar", + "translation_key": "block.minecraft.quartz_pillar", + "item_id": 439, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 9493, + "states": [ + { + "id": 9492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 9493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 9494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 438, + "name": "minecraft:quartz_stairs", + "translation_key": "block.minecraft.quartz_stairs", + "item_id": 440, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 9506, + "states": [ + { + "id": 9495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 9496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 9497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 9498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 9499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 9500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 9501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 9502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 9503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 9504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 9505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 9506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 9507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 9508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 9509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 9510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 9511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 9512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 9513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 9514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 9515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 9516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 9517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 9518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 9519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 9520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 9521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 9522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 9523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 9524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 9525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 9526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 9527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 9528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 9529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 9530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 9531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 9532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 9533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 9534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 9535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 9536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 9537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 9538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 9539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 9540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 9541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 9542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 9543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 9544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 9545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 9546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 9547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 9548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 9549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 9550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 9551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 9552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 9553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 9554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 9555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 9556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 9557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 9558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 9559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 9560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 9561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 9562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 9563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 9564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 9565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 9566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 9567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 9568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 9569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 9570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 9571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 9572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 9573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 9574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 439, + "name": "minecraft:activator_rail", + "translation_key": "block.minecraft.activator_rail", + "item_id": 783, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "shape", + "values": [ + "north_south", + "east_west", + "ascending_east", + "ascending_west", + "ascending_north", + "ascending_south" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12131, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12132, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12133, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12134, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12135, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12136, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12137, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12138, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12139, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12140, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12141, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12142, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12143, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12144, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12145, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12146, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12147, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12148, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12149, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12150, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12151, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12152, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12153, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12154, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12155, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12156, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12157, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 12158, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 12159, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 12160, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 12161, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 12162, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:pale_oak_fence_gate": { - "definition": { - "type": "minecraft:fence_gate", - "properties": {}, - "wood_type": "pale_oak" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 9588, + "states": [ + { + "id": 9575, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9576, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9577, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9578, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9579, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9580, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9581, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9582, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9583, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9584, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9585, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9586, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9587, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9588, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9589, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9590, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9591, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9592, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9593, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9594, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9595, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9596, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9597, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 9598, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 440, + "name": "minecraft:dropper", + "translation_key": "block.minecraft.dropper", + "item_id": 683, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "triggered", + "values": [ + "true", + "false" + ] + } ], - "in_wall": [ - "true", - "false" + "default_state_id": 9600, + "states": [ + { + "id": 9599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 6 + }, + { + "id": 9600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 6 + }, + { + "id": 9601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 6 + }, + { + "id": 9602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 6 + }, + { + "id": 9603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 6 + }, + { + "id": 9604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 6 + }, + { + "id": 9605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 6 + }, + { + "id": 9606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 6 + }, + { + "id": 9607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 6 + }, + { + "id": 9608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 6 + }, + { + "id": 9609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 6 + }, + { + "id": 9610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 6 + } + ] + }, + { + "id": 441, + "name": "minecraft:white_terracotta", + "translation_key": "block.minecraft.white_terracotta", + "item_id": 441, + "properties": [], + "default_state_id": 9611, + "states": [ + { + "id": 9611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 442, + "name": "minecraft:orange_terracotta", + "translation_key": "block.minecraft.orange_terracotta", + "item_id": 442, + "properties": [], + "default_state_id": 9612, + "states": [ + { + "id": 9612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 443, + "name": "minecraft:magenta_terracotta", + "translation_key": "block.minecraft.magenta_terracotta", + "item_id": 443, + "properties": [], + "default_state_id": 9613, + "states": [ + { + "id": 9613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 444, + "name": "minecraft:light_blue_terracotta", + "translation_key": "block.minecraft.light_blue_terracotta", + "item_id": 444, + "properties": [], + "default_state_id": 9614, + "states": [ + { + "id": 9614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 445, + "name": "minecraft:yellow_terracotta", + "translation_key": "block.minecraft.yellow_terracotta", + "item_id": 445, + "properties": [], + "default_state_id": 9615, + "states": [ + { + "id": 9615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 446, + "name": "minecraft:lime_terracotta", + "translation_key": "block.minecraft.lime_terracotta", + "item_id": 446, + "properties": [], + "default_state_id": 9616, + "states": [ + { + "id": 9616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 447, + "name": "minecraft:pink_terracotta", + "translation_key": "block.minecraft.pink_terracotta", + "item_id": 447, + "properties": [], + "default_state_id": 9617, + "states": [ + { + "id": 9617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 448, + "name": "minecraft:gray_terracotta", + "translation_key": "block.minecraft.gray_terracotta", + "item_id": 448, + "properties": [], + "default_state_id": 9618, + "states": [ + { + "id": 9618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 449, + "name": "minecraft:light_gray_terracotta", + "translation_key": "block.minecraft.light_gray_terracotta", + "item_id": 449, + "properties": [], + "default_state_id": 9619, + "states": [ + { + "id": 9619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 450, + "name": "minecraft:cyan_terracotta", + "translation_key": "block.minecraft.cyan_terracotta", + "item_id": 450, + "properties": [], + "default_state_id": 9620, + "states": [ + { + "id": 9620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 451, + "name": "minecraft:purple_terracotta", + "translation_key": "block.minecraft.purple_terracotta", + "item_id": 451, + "properties": [], + "default_state_id": 9621, + "states": [ + { + "id": 9621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 452, + "name": "minecraft:blue_terracotta", + "translation_key": "block.minecraft.blue_terracotta", + "item_id": 452, + "properties": [], + "default_state_id": 9622, + "states": [ + { + "id": 9622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 453, + "name": "minecraft:brown_terracotta", + "translation_key": "block.minecraft.brown_terracotta", + "item_id": 453, + "properties": [], + "default_state_id": 9623, + "states": [ + { + "id": 9623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 454, + "name": "minecraft:green_terracotta", + "translation_key": "block.minecraft.green_terracotta", + "item_id": 454, + "properties": [], + "default_state_id": 9624, + "states": [ + { + "id": 9624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 455, + "name": "minecraft:red_terracotta", + "translation_key": "block.minecraft.red_terracotta", + "item_id": 455, + "properties": [], + "default_state_id": 9625, + "states": [ + { + "id": 9625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 456, + "name": "minecraft:black_terracotta", + "translation_key": "block.minecraft.black_terracotta", + "item_id": 456, + "properties": [], + "default_state_id": 9626, + "states": [ + { + "id": 9626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 457, + "name": "minecraft:white_stained_glass_pane", + "translation_key": "block.minecraft.white_stained_glass_pane", + "item_id": 501, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 9658, + "states": [ + { + "id": 9627, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9628, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9629, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9630, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9631, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9632, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9633, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9634, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9635, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9636, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9637, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9638, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9639, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9640, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9641, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9642, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9643, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9644, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9645, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9646, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9647, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9648, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9649, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9650, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9651, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9652, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9653, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9654, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9655, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9656, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + }, + { + "id": 9657, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9658, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + } + ] + }, + { + "id": 458, + "name": "minecraft:orange_stained_glass_pane", + "translation_key": "block.minecraft.orange_stained_glass_pane", + "item_id": 502, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11843, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11844, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11845, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11846, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11847, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11848, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11849, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 11850, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11851, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11852, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11853, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11854, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11855, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11856, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11857, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11858, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11859, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11860, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11861, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11862, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11863, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11864, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11865, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11866, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11867, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11868, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11869, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11870, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11871, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11872, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11873, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11874, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:pale_oak_hanging_sign": { - "definition": { - "type": "minecraft:ceiling_hanging_sign", - "properties": {}, - "wood_type": "pale_oak" - }, - "properties": { - "attached": [ - "true", - "false" + "default_state_id": 9690, + "states": [ + { + "id": 9659, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9660, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9661, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9662, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9663, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9664, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9665, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9666, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9667, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9668, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9669, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9670, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9671, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9672, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9673, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9674, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9675, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9676, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9677, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9678, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9679, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9680, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9681, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9682, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9683, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9684, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9685, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9686, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9687, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9688, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + }, + { + "id": 9689, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9690, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + } + ] + }, + { + "id": 459, + "name": "minecraft:magenta_stained_glass_pane", + "translation_key": "block.minecraft.magenta_stained_glass_pane", + "item_id": 503, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "default_state_id": 9722, + "states": [ + { + "id": 9691, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9692, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9693, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9694, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9695, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9696, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9697, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9698, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9699, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9700, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9701, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9702, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9703, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9704, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9705, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9706, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9707, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9708, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9709, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9710, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9711, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9712, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9713, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9714, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9715, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9716, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9717, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9718, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9719, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9720, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + }, + { + "id": 9721, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9722, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + } + ] + }, + { + "id": 460, + "name": "minecraft:light_blue_stained_glass_pane", + "translation_key": "block.minecraft.light_blue_stained_glass_pane", + "item_id": 504, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5374, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "id": 5375, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5376, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5377, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5378, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5379, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5380, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5381, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5382, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5383, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5384, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5385, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5386, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5387, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5388, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5389, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5390, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5391, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5392, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5393, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5394, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5395, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5396, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5397, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5398, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5399, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5400, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5401, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5402, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5403, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5404, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5405, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "false" - } - }, - { - "id": 5406, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5407, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5408, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5409, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5410, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5411, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5412, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5413, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5414, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5415, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5416, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5417, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5418, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5419, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5420, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5421, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5422, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5423, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5424, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5425, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5426, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5427, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5428, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5429, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5430, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5431, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5432, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5433, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5434, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5435, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5436, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5437, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:pale_oak_leaves": { - "definition": { - "type": "minecraft:leaves", - "properties": {} - }, - "properties": { - "distance": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" + "default_state_id": 9754, + "states": [ + { + "id": 9723, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9724, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9725, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9726, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9727, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9728, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9729, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9730, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9731, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9732, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9733, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9734, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9735, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9736, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9737, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9738, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9739, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9740, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9741, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9742, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9743, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9744, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9745, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9746, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9747, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9748, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9749, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9750, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9751, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9752, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + }, + { + "id": 9753, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9754, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + } + ] + }, + { + "id": 461, + "name": "minecraft:yellow_stained_glass_pane", + "translation_key": "block.minecraft.yellow_stained_glass_pane", + "item_id": 505, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "persistent": [ - "true", - "false" + "default_state_id": 9786, + "states": [ + { + "id": 9755, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9756, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9757, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9758, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9759, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9760, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9761, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9762, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9763, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9764, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9765, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9766, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9767, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9768, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9769, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9770, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9771, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9772, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9773, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9774, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9775, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9776, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9777, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9778, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9779, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9780, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9781, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9782, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9783, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9784, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + }, + { + "id": 9785, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9786, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + } + ] + }, + { + "id": 462, + "name": "minecraft:lime_stained_glass_pane", + "translation_key": "block.minecraft.lime_stained_glass_pane", + "item_id": 506, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 448, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 449, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 450, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 451, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 452, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 453, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 454, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 455, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 456, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 457, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 458, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 459, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 460, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 461, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 462, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 463, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 464, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 465, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 466, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 467, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 468, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 469, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 470, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 471, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 472, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 473, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 474, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 475, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:pale_oak_log": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 157, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 158, - "properties": { - "axis": "y" - } - }, - { - "id": 159, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:pale_oak_planks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 25 - } - ] - }, - "minecraft:pale_oak_pressure_plate": { - "definition": { - "type": "minecraft:pressure_plate", - "block_set_type": "pale_oak", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5894, - "properties": { - "powered": "true" - } - }, - { - "default": true, - "id": 5895, - "properties": { - "powered": "false" - } - } - ] - }, - "minecraft:pale_oak_sapling": { - "definition": { - "type": "minecraft:sapling", - "properties": {}, - "tree": "pale_oak" - }, - "properties": { - "stage": [ - "0", - "1" - ] - }, - "states": [ - { - "default": true, - "id": 43, - "properties": { - "stage": "0" - } - }, - { - "id": 44, - "properties": { - "stage": "1" - } - } - ] - }, - "minecraft:pale_oak_sign": { - "definition": { - "type": "minecraft:standing_sign", - "properties": {}, - "wood_type": "pale_oak" - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "default_state_id": 9818, + "states": [ + { + "id": 9787, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9788, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9789, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9790, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9791, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9792, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9793, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9794, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9795, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9796, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9797, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9798, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9799, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9800, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9801, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9802, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9803, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9804, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9805, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9806, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9807, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9808, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9809, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9810, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9811, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9812, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9813, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9814, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9815, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9816, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + }, + { + "id": 9817, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9818, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + } + ] + }, + { + "id": 463, + "name": "minecraft:pink_stained_glass_pane", + "translation_key": "block.minecraft.pink_stained_glass_pane", + "item_id": 507, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4578, - "properties": { - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4579, - "properties": { - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 4580, - "properties": { - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 4581, - "properties": { - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 4582, - "properties": { - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 4583, - "properties": { - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 4584, - "properties": { - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 4585, - "properties": { - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 4586, - "properties": { - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 4587, - "properties": { - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 4588, - "properties": { - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 4589, - "properties": { - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 4590, - "properties": { - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 4591, - "properties": { - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 4592, - "properties": { - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 4593, - "properties": { - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 4594, - "properties": { - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 4595, - "properties": { - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 4596, - "properties": { - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 4597, - "properties": { - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 4598, - "properties": { - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 4599, - "properties": { - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 4600, - "properties": { - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 4601, - "properties": { - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 4602, - "properties": { - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 4603, - "properties": { - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 4604, - "properties": { - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 4605, - "properties": { - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 4606, - "properties": { - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 4607, - "properties": { - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 4608, - "properties": { - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 4609, - "properties": { - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:pale_oak_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 9850, + "states": [ + { + "id": 9819, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9820, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9821, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9822, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9823, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9824, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9825, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9826, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9827, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9828, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9829, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9830, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9831, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9832, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9833, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9834, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9835, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9836, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9837, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9838, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9839, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9840, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9841, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9842, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9843, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9844, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9845, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9846, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9847, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9848, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + }, + { + "id": 9849, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9850, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + } + ] + }, + { + "id": 464, + "name": "minecraft:gray_stained_glass_pane", + "translation_key": "block.minecraft.gray_stained_glass_pane", + "item_id": 508, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11539, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11540, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11541, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11542, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11543, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11544, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:pale_oak_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:pale_oak_planks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 9882, + "states": [ + { + "id": 9851, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9852, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9853, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9854, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9855, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9856, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9857, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9858, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9859, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9860, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9861, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9862, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9863, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9864, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9865, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9866, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9867, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9868, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9869, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9870, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9871, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9872, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9873, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9874, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9875, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9876, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9877, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9878, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9879, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9880, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + }, + { + "id": 9881, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9882, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + } + ] + }, + { + "id": 465, + "name": "minecraft:light_gray_stained_glass_pane", + "translation_key": "block.minecraft.light_gray_stained_glass_pane", + "item_id": 509, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 9914, + "states": [ + { + "id": 9883, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9884, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9885, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9886, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9887, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9888, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9889, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9890, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9891, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9892, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9893, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9894, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9895, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9896, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9897, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9898, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9899, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9900, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9901, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9902, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9903, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9904, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9905, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9906, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9907, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9908, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9909, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9910, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9911, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9912, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + }, + { + "id": 9913, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9914, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + } + ] + }, + { + "id": 466, + "name": "minecraft:cyan_stained_glass_pane", + "translation_key": "block.minecraft.cyan_stained_glass_pane", + "item_id": 510, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 9946, + "states": [ + { + "id": 9915, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9916, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9917, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9918, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9919, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9920, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9921, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9922, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9923, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9924, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9925, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9926, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9927, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9928, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9929, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9930, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9931, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9932, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9933, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9934, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9935, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9936, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9937, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9938, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9939, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9940, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9941, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9942, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9943, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9944, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + }, + { + "id": 9945, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9946, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + } + ] + }, + { + "id": 467, + "name": "minecraft:purple_stained_glass_pane", + "translation_key": "block.minecraft.purple_stained_glass_pane", + "item_id": 511, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 10379, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10380, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10381, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10382, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10383, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10384, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10385, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10386, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10387, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10388, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10389, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 10390, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10391, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10392, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10393, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10394, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10395, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10396, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10397, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10398, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10399, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10400, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10401, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10402, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10403, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10404, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10405, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10406, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10407, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10408, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10409, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10410, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10411, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10412, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10413, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10414, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10415, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10416, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10417, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10418, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10419, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10420, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10421, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10422, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10423, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10424, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10425, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10426, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10427, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10428, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10429, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10430, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10431, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10432, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10433, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10434, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10435, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10436, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10437, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10438, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10439, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10440, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10441, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10442, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10443, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10444, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10445, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10446, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10447, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10448, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10449, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10450, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10451, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10452, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10453, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10454, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10455, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10456, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10457, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10458, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:pale_oak_trapdoor": { - "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "pale_oak", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 9978, + "states": [ + { + "id": 9947, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9948, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9949, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9950, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9951, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9952, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9953, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9954, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9955, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9956, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9957, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9958, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9959, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9960, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9961, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9962, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9963, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9964, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9965, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9966, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9967, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9968, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9969, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 9970, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 9971, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9972, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9973, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 9974, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 9975, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9976, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + }, + { + "id": 9977, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 9978, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + } + ] + }, + { + "id": 468, + "name": "minecraft:blue_stained_glass_pane", + "translation_key": "block.minecraft.blue_stained_glass_pane", + "item_id": 512, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 10010, + "states": [ + { + "id": 9979, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9980, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9981, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 9982, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 9983, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9984, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9985, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 9986, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 9987, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9988, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9989, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 9990, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 9991, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9992, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9993, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 9994, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 9995, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9996, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9997, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 9998, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 9999, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 10000, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 10001, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 10002, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 10003, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 10004, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 10005, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 10006, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 10007, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 10008, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + }, + { + "id": 10009, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 10010, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + } + ] + }, + { + "id": 469, + "name": "minecraft:brown_stained_glass_pane", + "translation_key": "block.minecraft.brown_stained_glass_pane", + "item_id": 513, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 10042, + "states": [ + { + "id": 10011, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 10012, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 10013, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 10014, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 10015, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 10016, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 10017, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 10018, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 10019, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 10020, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 10021, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 10022, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 10023, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 10024, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 10025, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 10026, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 10027, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 10028, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 10029, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 10030, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 10031, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 10032, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 10033, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 10034, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 10035, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 10036, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 10037, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 10038, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 10039, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 10040, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + }, + { + "id": 10041, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 10042, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + } + ] + }, + { + "id": 470, + "name": "minecraft:green_stained_glass_pane", + "translation_key": "block.minecraft.green_stained_glass_pane", + "item_id": 514, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" + "default_state_id": 10074, + "states": [ + { + "id": 10043, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 10044, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 10045, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 10046, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 10047, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 10048, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 10049, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 10050, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 10051, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 10052, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 10053, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 10054, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 10055, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 10056, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 10057, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 10058, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 10059, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 10060, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 10061, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 10062, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 10063, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 10064, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 10065, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 10066, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 10067, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 10068, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 10069, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 10070, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 10071, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 10072, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + }, + { + "id": 10073, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 10074, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + } + ] + }, + { + "id": 471, + "name": "minecraft:red_stained_glass_pane", + "translation_key": "block.minecraft.red_stained_glass_pane", + "item_id": 515, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 6575, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6576, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6577, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6578, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6579, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6580, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6581, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6582, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6583, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6584, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6585, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6586, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6587, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6588, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6589, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 6590, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6591, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6592, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6593, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6594, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6595, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6596, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6597, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6598, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6599, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6600, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6601, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6602, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6603, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6604, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6605, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6606, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6607, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6608, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6609, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6610, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6611, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6612, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6613, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6614, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6615, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6616, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6617, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6618, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6619, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6620, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6621, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6622, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6623, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6624, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6625, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6626, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6627, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6628, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6629, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6630, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6631, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6632, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6633, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6634, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6635, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6636, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6637, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6638, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:pale_oak_wall_hanging_sign": { - "definition": { - "type": "minecraft:wall_hanging_sign", - "properties": {}, - "wood_type": "pale_oak" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 10106, + "states": [ + { + "id": 10075, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 10076, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 10077, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 10078, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 10079, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 10080, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 10081, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 10082, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 10083, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 10084, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 10085, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 10086, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 10087, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 10088, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 10089, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 10090, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 10091, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 10092, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 10093, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 10094, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 10095, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 10096, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 10097, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 10098, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 10099, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 10100, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 10101, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 10102, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 10103, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 10104, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + }, + { + "id": 10105, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 10106, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + } + ] + }, + { + "id": 472, + "name": "minecraft:black_stained_glass_pane", + "translation_key": "block.minecraft.black_stained_glass_pane", + "item_id": 516, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5750, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5751, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 5752, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 5753, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 5754, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 5755, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 5756, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 5757, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:pale_oak_wall_sign": { - "definition": { - "type": "minecraft:wall_sign", - "properties": {}, - "wood_type": "pale_oak" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 10138, + "states": [ + { + "id": 10107, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 10108, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 10109, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95, + 96 + ] + }, + { + "id": 10110, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97, + 98 + ] + }, + { + "id": 10111, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 10112, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 10113, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 95 + ] + }, + { + "id": 10114, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99, + 98 + ] + }, + { + "id": 10115, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 10116, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 10117, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94, + 96 + ] + }, + { + "id": 10118, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100, + 98 + ] + }, + { + "id": 10119, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 10120, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 10121, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 94 + ] + }, + { + "id": 10122, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 101 + ] + }, + { + "id": 10123, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 10124, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 10125, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95, + 96 + ] + }, + { + "id": 10126, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 97 + ] + }, + { + "id": 10127, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 10128, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 10129, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 95 + ] + }, + { + "id": 10130, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 99 + ] + }, + { + "id": 10131, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 10132, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 10133, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102, + 96 + ] + }, + { + "id": 10134, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 100 + ] + }, + { + "id": 10135, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 10136, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + }, + { + "id": 10137, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 102 + ] + }, + { + "id": 10138, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 103 + ] + } + ] + }, + { + "id": 473, + "name": "minecraft:acacia_stairs", + "translation_key": "block.minecraft.acacia_stairs", + "item_id": 400, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4902, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4903, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 4904, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 4905, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 4906, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 4907, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 4908, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 4909, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:pale_oak_wood": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 22, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 23, - "properties": { - "axis": "y" - } - }, - { - "id": 24, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:pearlescent_froglight": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 27038, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 27039, - "properties": { - "axis": "y" - } - }, - { - "id": 27040, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:peony": { - "definition": { - "type": "minecraft:tall_flower", - "properties": {} - }, - "properties": { - "half": [ - "upper", - "lower" - ] - }, - "states": [ - { - "id": 11088, - "properties": { - "half": "upper" - } - }, - { - "default": true, - "id": 11089, - "properties": { - "half": "lower" - } - } - ] - }, - "minecraft:petrified_oak_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 10150, + "states": [ + { + "id": 10139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 10180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 10181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 10190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 10191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 10200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 10201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 474, + "name": "minecraft:cherry_stairs", + "translation_key": "block.minecraft.cherry_stairs", + "item_id": 401, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11587, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11588, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11589, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11590, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11591, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11592, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:piglin_head": { - "definition": { - "type": "minecraft:skull", - "kind": "piglin", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" + "default_state_id": 10230, + "states": [ + { + "id": 10219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10252, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10253, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10254, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10255, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10257, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10258, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10259, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 10260, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 10261, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10262, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10263, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10264, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10265, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10266, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10267, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10268, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10269, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 10270, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 10271, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 10280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 10281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10282, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10283, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10284, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10285, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10286, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10287, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10288, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10289, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10290, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10291, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10292, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10293, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10294, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10296, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10297, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10298, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 475, + "name": "minecraft:dark_oak_stairs", + "translation_key": "block.minecraft.dark_oak_stairs", + "item_id": 402, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "id": 9322, - "properties": { - "powered": "true", - "rotation": "0" - } - }, - { - "id": 9323, - "properties": { - "powered": "true", - "rotation": "1" - } - }, - { - "id": 9324, - "properties": { - "powered": "true", - "rotation": "2" - } - }, - { - "id": 9325, - "properties": { - "powered": "true", - "rotation": "3" - } - }, - { - "id": 9326, - "properties": { - "powered": "true", - "rotation": "4" - } - }, - { - "id": 9327, - "properties": { - "powered": "true", - "rotation": "5" - } - }, - { - "id": 9328, - "properties": { - "powered": "true", - "rotation": "6" - } - }, - { - "id": 9329, - "properties": { - "powered": "true", - "rotation": "7" - } - }, - { - "id": 9330, - "properties": { - "powered": "true", - "rotation": "8" - } - }, - { - "id": 9331, - "properties": { - "powered": "true", - "rotation": "9" - } - }, - { - "id": 9332, - "properties": { - "powered": "true", - "rotation": "10" - } - }, - { - "id": 9333, - "properties": { - "powered": "true", - "rotation": "11" - } - }, - { - "id": 9334, - "properties": { - "powered": "true", - "rotation": "12" - } - }, - { - "id": 9335, - "properties": { - "powered": "true", - "rotation": "13" - } - }, - { - "id": 9336, - "properties": { - "powered": "true", - "rotation": "14" - } - }, - { - "id": 9337, - "properties": { - "powered": "true", - "rotation": "15" - } - }, - { - "default": true, - "id": 9338, - "properties": { - "powered": "false", - "rotation": "0" - } - }, - { - "id": 9339, - "properties": { - "powered": "false", - "rotation": "1" - } - }, - { - "id": 9340, - "properties": { - "powered": "false", - "rotation": "2" - } - }, - { - "id": 9341, - "properties": { - "powered": "false", - "rotation": "3" - } - }, - { - "id": 9342, - "properties": { - "powered": "false", - "rotation": "4" - } - }, - { - "id": 9343, - "properties": { - "powered": "false", - "rotation": "5" - } - }, - { - "id": 9344, - "properties": { - "powered": "false", - "rotation": "6" - } - }, - { - "id": 9345, - "properties": { - "powered": "false", - "rotation": "7" - } - }, - { - "id": 9346, - "properties": { - "powered": "false", - "rotation": "8" - } - }, - { - "id": 9347, - "properties": { - "powered": "false", - "rotation": "9" - } - }, - { - "id": 9348, - "properties": { - "powered": "false", - "rotation": "10" - } - }, - { - "id": 9349, - "properties": { - "powered": "false", - "rotation": "11" - } - }, - { - "id": 9350, - "properties": { - "powered": "false", - "rotation": "12" - } - }, - { - "id": 9351, - "properties": { - "powered": "false", - "rotation": "13" - } - }, - { - "id": 9352, - "properties": { - "powered": "false", - "rotation": "14" - } - }, - { - "id": 9353, - "properties": { - "powered": "false", - "rotation": "15" - } - } - ] - }, - "minecraft:piglin_wall_head": { - "definition": { - "type": "minecraft:piglinwallskull", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 10310, + "states": [ + { + "id": 10299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10300, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10301, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10303, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10304, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10306, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10307, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10309, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10310, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10311, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10312, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10314, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10315, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10316, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10317, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10318, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10319, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10320, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10321, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10322, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10323, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10324, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10325, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10326, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10327, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10329, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10330, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10331, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10332, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10333, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10334, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10335, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10336, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10337, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10338, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10339, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 10340, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 10341, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10342, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10343, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10344, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10345, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10346, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10347, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10348, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10349, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 10350, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 10351, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10352, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10353, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10354, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10355, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10356, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10357, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10358, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10359, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 10360, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 10361, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10362, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10363, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10364, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10365, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10366, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10367, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10368, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10369, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10370, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10372, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10373, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10374, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10375, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10376, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10377, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10378, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 476, + "name": "minecraft:pale_oak_stairs", + "translation_key": "block.minecraft.pale_oak_stairs", + "item_id": 403, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9354, - "properties": { - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 9355, - "properties": { - "facing": "north", - "powered": "false" - } - }, - { - "id": 9356, - "properties": { - "facing": "south", - "powered": "true" - } - }, - { - "id": 9357, - "properties": { - "facing": "south", - "powered": "false" - } - }, - { - "id": 9358, - "properties": { - "facing": "west", - "powered": "true" - } - }, - { - "id": 9359, - "properties": { - "facing": "west", - "powered": "false" - } - }, - { - "id": 9360, - "properties": { - "facing": "east", - "powered": "true" - } - }, - { - "id": 9361, - "properties": { - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:pink_banner": { - "definition": { - "type": "minecraft:banner", - "color": "pink", - "properties": {} - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 11190, - "properties": { - "rotation": "0" - } - }, - { - "id": 11191, - "properties": { - "rotation": "1" - } - }, - { - "id": 11192, - "properties": { - "rotation": "2" - } - }, - { - "id": 11193, - "properties": { - "rotation": "3" - } - }, - { - "id": 11194, - "properties": { - "rotation": "4" - } - }, - { - "id": 11195, - "properties": { - "rotation": "5" - } - }, - { - "id": 11196, - "properties": { - "rotation": "6" - } - }, - { - "id": 11197, - "properties": { - "rotation": "7" - } - }, - { - "id": 11198, - "properties": { - "rotation": "8" - } - }, - { - "id": 11199, - "properties": { - "rotation": "9" - } - }, - { - "id": 11200, - "properties": { - "rotation": "10" - } - }, - { - "id": 11201, - "properties": { - "rotation": "11" - } - }, - { - "id": 11202, - "properties": { - "rotation": "12" - } - }, - { - "id": 11203, - "properties": { - "rotation": "13" - } - }, - { - "id": 11204, - "properties": { - "rotation": "14" - } - }, - { - "id": 11205, - "properties": { - "rotation": "15" - } - } - ] - }, - "minecraft:pink_bed": { - "definition": { - "type": "minecraft:bed", - "color": "pink", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 10390, + "states": [ + { + "id": 10379, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10380, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10381, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10382, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10383, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10384, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10385, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10386, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10387, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10388, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10389, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10390, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10391, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10392, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10393, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10394, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10395, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10396, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10397, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10398, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10399, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10400, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10401, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10402, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10403, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10404, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10405, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10406, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10407, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10408, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10409, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10410, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10411, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10412, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10413, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10414, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10415, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10416, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10417, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10418, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10419, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 10420, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 10421, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10422, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10423, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10424, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10425, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10426, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10427, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10428, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10429, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 10430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 10431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 10440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 10441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 477, + "name": "minecraft:mangrove_stairs", + "translation_key": "block.minecraft.mangrove_stairs", + "item_id": 404, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "occupied": [ - "true", - "false" + "default_state_id": 10470, + "states": [ + { + "id": 10459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 10500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 10501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 10510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 10511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 10520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 10521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 478, + "name": "minecraft:bamboo_stairs", + "translation_key": "block.minecraft.bamboo_stairs", + "item_id": 405, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "part": [ - "head", - "foot" - ] - }, - "states": [ - { - "id": 1827, - "properties": { - "facing": "north", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1828, - "properties": { - "facing": "north", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1829, - "properties": { - "facing": "north", - "occupied": "false", - "part": "head" - } - }, - { - "default": true, - "id": 1830, - "properties": { - "facing": "north", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1831, - "properties": { - "facing": "south", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1832, - "properties": { - "facing": "south", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1833, - "properties": { - "facing": "south", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1834, - "properties": { - "facing": "south", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1835, - "properties": { - "facing": "west", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1836, - "properties": { - "facing": "west", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1837, - "properties": { - "facing": "west", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1838, - "properties": { - "facing": "west", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1839, - "properties": { - "facing": "east", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1840, - "properties": { - "facing": "east", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1841, - "properties": { - "facing": "east", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1842, - "properties": { - "facing": "east", - "occupied": "false", - "part": "foot" - } - } - ] - }, - "minecraft:pink_candle": { - "definition": { - "type": "minecraft:candle", - "properties": {} - }, - "properties": { - "candles": [ - "1", - "2", - "3", - "4" + "default_state_id": 10550, + "states": [ + { + "id": 10539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 10580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 10581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 10590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 10591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 10600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 10601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 479, + "name": "minecraft:bamboo_mosaic_stairs", + "translation_key": "block.minecraft.bamboo_mosaic_stairs", + "item_id": 406, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "lit": [ - "true", - "false" + "default_state_id": 10630, + "states": [ + { + "id": 10619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 10660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 10661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 10670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 10671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 10680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 10681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 480, + "name": "minecraft:slime_block", + "translation_key": "block.minecraft.slime_block", + "item_id": 678, + "properties": [], + "default_state_id": 10699, + "states": [ + { + "id": 10699, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 481, + "name": "minecraft:barrier", + "translation_key": "block.minecraft.barrier", + "item_id": 457, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21306, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21307, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21308, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21309, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21310, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21311, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21312, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21313, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21314, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21315, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21316, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21317, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21318, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21319, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21320, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21321, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:pink_candle_cake": { - "definition": { - "type": "minecraft:candle_cake", - "candle": "minecraft:pink_candle", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21480, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 21481, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:pink_carpet": { - "definition": { - "type": "minecraft:wool_carpet", - "color": "pink", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11069 - } - ] - }, - "minecraft:pink_concrete": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13203 - } - ] - }, - "minecraft:pink_concrete_powder": { - "definition": { - "type": "minecraft:concrete_powder", - "concrete": "minecraft:pink_concrete", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13219 - } - ] - }, - "minecraft:pink_glazed_terracotta": { - "definition": { - "type": "minecraft:glazed_terracotta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 13157, - "properties": { - "facing": "north" - } - }, - { - "id": 13158, - "properties": { - "facing": "south" - } - }, - { - "id": 13159, - "properties": { - "facing": "west" - } - }, - { - "id": 13160, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:pink_petals": { - "definition": { - "type": "minecraft:pink_petals", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 10701, + "states": [ + { + "id": 10700, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 10701, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 482, + "name": "minecraft:light", + "translation_key": "block.minecraft.light", + "item_id": 458, + "properties": [ + { + "name": "level", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "flower_amount": [ - "1", - "2", - "3", - "4" - ] - }, - "states": [ - { - "default": true, - "id": 25296, - "properties": { - "facing": "north", - "flower_amount": "1" - } - }, - { - "id": 25297, - "properties": { - "facing": "north", - "flower_amount": "2" - } - }, - { - "id": 25298, - "properties": { - "facing": "north", - "flower_amount": "3" - } - }, - { - "id": 25299, - "properties": { - "facing": "north", - "flower_amount": "4" - } - }, - { - "id": 25300, - "properties": { - "facing": "south", - "flower_amount": "1" - } - }, - { - "id": 25301, - "properties": { - "facing": "south", - "flower_amount": "2" - } - }, - { - "id": 25302, - "properties": { - "facing": "south", - "flower_amount": "3" - } - }, - { - "id": 25303, - "properties": { - "facing": "south", - "flower_amount": "4" - } - }, - { - "id": 25304, - "properties": { - "facing": "west", - "flower_amount": "1" - } - }, - { - "id": 25305, - "properties": { - "facing": "west", - "flower_amount": "2" - } - }, - { - "id": 25306, - "properties": { - "facing": "west", - "flower_amount": "3" - } - }, - { - "id": 25307, - "properties": { - "facing": "west", - "flower_amount": "4" - } - }, - { - "id": 25308, - "properties": { - "facing": "east", - "flower_amount": "1" - } - }, - { - "id": 25309, - "properties": { - "facing": "east", - "flower_amount": "2" - } - }, - { - "id": 25310, - "properties": { - "facing": "east", - "flower_amount": "3" - } - }, - { - "id": 25311, - "properties": { - "facing": "east", - "flower_amount": "4" - } - } - ] - }, - "minecraft:pink_shulker_box": { - "definition": { - "type": "minecraft:shulker_box", - "color": "pink", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 13073, - "properties": { - "facing": "north" - } - }, - { - "id": 13074, - "properties": { - "facing": "east" - } - }, - { - "id": 13075, - "properties": { - "facing": "south" - } - }, - { - "id": 13076, - "properties": { - "facing": "west" - } - }, - { - "default": true, - "id": 13077, - "properties": { - "facing": "up" - } - }, - { - "id": 13078, - "properties": { - "facing": "down" - } - } - ] - }, - "minecraft:pink_stained_glass": { - "definition": { - "type": "minecraft:stained_glass", - "color": "pink", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6117 - } - ] - }, - "minecraft:pink_stained_glass_pane": { - "definition": { - "type": "minecraft:stained_glass_pane", - "color": "pink", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 10733, + "states": [ + { + "id": 10702, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10703, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10704, + "luminance": 1, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10705, + "luminance": 1, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10706, + "luminance": 2, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10707, + "luminance": 2, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10708, + "luminance": 3, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10709, + "luminance": 3, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10710, + "luminance": 4, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10711, + "luminance": 4, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10712, + "luminance": 5, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10713, + "luminance": 5, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10714, + "luminance": 6, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10715, + "luminance": 6, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10716, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10717, + "luminance": 7, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10718, + "luminance": 8, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10719, + "luminance": 8, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10720, + "luminance": 9, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10721, + "luminance": 9, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10722, + "luminance": 10, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10723, + "luminance": 10, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10724, + "luminance": 11, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10725, + "luminance": 11, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10726, + "luminance": 12, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10727, + "luminance": 12, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10728, + "luminance": 13, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10729, + "luminance": 13, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10730, + "luminance": 14, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10731, + "luminance": 14, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10732, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 10733, + "luminance": 15, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 483, + "name": "minecraft:iron_trapdoor", + "translation_key": "block.minecraft.iron_trapdoor", + "item_id": 747, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 10749, + "states": [ + { + "id": 10734, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 10735, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 10736, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 10737, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 10738, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 10739, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 10740, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 10741, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 10742, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 10743, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 10744, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 10745, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 10746, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 10747, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 10748, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 10749, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 10750, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 10751, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 10752, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 10753, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 10754, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 10755, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 10756, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 10757, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 10758, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 10759, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 10760, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 10761, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 10762, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 10763, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 10764, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 10765, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 10766, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 10767, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 10768, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 10769, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 10770, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 10771, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 10772, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 10773, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 10774, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 10775, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 10776, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 10777, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 10778, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 10779, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 10780, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 10781, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 10782, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 10783, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 10784, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 10785, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 10786, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 10787, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 10788, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 10789, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 10790, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 10791, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 10792, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 10793, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 10794, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 10795, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 10796, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 10797, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 484, + "name": "minecraft:prismarine", + "translation_key": "block.minecraft.prismarine", + "item_id": 517, + "properties": [], + "default_state_id": 10798, + "states": [ + { + "id": 10798, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 485, + "name": "minecraft:prismarine_bricks", + "translation_key": "block.minecraft.prismarine_bricks", + "item_id": 518, + "properties": [], + "default_state_id": 10799, + "states": [ + { + "id": 10799, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 486, + "name": "minecraft:dark_prismarine", + "translation_key": "block.minecraft.dark_prismarine", + "item_id": 519, + "properties": [], + "default_state_id": 10800, + "states": [ + { + "id": 10800, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 487, + "name": "minecraft:prismarine_stairs", + "translation_key": "block.minecraft.prismarine_stairs", + "item_id": 520, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 10812, + "states": [ + { + "id": 10801, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10802, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10822, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10823, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10824, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10841, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 10842, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 10843, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10844, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10845, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10846, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10847, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10848, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10849, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10850, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10851, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 10852, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 10853, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10854, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10855, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10856, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10857, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10858, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10859, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10860, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10861, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 10862, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 10863, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10864, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10865, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10866, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10867, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10868, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10869, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10870, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10871, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10872, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10873, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10874, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10875, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10876, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10877, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10878, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 488, + "name": "minecraft:prismarine_brick_stairs", + "translation_key": "block.minecraft.prismarine_brick_stairs", + "item_id": 521, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 10892, + "states": [ + { + "id": 10881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10889, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10891, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10893, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 10922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 10923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 10932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 10933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 10939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 10942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 10943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 10953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 489, + "name": "minecraft:dark_prismarine_stairs", + "translation_key": "block.minecraft.dark_prismarine_stairs", + "item_id": 522, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9819, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9820, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9821, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9822, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9823, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9824, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9825, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9826, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9827, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9828, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9829, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9830, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9831, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9832, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9833, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9834, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9835, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9836, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9837, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9838, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9839, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9840, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9841, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9842, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9843, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9844, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9845, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9846, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9847, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9848, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9849, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 9850, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:pink_terracotta": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9617 - } - ] - }, - "minecraft:pink_tulip": { - "definition": { - "type": "minecraft:flower", - "properties": {}, - "suspicious_stew_effects": [ - { - "duration": 180, - "id": "minecraft:weakness" - } - ] - }, - "states": [ - { - "default": true, - "id": 2127 - } - ] - }, - "minecraft:pink_wall_banner": { - "definition": { - "type": "minecraft:wall_banner", - "color": "pink", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 11374, - "properties": { - "facing": "north" - } - }, - { - "id": 11375, - "properties": { - "facing": "south" - } - }, - { - "id": 11376, - "properties": { - "facing": "west" - } - }, - { - "id": 11377, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:pink_wool": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2096 - } - ] - }, - "minecraft:piston": { - "definition": { - "type": "minecraft:piston_base", - "properties": {}, - "sticky": false - }, - "properties": { - "extended": [ - "true", - "false" + "default_state_id": 10972, + "states": [ + { + "id": 10961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 10963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 10965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 10967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 10969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 10971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 10973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 10975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 10977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 10979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 10981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 10983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 10985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 10987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 10989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 10991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 10993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 10995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 10997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 10999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 11000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 11001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 11002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 11003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 11004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 11005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 11006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 11007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 11008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 11009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 11010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 11011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 11012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 11013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 11014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 11015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 11016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 11017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 11018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 11019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 11020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 11021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 11022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 11023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 11024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 11025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 11026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 11027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 11028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 11029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 11030, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 11031, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 11032, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 11033, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 11034, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 11035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 11036, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 11037, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 11038, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 11039, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 11040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 490, + "name": "minecraft:prismarine_slab", + "translation_key": "block.minecraft.prismarine_slab", + "item_id": 289, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 2054, - "properties": { - "extended": "true", - "facing": "north" - } - }, - { - "id": 2055, - "properties": { - "extended": "true", - "facing": "east" - } - }, - { - "id": 2056, - "properties": { - "extended": "true", - "facing": "south" - } - }, - { - "id": 2057, - "properties": { - "extended": "true", - "facing": "west" - } - }, - { - "id": 2058, - "properties": { - "extended": "true", - "facing": "up" - } - }, - { - "id": 2059, - "properties": { - "extended": "true", - "facing": "down" - } - }, - { - "default": true, - "id": 2060, - "properties": { - "extended": "false", - "facing": "north" - } - }, - { - "id": 2061, - "properties": { - "extended": "false", - "facing": "east" - } - }, - { - "id": 2062, - "properties": { - "extended": "false", - "facing": "south" - } - }, - { - "id": 2063, - "properties": { - "extended": "false", - "facing": "west" - } - }, - { - "id": 2064, - "properties": { - "extended": "false", - "facing": "up" - } - }, - { - "id": 2065, - "properties": { - "extended": "false", - "facing": "down" - } - } - ] - }, - "minecraft:piston_head": { - "definition": { - "type": "minecraft:piston_head", - "properties": {} - }, - "properties": { - "type": [ - "normal", - "sticky" + "default_state_id": 11044, + "states": [ + { + "id": 11041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 491, + "name": "minecraft:prismarine_brick_slab", + "translation_key": "block.minecraft.prismarine_brick_slab", + "item_id": 290, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" + "default_state_id": 11050, + "states": [ + { + "id": 11047, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 492, + "name": "minecraft:dark_prismarine_slab", + "translation_key": "block.minecraft.dark_prismarine_slab", + "item_id": 291, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "short": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 2066, - "properties": { - "type": "normal", - "facing": "north", - "short": "true" - } - }, - { - "id": 2067, - "properties": { - "type": "sticky", - "facing": "north", - "short": "true" - } - }, - { - "default": true, - "id": 2068, - "properties": { - "type": "normal", - "facing": "north", - "short": "false" - } - }, - { - "id": 2069, - "properties": { - "type": "sticky", - "facing": "north", - "short": "false" - } - }, - { - "id": 2070, - "properties": { - "type": "normal", - "facing": "east", - "short": "true" - } - }, - { - "id": 2071, - "properties": { - "type": "sticky", - "facing": "east", - "short": "true" - } - }, - { - "id": 2072, - "properties": { - "type": "normal", - "facing": "east", - "short": "false" - } - }, - { - "id": 2073, - "properties": { - "type": "sticky", - "facing": "east", - "short": "false" - } - }, - { - "id": 2074, - "properties": { - "type": "normal", - "facing": "south", - "short": "true" - } - }, - { - "id": 2075, - "properties": { - "type": "sticky", - "facing": "south", - "short": "true" - } - }, - { - "id": 2076, - "properties": { - "type": "normal", - "facing": "south", - "short": "false" - } - }, - { - "id": 2077, - "properties": { - "type": "sticky", - "facing": "south", - "short": "false" - } - }, - { - "id": 2078, - "properties": { - "type": "normal", - "facing": "west", - "short": "true" - } - }, - { - "id": 2079, - "properties": { - "type": "sticky", - "facing": "west", - "short": "true" - } - }, - { - "id": 2080, - "properties": { - "type": "normal", - "facing": "west", - "short": "false" - } - }, - { - "id": 2081, - "properties": { - "type": "sticky", - "facing": "west", - "short": "false" - } - }, - { - "id": 2082, - "properties": { - "type": "normal", - "facing": "up", - "short": "true" - } - }, - { - "id": 2083, - "properties": { - "type": "sticky", - "facing": "up", - "short": "true" - } - }, - { - "id": 2084, - "properties": { - "type": "normal", - "facing": "up", - "short": "false" - } - }, - { - "id": 2085, - "properties": { - "type": "sticky", - "facing": "up", - "short": "false" - } - }, - { - "id": 2086, - "properties": { - "type": "normal", - "facing": "down", - "short": "true" - } - }, - { - "id": 2087, - "properties": { - "type": "sticky", - "facing": "down", - "short": "true" - } - }, - { - "id": 2088, - "properties": { - "type": "normal", - "facing": "down", - "short": "false" - } - }, - { - "id": 2089, - "properties": { - "type": "sticky", - "facing": "down", - "short": "false" - } - } - ] - }, - "minecraft:pitcher_crop": { - "definition": { - "type": "minecraft:pitcher_crop", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3", - "4" + "default_state_id": 11056, + "states": [ + { + "id": 11053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 493, + "name": "minecraft:sea_lantern", + "translation_key": "block.minecraft.sea_lantern", + "item_id": 523, + "properties": [], + "default_state_id": 11059, + "states": [ + { + "id": 11059, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 494, + "name": "minecraft:hay_block", + "translation_key": "block.minecraft.hay_block", + "item_id": 459, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "half": [ - "upper", - "lower" - ] - }, - "states": [ - { - "id": 12966, - "properties": { - "age": "0", - "half": "upper" - } - }, - { - "default": true, - "id": 12967, - "properties": { - "age": "0", - "half": "lower" - } - }, - { - "id": 12968, - "properties": { - "age": "1", - "half": "upper" - } - }, - { - "id": 12969, - "properties": { - "age": "1", - "half": "lower" - } - }, - { - "id": 12970, - "properties": { - "age": "2", - "half": "upper" - } - }, - { - "id": 12971, - "properties": { - "age": "2", - "half": "lower" - } - }, - { - "id": 12972, - "properties": { - "age": "3", - "half": "upper" - } - }, - { - "id": 12973, - "properties": { - "age": "3", - "half": "lower" - } - }, - { - "id": 12974, - "properties": { - "age": "4", - "half": "upper" - } - }, - { - "id": 12975, - "properties": { - "age": "4", - "half": "lower" - } - } - ] - }, - "minecraft:pitcher_plant": { - "definition": { - "type": "minecraft:double_plant", - "properties": {} - }, - "properties": { - "half": [ - "upper", - "lower" - ] - }, - "states": [ - { - "id": 12976, - "properties": { - "half": "upper" - } - }, - { - "default": true, - "id": 12977, - "properties": { - "half": "lower" - } - } - ] - }, - "minecraft:player_head": { - "definition": { - "type": "minecraft:player_head", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" + "default_state_id": 11061, + "states": [ + { + "id": 11060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 495, + "name": "minecraft:white_carpet", + "translation_key": "block.minecraft.white_carpet", + "item_id": 460, + "properties": [], + "default_state_id": 11063, + "states": [ + { + "id": 11063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 496, + "name": "minecraft:orange_carpet", + "translation_key": "block.minecraft.orange_carpet", + "item_id": 461, + "properties": [], + "default_state_id": 11064, + "states": [ + { + "id": 11064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 497, + "name": "minecraft:magenta_carpet", + "translation_key": "block.minecraft.magenta_carpet", + "item_id": 462, + "properties": [], + "default_state_id": 11065, + "states": [ + { + "id": 11065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 498, + "name": "minecraft:light_blue_carpet", + "translation_key": "block.minecraft.light_blue_carpet", + "item_id": 463, + "properties": [], + "default_state_id": 11066, + "states": [ + { + "id": 11066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 499, + "name": "minecraft:yellow_carpet", + "translation_key": "block.minecraft.yellow_carpet", + "item_id": 464, + "properties": [], + "default_state_id": 11067, + "states": [ + { + "id": 11067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 500, + "name": "minecraft:lime_carpet", + "translation_key": "block.minecraft.lime_carpet", + "item_id": 465, + "properties": [], + "default_state_id": 11068, + "states": [ + { + "id": 11068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 501, + "name": "minecraft:pink_carpet", + "translation_key": "block.minecraft.pink_carpet", + "item_id": 466, + "properties": [], + "default_state_id": 11069, + "states": [ + { + "id": 11069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 502, + "name": "minecraft:gray_carpet", + "translation_key": "block.minecraft.gray_carpet", + "item_id": 467, + "properties": [], + "default_state_id": 11070, + "states": [ + { + "id": 11070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 503, + "name": "minecraft:light_gray_carpet", + "translation_key": "block.minecraft.light_gray_carpet", + "item_id": 468, + "properties": [], + "default_state_id": 11071, + "states": [ + { + "id": 11071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 504, + "name": "minecraft:cyan_carpet", + "translation_key": "block.minecraft.cyan_carpet", + "item_id": 469, + "properties": [], + "default_state_id": 11072, + "states": [ + { + "id": 11072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 505, + "name": "minecraft:purple_carpet", + "translation_key": "block.minecraft.purple_carpet", + "item_id": 470, + "properties": [], + "default_state_id": 11073, + "states": [ + { + "id": 11073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 506, + "name": "minecraft:blue_carpet", + "translation_key": "block.minecraft.blue_carpet", + "item_id": 471, + "properties": [], + "default_state_id": 11074, + "states": [ + { + "id": 11074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 507, + "name": "minecraft:brown_carpet", + "translation_key": "block.minecraft.brown_carpet", + "item_id": 472, + "properties": [], + "default_state_id": 11075, + "states": [ + { + "id": 11075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 508, + "name": "minecraft:green_carpet", + "translation_key": "block.minecraft.green_carpet", + "item_id": 473, + "properties": [], + "default_state_id": 11076, + "states": [ + { + "id": 11076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 509, + "name": "minecraft:red_carpet", + "translation_key": "block.minecraft.red_carpet", + "item_id": 474, + "properties": [], + "default_state_id": 11077, + "states": [ + { + "id": 11077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 510, + "name": "minecraft:black_carpet", + "translation_key": "block.minecraft.black_carpet", + "item_id": 475, + "properties": [], + "default_state_id": 11078, + "states": [ + { + "id": 11078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 511, + "name": "minecraft:terracotta", + "translation_key": "block.minecraft.terracotta", + "item_id": 476, + "properties": [], + "default_state_id": 11079, + "states": [ + { + "id": 11079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 512, + "name": "minecraft:coal_block", + "translation_key": "block.minecraft.coal_block", + "item_id": 83, + "properties": [], + "default_state_id": 11080, + "states": [ + { + "id": 11080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 513, + "name": "minecraft:packed_ice", + "translation_key": "block.minecraft.packed_ice", + "item_id": 477, + "properties": [], + "default_state_id": 11081, + "states": [ + { + "id": 11081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 514, + "name": "minecraft:sunflower", + "translation_key": "block.minecraft.sunflower", + "item_id": 479, + "properties": [ + { + "name": "half", + "values": [ + "upper", + "lower" + ] + } ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "id": 9202, - "properties": { - "powered": "true", - "rotation": "0" - } - }, - { - "id": 9203, - "properties": { - "powered": "true", - "rotation": "1" - } - }, - { - "id": 9204, - "properties": { - "powered": "true", - "rotation": "2" - } - }, - { - "id": 9205, - "properties": { - "powered": "true", - "rotation": "3" - } - }, - { - "id": 9206, - "properties": { - "powered": "true", - "rotation": "4" - } - }, - { - "id": 9207, - "properties": { - "powered": "true", - "rotation": "5" - } - }, - { - "id": 9208, - "properties": { - "powered": "true", - "rotation": "6" - } - }, - { - "id": 9209, - "properties": { - "powered": "true", - "rotation": "7" - } - }, - { - "id": 9210, - "properties": { - "powered": "true", - "rotation": "8" - } - }, - { - "id": 9211, - "properties": { - "powered": "true", - "rotation": "9" - } - }, - { - "id": 9212, - "properties": { - "powered": "true", - "rotation": "10" - } - }, - { - "id": 9213, - "properties": { - "powered": "true", - "rotation": "11" - } - }, - { - "id": 9214, - "properties": { - "powered": "true", - "rotation": "12" - } - }, - { - "id": 9215, - "properties": { - "powered": "true", - "rotation": "13" - } - }, - { - "id": 9216, - "properties": { - "powered": "true", - "rotation": "14" - } - }, - { - "id": 9217, - "properties": { - "powered": "true", - "rotation": "15" - } - }, - { - "default": true, - "id": 9218, - "properties": { - "powered": "false", - "rotation": "0" - } - }, - { - "id": 9219, - "properties": { - "powered": "false", - "rotation": "1" - } - }, - { - "id": 9220, - "properties": { - "powered": "false", - "rotation": "2" - } - }, - { - "id": 9221, - "properties": { - "powered": "false", - "rotation": "3" - } - }, - { - "id": 9222, - "properties": { - "powered": "false", - "rotation": "4" - } - }, - { - "id": 9223, - "properties": { - "powered": "false", - "rotation": "5" - } - }, - { - "id": 9224, - "properties": { - "powered": "false", - "rotation": "6" - } - }, - { - "id": 9225, - "properties": { - "powered": "false", - "rotation": "7" - } - }, - { - "id": 9226, - "properties": { - "powered": "false", - "rotation": "8" - } - }, - { - "id": 9227, - "properties": { - "powered": "false", - "rotation": "9" - } - }, - { - "id": 9228, - "properties": { - "powered": "false", - "rotation": "10" - } - }, - { - "id": 9229, - "properties": { - "powered": "false", - "rotation": "11" - } - }, - { - "id": 9230, - "properties": { - "powered": "false", - "rotation": "12" - } - }, - { - "id": 9231, - "properties": { - "powered": "false", - "rotation": "13" - } - }, - { - "id": 9232, - "properties": { - "powered": "false", - "rotation": "14" - } - }, - { - "id": 9233, - "properties": { - "powered": "false", - "rotation": "15" - } - } - ] - }, - "minecraft:player_wall_head": { - "definition": { - "type": "minecraft:player_wall_head", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 11083, + "states": [ + { + "id": 11082, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11083, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 515, + "name": "minecraft:lilac", + "translation_key": "block.minecraft.lilac", + "item_id": 480, + "properties": [ + { + "name": "half", + "values": [ + "upper", + "lower" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9234, - "properties": { - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 9235, - "properties": { - "facing": "north", - "powered": "false" - } - }, - { - "id": 9236, - "properties": { - "facing": "south", - "powered": "true" - } - }, - { - "id": 9237, - "properties": { - "facing": "south", - "powered": "false" - } - }, - { - "id": 9238, - "properties": { - "facing": "west", - "powered": "true" - } - }, - { - "id": 9239, - "properties": { - "facing": "west", - "powered": "false" - } - }, - { - "id": 9240, - "properties": { - "facing": "east", - "powered": "true" - } - }, - { - "id": 9241, - "properties": { - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:podzol": { - "definition": { - "type": "minecraft:snowy_dirt", - "properties": {} - }, - "properties": { - "snowy": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12, - "properties": { - "snowy": "true" - } - }, - { - "default": true, - "id": 13, - "properties": { - "snowy": "false" - } - } - ] - }, - "minecraft:pointed_dripstone": { - "definition": { - "type": "minecraft:pointed_dripstone", - "properties": {} - }, - "properties": { - "thickness": [ - "tip_merge", - "tip", - "frustum", - "middle", - "base" + "default_state_id": 11085, + "states": [ + { + "id": 11084, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11085, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 516, + "name": "minecraft:rose_bush", + "translation_key": "block.minecraft.rose_bush", + "item_id": 481, + "properties": [ + { + "name": "half", + "values": [ + "upper", + "lower" + ] + } ], - "vertical_direction": [ - "up", - "down" + "default_state_id": 11087, + "states": [ + { + "id": 11086, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11087, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 517, + "name": "minecraft:peony", + "translation_key": "block.minecraft.peony", + "item_id": 482, + "properties": [ + { + "name": "half", + "values": [ + "upper", + "lower" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25217, - "properties": { - "thickness": "tip_merge", - "vertical_direction": "up", - "waterlogged": "true" - } - }, - { - "id": 25218, - "properties": { - "thickness": "tip_merge", - "vertical_direction": "up", - "waterlogged": "false" - } - }, - { - "id": 25219, - "properties": { - "thickness": "tip_merge", - "vertical_direction": "down", - "waterlogged": "true" - } - }, - { - "id": 25220, - "properties": { - "thickness": "tip_merge", - "vertical_direction": "down", - "waterlogged": "false" - } - }, - { - "id": 25221, - "properties": { - "thickness": "tip", - "vertical_direction": "up", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25222, - "properties": { - "thickness": "tip", - "vertical_direction": "up", - "waterlogged": "false" - } - }, - { - "id": 25223, - "properties": { - "thickness": "tip", - "vertical_direction": "down", - "waterlogged": "true" - } - }, - { - "id": 25224, - "properties": { - "thickness": "tip", - "vertical_direction": "down", - "waterlogged": "false" - } - }, - { - "id": 25225, - "properties": { - "thickness": "frustum", - "vertical_direction": "up", - "waterlogged": "true" - } - }, - { - "id": 25226, - "properties": { - "thickness": "frustum", - "vertical_direction": "up", - "waterlogged": "false" - } - }, - { - "id": 25227, - "properties": { - "thickness": "frustum", - "vertical_direction": "down", - "waterlogged": "true" - } - }, - { - "id": 25228, - "properties": { - "thickness": "frustum", - "vertical_direction": "down", - "waterlogged": "false" - } - }, - { - "id": 25229, - "properties": { - "thickness": "middle", - "vertical_direction": "up", - "waterlogged": "true" - } - }, - { - "id": 25230, - "properties": { - "thickness": "middle", - "vertical_direction": "up", - "waterlogged": "false" - } - }, - { - "id": 25231, - "properties": { - "thickness": "middle", - "vertical_direction": "down", - "waterlogged": "true" - } - }, - { - "id": 25232, - "properties": { - "thickness": "middle", - "vertical_direction": "down", - "waterlogged": "false" - } - }, - { - "id": 25233, - "properties": { - "thickness": "base", - "vertical_direction": "up", - "waterlogged": "true" - } - }, - { - "id": 25234, - "properties": { - "thickness": "base", - "vertical_direction": "up", - "waterlogged": "false" - } - }, - { - "id": 25235, - "properties": { - "thickness": "base", - "vertical_direction": "down", - "waterlogged": "true" - } - }, - { - "id": 25236, - "properties": { - "thickness": "base", - "vertical_direction": "down", - "waterlogged": "false" - } - } - ] - }, - "minecraft:polished_andesite": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 7 - } - ] - }, - "minecraft:polished_andesite_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 11089, + "states": [ + { + "id": 11088, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11089, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 518, + "name": "minecraft:tall_grass", + "translation_key": "block.minecraft.tall_grass", + "item_id": 483, + "properties": [ + { + "name": "half", + "values": [ + "upper", + "lower" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14617, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 14618, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 14619, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14620, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 14621, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 14622, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:polished_andesite_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:polished_andesite" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 11091, + "states": [ + { + "id": 11090, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 11091, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 519, + "name": "minecraft:large_fern", + "translation_key": "block.minecraft.large_fern", + "item_id": 484, + "properties": [ + { + "name": "half", + "values": [ + "upper", + "lower" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 11093, + "states": [ + { + "id": 11092, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 11093, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 520, + "name": "minecraft:white_banner", + "translation_key": "block.minecraft.white_banner", + "item_id": 1175, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 11094, + "states": [ + { + "id": 11094, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11095, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11096, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11097, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11098, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11099, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11100, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11101, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11102, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11103, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11104, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11105, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11106, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11107, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11108, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11109, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 521, + "name": "minecraft:orange_banner", + "translation_key": "block.minecraft.orange_banner", + "item_id": 1176, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 11110, + "states": [ + { + "id": 11110, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11111, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11112, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11113, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11114, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11115, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11116, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11117, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11118, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11119, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11120, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11121, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11122, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11123, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11124, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11125, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 522, + "name": "minecraft:magenta_banner", + "translation_key": "block.minecraft.magenta_banner", + "item_id": 1177, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 11126, + "states": [ + { + "id": 11126, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11127, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11128, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11129, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11130, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11131, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11132, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11133, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11134, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11135, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11136, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11137, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11138, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11139, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11140, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11141, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 523, + "name": "minecraft:light_blue_banner", + "translation_key": "block.minecraft.light_blue_banner", + "item_id": 1178, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 11142, + "states": [ + { + "id": 11142, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11143, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11144, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11145, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11146, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11147, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11148, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11149, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11150, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11151, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11152, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11153, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11154, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11155, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11156, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11157, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 524, + "name": "minecraft:yellow_banner", + "translation_key": "block.minecraft.yellow_banner", + "item_id": 1179, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 11158, + "states": [ + { + "id": 11158, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11159, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11160, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11161, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11162, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11163, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11164, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11165, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11166, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11167, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11168, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11169, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11170, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11171, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11172, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11173, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 525, + "name": "minecraft:lime_banner", + "translation_key": "block.minecraft.lime_banner", + "item_id": 1180, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 11174, + "states": [ + { + "id": 11174, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11175, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11176, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11177, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11178, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11179, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11180, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11181, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11182, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11183, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11184, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11185, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11186, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11187, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11188, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11189, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 526, + "name": "minecraft:pink_banner", + "translation_key": "block.minecraft.pink_banner", + "item_id": 1181, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 11190, + "states": [ + { + "id": 11190, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11191, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11192, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11193, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11194, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11195, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11196, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11197, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11198, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11199, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11200, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11201, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11202, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11203, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11204, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11205, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 527, + "name": "minecraft:gray_banner", + "translation_key": "block.minecraft.gray_banner", + "item_id": 1182, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 11206, + "states": [ + { + "id": 11206, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11207, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11208, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11209, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11210, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11211, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11212, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11213, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11214, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11215, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11216, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11217, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11218, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11219, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11220, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11221, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 528, + "name": "minecraft:light_gray_banner", + "translation_key": "block.minecraft.light_gray_banner", + "item_id": 1183, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 11222, + "states": [ + { + "id": 11222, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11223, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11224, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11225, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11226, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11227, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11228, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11229, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11230, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11231, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11232, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11233, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11234, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11235, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11236, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11237, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 529, + "name": "minecraft:cyan_banner", + "translation_key": "block.minecraft.cyan_banner", + "item_id": 1184, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 11238, + "states": [ + { + "id": 11238, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11239, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11240, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11241, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11242, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11243, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11244, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11245, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11246, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11247, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11248, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11249, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11250, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11251, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11252, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11253, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 530, + "name": "minecraft:purple_banner", + "translation_key": "block.minecraft.purple_banner", + "item_id": 1185, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 11254, + "states": [ + { + "id": 11254, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11255, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11256, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11257, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11258, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11259, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11260, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11261, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11262, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11263, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11264, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11265, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11266, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11267, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11268, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11269, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 531, + "name": "minecraft:blue_banner", + "translation_key": "block.minecraft.blue_banner", + "item_id": 1186, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 11270, + "states": [ + { + "id": 11270, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11271, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11272, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11273, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11274, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11275, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11276, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11277, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11278, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11279, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11280, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11281, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11282, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11283, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11284, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11285, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 532, + "name": "minecraft:brown_banner", + "translation_key": "block.minecraft.brown_banner", + "item_id": 1187, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 11286, + "states": [ + { + "id": 11286, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11287, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11288, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11289, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11290, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11291, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11292, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11293, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11294, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11295, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11296, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11297, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11298, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11299, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11300, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11301, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 533, + "name": "minecraft:green_banner", + "translation_key": "block.minecraft.green_banner", + "item_id": 1188, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 11302, + "states": [ + { + "id": 11302, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11303, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11304, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11305, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11306, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11307, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11308, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11309, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11310, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11311, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11312, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11313, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11314, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11315, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11316, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11317, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 534, + "name": "minecraft:red_banner", + "translation_key": "block.minecraft.red_banner", + "item_id": 1189, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 11318, + "states": [ + { + "id": 11318, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11319, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11320, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11321, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11322, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11323, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11324, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11325, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11326, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11327, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11328, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11329, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11330, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11331, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11332, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11333, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 535, + "name": "minecraft:black_banner", + "translation_key": "block.minecraft.black_banner", + "item_id": 1190, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 11334, + "states": [ + { + "id": 11334, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11335, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11336, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11337, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11338, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11339, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11340, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11341, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11342, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11343, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11344, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11345, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11346, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11347, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11348, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11349, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 536, + "name": "minecraft:white_wall_banner", + "translation_key": "block.minecraft.white_banner", + "item_id": 1175, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 11350, + "states": [ + { + "id": 11350, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11351, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11352, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11353, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 537, + "name": "minecraft:orange_wall_banner", + "translation_key": "block.minecraft.orange_banner", + "item_id": 1176, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14391, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14392, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14393, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14394, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14395, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14396, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14397, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14398, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14399, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14400, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14401, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14402, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14403, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14404, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14405, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14406, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14407, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14408, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14409, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14410, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14411, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14412, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14413, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14414, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14415, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14416, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14417, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14418, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14419, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14420, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14421, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14422, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14423, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14424, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14425, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14426, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14427, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14428, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14429, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14430, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14431, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14432, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14433, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14434, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14435, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14436, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14437, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14438, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14439, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14440, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14441, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14442, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14443, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14444, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14445, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14446, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14447, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14448, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14449, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14450, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14451, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14452, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14453, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14454, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14455, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14456, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14457, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14458, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14459, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14460, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14461, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14462, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14463, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14464, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14465, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14466, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14467, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14468, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14469, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14470, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:polished_basalt": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 6021, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 6022, - "properties": { - "axis": "y" - } - }, - { - "id": 6023, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:polished_blackstone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 20340 - } - ] - }, - "minecraft:polished_blackstone_brick_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 11354, + "states": [ + { + "id": 11354, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11355, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11356, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11357, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 538, + "name": "minecraft:magenta_wall_banner", + "translation_key": "block.minecraft.magenta_banner", + "item_id": 1177, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 20344, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 20345, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 20346, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 20347, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 20348, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 20349, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:polished_blackstone_brick_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:polished_blackstone_bricks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 11358, + "states": [ + { + "id": 11358, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11359, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11360, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11361, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 539, + "name": "minecraft:light_blue_wall_banner", + "translation_key": "block.minecraft.light_blue_banner", + "item_id": 1178, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 11362, + "states": [ + { + "id": 11362, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11363, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11364, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11365, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 540, + "name": "minecraft:yellow_wall_banner", + "translation_key": "block.minecraft.yellow_banner", + "item_id": 1179, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 11366, + "states": [ + { + "id": 11366, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11367, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11368, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11369, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 541, + "name": "minecraft:lime_wall_banner", + "translation_key": "block.minecraft.lime_banner", + "item_id": 1180, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 20350, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 20351, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 20352, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 20353, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 20354, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 20355, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 20356, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 20357, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 20358, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 20359, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 20360, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 20361, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 20362, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 20363, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 20364, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 20365, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 20366, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 20367, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 20368, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 20369, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 20370, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 20371, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 20372, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 20373, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 20374, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 20375, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 20376, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 20377, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 20378, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 20379, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 20380, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 20381, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 20382, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 20383, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 20384, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 20385, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 20386, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 20387, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 20388, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 20389, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 20390, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 20391, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 20392, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 20393, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 20394, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 20395, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 20396, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 20397, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 20398, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 20399, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 20400, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 20401, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 20402, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 20403, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 20404, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 20405, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 20406, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 20407, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 20408, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 20409, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 20410, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 20411, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 20412, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 20413, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 20414, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 20415, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 20416, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 20417, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 20418, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 20419, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 20420, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 20421, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 20422, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 20423, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 20424, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 20425, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 20426, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 20427, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 20428, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 20429, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:polished_blackstone_brick_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" + "default_state_id": 11370, + "states": [ + { + "id": 11370, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11371, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11372, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11373, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 542, + "name": "minecraft:pink_wall_banner", + "translation_key": "block.minecraft.pink_banner", + "item_id": 1181, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "north": [ - "none", - "low", - "tall" + "default_state_id": 11374, + "states": [ + { + "id": 11374, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11375, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11376, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11377, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 543, + "name": "minecraft:gray_wall_banner", + "translation_key": "block.minecraft.gray_banner", + "item_id": 1182, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "south": [ - "none", - "low", - "tall" + "default_state_id": 11378, + "states": [ + { + "id": 11378, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11379, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11380, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11381, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 544, + "name": "minecraft:light_gray_wall_banner", + "translation_key": "block.minecraft.light_gray_banner", + "item_id": 1183, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 11382, + "states": [ + { + "id": 11382, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11383, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11384, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11385, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 545, + "name": "minecraft:cyan_wall_banner", + "translation_key": "block.minecraft.cyan_banner", + "item_id": 1184, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 11386, + "states": [ + { + "id": 11386, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11387, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11388, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11389, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 546, + "name": "minecraft:purple_wall_banner", + "translation_key": "block.minecraft.purple_banner", + "item_id": 1185, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 20430, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20431, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20432, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 20433, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20434, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20435, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20436, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20437, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20438, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20439, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20440, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20441, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20442, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20443, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20444, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20445, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20446, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20447, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20448, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20449, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20450, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20451, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20452, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20453, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20454, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20455, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20456, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20457, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20458, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20459, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20460, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20461, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20462, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20463, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20464, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20465, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20466, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20467, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20468, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20469, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20470, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20471, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20472, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20473, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20474, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20475, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20476, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20477, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20478, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20479, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20480, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20481, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20482, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20483, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20484, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20485, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20486, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20487, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20488, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20489, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20490, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20491, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20492, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20493, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20494, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20495, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20496, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20497, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20498, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20499, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20500, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20501, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20502, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20503, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20504, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20505, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20506, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20507, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20508, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20509, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20510, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20511, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20512, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20513, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20514, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20515, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20516, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20517, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20518, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20519, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20520, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20521, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20522, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20523, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20524, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20525, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20526, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20527, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20528, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20529, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20530, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20531, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20532, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20533, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20534, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20535, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20536, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20537, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20538, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20539, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20540, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20541, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20542, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20543, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20544, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20545, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20546, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20547, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20548, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20549, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20550, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20551, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20552, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20553, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20554, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20555, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20556, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20557, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20558, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20559, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20560, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20561, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20562, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20563, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20564, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20565, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20566, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20567, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20568, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20569, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20570, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20571, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20572, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20573, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20574, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20575, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20576, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20577, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20578, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20579, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20580, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20581, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20582, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20583, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20584, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20585, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20586, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20587, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20588, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20589, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20590, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20591, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20592, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20593, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20594, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20595, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20596, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20597, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20598, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20599, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20600, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20601, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20602, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20603, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20604, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20605, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20606, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20607, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20608, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20609, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20610, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20611, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20612, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20613, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20614, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20615, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20616, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20617, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20618, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20619, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20620, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20621, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20622, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20623, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20624, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20625, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20626, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20627, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20628, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20629, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20630, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20631, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20632, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20633, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20634, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20635, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20636, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20637, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20638, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20639, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20640, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20641, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20642, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20643, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20644, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20645, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20646, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20647, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20648, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20649, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20650, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20651, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20652, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20653, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20654, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20655, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20656, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20657, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20658, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20659, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20660, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20661, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20662, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20663, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20664, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20665, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20666, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20667, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20668, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20669, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20670, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20671, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20672, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20673, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20674, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20675, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20676, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20677, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20678, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20679, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20680, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20681, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20682, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20683, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20684, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20685, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20686, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20687, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20688, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20689, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20690, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20691, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20692, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20693, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20694, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20695, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20696, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20697, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20698, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20699, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20700, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20701, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20702, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20703, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20704, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20705, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20706, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20707, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20708, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20709, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20710, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20711, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20712, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20713, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20714, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20715, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20716, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20717, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20718, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20719, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20720, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20721, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20722, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20723, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20724, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20725, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20726, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20727, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20728, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20729, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20730, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20731, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20732, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20733, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20734, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20735, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20736, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20737, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20738, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20739, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20740, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20741, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20742, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20743, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20744, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20745, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20746, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20747, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20748, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20749, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20750, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20751, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20752, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20753, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:polished_blackstone_bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 20341 - } - ] - }, - "minecraft:polished_blackstone_button": { - "definition": { - "type": "minecraft:button", - "block_set_type": "stone", - "properties": {}, - "ticks_to_stay_pressed": 20 - }, - "properties": { - "face": [ - "floor", - "wall", - "ceiling" + "default_state_id": 11390, + "states": [ + { + "id": 11390, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11391, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11392, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11393, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 547, + "name": "minecraft:blue_wall_banner", + "translation_key": "block.minecraft.blue_banner", + "item_id": 1186, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 11394, + "states": [ + { + "id": 11394, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11395, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11396, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11397, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 548, + "name": "minecraft:brown_wall_banner", + "translation_key": "block.minecraft.brown_banner", + "item_id": 1187, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 20843, - "properties": { - "face": "floor", - "facing": "north", - "powered": "true" - } - }, - { - "id": 20844, - "properties": { - "face": "floor", - "facing": "north", - "powered": "false" - } - }, - { - "id": 20845, - "properties": { - "face": "floor", - "facing": "south", - "powered": "true" - } - }, - { - "id": 20846, - "properties": { - "face": "floor", - "facing": "south", - "powered": "false" - } - }, - { - "id": 20847, - "properties": { - "face": "floor", - "facing": "west", - "powered": "true" - } - }, - { - "id": 20848, - "properties": { - "face": "floor", - "facing": "west", - "powered": "false" - } - }, - { - "id": 20849, - "properties": { - "face": "floor", - "facing": "east", - "powered": "true" - } - }, - { - "id": 20850, - "properties": { - "face": "floor", - "facing": "east", - "powered": "false" - } - }, - { - "id": 20851, - "properties": { - "face": "wall", - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 20852, - "properties": { - "face": "wall", - "facing": "north", - "powered": "false" - } - }, - { - "id": 20853, - "properties": { - "face": "wall", - "facing": "south", - "powered": "true" - } - }, - { - "id": 20854, - "properties": { - "face": "wall", - "facing": "south", - "powered": "false" - } - }, - { - "id": 20855, - "properties": { - "face": "wall", - "facing": "west", - "powered": "true" - } - }, - { - "id": 20856, - "properties": { - "face": "wall", - "facing": "west", - "powered": "false" - } - }, - { - "id": 20857, - "properties": { - "face": "wall", - "facing": "east", - "powered": "true" - } - }, - { - "id": 20858, - "properties": { - "face": "wall", - "facing": "east", - "powered": "false" - } - }, - { - "id": 20859, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "true" - } - }, - { - "id": 20860, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "false" - } - }, - { - "id": 20861, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "true" - } - }, - { - "id": 20862, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "false" - } - }, - { - "id": 20863, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "true" - } - }, - { - "id": 20864, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "false" - } - }, - { - "id": 20865, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "true" - } - }, - { - "id": 20866, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:polished_blackstone_pressure_plate": { - "definition": { - "type": "minecraft:pressure_plate", - "block_set_type": "polished_blackstone", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 20841, - "properties": { - "powered": "true" - } - }, - { - "default": true, - "id": 20842, - "properties": { - "powered": "false" - } - } - ] - }, - "minecraft:polished_blackstone_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 11398, + "states": [ + { + "id": 11398, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11399, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11400, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11401, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 549, + "name": "minecraft:green_wall_banner", + "translation_key": "block.minecraft.green_banner", + "item_id": 1188, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 20835, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 20836, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 20837, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 20838, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 20839, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 20840, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:polished_blackstone_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:polished_blackstone" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 11402, + "states": [ + { + "id": 11402, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11403, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11404, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11405, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 550, + "name": "minecraft:red_wall_banner", + "translation_key": "block.minecraft.red_banner", + "item_id": 1189, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 11406, + "states": [ + { + "id": 11406, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11407, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11408, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11409, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 551, + "name": "minecraft:black_wall_banner", + "translation_key": "block.minecraft.black_banner", + "item_id": 1190, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 11410, + "states": [ + { + "id": 11410, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11411, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11412, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + }, + { + "id": 11413, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 20 + } + ] + }, + { + "id": 552, + "name": "minecraft:red_sandstone", + "translation_key": "block.minecraft.red_sandstone", + "item_id": 524, + "properties": [], + "default_state_id": 11414, + "states": [ + { + "id": 11414, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 553, + "name": "minecraft:chiseled_red_sandstone", + "translation_key": "block.minecraft.chiseled_red_sandstone", + "item_id": 525, + "properties": [], + "default_state_id": 11415, + "states": [ + { + "id": 11415, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 554, + "name": "minecraft:cut_red_sandstone", + "translation_key": "block.minecraft.cut_red_sandstone", + "item_id": 526, + "properties": [], + "default_state_id": 11416, + "states": [ + { + "id": 11416, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 555, + "name": "minecraft:red_sandstone_stairs", + "translation_key": "block.minecraft.red_sandstone_stairs", + "item_id": 527, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 20755, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 20756, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 20757, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 20758, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 20759, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 20760, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 20761, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 20762, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 20763, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 20764, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 20765, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 20766, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 20767, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 20768, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 20769, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 20770, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 20771, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 20772, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 20773, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 20774, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 20775, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 20776, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 20777, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 20778, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 20779, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 20780, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 20781, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 20782, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 20783, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 20784, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 20785, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 20786, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 20787, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 20788, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 20789, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 20790, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 20791, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 20792, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 20793, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 20794, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 20795, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 20796, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 20797, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 20798, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 20799, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 20800, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 20801, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 20802, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 20803, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 20804, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 20805, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 20806, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 20807, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 20808, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 20809, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 20810, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 20811, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 20812, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 20813, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 20814, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 20815, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 20816, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 20817, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 20818, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 20819, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 20820, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 20821, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 20822, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 20823, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 20824, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 20825, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 20826, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 20827, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 20828, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 20829, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 20830, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 20831, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 20832, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 20833, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 20834, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:polished_blackstone_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" + "default_state_id": 11428, + "states": [ + { + "id": 11417, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 11418, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 11419, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 11420, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 11421, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 11422, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 11423, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 11424, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 11425, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 11426, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 11427, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 11428, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 11429, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 11430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 11431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 11432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 11433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 11434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 11435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 11436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 11437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 11438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 11439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 11440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 11441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 11442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 11443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 11444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 11445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 11446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 11447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 11448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 11449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 11450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 11451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 11452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 11453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 11454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 11455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 11456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 11457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 11458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 11459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 11460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 11461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 11462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 11463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 11464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 11465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 11466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 11467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 11468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 11469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 11470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 11471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 11472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 11473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 11474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 11475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 11476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 11477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 11478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 11479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 11480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 11481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 11482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 11483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 11484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 11485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 11486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 11487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 11488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 11489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 11490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 11491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 11492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 11493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 11494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 11495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 11496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 556, + "name": "minecraft:oak_slab", + "translation_key": "block.minecraft.oak_slab", + "item_id": 262, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "none", - "low", - "tall" + "default_state_id": 11500, + "states": [ + { + "id": 11497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 557, + "name": "minecraft:spruce_slab", + "translation_key": "block.minecraft.spruce_slab", + "item_id": 263, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "none", - "low", - "tall" + "default_state_id": 11506, + "states": [ + { + "id": 11503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 558, + "name": "minecraft:birch_slab", + "translation_key": "block.minecraft.birch_slab", + "item_id": 264, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 11512, + "states": [ + { + "id": 11509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 559, + "name": "minecraft:jungle_slab", + "translation_key": "block.minecraft.jungle_slab", + "item_id": 265, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 11518, + "states": [ + { + "id": 11515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 560, + "name": "minecraft:acacia_slab", + "translation_key": "block.minecraft.acacia_slab", + "item_id": 266, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 20867, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20868, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20869, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 20870, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20871, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20872, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20873, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20874, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20875, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20876, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20877, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20878, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20879, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20880, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20881, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20882, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20883, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20884, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20885, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20886, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20887, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20888, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20889, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20890, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20891, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20892, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20893, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20894, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20895, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20896, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20897, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20898, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20899, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20900, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20901, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20902, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20903, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20904, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20905, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20906, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20907, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20908, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20909, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20910, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20911, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20912, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20913, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20914, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20915, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20916, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20917, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20918, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20919, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20920, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20921, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20922, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20923, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20924, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20925, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20926, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20927, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20928, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20929, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20930, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20931, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20932, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20933, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20934, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20935, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20936, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20937, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20938, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20939, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20940, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20941, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20942, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20943, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20944, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20945, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20946, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20947, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20948, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20949, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20950, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20951, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20952, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20953, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20954, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20955, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20956, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20957, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20958, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20959, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20960, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20961, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20962, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20963, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20964, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20965, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20966, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20967, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20968, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20969, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20970, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20971, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20972, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20973, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20974, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20975, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20976, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20977, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20978, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20979, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20980, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20981, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20982, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20983, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20984, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20985, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20986, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20987, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20988, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20989, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20990, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20991, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20992, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20993, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 20994, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 20995, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 20996, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 20997, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 20998, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 20999, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21000, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21001, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21002, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21003, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21004, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21005, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21006, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21007, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21008, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21009, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21010, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21011, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21012, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21013, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21014, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21015, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21016, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21017, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21018, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21019, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21020, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21021, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21022, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21023, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21024, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21025, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21026, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21027, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21028, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21029, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21030, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21031, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21032, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21033, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21034, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21035, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21036, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21037, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21038, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21039, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21040, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21041, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21042, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21043, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21044, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21045, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21046, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21047, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21048, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21049, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21050, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21051, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21052, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21053, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21054, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21055, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21056, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21057, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21058, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21059, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21060, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21061, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21062, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21063, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21064, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21065, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21066, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21067, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21068, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21069, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21070, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21071, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21072, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21073, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21074, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21075, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21076, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21077, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21078, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21079, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21080, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21081, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21082, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21083, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21084, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21085, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21086, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21087, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21088, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21089, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21090, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21091, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21092, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21093, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21094, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21095, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21096, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21097, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21098, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21099, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21100, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21101, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21102, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21103, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21104, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21105, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21106, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21107, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21108, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21109, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21110, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21111, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21112, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21113, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21114, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21115, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21116, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21117, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21118, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21119, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21120, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21121, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21122, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21123, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21124, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21125, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21126, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21127, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21128, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21129, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21130, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21131, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21132, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21133, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21134, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21135, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21136, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21137, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21138, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21139, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21140, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21141, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21142, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21143, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21144, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21145, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21146, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21147, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21148, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21149, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21150, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21151, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21152, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21153, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21154, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21155, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21156, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21157, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21158, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21159, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21160, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21161, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21162, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21163, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21164, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21165, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21166, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21167, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21168, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21169, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21170, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21171, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21172, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21173, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21174, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21175, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21176, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21177, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21178, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21179, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21180, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21181, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21182, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21183, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21184, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21185, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21186, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21187, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21188, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21189, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21190, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:polished_deepslate": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 25787 - } - ] - }, - "minecraft:polished_deepslate_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 11524, + "states": [ + { + "id": 11521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 561, + "name": "minecraft:cherry_slab", + "translation_key": "block.minecraft.cherry_slab", + "item_id": 267, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25868, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 25869, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 25870, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25871, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 25872, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 25873, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:polished_deepslate_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:polished_deepslate" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 11530, + "states": [ + { + "id": 11527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 562, + "name": "minecraft:dark_oak_slab", + "translation_key": "block.minecraft.dark_oak_slab", + "item_id": 268, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 11536, + "states": [ + { + "id": 11533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 563, + "name": "minecraft:pale_oak_slab", + "translation_key": "block.minecraft.pale_oak_slab", + "item_id": 269, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 11542, + "states": [ + { + "id": 11539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 564, + "name": "minecraft:mangrove_slab", + "translation_key": "block.minecraft.mangrove_slab", + "item_id": 270, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25788, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 25789, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 25790, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 25791, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 25792, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 25793, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 25794, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 25795, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 25796, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 25797, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 25798, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25799, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 25800, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 25801, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 25802, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 25803, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 25804, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 25805, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 25806, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 25807, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 25808, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 25809, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 25810, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 25811, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 25812, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 25813, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 25814, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 25815, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 25816, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 25817, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 25818, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 25819, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 25820, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 25821, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 25822, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 25823, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 25824, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 25825, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 25826, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 25827, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 25828, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 25829, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 25830, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 25831, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 25832, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 25833, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 25834, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 25835, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 25836, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 25837, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 25838, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 25839, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 25840, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 25841, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 25842, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 25843, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 25844, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 25845, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 25846, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 25847, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 25848, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 25849, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 25850, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 25851, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 25852, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 25853, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 25854, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 25855, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 25856, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 25857, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 25858, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 25859, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 25860, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 25861, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 25862, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 25863, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 25864, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 25865, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 25866, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 25867, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:polished_deepslate_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" + "default_state_id": 11548, + "states": [ + { + "id": 11545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 565, + "name": "minecraft:bamboo_slab", + "translation_key": "block.minecraft.bamboo_slab", + "item_id": 271, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "none", - "low", - "tall" + "default_state_id": 11554, + "states": [ + { + "id": 11551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 566, + "name": "minecraft:bamboo_mosaic_slab", + "translation_key": "block.minecraft.bamboo_mosaic_slab", + "item_id": 272, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "none", - "low", - "tall" + "default_state_id": 11560, + "states": [ + { + "id": 11557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 567, + "name": "minecraft:stone_slab", + "translation_key": "block.minecraft.stone_slab", + "item_id": 275, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 11566, + "states": [ + { + "id": 11563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 568, + "name": "minecraft:smooth_stone_slab", + "translation_key": "block.minecraft.smooth_stone_slab", + "item_id": 276, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 11572, + "states": [ + { + "id": 11569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 569, + "name": "minecraft:sandstone_slab", + "translation_key": "block.minecraft.sandstone_slab", + "item_id": 277, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 25874, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25875, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25876, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 25877, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25878, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25879, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25880, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25881, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25882, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25883, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25884, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25885, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25886, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25887, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25888, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25889, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25890, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25891, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25892, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25893, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25894, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25895, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25896, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25897, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25898, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25899, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25900, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25901, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25902, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25903, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25904, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25905, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25906, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25907, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25908, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25909, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25910, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25911, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25912, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25913, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25914, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25915, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25916, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25917, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25918, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25919, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25920, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25921, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25922, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25923, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25924, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25925, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25926, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25927, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25928, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25929, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25930, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25931, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25932, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25933, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25934, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25935, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25936, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25937, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25938, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25939, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25940, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25941, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25942, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25943, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25944, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25945, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25946, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25947, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25948, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25949, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25950, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25951, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25952, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25953, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25954, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25955, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25956, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25957, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25958, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25959, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25960, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25961, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25962, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25963, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25964, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25965, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25966, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25967, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25968, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25969, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25970, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25971, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25972, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25973, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25974, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25975, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25976, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25977, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25978, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25979, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25980, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25981, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25982, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25983, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25984, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25985, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25986, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25987, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25988, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25989, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25990, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25991, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25992, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25993, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 25994, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 25995, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 25996, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 25997, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 25998, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 25999, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26000, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26001, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26002, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26003, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26004, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26005, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26006, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26007, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26008, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26009, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26010, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26011, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26012, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26013, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26014, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26015, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26016, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26017, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26018, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26019, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26020, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26021, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26022, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26023, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26024, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26025, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26026, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26027, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26028, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26029, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26030, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26031, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26032, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26033, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26034, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26035, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26036, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26037, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26038, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26039, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26040, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26041, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26042, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26043, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26044, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26045, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26046, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26047, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26048, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26049, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26050, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26051, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26052, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26053, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26054, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26055, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26056, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26057, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26058, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26059, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26060, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26061, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26062, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26063, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26064, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26065, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26066, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26067, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26068, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26069, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26070, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26071, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26072, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26073, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26074, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26075, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26076, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26077, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26078, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26079, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26080, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26081, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26082, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26083, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26084, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26085, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26086, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26087, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26088, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26089, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26090, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26091, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26092, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26093, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26094, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26095, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26096, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26097, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26098, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26099, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26100, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26101, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26102, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26103, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26104, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26105, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26106, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26107, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26108, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26109, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26110, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26111, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26112, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26113, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26114, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26115, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26116, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26117, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26118, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26119, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26120, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26121, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26122, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26123, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26124, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26125, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26126, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26127, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26128, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26129, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26130, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26131, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26132, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26133, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26134, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26135, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26136, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26137, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26138, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26139, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26140, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26141, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26142, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26143, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26144, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26145, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26146, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26147, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26148, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26149, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26150, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26151, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26152, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26153, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26154, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26155, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26156, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26157, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26158, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26159, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26160, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26161, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26162, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26163, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26164, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26165, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26166, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26167, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26168, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26169, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26170, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26171, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26172, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26173, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26174, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26175, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26176, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26177, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26178, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26179, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26180, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26181, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26182, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26183, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26184, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26185, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26186, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26187, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26188, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26189, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26190, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26191, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 26192, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 26193, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 26194, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 26195, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 26196, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 26197, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:polished_diorite": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 5 - } - ] - }, - "minecraft:polished_diorite_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 11578, + "states": [ + { + "id": 11575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 570, + "name": "minecraft:cut_sandstone_slab", + "translation_key": "block.minecraft.cut_sandstone_slab", + "item_id": 278, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14569, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 14570, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 14571, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14572, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 14573, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 14574, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:polished_diorite_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:polished_diorite" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 11584, + "states": [ + { + "id": 11581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 571, + "name": "minecraft:petrified_oak_slab", + "translation_key": "block.minecraft.petrified_oak_slab", + "item_id": 279, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 11590, + "states": [ + { + "id": 11587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 572, + "name": "minecraft:cobblestone_slab", + "translation_key": "block.minecraft.cobblestone_slab", + "item_id": 280, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 11596, + "states": [ + { + "id": 11593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 573, + "name": "minecraft:brick_slab", + "translation_key": "block.minecraft.brick_slab", + "item_id": 281, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 13671, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13672, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13673, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13674, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13675, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13676, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13677, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13678, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13679, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13680, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13681, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 13682, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13683, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13684, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13685, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13686, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13687, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13688, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13689, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13690, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13691, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13692, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13693, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13694, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13695, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13696, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13697, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13698, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13699, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13700, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13701, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13702, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13703, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13704, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13705, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13706, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13707, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13708, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13709, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13710, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13711, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13712, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13713, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13714, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13715, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13716, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13717, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13718, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13719, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13720, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13721, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13722, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13723, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13724, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13725, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13726, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13727, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13728, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13729, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13730, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13731, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13732, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13733, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13734, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13735, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13736, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13737, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13738, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13739, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13740, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13741, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13742, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13743, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13744, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13745, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13746, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13747, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13748, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13749, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13750, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:polished_granite": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 3 - } - ] - }, - "minecraft:polished_granite_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 11602, + "states": [ + { + "id": 11599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 574, + "name": "minecraft:stone_brick_slab", + "translation_key": "block.minecraft.stone_brick_slab", + "item_id": 282, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14551, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 14552, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 14553, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14554, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 14555, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 14556, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:polished_granite_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:polished_granite" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 11608, + "states": [ + { + "id": 11605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 575, + "name": "minecraft:mud_brick_slab", + "translation_key": "block.minecraft.mud_brick_slab", + "item_id": 283, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 11614, + "states": [ + { + "id": 11611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 576, + "name": "minecraft:nether_brick_slab", + "translation_key": "block.minecraft.nether_brick_slab", + "item_id": 284, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 11620, + "states": [ + { + "id": 11617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 577, + "name": "minecraft:quartz_slab", + "translation_key": "block.minecraft.quartz_slab", + "item_id": 285, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 13431, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13432, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13433, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13434, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13435, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13436, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13437, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13438, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13439, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13440, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13441, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 13442, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13443, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13444, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13445, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13446, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13447, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13448, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13449, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13450, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13451, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13452, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13453, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13454, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13455, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13456, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13457, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13458, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13459, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13460, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13461, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13462, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13463, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13464, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13465, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13466, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13467, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13468, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13469, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13470, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13471, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13472, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13473, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13474, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13475, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13476, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13477, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13478, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13479, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13480, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13481, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13482, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13483, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13484, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13485, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13486, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13487, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13488, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13489, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13490, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13491, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13492, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13493, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13494, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13495, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13496, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13497, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13498, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13499, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13500, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13501, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13502, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13503, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13504, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13505, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13506, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13507, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13508, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13509, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13510, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:polished_tuff": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 21961 - } - ] - }, - "minecraft:polished_tuff_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 11626, + "states": [ + { + "id": 11623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 578, + "name": "minecraft:red_sandstone_slab", + "translation_key": "block.minecraft.red_sandstone_slab", + "item_id": 286, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21962, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 21963, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 21964, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21965, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 21966, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 21967, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:polished_tuff_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:polished_tuff" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 11632, + "states": [ + { + "id": 11629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 579, + "name": "minecraft:cut_red_sandstone_slab", + "translation_key": "block.minecraft.cut_red_sandstone_slab", + "item_id": 287, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 11638, + "states": [ + { + "id": 11635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 580, + "name": "minecraft:purpur_slab", + "translation_key": "block.minecraft.purpur_slab", + "item_id": 288, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 11644, + "states": [ + { + "id": 11641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 11643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 11645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 11646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 581, + "name": "minecraft:smooth_stone", + "translation_key": "block.minecraft.smooth_stone", + "item_id": 295, + "properties": [], + "default_state_id": 11647, + "states": [ + { + "id": 11647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 582, + "name": "minecraft:smooth_sandstone", + "translation_key": "block.minecraft.smooth_sandstone", + "item_id": 294, + "properties": [], + "default_state_id": 11648, + "states": [ + { + "id": 11648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 583, + "name": "minecraft:smooth_quartz", + "translation_key": "block.minecraft.smooth_quartz", + "item_id": 292, + "properties": [], + "default_state_id": 11649, + "states": [ + { + "id": 11649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 584, + "name": "minecraft:smooth_red_sandstone", + "translation_key": "block.minecraft.smooth_red_sandstone", + "item_id": 293, + "properties": [], + "default_state_id": 11650, + "states": [ + { + "id": 11650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 585, + "name": "minecraft:spruce_fence_gate", + "translation_key": "block.minecraft.spruce_fence_gate", + "item_id": 769, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "values": [ + "true", + "false" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21968, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 21969, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 21970, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 21971, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 21972, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 21973, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 21974, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 21975, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 21976, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 21977, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 21978, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21979, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 21980, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 21981, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 21982, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 21983, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 21984, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 21985, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 21986, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 21987, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 21988, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 21989, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 21990, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 21991, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 21992, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 21993, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 21994, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 21995, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 21996, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 21997, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 21998, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 21999, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 22000, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 22001, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 22002, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 22003, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 22004, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 22005, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 22006, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 22007, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 22008, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 22009, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 22010, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 22011, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 22012, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 22013, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 22014, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 22015, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 22016, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 22017, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 22018, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 22019, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 22020, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 22021, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 22022, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 22023, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 22024, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 22025, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 22026, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 22027, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 22028, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 22029, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 22030, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 22031, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 22032, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 22033, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 22034, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 22035, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 22036, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 22037, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 22038, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 22039, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 22040, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 22041, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 22042, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 22043, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 22044, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 22045, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 22046, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 22047, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:polished_tuff_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" + "default_state_id": 11658, + "states": [ + { + "id": 11651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + } + ] + }, + { + "id": 586, + "name": "minecraft:birch_fence_gate", + "translation_key": "block.minecraft.birch_fence_gate", + "item_id": 770, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "values": [ + "true", + "false" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "none", - "low", - "tall" + "default_state_id": 11690, + "states": [ + { + "id": 11683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + } + ] + }, + { + "id": 587, + "name": "minecraft:jungle_fence_gate", + "translation_key": "block.minecraft.jungle_fence_gate", + "item_id": 771, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "values": [ + "true", + "false" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "none", - "low", - "tall" + "default_state_id": 11722, + "states": [ + { + "id": 11715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11743, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11744, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11745, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11746, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + } + ] + }, + { + "id": 588, + "name": "minecraft:acacia_fence_gate", + "translation_key": "block.minecraft.acacia_fence_gate", + "item_id": 772, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "values": [ + "true", + "false" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 11754, + "states": [ + { + "id": 11747, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11748, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11749, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11750, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11751, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11752, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11753, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11754, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11755, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11756, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11757, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11758, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11759, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11760, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11761, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11762, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11763, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11764, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11765, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11766, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + } + ] + }, + { + "id": 589, + "name": "minecraft:cherry_fence_gate", + "translation_key": "block.minecraft.cherry_fence_gate", + "item_id": 773, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "values": [ + "true", + "false" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 11786, + "states": [ + { + "id": 11779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11786, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11788, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11789, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11790, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11791, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11792, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11793, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11794, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11796, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11797, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11798, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11799, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11800, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11801, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11802, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + } + ] + }, + { + "id": 590, + "name": "minecraft:dark_oak_fence_gate", + "translation_key": "block.minecraft.dark_oak_fence_gate", + "item_id": 774, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "values": [ + "true", + "false" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 22048, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22049, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22050, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 22051, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22052, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22053, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22054, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22055, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22056, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22057, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22058, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22059, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22060, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22061, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22062, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22063, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22064, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22065, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22066, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22067, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22068, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22069, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22070, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22071, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22072, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22073, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22074, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22075, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22076, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22077, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22078, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22079, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22080, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22081, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22082, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22083, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22084, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22085, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22086, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22087, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22088, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22089, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22090, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22091, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22092, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22093, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22094, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22095, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22096, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22097, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22098, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22099, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22100, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22101, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22102, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22103, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22104, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22105, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22106, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22107, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22108, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22109, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22110, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22111, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22112, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22113, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22114, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22115, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22116, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22117, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22118, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22119, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22120, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22121, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22122, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22123, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22124, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22125, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22126, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22127, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22128, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22129, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22130, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22131, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22132, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22133, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22134, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22135, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22136, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22137, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22138, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22139, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22140, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22141, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22142, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22143, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22144, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22145, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22146, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22147, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22148, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22149, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22150, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22151, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22152, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22153, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22154, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22155, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22156, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22157, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22158, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22159, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22160, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22161, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22162, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22163, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22164, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22165, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22166, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22167, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22168, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22169, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22170, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22171, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22172, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22173, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22174, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22175, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22176, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22177, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22178, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22179, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22180, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22181, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22182, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22183, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22184, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22185, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22186, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22187, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22188, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22189, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22190, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22191, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22192, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22193, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22194, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22195, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22196, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22197, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22198, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22199, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22200, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22201, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22202, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22203, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22204, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22205, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22206, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22207, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22208, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22209, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22210, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22211, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22212, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22213, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22214, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22215, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22216, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22217, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22218, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22219, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22220, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22221, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22222, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22223, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22224, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22225, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22226, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22227, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22228, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22229, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22230, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22231, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22232, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22233, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22234, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22235, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22236, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22237, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22238, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22239, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22240, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22241, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22242, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22243, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22244, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22245, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22246, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22247, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22248, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22249, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22250, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22251, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22252, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22253, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22254, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22255, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22256, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22257, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22258, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22259, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22260, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22261, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22262, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22263, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22264, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22265, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22266, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22267, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22268, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22269, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22270, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22271, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22272, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22273, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22274, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22275, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22276, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22277, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22278, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22279, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22280, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22281, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22282, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22283, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22284, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22285, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22286, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22287, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22288, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22289, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22290, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22291, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22292, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22293, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22294, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22295, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22296, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22297, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22298, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22299, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22300, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22301, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22302, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22303, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22304, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22305, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22306, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22307, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22308, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22309, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22310, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22311, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22312, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22313, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22314, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22315, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22316, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22317, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22318, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22319, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22320, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22321, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22322, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22323, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22324, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22325, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22326, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22327, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22328, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22329, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22330, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22331, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22332, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22333, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22334, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22335, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22336, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22337, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22338, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22339, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22340, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22341, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22342, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22343, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22344, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22345, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22346, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22347, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22348, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22349, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22350, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22351, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22352, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22353, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22354, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22355, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22356, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22357, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22358, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22359, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22360, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22361, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22362, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22363, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22364, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22365, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22366, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22367, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22368, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22369, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22370, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22371, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:poppy": { - "definition": { - "type": "minecraft:flower", - "properties": {}, - "suspicious_stew_effects": [ - { - "duration": 100, - "id": "minecraft:night_vision" - } - ] - }, - "states": [ - { - "default": true, - "id": 2120 - } - ] - }, - "minecraft:potatoes": { - "definition": { - "type": "minecraft:potato", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ] - }, - "states": [ - { - "default": true, - "id": 8834, - "properties": { - "age": "0" - } - }, - { - "id": 8835, - "properties": { - "age": "1" - } - }, - { - "id": 8836, - "properties": { - "age": "2" - } - }, - { - "id": 8837, - "properties": { - "age": "3" - } - }, - { - "id": 8838, - "properties": { - "age": "4" - } - }, - { - "id": 8839, - "properties": { - "age": "5" - } - }, - { - "id": 8840, - "properties": { - "age": "6" - } - }, - { - "id": 8841, - "properties": { - "age": "7" - } - } - ] - }, - "minecraft:potted_acacia_sapling": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:acacia_sapling", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8803 - } - ] - }, - "minecraft:potted_allium": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:allium", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8812 - } - ] - }, - "minecraft:potted_azalea_bush": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:azalea", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 27030 - } - ] - }, - "minecraft:potted_azure_bluet": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:azure_bluet", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8813 - } - ] - }, - "minecraft:potted_bamboo": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:bamboo", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13426 - } - ] - }, - "minecraft:potted_birch_sapling": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:birch_sapling", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8801 - } - ] - }, - "minecraft:potted_blue_orchid": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:blue_orchid", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8811 - } - ] - }, - "minecraft:potted_brown_mushroom": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:brown_mushroom", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8823 - } - ] - }, - "minecraft:potted_cactus": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:cactus", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8825 - } - ] - }, - "minecraft:potted_cherry_sapling": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:cherry_sapling", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8804 - } - ] - }, - "minecraft:potted_cornflower": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:cornflower", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8819 - } - ] - }, - "minecraft:potted_crimson_fungus": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:crimson_fungus", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19924 - } - ] - }, - "minecraft:potted_crimson_roots": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:crimson_roots", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19926 - } - ] - }, - "minecraft:potted_dandelion": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:dandelion", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8809 - } - ] - }, - "minecraft:potted_dark_oak_sapling": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:dark_oak_sapling", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8805 - } - ] - }, - "minecraft:potted_dead_bush": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:dead_bush", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8824 - } - ] - }, - "minecraft:potted_fern": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:fern", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8808 - } - ] - }, - "minecraft:potted_flowering_azalea_bush": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:flowering_azalea", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 27031 - } - ] - }, - "minecraft:potted_jungle_sapling": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:jungle_sapling", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8802 - } - ] - }, - "minecraft:potted_lily_of_the_valley": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:lily_of_the_valley", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8820 - } - ] - }, - "minecraft:potted_mangrove_propagule": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:mangrove_propagule", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8807 - } - ] - }, - "minecraft:potted_oak_sapling": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:oak_sapling", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8799 - } - ] - }, - "minecraft:potted_orange_tulip": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:orange_tulip", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8815 - } - ] - }, - "minecraft:potted_oxeye_daisy": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:oxeye_daisy", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8818 - } - ] - }, - "minecraft:potted_pale_oak_sapling": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:pale_oak_sapling", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8806 - } - ] - }, - "minecraft:potted_pink_tulip": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:pink_tulip", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8817 - } - ] - }, - "minecraft:potted_poppy": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:poppy", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8810 - } - ] - }, - "minecraft:potted_red_mushroom": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:red_mushroom", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8822 - } - ] - }, - "minecraft:potted_red_tulip": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:red_tulip", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8814 - } - ] - }, - "minecraft:potted_spruce_sapling": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:spruce_sapling", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8800 - } - ] - }, - "minecraft:potted_torchflower": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:torchflower", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8798 - } - ] - }, - "minecraft:potted_warped_fungus": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:warped_fungus", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19925 - } - ] - }, - "minecraft:potted_warped_roots": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:warped_roots", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19927 - } - ] - }, - "minecraft:potted_white_tulip": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:white_tulip", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8816 - } - ] - }, - "minecraft:potted_wither_rose": { - "definition": { - "type": "minecraft:flower_pot", - "potted": "minecraft:wither_rose", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 8821 - } - ] - }, - "minecraft:powder_snow": { - "definition": { - "type": "minecraft:powder_snow", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 22787 - } - ] - }, - "minecraft:powder_snow_cauldron": { - "definition": { - "type": "minecraft:layered_cauldron", - "interactions": "powder_snow", - "precipitation": "snow", - "properties": {} - }, - "properties": { - "level": [ - "1", - "2", - "3" - ] - }, - "states": [ - { - "default": true, - "id": 7633, - "properties": { - "level": "1" - } - }, - { - "id": 7634, - "properties": { - "level": "2" - } - }, - { - "id": 7635, - "properties": { - "level": "3" - } - } - ] - }, - "minecraft:powered_rail": { - "definition": { - "type": "minecraft:powered_rail", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" + "default_state_id": 11818, + "states": [ + { + "id": 11811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11822, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11823, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11824, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11841, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11842, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + } + ] + }, + { + "id": 591, + "name": "minecraft:pale_oak_fence_gate", + "translation_key": "block.minecraft.pale_oak_fence_gate", + "item_id": 775, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "values": [ + "true", + "false" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "north_south", - "east_west", - "ascending_east", - "ascending_west", - "ascending_north", - "ascending_south" + "default_state_id": 11850, + "states": [ + { + "id": 11843, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11844, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11845, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11846, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11847, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11848, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11849, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11850, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11851, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11852, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11853, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11854, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11855, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11856, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11857, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11858, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11859, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11860, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11861, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11862, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11863, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11864, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11865, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11866, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11867, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11868, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11869, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11870, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11871, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11872, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11873, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11874, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + } + ] + }, + { + "id": 592, + "name": "minecraft:mangrove_fence_gate", + "translation_key": "block.minecraft.mangrove_fence_gate", + "item_id": 776, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "values": [ + "true", + "false" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 1987, - "properties": { - "powered": "true", - "shape": "north_south", - "waterlogged": "true" - } - }, - { - "id": 1988, - "properties": { - "powered": "true", - "shape": "north_south", - "waterlogged": "false" - } - }, - { - "id": 1989, - "properties": { - "powered": "true", - "shape": "east_west", - "waterlogged": "true" - } - }, - { - "id": 1990, - "properties": { - "powered": "true", - "shape": "east_west", - "waterlogged": "false" - } - }, - { - "id": 1991, - "properties": { - "powered": "true", - "shape": "ascending_east", - "waterlogged": "true" - } - }, - { - "id": 1992, - "properties": { - "powered": "true", - "shape": "ascending_east", - "waterlogged": "false" - } - }, - { - "id": 1993, - "properties": { - "powered": "true", - "shape": "ascending_west", - "waterlogged": "true" - } - }, - { - "id": 1994, - "properties": { - "powered": "true", - "shape": "ascending_west", - "waterlogged": "false" - } - }, - { - "id": 1995, - "properties": { - "powered": "true", - "shape": "ascending_north", - "waterlogged": "true" - } - }, - { - "id": 1996, - "properties": { - "powered": "true", - "shape": "ascending_north", - "waterlogged": "false" - } - }, - { - "id": 1997, - "properties": { - "powered": "true", - "shape": "ascending_south", - "waterlogged": "true" - } - }, - { - "id": 1998, - "properties": { - "powered": "true", - "shape": "ascending_south", - "waterlogged": "false" - } - }, - { - "id": 1999, - "properties": { - "powered": "false", - "shape": "north_south", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 2000, - "properties": { - "powered": "false", - "shape": "north_south", - "waterlogged": "false" - } - }, - { - "id": 2001, - "properties": { - "powered": "false", - "shape": "east_west", - "waterlogged": "true" - } - }, - { - "id": 2002, - "properties": { - "powered": "false", - "shape": "east_west", - "waterlogged": "false" - } - }, - { - "id": 2003, - "properties": { - "powered": "false", - "shape": "ascending_east", - "waterlogged": "true" - } - }, - { - "id": 2004, - "properties": { - "powered": "false", - "shape": "ascending_east", - "waterlogged": "false" - } - }, - { - "id": 2005, - "properties": { - "powered": "false", - "shape": "ascending_west", - "waterlogged": "true" - } - }, - { - "id": 2006, - "properties": { - "powered": "false", - "shape": "ascending_west", - "waterlogged": "false" - } - }, - { - "id": 2007, - "properties": { - "powered": "false", - "shape": "ascending_north", - "waterlogged": "true" - } - }, - { - "id": 2008, - "properties": { - "powered": "false", - "shape": "ascending_north", - "waterlogged": "false" - } - }, - { - "id": 2009, - "properties": { - "powered": "false", - "shape": "ascending_south", - "waterlogged": "true" - } - }, - { - "id": 2010, - "properties": { - "powered": "false", - "shape": "ascending_south", - "waterlogged": "false" - } - } - ] - }, - "minecraft:prismarine": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 10798 - } - ] - }, - "minecraft:prismarine_brick_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 11882, + "states": [ + { + "id": 11875, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11876, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11877, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11878, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11889, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11891, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11893, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + } + ] + }, + { + "id": 593, + "name": "minecraft:bamboo_fence_gate", + "translation_key": "block.minecraft.bamboo_fence_gate", + "item_id": 777, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "values": [ + "true", + "false" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11047, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11048, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11049, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11050, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11051, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11052, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:prismarine_brick_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:prismarine_bricks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 11914, + "states": [ + { + "id": 11907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 11937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + } + ] + }, + { + "id": 594, + "name": "minecraft:spruce_fence", + "translation_key": "block.minecraft.spruce_fence", + "item_id": 324, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 11970, + "states": [ + { + "id": 11939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 11940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 11941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 11942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 11943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 11944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 11945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 11946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 11947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 11948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 11949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 11950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 11951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 11953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 11955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 11956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 11958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 11960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 11961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 11962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 11963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 11964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 11965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 11966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 11967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 11968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + }, + { + "id": 11969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 11970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + } + ] + }, + { + "id": 595, + "name": "minecraft:birch_fence", + "translation_key": "block.minecraft.birch_fence", + "item_id": 325, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 12002, + "states": [ + { + "id": 11971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 11972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 11973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 11974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 11975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 11976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 11977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 11978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 11979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 11980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 11981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 11982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 11983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 11985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 11986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 11987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 11988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 11990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 11991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 11992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 11993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 11994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 11995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 11996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 11997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 11998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 11999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 12000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + }, + { + "id": 12001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 12002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + } + ] + }, + { + "id": 596, + "name": "minecraft:jungle_fence", + "translation_key": "block.minecraft.jungle_fence", + "item_id": 326, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 10881, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10882, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10883, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10884, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10885, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10886, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10887, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10888, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10889, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10890, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10891, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 10892, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10893, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10894, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10895, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10896, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10897, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10898, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10899, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10900, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10901, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10902, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10903, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10904, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10905, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10906, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10907, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10908, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10909, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10910, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10911, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10912, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10913, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10914, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10915, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10916, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10917, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10918, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10919, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10920, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10921, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10922, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10923, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10924, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10925, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10926, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10927, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10928, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10929, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10930, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10931, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10932, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10933, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10934, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10935, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10936, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10937, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10938, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10939, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10940, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10941, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10942, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10943, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10944, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10945, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10946, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10947, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10948, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10949, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10950, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10951, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10952, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10953, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10954, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10955, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10956, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10957, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10958, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10959, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10960, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:prismarine_bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 10799 - } - ] - }, - "minecraft:prismarine_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 12034, + "states": [ + { + "id": 12003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 12004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 12005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 12006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 12007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 12008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 12009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 12010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 12011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 12012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 12013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 12014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 12015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 12016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 12017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 12018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 12019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 12020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 12021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 12022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 12023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 12024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 12025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 12026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 12027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 12028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 12029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 12030, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 12031, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 12032, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + }, + { + "id": 12033, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 12034, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + } + ] + }, + { + "id": 597, + "name": "minecraft:acacia_fence", + "translation_key": "block.minecraft.acacia_fence", + "item_id": 327, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11041, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11042, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11043, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11044, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11045, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11046, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:prismarine_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:prismarine" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 12066, + "states": [ + { + "id": 12035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 12036, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 12037, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 12038, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 12039, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 12040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 12041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 12042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 12043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 12044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 12045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 12046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 12047, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 12048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 12049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 12050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 12051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 12052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 12053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 12054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 12055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 12056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 12057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 12058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 12059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 12060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 12061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 12062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 12063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 12064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + }, + { + "id": 12065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 12066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + } + ] + }, + { + "id": 598, + "name": "minecraft:cherry_fence", + "translation_key": "block.minecraft.cherry_fence", + "item_id": 328, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 12098, + "states": [ + { + "id": 12067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 12068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 12069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 12070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 12071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 12072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 12073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 12074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 12075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 12076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 12077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 12078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 12079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 12080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 12081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 12082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 12083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 12084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 12085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 12086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 12087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 12088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 12089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 12090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 12091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 12092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 12093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 12094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 12095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 12096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + }, + { + "id": 12097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 12098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + } + ] + }, + { + "id": 599, + "name": "minecraft:dark_oak_fence", + "translation_key": "block.minecraft.dark_oak_fence", + "item_id": 329, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 12130, + "states": [ + { + "id": 12099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 12100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 12101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 12102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 12103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 12104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 12105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 12106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 12107, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 12108, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 12109, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 12110, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 12111, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 12112, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 12113, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 12114, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 12115, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 12116, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 12117, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 12118, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 12119, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 12120, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 12121, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 12122, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 12123, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 12124, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 12125, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 12126, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 12127, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 12128, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + }, + { + "id": 12129, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 12130, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + } + ] + }, + { + "id": 600, + "name": "minecraft:pale_oak_fence", + "translation_key": "block.minecraft.pale_oak_fence", + "item_id": 330, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 10801, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10802, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10803, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10804, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10805, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10806, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10807, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10808, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10809, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10810, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10811, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 10812, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10813, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10814, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10815, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10816, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10817, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10818, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10819, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10820, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10821, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10822, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10823, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10824, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10825, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10826, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10827, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10828, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10829, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10830, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10831, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10832, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10833, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10834, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10835, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10836, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10837, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10838, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10839, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10840, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10841, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10842, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10843, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10844, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10845, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10846, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10847, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10848, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10849, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10850, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10851, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10852, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10853, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10854, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10855, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10856, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10857, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10858, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10859, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10860, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10861, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10862, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10863, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10864, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10865, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10866, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10867, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10868, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10869, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10870, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 10871, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 10872, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 10873, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 10874, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 10875, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 10876, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 10877, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 10878, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 10879, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 10880, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:prismarine_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" + "default_state_id": 12162, + "states": [ + { + "id": 12131, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 12132, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 12133, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 12134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 12135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 12136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 12137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 12138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 12139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 12140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 12141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 12142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 12143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 12144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 12145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 12146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 12147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 12148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 12149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 12150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 12151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 12152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 12153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 12154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 12155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 12156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 12157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 12158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 12159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 12160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + }, + { + "id": 12161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 12162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + } + ] + }, + { + "id": 601, + "name": "minecraft:mangrove_fence", + "translation_key": "block.minecraft.mangrove_fence", + "item_id": 331, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "none", - "low", - "tall" + "default_state_id": 12194, + "states": [ + { + "id": 12163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 12164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 12165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 12166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 12167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 12168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 12169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 12170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 12171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 12172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 12173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 12174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 12175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 12176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 12177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 12178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 12179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 12180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 12181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 12182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 12183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 12184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 12185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 12186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 12187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 12188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 12189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 12190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 12191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 12192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + }, + { + "id": 12193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 12194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + } + ] + }, + { + "id": 602, + "name": "minecraft:bamboo_fence", + "translation_key": "block.minecraft.bamboo_fence", + "item_id": 332, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "none", - "low", - "tall" + "default_state_id": 12226, + "states": [ + { + "id": 12195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 12196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 12197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 12198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 12199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 12200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 12201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 12202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 12203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 12204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 12205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 12206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 12207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 12208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 12209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 12210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 12211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 12212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 12213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 12214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 12215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 12216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 12217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 12218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 12219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 12220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 12221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 12222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 12223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 12224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + }, + { + "id": 12225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 12226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + } + ] + }, + { + "id": 603, + "name": "minecraft:spruce_door", + "translation_key": "block.minecraft.spruce_door", + "item_id": 728, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 12238, + "states": [ + { + "id": 12227, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12228, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12229, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12230, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12231, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12232, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12233, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12234, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12235, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12236, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12237, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12238, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12239, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12240, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12241, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12242, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12243, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12244, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12245, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12246, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12247, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12248, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12249, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12250, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12251, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12252, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12253, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12254, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12255, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12256, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12257, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12258, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12259, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12260, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12261, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12262, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12263, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12264, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12265, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12266, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12267, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12268, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12269, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12270, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12271, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12272, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12273, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12274, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12275, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12276, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12277, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12278, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12279, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12280, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12281, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12282, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12283, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12284, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12285, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12286, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12287, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12288, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12289, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12290, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 604, + "name": "minecraft:birch_door", + "translation_key": "block.minecraft.birch_door", + "item_id": 729, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 12302, + "states": [ + { + "id": 12291, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12292, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12293, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12294, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12295, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12296, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12297, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12298, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12299, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12300, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12301, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12302, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12303, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12304, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12305, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12306, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12307, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12308, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12309, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12310, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12311, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12312, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12313, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12314, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12315, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12316, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12317, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12318, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12319, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12320, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12321, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12322, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12323, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12324, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12325, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12326, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12327, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12328, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12329, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12330, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12331, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12332, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12333, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12334, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12335, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12336, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12337, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12338, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12339, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12340, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12341, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12342, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12343, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12344, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12345, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12346, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12347, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12348, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12349, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12350, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12351, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12352, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12353, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12354, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 605, + "name": "minecraft:jungle_door", + "translation_key": "block.minecraft.jungle_door", + "item_id": 730, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 14953, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14954, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14955, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 14956, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14957, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14958, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14959, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14960, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14961, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14962, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14963, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14964, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14965, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14966, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14967, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14968, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14969, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14970, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14971, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14972, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14973, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14974, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14975, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14976, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14977, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14978, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14979, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14980, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14981, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14982, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14983, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14984, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14985, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14986, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14987, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14988, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14989, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14990, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14991, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14992, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14993, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 14994, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 14995, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 14996, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 14997, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 14998, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 14999, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15000, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15001, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15002, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15003, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15004, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15005, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15006, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15007, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15008, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15009, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15010, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15011, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15012, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15013, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15014, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15015, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15016, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15017, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15018, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15019, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15020, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15021, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15022, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15023, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15024, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15025, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15026, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15027, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15028, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15029, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15030, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15031, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15032, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15033, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15034, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15035, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15036, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15037, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15038, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15039, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15040, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15041, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15042, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15043, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15044, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15045, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15046, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15047, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15048, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15049, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15050, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15051, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15052, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15053, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15054, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15055, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15056, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15057, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15058, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15059, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15060, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15061, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15062, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15063, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15064, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15065, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15066, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15067, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15068, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15069, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15070, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15071, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15072, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15073, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15074, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15075, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15076, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15077, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15078, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15079, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15080, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15081, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15082, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15083, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15084, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15085, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15086, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15087, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15088, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15089, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15090, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15091, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15092, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15093, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15094, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15095, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15096, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15097, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15098, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15099, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15100, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15101, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15102, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15103, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15104, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15105, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15106, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15107, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15108, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15109, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15110, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15111, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15112, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15113, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15114, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15115, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15116, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15117, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15118, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15119, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15120, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15121, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15122, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15123, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15124, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15125, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15126, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15127, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15128, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15129, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15130, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15131, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15132, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15133, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15134, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15135, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15136, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15137, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15138, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15139, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15140, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15141, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15142, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15143, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15144, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15145, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15146, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15147, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15148, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15149, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15150, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15151, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15152, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15153, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15154, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15155, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15156, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15157, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15158, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15159, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15160, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15161, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15162, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15163, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15164, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15165, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15166, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15167, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15168, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15169, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15170, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15171, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15172, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15173, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15174, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15175, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15176, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15177, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15178, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15179, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15180, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15181, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15182, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15183, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15184, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15185, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15186, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15187, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15188, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15189, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15190, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15191, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15192, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15193, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15194, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15195, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15196, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15197, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15198, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15199, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15200, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15201, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15202, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15203, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15204, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15205, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15206, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15207, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15208, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15209, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15210, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15211, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15212, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15213, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15214, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15215, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15216, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15217, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15218, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15219, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15220, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15221, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15222, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15223, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15224, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15225, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15226, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15227, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15228, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15229, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15230, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15231, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15232, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15233, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15234, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15235, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15236, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15237, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15238, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15239, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15240, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15241, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15242, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15243, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15244, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15245, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15246, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15247, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15248, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15249, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15250, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15251, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15252, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15253, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15254, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15255, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15256, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15257, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15258, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15259, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15260, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15261, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15262, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15263, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15264, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15265, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15266, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15267, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15268, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15269, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15270, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15271, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15272, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15273, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15274, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15275, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15276, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:pumpkin": { - "definition": { - "type": "minecraft:pumpkin", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 7041 - } - ] - }, - "minecraft:pumpkin_stem": { - "definition": { - "type": "minecraft:stem", - "attached_stem": "minecraft:attached_pumpkin_stem", - "fruit": "minecraft:pumpkin", - "properties": {}, - "seed": "minecraft:pumpkin_seeds" - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ] - }, - "states": [ - { - "default": true, - "id": 7051, - "properties": { - "age": "0" - } - }, - { - "id": 7052, - "properties": { - "age": "1" - } - }, - { - "id": 7053, - "properties": { - "age": "2" - } - }, - { - "id": 7054, - "properties": { - "age": "3" - } - }, - { - "id": 7055, - "properties": { - "age": "4" - } - }, - { - "id": 7056, - "properties": { - "age": "5" - } - }, - { - "id": 7057, - "properties": { - "age": "6" - } - }, - { - "id": 7058, - "properties": { - "age": "7" - } - } - ] - }, - "minecraft:purple_banner": { - "definition": { - "type": "minecraft:banner", - "color": "purple", - "properties": {} - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 11254, - "properties": { - "rotation": "0" - } - }, - { - "id": 11255, - "properties": { - "rotation": "1" - } - }, - { - "id": 11256, - "properties": { - "rotation": "2" - } - }, - { - "id": 11257, - "properties": { - "rotation": "3" - } - }, - { - "id": 11258, - "properties": { - "rotation": "4" - } - }, - { - "id": 11259, - "properties": { - "rotation": "5" - } - }, - { - "id": 11260, - "properties": { - "rotation": "6" - } - }, - { - "id": 11261, - "properties": { - "rotation": "7" - } - }, - { - "id": 11262, - "properties": { - "rotation": "8" - } - }, - { - "id": 11263, - "properties": { - "rotation": "9" - } - }, - { - "id": 11264, - "properties": { - "rotation": "10" - } - }, - { - "id": 11265, - "properties": { - "rotation": "11" - } - }, - { - "id": 11266, - "properties": { - "rotation": "12" - } - }, - { - "id": 11267, - "properties": { - "rotation": "13" - } - }, - { - "id": 11268, - "properties": { - "rotation": "14" - } - }, - { - "id": 11269, - "properties": { - "rotation": "15" - } - } - ] - }, - "minecraft:purple_bed": { - "definition": { - "type": "minecraft:bed", - "color": "purple", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 12366, + "states": [ + { + "id": 12355, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12356, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12357, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12358, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12359, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12360, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12361, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12362, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12363, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12364, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12365, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12366, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12367, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12368, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12369, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12370, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12371, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12372, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12373, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12374, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12375, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12376, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12377, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12378, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12379, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12380, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12381, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12382, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12383, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12384, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12385, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12386, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12387, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12388, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12389, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12390, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12391, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12392, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12393, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12394, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12395, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12396, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12397, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12398, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12399, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12400, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12401, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12402, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12403, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12404, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12405, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12406, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12407, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12408, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12409, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12410, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12411, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12412, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12413, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12414, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12415, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12416, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12417, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12418, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 606, + "name": "minecraft:acacia_door", + "translation_key": "block.minecraft.acacia_door", + "item_id": 731, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "occupied": [ - "true", - "false" + "default_state_id": 12430, + "states": [ + { + "id": 12419, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12420, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12421, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12422, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12423, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12424, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12425, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12426, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12427, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12428, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12429, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12430, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12431, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12432, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12433, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12434, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12435, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12436, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12437, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12438, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12439, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12440, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12441, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12442, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12443, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12444, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12445, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12446, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12447, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12448, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12449, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12450, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12451, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12452, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12453, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12454, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12455, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12456, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12457, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12458, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12459, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12460, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12461, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12462, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12463, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12464, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12465, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12466, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12467, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12468, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12469, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12470, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12471, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12472, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12473, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12474, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12475, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12476, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12477, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12478, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12479, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12480, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12481, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12482, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 607, + "name": "minecraft:cherry_door", + "translation_key": "block.minecraft.cherry_door", + "item_id": 732, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "part": [ - "head", - "foot" - ] - }, - "states": [ - { - "id": 1891, - "properties": { - "facing": "north", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1892, - "properties": { - "facing": "north", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1893, - "properties": { - "facing": "north", - "occupied": "false", - "part": "head" - } - }, - { - "default": true, - "id": 1894, - "properties": { - "facing": "north", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1895, - "properties": { - "facing": "south", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1896, - "properties": { - "facing": "south", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1897, - "properties": { - "facing": "south", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1898, - "properties": { - "facing": "south", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1899, - "properties": { - "facing": "west", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1900, - "properties": { - "facing": "west", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1901, - "properties": { - "facing": "west", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1902, - "properties": { - "facing": "west", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1903, - "properties": { - "facing": "east", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1904, - "properties": { - "facing": "east", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1905, - "properties": { - "facing": "east", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1906, - "properties": { - "facing": "east", - "occupied": "false", - "part": "foot" - } - } - ] - }, - "minecraft:purple_candle": { - "definition": { - "type": "minecraft:candle", - "properties": {} - }, - "properties": { - "candles": [ - "1", - "2", - "3", - "4" + "default_state_id": 12494, + "states": [ + { + "id": 12483, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12484, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12485, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12486, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12487, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12488, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12489, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12490, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12491, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12492, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12493, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12494, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12495, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12496, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12497, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12498, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12499, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12500, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12501, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12502, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12503, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12504, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12505, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12506, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12507, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12508, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12509, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12510, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12511, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12512, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12513, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12514, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12515, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12516, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12517, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12518, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12519, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12520, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12521, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12522, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12523, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12524, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12525, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12526, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12527, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12528, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12529, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12530, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12531, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12532, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12533, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12534, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12535, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12536, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12537, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12538, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12539, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12540, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12541, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12542, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12543, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12544, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12545, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12546, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 608, + "name": "minecraft:dark_oak_door", + "translation_key": "block.minecraft.dark_oak_door", + "item_id": 733, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "lit": [ - "true", - "false" + "default_state_id": 12558, + "states": [ + { + "id": 12547, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12548, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12549, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12550, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12551, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12552, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12553, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12554, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12555, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12556, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12557, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12558, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12559, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12560, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12561, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12562, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12563, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12564, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12565, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12566, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12567, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12568, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12569, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12570, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12571, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12572, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12573, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12574, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12575, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12576, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12577, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12578, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12579, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12580, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12581, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12582, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12583, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12584, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12585, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12586, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12587, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12588, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12589, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12590, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12591, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12592, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12593, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12594, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12595, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12596, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12597, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12598, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12599, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12600, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12601, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12602, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12603, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12604, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12605, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12606, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12607, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12608, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12609, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12610, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 609, + "name": "minecraft:pale_oak_door", + "translation_key": "block.minecraft.pale_oak_door", + "item_id": 734, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21370, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21371, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21372, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21373, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21374, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21375, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21376, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21377, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21378, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21379, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21380, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21381, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21382, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21383, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21384, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21385, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:purple_candle_cake": { - "definition": { - "type": "minecraft:candle_cake", - "candle": "minecraft:purple_candle", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21488, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 21489, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:purple_carpet": { - "definition": { - "type": "minecraft:wool_carpet", - "color": "purple", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11073 - } - ] - }, - "minecraft:purple_concrete": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13207 - } - ] - }, - "minecraft:purple_concrete_powder": { - "definition": { - "type": "minecraft:concrete_powder", - "concrete": "minecraft:purple_concrete", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13223 - } - ] - }, - "minecraft:purple_glazed_terracotta": { - "definition": { - "type": "minecraft:glazed_terracotta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 13173, - "properties": { - "facing": "north" - } - }, - { - "id": 13174, - "properties": { - "facing": "south" - } - }, - { - "id": 13175, - "properties": { - "facing": "west" - } - }, - { - "id": 13176, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:purple_shulker_box": { - "definition": { - "type": "minecraft:shulker_box", - "color": "purple", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 13097, - "properties": { - "facing": "north" - } - }, - { - "id": 13098, - "properties": { - "facing": "east" - } - }, - { - "id": 13099, - "properties": { - "facing": "south" - } - }, - { - "id": 13100, - "properties": { - "facing": "west" - } - }, - { - "default": true, - "id": 13101, - "properties": { - "facing": "up" - } - }, - { - "id": 13102, - "properties": { - "facing": "down" - } - } - ] - }, - "minecraft:purple_stained_glass": { - "definition": { - "type": "minecraft:stained_glass", - "color": "purple", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6121 - } - ] - }, - "minecraft:purple_stained_glass_pane": { - "definition": { - "type": "minecraft:stained_glass_pane", - "color": "purple", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 12622, + "states": [ + { + "id": 12611, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12612, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12613, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12614, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12615, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12616, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12617, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12618, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12619, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12620, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12621, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12622, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12623, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12624, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12625, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12626, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12627, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12628, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12629, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12630, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12631, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12632, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12633, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12634, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12635, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12636, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12637, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12638, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12639, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12640, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12641, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12642, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12643, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12644, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12645, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12646, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12647, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12648, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12649, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12650, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12651, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12652, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12653, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12654, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12655, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12656, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12657, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12658, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12659, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12660, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12661, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12662, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12663, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12664, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12665, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12666, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12667, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12668, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12669, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12670, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12671, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12672, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12673, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12674, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 610, + "name": "minecraft:mangrove_door", + "translation_key": "block.minecraft.mangrove_door", + "item_id": 735, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 12686, + "states": [ + { + "id": 12675, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12676, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12677, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12678, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12679, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12680, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12681, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12682, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12683, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12684, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12685, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12686, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12687, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12688, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12689, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12690, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12691, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12692, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12693, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12694, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12695, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12696, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12697, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12698, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12699, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12700, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12701, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12702, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12703, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12704, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12705, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12706, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12707, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12708, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12709, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12710, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12711, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12712, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12713, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12714, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12715, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12716, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12717, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12718, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12719, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12720, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12721, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12722, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12723, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12724, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12725, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12726, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12727, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12728, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12729, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12730, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12731, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12732, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12733, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12734, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12735, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12736, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12737, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12738, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 611, + "name": "minecraft:bamboo_door", + "translation_key": "block.minecraft.bamboo_door", + "item_id": 736, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 12750, + "states": [ + { + "id": 12739, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12740, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12741, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12742, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12743, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12744, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12745, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12746, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12747, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12748, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12749, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12750, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12751, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12752, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12753, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12754, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12755, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12756, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12757, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12758, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12759, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12760, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12761, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12762, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12763, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12764, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12765, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12766, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12767, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12768, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12769, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12770, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12771, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12772, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12773, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12774, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12775, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12776, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12777, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12778, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12779, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12780, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12781, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12782, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12783, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12784, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12785, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12786, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 12787, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12788, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12789, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12790, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12791, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12792, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12793, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12794, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12795, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12796, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 12797, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12798, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12799, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12800, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 12801, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 12802, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 612, + "name": "minecraft:end_rod", + "translation_key": "block.minecraft.end_rod", + "item_id": 303, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 12807, + "states": [ + { + "id": 12803, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 203 + ] + }, + { + "id": 12804, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 204 + ] + }, + { + "id": 12805, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 203 + ] + }, + { + "id": 12806, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 204 + ] + }, + { + "id": 12807, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 32 + ] + }, + { + "id": 12808, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 32 + ] + } + ] + }, + { + "id": 613, + "name": "minecraft:chorus_plant", + "translation_key": "block.minecraft.chorus_plant", + "item_id": 304, + "properties": [ + { + "name": "down", + "values": [ + "true", + "false" + ] + }, + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 12872, + "states": [ + { + "id": 12809, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 205, + 206, + 207, + 208, + 209 + ] + }, + { + "id": 12810, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 205, + 207, + 208, + 209 + ] + }, + { + "id": 12811, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 210, + 206, + 207, + 208, + 209 + ] + }, + { + "id": 12812, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 210, + 207, + 208, + 209 + ] + }, + { + "id": 12813, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 205, + 206, + 207, + 209 + ] + }, + { + "id": 12814, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 205, + 207, + 209 + ] + }, + { + "id": 12815, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 210, + 206, + 207, + 209 + ] + }, + { + "id": 12816, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 210, + 207, + 209 + ] + }, + { + "id": 12817, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 205, + 206, + 208, + 209 + ] + }, + { + "id": 12818, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 205, + 208, + 209 + ] + }, + { + "id": 12819, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 210, + 206, + 208, + 209 + ] + }, + { + "id": 12820, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 210, + 208, + 209 + ] + }, + { + "id": 12821, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 205, + 206, + 209 + ] + }, + { + "id": 12822, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 205, + 209 + ] + }, + { + "id": 12823, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 210, + 206, + 209 + ] + }, + { + "id": 12824, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 210, + 209 + ] + }, + { + "id": 12825, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 205, + 206, + 207, + 208 + ] + }, + { + "id": 12826, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 205, + 207, + 208 + ] + }, + { + "id": 12827, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 210, + 206, + 207, + 208 + ] + }, + { + "id": 12828, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 210, + 207, + 208 + ] + }, + { + "id": 12829, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 205, + 206, + 207 + ] + }, + { + "id": 12830, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 205, + 207 + ] + }, + { + "id": 12831, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 210, + 206, + 207 + ] + }, + { + "id": 12832, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 210, + 207 + ] + }, + { + "id": 12833, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 205, + 206, + 208 + ] + }, + { + "id": 12834, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 205, + 208 + ] + }, + { + "id": 12835, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 210, + 206, + 208 + ] + }, + { + "id": 12836, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 210, + 208 + ] + }, + { + "id": 12837, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 205, + 206 + ] + }, + { + "id": 12838, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 205 + ] + }, + { + "id": 12839, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 210, + 206 + ] + }, + { + "id": 12840, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 210 + ] + }, + { + "id": 12841, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 211, + 207, + 208, + 212 + ] + }, + { + "id": 12842, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 213, + 209, + 212 + ] + }, + { + "id": 12843, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 211, + 207, + 208 + ] + }, + { + "id": 12844, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 213, + 209 + ] + }, + { + "id": 12845, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 211, + 207, + 212 + ] + }, + { + "id": 12846, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 214, + 209, + 212 + ] + }, + { + "id": 12847, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 211, + 207 + ] + }, + { + "id": 12848, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 214, + 209 + ] + }, + { + "id": 12849, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 211, + 208, + 212 + ] + }, + { + "id": 12850, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 215, + 209, + 212 + ] + }, + { + "id": 12851, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 211, + 208 + ] + }, + { + "id": 12852, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 215, + 209 + ] + }, + { + "id": 12853, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 211, + 212 + ] + }, + { + "id": 12854, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 216, + 212 + ] + }, + { + "id": 12855, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 211 + ] + }, + { + "id": 12856, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 216 + ] + }, + { + "id": 12857, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 217, + 207, + 208, + 212 + ] + }, + { + "id": 12858, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 213, + 212 + ] + }, + { + "id": 12859, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 217, + 207, + 208 + ] + }, + { + "id": 12860, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 213 + ] + }, + { + "id": 12861, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 217, + 207, + 212 + ] + }, + { + "id": 12862, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 214, + 212 + ] + }, + { + "id": 12863, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 217, + 207 + ] + }, + { + "id": 12864, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 214 + ] + }, + { + "id": 12865, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 217, + 208, + 212 + ] + }, + { + "id": 12866, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 215, + 212 + ] + }, + { + "id": 12867, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 217, + 208 + ] + }, + { + "id": 12868, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 215 + ] + }, + { + "id": 12869, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 217, + 212 + ] + }, + { + "id": 12870, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 218 + ] + }, + { + "id": 12871, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 217 + ] + }, + { + "id": 12872, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 219 + ] + } + ] + }, + { + "id": 614, + "name": "minecraft:chorus_flower", + "translation_key": "block.minecraft.chorus_flower", + "item_id": 305, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + } + ], + "default_state_id": 12873, + "states": [ + { + "id": 12873, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 12874, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 12875, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 12876, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 12877, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 12878, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 615, + "name": "minecraft:purpur_block", + "translation_key": "block.minecraft.purpur_block", + "item_id": 306, + "properties": [], + "default_state_id": 12879, + "states": [ + { + "id": 12879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 616, + "name": "minecraft:purpur_pillar", + "translation_key": "block.minecraft.purpur_pillar", + "item_id": 307, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9947, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9948, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9949, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9950, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9951, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9952, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9953, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9954, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9955, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9956, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9957, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9958, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9959, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9960, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9961, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9962, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9963, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9964, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9965, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9966, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9967, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9968, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9969, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9970, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9971, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9972, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9973, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9974, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9975, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9976, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9977, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 9978, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:purple_terracotta": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9621 - } - ] - }, - "minecraft:purple_wall_banner": { - "definition": { - "type": "minecraft:wall_banner", - "color": "purple", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 11390, - "properties": { - "facing": "north" - } - }, - { - "id": 11391, - "properties": { - "facing": "south" - } - }, - { - "id": 11392, - "properties": { - "facing": "west" - } - }, - { - "id": 11393, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:purple_wool": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2100 - } - ] - }, - "minecraft:purpur_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 12879 - } - ] - }, - "minecraft:purpur_pillar": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 12880, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 12881, - "properties": { - "axis": "y" - } - }, - { - "id": 12882, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:purpur_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 12881, + "states": [ + { + "id": 12880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 12881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 12882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 617, + "name": "minecraft:purpur_stairs", + "translation_key": "block.minecraft.purpur_stairs", + "item_id": 308, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11641, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11642, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11643, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11644, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11645, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11646, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:purpur_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:purpur_block" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 12894, + "states": [ + { + "id": 12883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 12884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 12885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 12886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 12887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 12888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 12889, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 12890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 12891, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 12892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 12893, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 12894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 12895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 12896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 12897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 12898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 12899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 12900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 12901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 12902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 12903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 12904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 12905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 12906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 12907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 12908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 12909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 12910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 12911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 12912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 12913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 12914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 12915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 12916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 12917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 12918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 12919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 12920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 12921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 12922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 12923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 12924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 12925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 12926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 12927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 12928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 12929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 12930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 12931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 12932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 12933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 12934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 12935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 12936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 12937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 12938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 12939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 12940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 12941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 12942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 12943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 12944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 12945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 12946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 12947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 12948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 12949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 12950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 12951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 12952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 12953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 12954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 12955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 12956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 12957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 12958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 12959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 12960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 12961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 12962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 618, + "name": "minecraft:end_stone_bricks", + "translation_key": "block.minecraft.end_stone_bricks", + "item_id": 391, + "properties": [], + "default_state_id": 12963, + "states": [ + { + "id": 12963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 619, + "name": "minecraft:torchflower_crop", + "translation_key": "block.minecraft.torchflower_crop", + "item_id": 1194, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 12964, + "states": [ + { + "id": 12964, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 12965, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 620, + "name": "minecraft:pitcher_crop", + "translation_key": "block.minecraft.pitcher_crop", + "item_id": 1195, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 12967, + "states": [ + { + "id": 12966, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 220 + ] + }, + { + "id": 12967, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 220 + ] + }, + { + "id": 12968, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 12969, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 221 + ] + }, + { + "id": 12970, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 12971, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 221 + ] + }, + { + "id": 12972, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 12973, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 221 + ] + }, + { + "id": 12974, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 12975, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 221 + ] + } + ] + }, + { + "id": 621, + "name": "minecraft:pitcher_plant", + "translation_key": "block.minecraft.pitcher_plant", + "item_id": 239, + "properties": [ + { + "name": "half", + "values": [ + "upper", + "lower" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12883, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 12884, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 12885, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 12886, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 12887, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 12888, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 12889, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 12890, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 12891, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 12892, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 12893, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 12894, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 12895, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 12896, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 12897, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 12898, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 12899, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 12900, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 12901, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 12902, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 12903, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 12904, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 12905, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 12906, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 12907, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 12908, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 12909, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 12910, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 12911, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 12912, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 12913, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 12914, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 12915, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 12916, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 12917, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 12918, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 12919, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 12920, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 12921, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 12922, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 12923, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 12924, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 12925, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 12926, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 12927, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 12928, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 12929, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 12930, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 12931, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 12932, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 12933, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 12934, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 12935, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 12936, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 12937, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 12938, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 12939, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 12940, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 12941, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 12942, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 12943, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 12944, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 12945, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 12946, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 12947, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 12948, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 12949, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 12950, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 12951, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 12952, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 12953, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 12954, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 12955, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 12956, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 12957, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 12958, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 12959, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 12960, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 12961, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 12962, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:quartz_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9490 - } - ] - }, - "minecraft:quartz_bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 21193 - } - ] - }, - "minecraft:quartz_pillar": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 9492, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 9493, - "properties": { - "axis": "y" - } - }, - { - "id": 9494, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:quartz_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 12977, + "states": [ + { + "id": 12976, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 12977, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 622, + "name": "minecraft:beetroots", + "translation_key": "block.minecraft.beetroots", + "item_id": 1197, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11623, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11624, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11625, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11626, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11627, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11628, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:quartz_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:quartz_block" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 12978, + "states": [ + { + "id": 12978, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 12979, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 12980, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 12981, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 623, + "name": "minecraft:dirt_path", + "translation_key": "block.minecraft.dirt_path", + "item_id": 478, + "properties": [], + "default_state_id": 12982, + "states": [ + { + "id": 12982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 63 + ] + } + ] + }, + { + "id": 624, + "name": "minecraft:end_gateway", + "translation_key": "block.minecraft.end_gateway", + "item_id": 0, + "properties": [], + "default_state_id": 12983, + "states": [ + { + "id": 12983, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 22 + } + ] + }, + { + "id": 625, + "name": "minecraft:repeating_command_block", + "translation_key": "block.minecraft.repeating_command_block", + "item_id": 528, + "properties": [ + { + "name": "conditional", + "values": [ + "true", + "false" + ] + }, + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 12990, + "states": [ + { + "id": 12984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 12985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 12986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 12987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 12988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 12989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 12990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 12991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 12992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 12993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 12994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 12995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + } + ] + }, + { + "id": 626, + "name": "minecraft:chain_command_block", + "translation_key": "block.minecraft.chain_command_block", + "item_id": 529, + "properties": [ + { + "name": "conditional", + "values": [ + "true", + "false" + ] + }, + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 13002, + "states": [ + { + "id": 12996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 12997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 12998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 12999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 13000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 13001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 13002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 13003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 13004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 13005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 13006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + }, + { + "id": 13007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 23 + } + ] + }, + { + "id": 627, + "name": "minecraft:frosted_ice", + "translation_key": "block.minecraft.frosted_ice", + "item_id": 0, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 13008, + "states": [ + { + "id": 13008, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13009, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13010, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13011, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 628, + "name": "minecraft:magma_block", + "translation_key": "block.minecraft.magma_block", + "item_id": 530, + "properties": [], + "default_state_id": 13012, + "states": [ + { + "id": 13012, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 629, + "name": "minecraft:nether_wart_block", + "translation_key": "block.minecraft.nether_wart_block", + "item_id": 531, + "properties": [], + "default_state_id": 13013, + "states": [ + { + "id": 13013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 630, + "name": "minecraft:red_nether_bricks", + "translation_key": "block.minecraft.red_nether_bricks", + "item_id": 533, + "properties": [], + "default_state_id": 13014, + "states": [ + { + "id": 13014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 631, + "name": "minecraft:bone_block", + "translation_key": "block.minecraft.bone_block", + "item_id": 534, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 13016, + "states": [ + { + "id": 13015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 632, + "name": "minecraft:structure_void", + "translation_key": "block.minecraft.structure_void", + "item_id": 535, + "properties": [], + "default_state_id": 13018, + "states": [ + { + "id": 13018, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 633, + "name": "minecraft:observer", + "translation_key": "block.minecraft.observer", + "item_id": 680, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9495, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 9496, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 9497, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 9498, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 9499, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 9500, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 9501, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 9502, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 9503, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 9504, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 9505, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 9506, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 9507, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 9508, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 9509, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 9510, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 9511, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 9512, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 9513, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 9514, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 9515, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 9516, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 9517, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 9518, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 9519, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 9520, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 9521, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 9522, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 9523, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 9524, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 9525, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 9526, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 9527, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 9528, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 9529, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 9530, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 9531, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 9532, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 9533, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 9534, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 9535, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 9536, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 9537, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 9538, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 9539, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 9540, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 9541, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 9542, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 9543, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 9544, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 9545, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 9546, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 9547, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 9548, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 9549, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 9550, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 9551, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 9552, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 9553, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 9554, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 9555, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 9556, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 9557, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 9558, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 9559, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 9560, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 9561, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 9562, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 9563, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 9564, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 9565, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 9566, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 9567, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 9568, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 9569, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 9570, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 9571, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 9572, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 9573, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 9574, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:rail": { - "definition": { - "type": "minecraft:rail", - "properties": {} - }, - "properties": { - "shape": [ - "north_south", - "east_west", - "ascending_east", - "ascending_west", - "ascending_north", - "ascending_south", - "south_east", - "south_west", - "north_west", - "north_east" + "default_state_id": 13024, + "states": [ + { + "id": 13019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13030, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 634, + "name": "minecraft:shulker_box", + "translation_key": "block.minecraft.shulker_box", + "item_id": 536, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 13035, + "states": [ + { + "id": 13031, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13032, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13033, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13034, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13035, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13036, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + } + ] + }, + { + "id": 635, + "name": "minecraft:white_shulker_box", + "translation_key": "block.minecraft.white_shulker_box", + "item_id": 537, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 13041, + "states": [ + { + "id": 13037, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13038, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13039, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13040, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13041, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13042, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + } + ] + }, + { + "id": 636, + "name": "minecraft:orange_shulker_box", + "translation_key": "block.minecraft.orange_shulker_box", + "item_id": 538, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 13047, + "states": [ + { + "id": 13043, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13044, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13045, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13046, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13047, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13048, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + } + ] + }, + { + "id": 637, + "name": "minecraft:magenta_shulker_box", + "translation_key": "block.minecraft.magenta_shulker_box", + "item_id": 539, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 13053, + "states": [ + { + "id": 13049, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13050, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13051, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13052, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13053, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13054, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + } + ] + }, + { + "id": 638, + "name": "minecraft:light_blue_shulker_box", + "translation_key": "block.minecraft.light_blue_shulker_box", + "item_id": 540, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 13059, + "states": [ + { + "id": 13055, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13056, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13057, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13058, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13059, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13060, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + } + ] + }, + { + "id": 639, + "name": "minecraft:yellow_shulker_box", + "translation_key": "block.minecraft.yellow_shulker_box", + "item_id": 541, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 13065, + "states": [ + { + "id": 13061, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13062, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13063, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13064, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13065, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13066, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + } + ] + }, + { + "id": 640, + "name": "minecraft:lime_shulker_box", + "translation_key": "block.minecraft.lime_shulker_box", + "item_id": 542, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 13071, + "states": [ + { + "id": 13067, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13068, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13069, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13070, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13071, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13072, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + } + ] + }, + { + "id": 641, + "name": "minecraft:pink_shulker_box", + "translation_key": "block.minecraft.pink_shulker_box", + "item_id": 543, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 13077, + "states": [ + { + "id": 13073, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13074, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13075, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13076, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13077, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13078, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + } + ] + }, + { + "id": 642, + "name": "minecraft:gray_shulker_box", + "translation_key": "block.minecraft.gray_shulker_box", + "item_id": 544, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 13083, + "states": [ + { + "id": 13079, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13080, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13081, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13082, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13083, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13084, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + } + ] + }, + { + "id": 643, + "name": "minecraft:light_gray_shulker_box", + "translation_key": "block.minecraft.light_gray_shulker_box", + "item_id": 545, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 13089, + "states": [ + { + "id": 13085, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13086, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13087, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13088, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13089, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13090, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + } + ] + }, + { + "id": 644, + "name": "minecraft:cyan_shulker_box", + "translation_key": "block.minecraft.cyan_shulker_box", + "item_id": 546, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 13095, + "states": [ + { + "id": 13091, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13092, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13093, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13094, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13095, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13096, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + } + ] + }, + { + "id": 645, + "name": "minecraft:purple_shulker_box", + "translation_key": "block.minecraft.purple_shulker_box", + "item_id": 547, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 13101, + "states": [ + { + "id": 13097, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13098, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13099, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13100, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13101, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13102, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + } + ] + }, + { + "id": 646, + "name": "minecraft:blue_shulker_box", + "translation_key": "block.minecraft.blue_shulker_box", + "item_id": 548, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 13107, + "states": [ + { + "id": 13103, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13104, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13105, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13106, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13107, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13108, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + } + ] + }, + { + "id": 647, + "name": "minecraft:brown_shulker_box", + "translation_key": "block.minecraft.brown_shulker_box", + "item_id": 549, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 13113, + "states": [ + { + "id": 13109, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13110, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13111, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13112, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13113, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13114, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + } + ] + }, + { + "id": 648, + "name": "minecraft:green_shulker_box", + "translation_key": "block.minecraft.green_shulker_box", + "item_id": 550, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 13119, + "states": [ + { + "id": 13115, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13116, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13117, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13118, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13119, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13120, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + } + ] + }, + { + "id": 649, + "name": "minecraft:red_shulker_box", + "translation_key": "block.minecraft.red_shulker_box", + "item_id": 551, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 13125, + "states": [ + { + "id": 13121, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13122, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13123, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13124, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13125, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13126, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + } + ] + }, + { + "id": 650, + "name": "minecraft:black_shulker_box", + "translation_key": "block.minecraft.black_shulker_box", + "item_id": 552, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + } + ], + "default_state_id": 13131, + "states": [ + { + "id": 13127, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13128, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13129, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13130, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13131, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + }, + { + "id": 13132, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 24 + } + ] + }, + { + "id": 651, + "name": "minecraft:white_glazed_terracotta", + "translation_key": "block.minecraft.white_glazed_terracotta", + "item_id": 553, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4746, - "properties": { - "shape": "north_south", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4747, - "properties": { - "shape": "north_south", - "waterlogged": "false" - } - }, - { - "id": 4748, - "properties": { - "shape": "east_west", - "waterlogged": "true" - } - }, - { - "id": 4749, - "properties": { - "shape": "east_west", - "waterlogged": "false" - } - }, - { - "id": 4750, - "properties": { - "shape": "ascending_east", - "waterlogged": "true" - } - }, - { - "id": 4751, - "properties": { - "shape": "ascending_east", - "waterlogged": "false" - } - }, - { - "id": 4752, - "properties": { - "shape": "ascending_west", - "waterlogged": "true" - } - }, - { - "id": 4753, - "properties": { - "shape": "ascending_west", - "waterlogged": "false" - } - }, - { - "id": 4754, - "properties": { - "shape": "ascending_north", - "waterlogged": "true" - } - }, - { - "id": 4755, - "properties": { - "shape": "ascending_north", - "waterlogged": "false" - } - }, - { - "id": 4756, - "properties": { - "shape": "ascending_south", - "waterlogged": "true" - } - }, - { - "id": 4757, - "properties": { - "shape": "ascending_south", - "waterlogged": "false" - } - }, - { - "id": 4758, - "properties": { - "shape": "south_east", - "waterlogged": "true" - } - }, - { - "id": 4759, - "properties": { - "shape": "south_east", - "waterlogged": "false" - } - }, - { - "id": 4760, - "properties": { - "shape": "south_west", - "waterlogged": "true" - } - }, - { - "id": 4761, - "properties": { - "shape": "south_west", - "waterlogged": "false" - } - }, - { - "id": 4762, - "properties": { - "shape": "north_west", - "waterlogged": "true" - } - }, - { - "id": 4763, - "properties": { - "shape": "north_west", - "waterlogged": "false" - } - }, - { - "id": 4764, - "properties": { - "shape": "north_east", - "waterlogged": "true" - } - }, - { - "id": 4765, - "properties": { - "shape": "north_east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:raw_copper_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 27028 - } - ] - }, - "minecraft:raw_gold_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 27029 - } - ] - }, - "minecraft:raw_iron_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 27027 - } - ] - }, - "minecraft:red_banner": { - "definition": { - "type": "minecraft:banner", - "color": "red", - "properties": {} - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 11318, - "properties": { - "rotation": "0" - } - }, - { - "id": 11319, - "properties": { - "rotation": "1" - } - }, - { - "id": 11320, - "properties": { - "rotation": "2" - } - }, - { - "id": 11321, - "properties": { - "rotation": "3" - } - }, - { - "id": 11322, - "properties": { - "rotation": "4" - } - }, - { - "id": 11323, - "properties": { - "rotation": "5" - } - }, - { - "id": 11324, - "properties": { - "rotation": "6" - } - }, - { - "id": 11325, - "properties": { - "rotation": "7" - } - }, - { - "id": 11326, - "properties": { - "rotation": "8" - } - }, - { - "id": 11327, - "properties": { - "rotation": "9" - } - }, - { - "id": 11328, - "properties": { - "rotation": "10" - } - }, - { - "id": 11329, - "properties": { - "rotation": "11" - } - }, - { - "id": 11330, - "properties": { - "rotation": "12" - } - }, - { - "id": 11331, - "properties": { - "rotation": "13" - } - }, - { - "id": 11332, - "properties": { - "rotation": "14" - } - }, - { - "id": 11333, - "properties": { - "rotation": "15" - } - } - ] - }, - "minecraft:red_bed": { - "definition": { - "type": "minecraft:bed", - "color": "red", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 13133, + "states": [ + { + "id": 13133, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 652, + "name": "minecraft:orange_glazed_terracotta", + "translation_key": "block.minecraft.orange_glazed_terracotta", + "item_id": 554, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "occupied": [ - "true", - "false" + "default_state_id": 13137, + "states": [ + { + "id": 13137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 653, + "name": "minecraft:magenta_glazed_terracotta", + "translation_key": "block.minecraft.magenta_glazed_terracotta", + "item_id": 555, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "part": [ - "head", - "foot" - ] - }, - "states": [ - { - "id": 1955, - "properties": { - "facing": "north", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1956, - "properties": { - "facing": "north", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1957, - "properties": { - "facing": "north", - "occupied": "false", - "part": "head" - } - }, - { - "default": true, - "id": 1958, - "properties": { - "facing": "north", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1959, - "properties": { - "facing": "south", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1960, - "properties": { - "facing": "south", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1961, - "properties": { - "facing": "south", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1962, - "properties": { - "facing": "south", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1963, - "properties": { - "facing": "west", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1964, - "properties": { - "facing": "west", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1965, - "properties": { - "facing": "west", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1966, - "properties": { - "facing": "west", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1967, - "properties": { - "facing": "east", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1968, - "properties": { - "facing": "east", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1969, - "properties": { - "facing": "east", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1970, - "properties": { - "facing": "east", - "occupied": "false", - "part": "foot" - } - } - ] - }, - "minecraft:red_candle": { - "definition": { - "type": "minecraft:candle", - "properties": {} - }, - "properties": { - "candles": [ - "1", - "2", - "3", - "4" + "default_state_id": 13141, + "states": [ + { + "id": 13141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 654, + "name": "minecraft:light_blue_glazed_terracotta", + "translation_key": "block.minecraft.light_blue_glazed_terracotta", + "item_id": 556, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "lit": [ - "true", - "false" + "default_state_id": 13145, + "states": [ + { + "id": 13145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 655, + "name": "minecraft:yellow_glazed_terracotta", + "translation_key": "block.minecraft.yellow_glazed_terracotta", + "item_id": 557, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21434, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21435, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21436, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21437, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21438, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21439, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21440, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21441, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21442, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21443, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21444, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21445, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21446, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21447, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21448, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21449, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:red_candle_cake": { - "definition": { - "type": "minecraft:candle_cake", - "candle": "minecraft:red_candle", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21496, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 21497, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:red_carpet": { - "definition": { - "type": "minecraft:wool_carpet", - "color": "red", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11077 - } - ] - }, - "minecraft:red_concrete": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13211 - } - ] - }, - "minecraft:red_concrete_powder": { - "definition": { - "type": "minecraft:concrete_powder", - "concrete": "minecraft:red_concrete", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13227 - } - ] - }, - "minecraft:red_glazed_terracotta": { - "definition": { - "type": "minecraft:glazed_terracotta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 13189, - "properties": { - "facing": "north" - } - }, - { - "id": 13190, - "properties": { - "facing": "south" - } - }, - { - "id": 13191, - "properties": { - "facing": "west" - } - }, - { - "id": 13192, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:red_mushroom": { - "definition": { - "type": "minecraft:mushroom", - "feature": "minecraft:huge_red_mushroom", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2133 - } - ] - }, - "minecraft:red_mushroom_block": { - "definition": { - "type": "minecraft:huge_mushroom", - "properties": {} - }, - "properties": { - "down": [ - "true", - "false" + "default_state_id": 13149, + "states": [ + { + "id": 13149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 656, + "name": "minecraft:lime_glazed_terracotta", + "translation_key": "block.minecraft.lime_glazed_terracotta", + "item_id": 558, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "east": [ - "true", - "false" + "default_state_id": 13153, + "states": [ + { + "id": 13153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 657, + "name": "minecraft:pink_glazed_terracotta", + "translation_key": "block.minecraft.pink_glazed_terracotta", + "item_id": 559, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 13157, + "states": [ + { + "id": 13157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 658, + "name": "minecraft:gray_glazed_terracotta", + "translation_key": "block.minecraft.gray_glazed_terracotta", + "item_id": 560, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 13161, + "states": [ + { + "id": 13161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 659, + "name": "minecraft:light_gray_glazed_terracotta", + "translation_key": "block.minecraft.light_gray_glazed_terracotta", + "item_id": 561, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 13165, + "states": [ + { + "id": 13165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 660, + "name": "minecraft:cyan_glazed_terracotta", + "translation_key": "block.minecraft.cyan_glazed_terracotta", + "item_id": 562, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 6843, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6844, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6845, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6846, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6847, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6848, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6849, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6850, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6851, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6852, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6853, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6854, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6855, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6856, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6857, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6858, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6859, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6860, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6861, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6862, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6863, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6864, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6865, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6866, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6867, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6868, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6869, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6870, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6871, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6872, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6873, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6874, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6875, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6876, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6877, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6878, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6879, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6880, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6881, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6882, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6883, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6884, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6885, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6886, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6887, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6888, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6889, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6890, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6891, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6892, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6893, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6894, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6895, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6896, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6897, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6898, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 6899, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 6900, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 6901, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 6902, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 6903, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 6904, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 6905, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 6906, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - } - ] - }, - "minecraft:red_nether_brick_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 13169, + "states": [ + { + "id": 13169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 661, + "name": "minecraft:purple_glazed_terracotta", + "translation_key": "block.minecraft.purple_glazed_terracotta", + "item_id": 563, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14611, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 14612, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 14613, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14614, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 14615, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 14616, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:red_nether_brick_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:red_nether_bricks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 13173, + "states": [ + { + "id": 13173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 662, + "name": "minecraft:blue_glazed_terracotta", + "translation_key": "block.minecraft.blue_glazed_terracotta", + "item_id": 564, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 13177, + "states": [ + { + "id": 13177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 663, + "name": "minecraft:brown_glazed_terracotta", + "translation_key": "block.minecraft.brown_glazed_terracotta", + "item_id": 565, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 13181, + "states": [ + { + "id": 13181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 664, + "name": "minecraft:green_glazed_terracotta", + "translation_key": "block.minecraft.green_glazed_terracotta", + "item_id": 566, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14311, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14312, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14313, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14314, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14315, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14316, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14317, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14318, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14319, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14320, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14321, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14322, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14323, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14324, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14325, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14326, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14327, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14328, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14329, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14330, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14331, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14332, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14333, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14334, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14335, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14336, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14337, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14338, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14339, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14340, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14341, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14342, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14343, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14344, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14345, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14346, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14347, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14348, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14349, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14350, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14351, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14352, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14353, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14354, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14355, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14356, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14357, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14358, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14359, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14360, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14361, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14362, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14363, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14364, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14365, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14366, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14367, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14368, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14369, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14370, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14371, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14372, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14373, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14374, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14375, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14376, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14377, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14378, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14379, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14380, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14381, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14382, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14383, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14384, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14385, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14386, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14387, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14388, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14389, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14390, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:red_nether_brick_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" + "default_state_id": 13185, + "states": [ + { + "id": 13185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 665, + "name": "minecraft:red_glazed_terracotta", + "translation_key": "block.minecraft.red_glazed_terracotta", + "item_id": 567, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "north": [ - "none", - "low", - "tall" + "default_state_id": 13189, + "states": [ + { + "id": 13189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 666, + "name": "minecraft:black_glazed_terracotta", + "translation_key": "block.minecraft.black_glazed_terracotta", + "item_id": 568, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "south": [ - "none", - "low", - "tall" + "default_state_id": 13193, + "states": [ + { + "id": 13193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 13196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 667, + "name": "minecraft:white_concrete", + "translation_key": "block.minecraft.white_concrete", + "item_id": 569, + "properties": [], + "default_state_id": 13197, + "states": [ + { + "id": 13197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 668, + "name": "minecraft:orange_concrete", + "translation_key": "block.minecraft.orange_concrete", + "item_id": 570, + "properties": [], + "default_state_id": 13198, + "states": [ + { + "id": 13198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 669, + "name": "minecraft:magenta_concrete", + "translation_key": "block.minecraft.magenta_concrete", + "item_id": 571, + "properties": [], + "default_state_id": 13199, + "states": [ + { + "id": 13199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 670, + "name": "minecraft:light_blue_concrete", + "translation_key": "block.minecraft.light_blue_concrete", + "item_id": 572, + "properties": [], + "default_state_id": 13200, + "states": [ + { + "id": 13200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 671, + "name": "minecraft:yellow_concrete", + "translation_key": "block.minecraft.yellow_concrete", + "item_id": 573, + "properties": [], + "default_state_id": 13201, + "states": [ + { + "id": 13201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 672, + "name": "minecraft:lime_concrete", + "translation_key": "block.minecraft.lime_concrete", + "item_id": 574, + "properties": [], + "default_state_id": 13202, + "states": [ + { + "id": 13202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 673, + "name": "minecraft:pink_concrete", + "translation_key": "block.minecraft.pink_concrete", + "item_id": 575, + "properties": [], + "default_state_id": 13203, + "states": [ + { + "id": 13203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 674, + "name": "minecraft:gray_concrete", + "translation_key": "block.minecraft.gray_concrete", + "item_id": 576, + "properties": [], + "default_state_id": 13204, + "states": [ + { + "id": 13204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 675, + "name": "minecraft:light_gray_concrete", + "translation_key": "block.minecraft.light_gray_concrete", + "item_id": 577, + "properties": [], + "default_state_id": 13205, + "states": [ + { + "id": 13205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 676, + "name": "minecraft:cyan_concrete", + "translation_key": "block.minecraft.cyan_concrete", + "item_id": 578, + "properties": [], + "default_state_id": 13206, + "states": [ + { + "id": 13206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 677, + "name": "minecraft:purple_concrete", + "translation_key": "block.minecraft.purple_concrete", + "item_id": 579, + "properties": [], + "default_state_id": 13207, + "states": [ + { + "id": 13207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 678, + "name": "minecraft:blue_concrete", + "translation_key": "block.minecraft.blue_concrete", + "item_id": 580, + "properties": [], + "default_state_id": 13208, + "states": [ + { + "id": 13208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 679, + "name": "minecraft:brown_concrete", + "translation_key": "block.minecraft.brown_concrete", + "item_id": 581, + "properties": [], + "default_state_id": 13209, + "states": [ + { + "id": 13209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 680, + "name": "minecraft:green_concrete", + "translation_key": "block.minecraft.green_concrete", + "item_id": 582, + "properties": [], + "default_state_id": 13210, + "states": [ + { + "id": 13210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 681, + "name": "minecraft:red_concrete", + "translation_key": "block.minecraft.red_concrete", + "item_id": 583, + "properties": [], + "default_state_id": 13211, + "states": [ + { + "id": 13211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 682, + "name": "minecraft:black_concrete", + "translation_key": "block.minecraft.black_concrete", + "item_id": 584, + "properties": [], + "default_state_id": 13212, + "states": [ + { + "id": 13212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 683, + "name": "minecraft:white_concrete_powder", + "translation_key": "block.minecraft.white_concrete_powder", + "item_id": 585, + "properties": [], + "default_state_id": 13213, + "states": [ + { + "id": 13213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 684, + "name": "minecraft:orange_concrete_powder", + "translation_key": "block.minecraft.orange_concrete_powder", + "item_id": 586, + "properties": [], + "default_state_id": 13214, + "states": [ + { + "id": 13214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 685, + "name": "minecraft:magenta_concrete_powder", + "translation_key": "block.minecraft.magenta_concrete_powder", + "item_id": 587, + "properties": [], + "default_state_id": 13215, + "states": [ + { + "id": 13215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 686, + "name": "minecraft:light_blue_concrete_powder", + "translation_key": "block.minecraft.light_blue_concrete_powder", + "item_id": 588, + "properties": [], + "default_state_id": 13216, + "states": [ + { + "id": 13216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 687, + "name": "minecraft:yellow_concrete_powder", + "translation_key": "block.minecraft.yellow_concrete_powder", + "item_id": 589, + "properties": [], + "default_state_id": 13217, + "states": [ + { + "id": 13217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 688, + "name": "minecraft:lime_concrete_powder", + "translation_key": "block.minecraft.lime_concrete_powder", + "item_id": 590, + "properties": [], + "default_state_id": 13218, + "states": [ + { + "id": 13218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 689, + "name": "minecraft:pink_concrete_powder", + "translation_key": "block.minecraft.pink_concrete_powder", + "item_id": 591, + "properties": [], + "default_state_id": 13219, + "states": [ + { + "id": 13219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 690, + "name": "minecraft:gray_concrete_powder", + "translation_key": "block.minecraft.gray_concrete_powder", + "item_id": 592, + "properties": [], + "default_state_id": 13220, + "states": [ + { + "id": 13220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 691, + "name": "minecraft:light_gray_concrete_powder", + "translation_key": "block.minecraft.light_gray_concrete_powder", + "item_id": 593, + "properties": [], + "default_state_id": 13221, + "states": [ + { + "id": 13221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 692, + "name": "minecraft:cyan_concrete_powder", + "translation_key": "block.minecraft.cyan_concrete_powder", + "item_id": 594, + "properties": [], + "default_state_id": 13222, + "states": [ + { + "id": 13222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 693, + "name": "minecraft:purple_concrete_powder", + "translation_key": "block.minecraft.purple_concrete_powder", + "item_id": 595, + "properties": [], + "default_state_id": 13223, + "states": [ + { + "id": 13223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 694, + "name": "minecraft:blue_concrete_powder", + "translation_key": "block.minecraft.blue_concrete_powder", + "item_id": 596, + "properties": [], + "default_state_id": 13224, + "states": [ + { + "id": 13224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 695, + "name": "minecraft:brown_concrete_powder", + "translation_key": "block.minecraft.brown_concrete_powder", + "item_id": 597, + "properties": [], + "default_state_id": 13225, + "states": [ + { + "id": 13225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 696, + "name": "minecraft:green_concrete_powder", + "translation_key": "block.minecraft.green_concrete_powder", + "item_id": 598, + "properties": [], + "default_state_id": 13226, + "states": [ + { + "id": 13226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 697, + "name": "minecraft:red_concrete_powder", + "translation_key": "block.minecraft.red_concrete_powder", + "item_id": 599, + "properties": [], + "default_state_id": 13227, + "states": [ + { + "id": 13227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 698, + "name": "minecraft:black_concrete_powder", + "translation_key": "block.minecraft.black_concrete_powder", + "item_id": 600, + "properties": [], + "default_state_id": 13228, + "states": [ + { + "id": 13228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 699, + "name": "minecraft:kelp", + "translation_key": "block.minecraft.kelp", + "item_id": 251, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24", + "25" + ] + } + ], + "default_state_id": 13229, + "states": [ + { + "id": 13229, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13230, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13231, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13232, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13233, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13234, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13235, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13236, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13237, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13238, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13239, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13240, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13241, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13242, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13243, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13244, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13245, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13246, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13247, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13248, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13249, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13250, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13251, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13252, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13253, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13254, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 700, + "name": "minecraft:kelp_plant", + "translation_key": "block.minecraft.kelp_plant", + "item_id": 0, + "properties": [], + "default_state_id": 13255, + "states": [ + { + "id": 13255, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 701, + "name": "minecraft:dried_kelp_block", + "translation_key": "block.minecraft.dried_kelp_block", + "item_id": 947, + "properties": [], + "default_state_id": 13256, + "states": [ + { + "id": 13256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 702, + "name": "minecraft:turtle_egg", + "translation_key": "block.minecraft.turtle_egg", + "item_id": 601, + "properties": [ + { + "name": "eggs", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "hatch", + "values": [ + "0", + "1", + "2" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 13257, + "states": [ + { + "id": 13257, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 222 + ] + }, + { + "id": 13258, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 222 + ] + }, + { + "id": 13259, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 222 + ] + }, + { + "id": 13260, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 223 + ] + }, + { + "id": 13261, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 223 + ] + }, + { + "id": 13262, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 223 + ] + }, + { + "id": 13263, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 223 + ] + }, + { + "id": 13264, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 223 + ] + }, + { + "id": 13265, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 223 + ] + }, + { + "id": 13266, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 223 + ] + }, + { + "id": 13267, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 223 + ] + }, + { + "id": 13268, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 223 + ] + } + ] + }, + { + "id": 703, + "name": "minecraft:sniffer_egg", + "translation_key": "block.minecraft.sniffer_egg", + "item_id": 602, + "properties": [ + { + "name": "hatch", + "values": [ + "0", + "1", + "2" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 13269, + "states": [ + { + "id": 13269, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 224 + ] + }, + { + "id": 13270, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 224 + ] + }, + { + "id": 13271, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 224 + ] + } + ] + }, + { + "id": 704, + "name": "minecraft:dead_tube_coral_block", + "translation_key": "block.minecraft.dead_tube_coral_block", + "item_id": 603, + "properties": [], + "default_state_id": 13272, + "states": [ + { + "id": 13272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 705, + "name": "minecraft:dead_brain_coral_block", + "translation_key": "block.minecraft.dead_brain_coral_block", + "item_id": 604, + "properties": [], + "default_state_id": 13273, + "states": [ + { + "id": 13273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 706, + "name": "minecraft:dead_bubble_coral_block", + "translation_key": "block.minecraft.dead_bubble_coral_block", + "item_id": 605, + "properties": [], + "default_state_id": 13274, + "states": [ + { + "id": 13274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 707, + "name": "minecraft:dead_fire_coral_block", + "translation_key": "block.minecraft.dead_fire_coral_block", + "item_id": 606, + "properties": [], + "default_state_id": 13275, + "states": [ + { + "id": 13275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 708, + "name": "minecraft:dead_horn_coral_block", + "translation_key": "block.minecraft.dead_horn_coral_block", + "item_id": 607, + "properties": [], + "default_state_id": 13276, + "states": [ + { + "id": 13276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 709, + "name": "minecraft:tube_coral_block", + "translation_key": "block.minecraft.tube_coral_block", + "item_id": 608, + "properties": [], + "default_state_id": 13277, + "states": [ + { + "id": 13277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 710, + "name": "minecraft:brain_coral_block", + "translation_key": "block.minecraft.brain_coral_block", + "item_id": 609, + "properties": [], + "default_state_id": 13278, + "states": [ + { + "id": 13278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 711, + "name": "minecraft:bubble_coral_block", + "translation_key": "block.minecraft.bubble_coral_block", + "item_id": 610, + "properties": [], + "default_state_id": 13279, + "states": [ + { + "id": 13279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 712, + "name": "minecraft:fire_coral_block", + "translation_key": "block.minecraft.fire_coral_block", + "item_id": 611, + "properties": [], + "default_state_id": 13280, + "states": [ + { + "id": 13280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 713, + "name": "minecraft:horn_coral_block", + "translation_key": "block.minecraft.horn_coral_block", + "item_id": 612, + "properties": [], + "default_state_id": 13281, + "states": [ + { + "id": 13281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 714, + "name": "minecraft:dead_tube_coral", + "translation_key": "block.minecraft.dead_tube_coral", + "item_id": 622, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 17545, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17546, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17547, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 17548, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17549, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17550, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17551, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17552, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17553, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17554, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17555, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17556, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17557, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17558, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17559, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17560, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17561, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17562, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17563, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17564, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17565, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17566, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17567, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17568, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17569, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17570, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17571, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17572, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17573, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17574, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17575, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17576, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17577, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17578, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17579, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17580, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17581, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17582, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17583, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17584, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17585, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17586, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17587, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17588, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17589, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17590, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17591, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17592, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17593, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17594, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17595, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17596, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17597, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17598, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17599, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17600, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17601, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17602, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17603, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17604, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17605, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17606, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17607, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17608, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17609, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17610, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17611, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17612, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17613, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17614, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17615, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17616, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17617, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17618, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17619, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17620, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17621, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17622, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17623, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17624, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17625, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17626, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17627, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17628, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17629, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17630, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17631, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17632, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17633, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17634, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17635, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17636, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17637, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17638, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17639, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17640, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17641, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17642, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17643, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17644, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17645, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17646, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17647, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17648, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17649, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17650, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17651, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17652, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17653, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17654, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17655, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17656, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17657, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17658, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17659, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17660, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17661, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17662, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17663, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17664, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17665, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17666, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17667, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17668, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17669, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17670, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17671, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17672, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17673, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17674, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17675, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17676, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17677, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17678, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17679, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17680, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17681, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17682, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17683, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17684, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17685, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17686, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17687, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17688, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17689, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17690, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17691, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17692, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17693, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17694, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17695, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17696, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17697, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17698, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17699, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17700, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17701, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17702, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17703, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17704, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17705, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17706, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17707, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17708, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17709, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17710, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17711, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17712, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17713, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17714, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17715, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17716, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17717, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17718, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17719, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17720, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17721, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17722, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17723, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17724, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17725, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17726, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17727, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17728, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17729, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17730, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17731, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17732, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17733, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17734, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17735, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17736, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17737, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17738, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17739, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17740, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17741, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17742, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17743, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17744, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17745, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17746, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17747, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17748, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17749, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17750, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17751, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17752, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17753, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17754, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17755, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17756, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17757, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17758, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17759, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17760, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17761, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17762, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17763, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17764, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17765, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17766, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17767, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17768, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17769, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17770, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17771, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17772, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17773, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17774, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17775, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17776, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17777, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17778, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17779, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17780, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17781, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17782, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17783, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17784, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17785, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17786, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17787, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17788, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17789, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17790, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17791, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17792, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17793, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17794, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17795, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17796, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17797, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17798, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17799, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17800, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17801, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17802, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17803, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17804, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17805, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17806, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17807, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17808, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17809, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17810, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17811, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17812, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17813, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17814, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17815, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17816, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17817, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17818, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17819, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17820, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17821, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17822, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17823, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17824, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17825, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17826, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17827, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17828, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17829, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17830, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17831, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17832, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17833, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17834, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17835, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17836, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17837, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17838, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17839, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17840, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17841, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17842, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17843, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17844, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17845, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17846, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17847, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17848, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17849, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17850, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17851, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17852, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17853, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17854, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17855, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17856, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17857, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17858, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17859, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17860, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17861, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17862, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17863, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17864, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17865, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17866, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17867, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17868, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:red_nether_bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13014 - } - ] - }, - "minecraft:red_sand": { - "definition": { - "type": "minecraft:colored_falling", - "falling_dust_color": "#00A95821", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 123 - } - ] - }, - "minecraft:red_sandstone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11414 - } - ] - }, - "minecraft:red_sandstone_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 13282, + "states": [ + { + "id": 13282, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13283, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 715, + "name": "minecraft:dead_brain_coral", + "translation_key": "block.minecraft.dead_brain_coral", + "item_id": 618, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11629, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11630, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11631, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11632, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11633, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11634, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:red_sandstone_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:red_sandstone" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 13284, + "states": [ + { + "id": 13284, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13285, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 716, + "name": "minecraft:dead_bubble_coral", + "translation_key": "block.minecraft.dead_bubble_coral", + "item_id": 619, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 13286, + "states": [ + { + "id": 13286, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13287, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 717, + "name": "minecraft:dead_fire_coral", + "translation_key": "block.minecraft.dead_fire_coral", + "item_id": 620, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 13288, + "states": [ + { + "id": 13288, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13289, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 718, + "name": "minecraft:dead_horn_coral", + "translation_key": "block.minecraft.dead_horn_coral", + "item_id": 621, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11417, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 11418, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 11419, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 11420, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 11421, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 11422, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 11423, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 11424, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 11425, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 11426, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 11427, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11428, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 11429, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 11430, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 11431, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 11432, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 11433, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 11434, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 11435, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 11436, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 11437, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 11438, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 11439, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 11440, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 11441, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 11442, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 11443, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 11444, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 11445, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 11446, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 11447, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 11448, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 11449, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 11450, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 11451, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 11452, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 11453, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 11454, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 11455, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 11456, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 11457, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 11458, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 11459, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 11460, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 11461, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 11462, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 11463, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 11464, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 11465, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 11466, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 11467, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 11468, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 11469, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 11470, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 11471, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 11472, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 11473, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 11474, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 11475, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 11476, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 11477, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 11478, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 11479, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 11480, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 11481, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 11482, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 11483, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 11484, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 11485, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 11486, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 11487, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 11488, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 11489, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 11490, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 11491, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 11492, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 11493, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 11494, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 11495, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 11496, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:red_sandstone_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" + "default_state_id": 13290, + "states": [ + { + "id": 13290, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13291, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 719, + "name": "minecraft:tube_coral", + "translation_key": "block.minecraft.tube_coral", + "item_id": 613, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "none", - "low", - "tall" + "default_state_id": 13292, + "states": [ + { + "id": 13292, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13293, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 720, + "name": "minecraft:brain_coral", + "translation_key": "block.minecraft.brain_coral", + "item_id": 614, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "none", - "low", - "tall" + "default_state_id": 13294, + "states": [ + { + "id": 13294, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13295, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 721, + "name": "minecraft:bubble_coral", + "translation_key": "block.minecraft.bubble_coral", + "item_id": 615, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 13296, + "states": [ + { + "id": 13296, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13297, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 722, + "name": "minecraft:fire_coral", + "translation_key": "block.minecraft.fire_coral", + "item_id": 616, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 13298, + "states": [ + { + "id": 13298, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13299, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 723, + "name": "minecraft:horn_coral", + "translation_key": "block.minecraft.horn_coral", + "item_id": 617, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 15277, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15278, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15279, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 15280, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15281, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15282, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15283, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15284, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15285, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15286, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15287, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15288, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15289, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15290, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15291, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15292, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15293, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15294, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15295, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15296, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15297, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15298, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15299, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15300, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15301, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15302, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15303, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15304, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15305, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15306, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15307, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15308, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15309, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15310, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15311, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15312, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15313, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15314, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15315, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15316, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15317, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15318, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15319, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15320, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15321, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15322, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15323, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15324, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15325, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15326, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15327, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15328, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15329, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15330, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15331, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15332, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15333, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15334, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15335, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15336, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15337, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15338, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15339, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15340, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15341, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15342, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15343, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15344, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15345, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15346, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15347, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15348, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15349, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15350, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15351, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15352, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15353, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15354, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15355, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15356, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15357, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15358, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15359, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15360, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15361, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15362, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15363, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15364, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15365, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15366, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15367, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15368, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15369, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15370, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15371, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15372, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15373, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15374, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15375, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15376, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15377, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15378, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15379, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15380, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15381, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15382, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15383, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15384, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15385, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15386, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15387, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15388, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15389, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15390, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15391, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15392, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15393, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15394, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15395, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15396, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15397, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15398, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15399, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15400, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15401, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15402, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15403, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15404, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15405, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15406, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15407, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15408, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15409, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15410, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15411, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15412, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15413, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15414, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15415, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15416, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15417, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15418, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15419, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15420, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15421, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15422, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15423, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15424, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15425, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15426, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15427, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15428, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15429, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15430, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15431, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15432, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15433, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15434, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15435, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15436, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15437, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15438, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15439, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15440, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15441, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15442, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15443, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15444, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15445, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15446, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15447, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15448, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15449, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15450, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15451, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15452, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15453, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15454, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15455, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15456, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15457, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15458, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15459, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15460, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15461, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15462, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15463, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15464, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15465, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15466, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15467, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15468, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15469, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15470, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15471, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15472, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15473, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15474, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15475, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15476, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15477, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15478, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15479, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15480, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15481, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15482, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15483, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15484, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15485, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15486, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15487, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15488, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15489, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15490, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15491, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15492, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15493, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15494, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15495, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15496, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15497, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15498, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15499, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15500, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15501, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15502, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15503, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15504, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15505, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15506, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15507, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15508, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15509, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15510, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15511, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15512, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15513, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15514, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15515, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15516, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15517, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15518, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15519, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15520, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15521, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15522, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15523, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15524, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15525, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15526, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15527, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15528, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15529, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15530, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15531, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15532, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15533, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15534, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15535, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15536, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15537, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15538, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15539, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15540, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15541, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15542, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15543, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15544, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15545, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15546, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15547, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15548, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15549, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15550, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15551, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15552, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15553, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15554, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15555, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15556, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15557, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15558, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15559, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15560, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15561, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15562, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15563, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15564, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15565, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15566, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15567, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15568, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15569, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15570, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15571, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15572, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15573, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15574, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15575, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15576, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15577, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15578, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15579, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15580, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15581, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15582, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15583, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15584, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15585, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15586, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15587, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15588, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15589, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15590, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15591, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15592, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15593, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15594, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 15595, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 15596, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 15597, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 15598, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 15599, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 15600, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:red_shulker_box": { - "definition": { - "type": "minecraft:shulker_box", - "color": "red", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 13121, - "properties": { - "facing": "north" - } - }, - { - "id": 13122, - "properties": { - "facing": "east" - } - }, - { - "id": 13123, - "properties": { - "facing": "south" - } - }, - { - "id": 13124, - "properties": { - "facing": "west" - } - }, - { - "default": true, - "id": 13125, - "properties": { - "facing": "up" - } - }, - { - "id": 13126, - "properties": { - "facing": "down" - } - } - ] - }, - "minecraft:red_stained_glass": { - "definition": { - "type": "minecraft:stained_glass", - "color": "red", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6125 - } - ] - }, - "minecraft:red_stained_glass_pane": { - "definition": { - "type": "minecraft:stained_glass_pane", - "color": "red", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 13300, + "states": [ + { + "id": 13300, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13301, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 724, + "name": "minecraft:dead_tube_coral_fan", + "translation_key": "block.minecraft.dead_tube_coral_fan", + "item_id": 628, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 13302, + "states": [ + { + "id": 13302, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13303, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 725, + "name": "minecraft:dead_brain_coral_fan", + "translation_key": "block.minecraft.dead_brain_coral_fan", + "item_id": 629, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 13304, + "states": [ + { + "id": 13304, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13305, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 726, + "name": "minecraft:dead_bubble_coral_fan", + "translation_key": "block.minecraft.dead_bubble_coral_fan", + "item_id": 630, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 13306, + "states": [ + { + "id": 13306, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13307, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 727, + "name": "minecraft:dead_fire_coral_fan", + "translation_key": "block.minecraft.dead_fire_coral_fan", + "item_id": 631, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 10075, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10076, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10077, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10078, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10079, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10080, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10081, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10082, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10083, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10084, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10085, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10086, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10087, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10088, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10089, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10090, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10091, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10092, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10093, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10094, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10095, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10096, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10097, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10098, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10099, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10100, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10101, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 10102, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 10103, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 10104, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 10105, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 10106, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:red_terracotta": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9625 - } - ] - }, - "minecraft:red_tulip": { - "definition": { - "type": "minecraft:flower", - "properties": {}, - "suspicious_stew_effects": [ - { - "duration": 180, - "id": "minecraft:weakness" - } - ] - }, - "states": [ - { - "default": true, - "id": 2124 - } - ] - }, - "minecraft:red_wall_banner": { - "definition": { - "type": "minecraft:wall_banner", - "color": "red", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 11406, - "properties": { - "facing": "north" - } - }, - { - "id": 11407, - "properties": { - "facing": "south" - } - }, - { - "id": 11408, - "properties": { - "facing": "west" - } - }, - { - "id": 11409, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:red_wool": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2104 - } - ] - }, - "minecraft:redstone_block": { - "definition": { - "type": "minecraft:powered", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9478 - } - ] - }, - "minecraft:redstone_lamp": { - "definition": { - "type": "minecraft:redstone_lamp", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7647, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 7648, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:redstone_ore": { - "definition": { - "type": "minecraft:redstone_ore", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5900, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 5901, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:redstone_torch": { - "definition": { - "type": "minecraft:redstone_torch", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 5904, - "properties": { - "lit": "true" - } - }, - { - "id": 5905, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:redstone_wall_torch": { - "definition": { - "type": "minecraft:redstone_wall_torch", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 13308, + "states": [ + { + "id": 13308, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13309, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 728, + "name": "minecraft:dead_horn_coral_fan", + "translation_key": "block.minecraft.dead_horn_coral_fan", + "item_id": 632, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 5906, - "properties": { - "facing": "north", - "lit": "true" - } - }, - { - "id": 5907, - "properties": { - "facing": "north", - "lit": "false" - } - }, - { - "id": 5908, - "properties": { - "facing": "south", - "lit": "true" - } - }, - { - "id": 5909, - "properties": { - "facing": "south", - "lit": "false" - } - }, - { - "id": 5910, - "properties": { - "facing": "west", - "lit": "true" - } - }, - { - "id": 5911, - "properties": { - "facing": "west", - "lit": "false" - } - }, - { - "id": 5912, - "properties": { - "facing": "east", - "lit": "true" - } - }, - { - "id": 5913, - "properties": { - "facing": "east", - "lit": "false" - } - } - ] - }, - "minecraft:redstone_wire": { - "definition": { - "type": "minecraft:redstone_wire", - "properties": {} - }, - "properties": { - "east": [ - "up", - "side", - "none" + "default_state_id": 13310, + "states": [ + { + "id": 13310, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13311, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 729, + "name": "minecraft:tube_coral_fan", + "translation_key": "block.minecraft.tube_coral_fan", + "item_id": 623, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "up", - "side", - "none" + "default_state_id": 13312, + "states": [ + { + "id": 13312, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13313, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 730, + "name": "minecraft:brain_coral_fan", + "translation_key": "block.minecraft.brain_coral_fan", + "item_id": 624, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "power": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "default_state_id": 13314, + "states": [ + { + "id": 13314, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13315, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 731, + "name": "minecraft:bubble_coral_fan", + "translation_key": "block.minecraft.bubble_coral_fan", + "item_id": 625, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "up", - "side", - "none" + "default_state_id": 13316, + "states": [ + { + "id": 13316, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13317, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 732, + "name": "minecraft:fire_coral_fan", + "translation_key": "block.minecraft.fire_coral_fan", + "item_id": 626, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "up", - "side", - "none" - ] - }, - "states": [ - { - "id": 3030, - "properties": { - "east": "up", - "north": "up", - "power": "0", - "south": "up", - "west": "up" - } - }, - { - "id": 3031, - "properties": { - "east": "up", - "north": "up", - "power": "0", - "south": "up", - "west": "side" - } - }, - { - "id": 3032, - "properties": { - "east": "up", - "north": "up", - "power": "0", - "south": "up", - "west": "none" - } - }, - { - "id": 3033, - "properties": { - "east": "up", - "north": "up", - "power": "0", - "south": "side", - "west": "up" - } - }, - { - "id": 3034, - "properties": { - "east": "up", - "north": "up", - "power": "0", - "south": "side", - "west": "side" - } - }, - { - "id": 3035, - "properties": { - "east": "up", - "north": "up", - "power": "0", - "south": "side", - "west": "none" - } - }, - { - "id": 3036, - "properties": { - "east": "up", - "north": "up", - "power": "0", - "south": "none", - "west": "up" - } - }, - { - "id": 3037, - "properties": { - "east": "up", - "north": "up", - "power": "0", - "south": "none", - "west": "side" - } - }, - { - "id": 3038, - "properties": { - "east": "up", - "north": "up", - "power": "0", - "south": "none", - "west": "none" - } - }, - { - "id": 3039, - "properties": { - "east": "up", - "north": "up", - "power": "1", - "south": "up", - "west": "up" - } - }, - { - "id": 3040, - "properties": { - "east": "up", - "north": "up", - "power": "1", - "south": "up", - "west": "side" - } - }, - { - "id": 3041, - "properties": { - "east": "up", - "north": "up", - "power": "1", - "south": "up", - "west": "none" - } - }, - { - "id": 3042, - "properties": { - "east": "up", - "north": "up", - "power": "1", - "south": "side", - "west": "up" - } - }, - { - "id": 3043, - "properties": { - "east": "up", - "north": "up", - "power": "1", - "south": "side", - "west": "side" - } - }, - { - "id": 3044, - "properties": { - "east": "up", - "north": "up", - "power": "1", - "south": "side", - "west": "none" - } - }, - { - "id": 3045, - "properties": { - "east": "up", - "north": "up", - "power": "1", - "south": "none", - "west": "up" - } - }, - { - "id": 3046, - "properties": { - "east": "up", - "north": "up", - "power": "1", - "south": "none", - "west": "side" - } - }, - { - "id": 3047, - "properties": { - "east": "up", - "north": "up", - "power": "1", - "south": "none", - "west": "none" - } - }, - { - "id": 3048, - "properties": { - "east": "up", - "north": "up", - "power": "2", - "south": "up", - "west": "up" - } - }, - { - "id": 3049, - "properties": { - "east": "up", - "north": "up", - "power": "2", - "south": "up", - "west": "side" - } - }, - { - "id": 3050, - "properties": { - "east": "up", - "north": "up", - "power": "2", - "south": "up", - "west": "none" - } - }, - { - "id": 3051, - "properties": { - "east": "up", - "north": "up", - "power": "2", - "south": "side", - "west": "up" - } - }, - { - "id": 3052, - "properties": { - "east": "up", - "north": "up", - "power": "2", - "south": "side", - "west": "side" - } - }, - { - "id": 3053, - "properties": { - "east": "up", - "north": "up", - "power": "2", - "south": "side", - "west": "none" - } - }, - { - "id": 3054, - "properties": { - "east": "up", - "north": "up", - "power": "2", - "south": "none", - "west": "up" - } - }, - { - "id": 3055, - "properties": { - "east": "up", - "north": "up", - "power": "2", - "south": "none", - "west": "side" - } - }, - { - "id": 3056, - "properties": { - "east": "up", - "north": "up", - "power": "2", - "south": "none", - "west": "none" - } - }, - { - "id": 3057, - "properties": { - "east": "up", - "north": "up", - "power": "3", - "south": "up", - "west": "up" - } - }, - { - "id": 3058, - "properties": { - "east": "up", - "north": "up", - "power": "3", - "south": "up", - "west": "side" - } - }, - { - "id": 3059, - "properties": { - "east": "up", - "north": "up", - "power": "3", - "south": "up", - "west": "none" - } - }, - { - "id": 3060, - "properties": { - "east": "up", - "north": "up", - "power": "3", - "south": "side", - "west": "up" - } - }, - { - "id": 3061, - "properties": { - "east": "up", - "north": "up", - "power": "3", - "south": "side", - "west": "side" - } - }, - { - "id": 3062, - "properties": { - "east": "up", - "north": "up", - "power": "3", - "south": "side", - "west": "none" - } - }, - { - "id": 3063, - "properties": { - "east": "up", - "north": "up", - "power": "3", - "south": "none", - "west": "up" - } - }, - { - "id": 3064, - "properties": { - "east": "up", - "north": "up", - "power": "3", - "south": "none", - "west": "side" - } - }, - { - "id": 3065, - "properties": { - "east": "up", - "north": "up", - "power": "3", - "south": "none", - "west": "none" - } - }, - { - "id": 3066, - "properties": { - "east": "up", - "north": "up", - "power": "4", - "south": "up", - "west": "up" - } - }, - { - "id": 3067, - "properties": { - "east": "up", - "north": "up", - "power": "4", - "south": "up", - "west": "side" - } - }, - { - "id": 3068, - "properties": { - "east": "up", - "north": "up", - "power": "4", - "south": "up", - "west": "none" - } - }, - { - "id": 3069, - "properties": { - "east": "up", - "north": "up", - "power": "4", - "south": "side", - "west": "up" - } - }, - { - "id": 3070, - "properties": { - "east": "up", - "north": "up", - "power": "4", - "south": "side", - "west": "side" - } - }, - { - "id": 3071, - "properties": { - "east": "up", - "north": "up", - "power": "4", - "south": "side", - "west": "none" - } - }, - { - "id": 3072, - "properties": { - "east": "up", - "north": "up", - "power": "4", - "south": "none", - "west": "up" - } - }, - { - "id": 3073, - "properties": { - "east": "up", - "north": "up", - "power": "4", - "south": "none", - "west": "side" - } - }, - { - "id": 3074, - "properties": { - "east": "up", - "north": "up", - "power": "4", - "south": "none", - "west": "none" - } - }, - { - "id": 3075, - "properties": { - "east": "up", - "north": "up", - "power": "5", - "south": "up", - "west": "up" - } - }, - { - "id": 3076, - "properties": { - "east": "up", - "north": "up", - "power": "5", - "south": "up", - "west": "side" - } - }, - { - "id": 3077, - "properties": { - "east": "up", - "north": "up", - "power": "5", - "south": "up", - "west": "none" - } - }, - { - "id": 3078, - "properties": { - "east": "up", - "north": "up", - "power": "5", - "south": "side", - "west": "up" - } - }, - { - "id": 3079, - "properties": { - "east": "up", - "north": "up", - "power": "5", - "south": "side", - "west": "side" - } - }, - { - "id": 3080, - "properties": { - "east": "up", - "north": "up", - "power": "5", - "south": "side", - "west": "none" - } - }, - { - "id": 3081, - "properties": { - "east": "up", - "north": "up", - "power": "5", - "south": "none", - "west": "up" - } - }, - { - "id": 3082, - "properties": { - "east": "up", - "north": "up", - "power": "5", - "south": "none", - "west": "side" - } - }, - { - "id": 3083, - "properties": { - "east": "up", - "north": "up", - "power": "5", - "south": "none", - "west": "none" - } - }, - { - "id": 3084, - "properties": { - "east": "up", - "north": "up", - "power": "6", - "south": "up", - "west": "up" - } - }, - { - "id": 3085, - "properties": { - "east": "up", - "north": "up", - "power": "6", - "south": "up", - "west": "side" - } - }, - { - "id": 3086, - "properties": { - "east": "up", - "north": "up", - "power": "6", - "south": "up", - "west": "none" - } - }, - { - "id": 3087, - "properties": { - "east": "up", - "north": "up", - "power": "6", - "south": "side", - "west": "up" - } - }, - { - "id": 3088, - "properties": { - "east": "up", - "north": "up", - "power": "6", - "south": "side", - "west": "side" - } - }, - { - "id": 3089, - "properties": { - "east": "up", - "north": "up", - "power": "6", - "south": "side", - "west": "none" - } - }, - { - "id": 3090, - "properties": { - "east": "up", - "north": "up", - "power": "6", - "south": "none", - "west": "up" - } - }, - { - "id": 3091, - "properties": { - "east": "up", - "north": "up", - "power": "6", - "south": "none", - "west": "side" - } - }, - { - "id": 3092, - "properties": { - "east": "up", - "north": "up", - "power": "6", - "south": "none", - "west": "none" - } - }, - { - "id": 3093, - "properties": { - "east": "up", - "north": "up", - "power": "7", - "south": "up", - "west": "up" - } - }, - { - "id": 3094, - "properties": { - "east": "up", - "north": "up", - "power": "7", - "south": "up", - "west": "side" - } - }, - { - "id": 3095, - "properties": { - "east": "up", - "north": "up", - "power": "7", - "south": "up", - "west": "none" - } - }, - { - "id": 3096, - "properties": { - "east": "up", - "north": "up", - "power": "7", - "south": "side", - "west": "up" - } - }, - { - "id": 3097, - "properties": { - "east": "up", - "north": "up", - "power": "7", - "south": "side", - "west": "side" - } - }, - { - "id": 3098, - "properties": { - "east": "up", - "north": "up", - "power": "7", - "south": "side", - "west": "none" - } - }, - { - "id": 3099, - "properties": { - "east": "up", - "north": "up", - "power": "7", - "south": "none", - "west": "up" - } - }, - { - "id": 3100, - "properties": { - "east": "up", - "north": "up", - "power": "7", - "south": "none", - "west": "side" - } - }, - { - "id": 3101, - "properties": { - "east": "up", - "north": "up", - "power": "7", - "south": "none", - "west": "none" - } - }, - { - "id": 3102, - "properties": { - "east": "up", - "north": "up", - "power": "8", - "south": "up", - "west": "up" - } - }, - { - "id": 3103, - "properties": { - "east": "up", - "north": "up", - "power": "8", - "south": "up", - "west": "side" - } - }, - { - "id": 3104, - "properties": { - "east": "up", - "north": "up", - "power": "8", - "south": "up", - "west": "none" - } - }, - { - "id": 3105, - "properties": { - "east": "up", - "north": "up", - "power": "8", - "south": "side", - "west": "up" - } - }, - { - "id": 3106, - "properties": { - "east": "up", - "north": "up", - "power": "8", - "south": "side", - "west": "side" - } - }, - { - "id": 3107, - "properties": { - "east": "up", - "north": "up", - "power": "8", - "south": "side", - "west": "none" - } - }, - { - "id": 3108, - "properties": { - "east": "up", - "north": "up", - "power": "8", - "south": "none", - "west": "up" - } - }, - { - "id": 3109, - "properties": { - "east": "up", - "north": "up", - "power": "8", - "south": "none", - "west": "side" - } - }, - { - "id": 3110, - "properties": { - "east": "up", - "north": "up", - "power": "8", - "south": "none", - "west": "none" - } - }, - { - "id": 3111, - "properties": { - "east": "up", - "north": "up", - "power": "9", - "south": "up", - "west": "up" - } - }, - { - "id": 3112, - "properties": { - "east": "up", - "north": "up", - "power": "9", - "south": "up", - "west": "side" - } - }, - { - "id": 3113, - "properties": { - "east": "up", - "north": "up", - "power": "9", - "south": "up", - "west": "none" - } - }, - { - "id": 3114, - "properties": { - "east": "up", - "north": "up", - "power": "9", - "south": "side", - "west": "up" - } - }, - { - "id": 3115, - "properties": { - "east": "up", - "north": "up", - "power": "9", - "south": "side", - "west": "side" - } - }, - { - "id": 3116, - "properties": { - "east": "up", - "north": "up", - "power": "9", - "south": "side", - "west": "none" - } - }, - { - "id": 3117, - "properties": { - "east": "up", - "north": "up", - "power": "9", - "south": "none", - "west": "up" - } - }, - { - "id": 3118, - "properties": { - "east": "up", - "north": "up", - "power": "9", - "south": "none", - "west": "side" - } - }, - { - "id": 3119, - "properties": { - "east": "up", - "north": "up", - "power": "9", - "south": "none", - "west": "none" - } - }, - { - "id": 3120, - "properties": { - "east": "up", - "north": "up", - "power": "10", - "south": "up", - "west": "up" - } - }, - { - "id": 3121, - "properties": { - "east": "up", - "north": "up", - "power": "10", - "south": "up", - "west": "side" - } - }, - { - "id": 3122, - "properties": { - "east": "up", - "north": "up", - "power": "10", - "south": "up", - "west": "none" - } - }, - { - "id": 3123, - "properties": { - "east": "up", - "north": "up", - "power": "10", - "south": "side", - "west": "up" - } - }, - { - "id": 3124, - "properties": { - "east": "up", - "north": "up", - "power": "10", - "south": "side", - "west": "side" - } - }, - { - "id": 3125, - "properties": { - "east": "up", - "north": "up", - "power": "10", - "south": "side", - "west": "none" - } - }, - { - "id": 3126, - "properties": { - "east": "up", - "north": "up", - "power": "10", - "south": "none", - "west": "up" - } - }, - { - "id": 3127, - "properties": { - "east": "up", - "north": "up", - "power": "10", - "south": "none", - "west": "side" - } - }, - { - "id": 3128, - "properties": { - "east": "up", - "north": "up", - "power": "10", - "south": "none", - "west": "none" - } - }, - { - "id": 3129, - "properties": { - "east": "up", - "north": "up", - "power": "11", - "south": "up", - "west": "up" - } - }, - { - "id": 3130, - "properties": { - "east": "up", - "north": "up", - "power": "11", - "south": "up", - "west": "side" - } - }, - { - "id": 3131, - "properties": { - "east": "up", - "north": "up", - "power": "11", - "south": "up", - "west": "none" - } - }, - { - "id": 3132, - "properties": { - "east": "up", - "north": "up", - "power": "11", - "south": "side", - "west": "up" - } - }, - { - "id": 3133, - "properties": { - "east": "up", - "north": "up", - "power": "11", - "south": "side", - "west": "side" - } - }, - { - "id": 3134, - "properties": { - "east": "up", - "north": "up", - "power": "11", - "south": "side", - "west": "none" - } - }, - { - "id": 3135, - "properties": { - "east": "up", - "north": "up", - "power": "11", - "south": "none", - "west": "up" - } - }, - { - "id": 3136, - "properties": { - "east": "up", - "north": "up", - "power": "11", - "south": "none", - "west": "side" - } - }, - { - "id": 3137, - "properties": { - "east": "up", - "north": "up", - "power": "11", - "south": "none", - "west": "none" - } - }, - { - "id": 3138, - "properties": { - "east": "up", - "north": "up", - "power": "12", - "south": "up", - "west": "up" - } - }, - { - "id": 3139, - "properties": { - "east": "up", - "north": "up", - "power": "12", - "south": "up", - "west": "side" - } - }, - { - "id": 3140, - "properties": { - "east": "up", - "north": "up", - "power": "12", - "south": "up", - "west": "none" - } - }, - { - "id": 3141, - "properties": { - "east": "up", - "north": "up", - "power": "12", - "south": "side", - "west": "up" - } - }, - { - "id": 3142, - "properties": { - "east": "up", - "north": "up", - "power": "12", - "south": "side", - "west": "side" - } - }, - { - "id": 3143, - "properties": { - "east": "up", - "north": "up", - "power": "12", - "south": "side", - "west": "none" - } - }, - { - "id": 3144, - "properties": { - "east": "up", - "north": "up", - "power": "12", - "south": "none", - "west": "up" - } - }, - { - "id": 3145, - "properties": { - "east": "up", - "north": "up", - "power": "12", - "south": "none", - "west": "side" - } - }, - { - "id": 3146, - "properties": { - "east": "up", - "north": "up", - "power": "12", - "south": "none", - "west": "none" - } - }, - { - "id": 3147, - "properties": { - "east": "up", - "north": "up", - "power": "13", - "south": "up", - "west": "up" - } - }, - { - "id": 3148, - "properties": { - "east": "up", - "north": "up", - "power": "13", - "south": "up", - "west": "side" - } - }, - { - "id": 3149, - "properties": { - "east": "up", - "north": "up", - "power": "13", - "south": "up", - "west": "none" - } - }, - { - "id": 3150, - "properties": { - "east": "up", - "north": "up", - "power": "13", - "south": "side", - "west": "up" - } - }, - { - "id": 3151, - "properties": { - "east": "up", - "north": "up", - "power": "13", - "south": "side", - "west": "side" - } - }, - { - "id": 3152, - "properties": { - "east": "up", - "north": "up", - "power": "13", - "south": "side", - "west": "none" - } - }, - { - "id": 3153, - "properties": { - "east": "up", - "north": "up", - "power": "13", - "south": "none", - "west": "up" - } - }, - { - "id": 3154, - "properties": { - "east": "up", - "north": "up", - "power": "13", - "south": "none", - "west": "side" - } - }, - { - "id": 3155, - "properties": { - "east": "up", - "north": "up", - "power": "13", - "south": "none", - "west": "none" - } - }, - { - "id": 3156, - "properties": { - "east": "up", - "north": "up", - "power": "14", - "south": "up", - "west": "up" - } - }, - { - "id": 3157, - "properties": { - "east": "up", - "north": "up", - "power": "14", - "south": "up", - "west": "side" - } - }, - { - "id": 3158, - "properties": { - "east": "up", - "north": "up", - "power": "14", - "south": "up", - "west": "none" - } - }, - { - "id": 3159, - "properties": { - "east": "up", - "north": "up", - "power": "14", - "south": "side", - "west": "up" - } - }, - { - "id": 3160, - "properties": { - "east": "up", - "north": "up", - "power": "14", - "south": "side", - "west": "side" - } - }, - { - "id": 3161, - "properties": { - "east": "up", - "north": "up", - "power": "14", - "south": "side", - "west": "none" - } - }, - { - "id": 3162, - "properties": { - "east": "up", - "north": "up", - "power": "14", - "south": "none", - "west": "up" - } - }, - { - "id": 3163, - "properties": { - "east": "up", - "north": "up", - "power": "14", - "south": "none", - "west": "side" - } - }, - { - "id": 3164, - "properties": { - "east": "up", - "north": "up", - "power": "14", - "south": "none", - "west": "none" - } - }, - { - "id": 3165, - "properties": { - "east": "up", - "north": "up", - "power": "15", - "south": "up", - "west": "up" - } - }, - { - "id": 3166, - "properties": { - "east": "up", - "north": "up", - "power": "15", - "south": "up", - "west": "side" - } - }, - { - "id": 3167, - "properties": { - "east": "up", - "north": "up", - "power": "15", - "south": "up", - "west": "none" - } - }, - { - "id": 3168, - "properties": { - "east": "up", - "north": "up", - "power": "15", - "south": "side", - "west": "up" - } - }, - { - "id": 3169, - "properties": { - "east": "up", - "north": "up", - "power": "15", - "south": "side", - "west": "side" - } - }, - { - "id": 3170, - "properties": { - "east": "up", - "north": "up", - "power": "15", - "south": "side", - "west": "none" - } - }, - { - "id": 3171, - "properties": { - "east": "up", - "north": "up", - "power": "15", - "south": "none", - "west": "up" - } - }, - { - "id": 3172, - "properties": { - "east": "up", - "north": "up", - "power": "15", - "south": "none", - "west": "side" - } - }, - { - "id": 3173, - "properties": { - "east": "up", - "north": "up", - "power": "15", - "south": "none", - "west": "none" - } - }, - { - "id": 3174, - "properties": { - "east": "up", - "north": "side", - "power": "0", - "south": "up", - "west": "up" - } - }, - { - "id": 3175, - "properties": { - "east": "up", - "north": "side", - "power": "0", - "south": "up", - "west": "side" - } - }, - { - "id": 3176, - "properties": { - "east": "up", - "north": "side", - "power": "0", - "south": "up", - "west": "none" - } - }, - { - "id": 3177, - "properties": { - "east": "up", - "north": "side", - "power": "0", - "south": "side", - "west": "up" - } - }, - { - "id": 3178, - "properties": { - "east": "up", - "north": "side", - "power": "0", - "south": "side", - "west": "side" - } - }, - { - "id": 3179, - "properties": { - "east": "up", - "north": "side", - "power": "0", - "south": "side", - "west": "none" - } - }, - { - "id": 3180, - "properties": { - "east": "up", - "north": "side", - "power": "0", - "south": "none", - "west": "up" - } - }, - { - "id": 3181, - "properties": { - "east": "up", - "north": "side", - "power": "0", - "south": "none", - "west": "side" - } - }, - { - "id": 3182, - "properties": { - "east": "up", - "north": "side", - "power": "0", - "south": "none", - "west": "none" - } - }, - { - "id": 3183, - "properties": { - "east": "up", - "north": "side", - "power": "1", - "south": "up", - "west": "up" - } - }, - { - "id": 3184, - "properties": { - "east": "up", - "north": "side", - "power": "1", - "south": "up", - "west": "side" - } - }, - { - "id": 3185, - "properties": { - "east": "up", - "north": "side", - "power": "1", - "south": "up", - "west": "none" - } - }, - { - "id": 3186, - "properties": { - "east": "up", - "north": "side", - "power": "1", - "south": "side", - "west": "up" - } - }, - { - "id": 3187, - "properties": { - "east": "up", - "north": "side", - "power": "1", - "south": "side", - "west": "side" - } - }, - { - "id": 3188, - "properties": { - "east": "up", - "north": "side", - "power": "1", - "south": "side", - "west": "none" - } - }, - { - "id": 3189, - "properties": { - "east": "up", - "north": "side", - "power": "1", - "south": "none", - "west": "up" - } - }, - { - "id": 3190, - "properties": { - "east": "up", - "north": "side", - "power": "1", - "south": "none", - "west": "side" - } - }, - { - "id": 3191, - "properties": { - "east": "up", - "north": "side", - "power": "1", - "south": "none", - "west": "none" - } - }, - { - "id": 3192, - "properties": { - "east": "up", - "north": "side", - "power": "2", - "south": "up", - "west": "up" - } - }, - { - "id": 3193, - "properties": { - "east": "up", - "north": "side", - "power": "2", - "south": "up", - "west": "side" - } - }, - { - "id": 3194, - "properties": { - "east": "up", - "north": "side", - "power": "2", - "south": "up", - "west": "none" - } - }, - { - "id": 3195, - "properties": { - "east": "up", - "north": "side", - "power": "2", - "south": "side", - "west": "up" - } - }, - { - "id": 3196, - "properties": { - "east": "up", - "north": "side", - "power": "2", - "south": "side", - "west": "side" - } - }, - { - "id": 3197, - "properties": { - "east": "up", - "north": "side", - "power": "2", - "south": "side", - "west": "none" - } - }, - { - "id": 3198, - "properties": { - "east": "up", - "north": "side", - "power": "2", - "south": "none", - "west": "up" - } - }, - { - "id": 3199, - "properties": { - "east": "up", - "north": "side", - "power": "2", - "south": "none", - "west": "side" - } - }, - { - "id": 3200, - "properties": { - "east": "up", - "north": "side", - "power": "2", - "south": "none", - "west": "none" - } - }, - { - "id": 3201, - "properties": { - "east": "up", - "north": "side", - "power": "3", - "south": "up", - "west": "up" - } - }, - { - "id": 3202, - "properties": { - "east": "up", - "north": "side", - "power": "3", - "south": "up", - "west": "side" - } - }, - { - "id": 3203, - "properties": { - "east": "up", - "north": "side", - "power": "3", - "south": "up", - "west": "none" - } - }, - { - "id": 3204, - "properties": { - "east": "up", - "north": "side", - "power": "3", - "south": "side", - "west": "up" - } - }, - { - "id": 3205, - "properties": { - "east": "up", - "north": "side", - "power": "3", - "south": "side", - "west": "side" - } - }, - { - "id": 3206, - "properties": { - "east": "up", - "north": "side", - "power": "3", - "south": "side", - "west": "none" - } - }, - { - "id": 3207, - "properties": { - "east": "up", - "north": "side", - "power": "3", - "south": "none", - "west": "up" - } - }, - { - "id": 3208, - "properties": { - "east": "up", - "north": "side", - "power": "3", - "south": "none", - "west": "side" - } - }, - { - "id": 3209, - "properties": { - "east": "up", - "north": "side", - "power": "3", - "south": "none", - "west": "none" - } - }, - { - "id": 3210, - "properties": { - "east": "up", - "north": "side", - "power": "4", - "south": "up", - "west": "up" - } - }, - { - "id": 3211, - "properties": { - "east": "up", - "north": "side", - "power": "4", - "south": "up", - "west": "side" - } - }, - { - "id": 3212, - "properties": { - "east": "up", - "north": "side", - "power": "4", - "south": "up", - "west": "none" - } - }, - { - "id": 3213, - "properties": { - "east": "up", - "north": "side", - "power": "4", - "south": "side", - "west": "up" - } - }, - { - "id": 3214, - "properties": { - "east": "up", - "north": "side", - "power": "4", - "south": "side", - "west": "side" - } - }, - { - "id": 3215, - "properties": { - "east": "up", - "north": "side", - "power": "4", - "south": "side", - "west": "none" - } - }, - { - "id": 3216, - "properties": { - "east": "up", - "north": "side", - "power": "4", - "south": "none", - "west": "up" - } - }, - { - "id": 3217, - "properties": { - "east": "up", - "north": "side", - "power": "4", - "south": "none", - "west": "side" - } - }, - { - "id": 3218, - "properties": { - "east": "up", - "north": "side", - "power": "4", - "south": "none", - "west": "none" - } - }, - { - "id": 3219, - "properties": { - "east": "up", - "north": "side", - "power": "5", - "south": "up", - "west": "up" - } - }, - { - "id": 3220, - "properties": { - "east": "up", - "north": "side", - "power": "5", - "south": "up", - "west": "side" - } - }, - { - "id": 3221, - "properties": { - "east": "up", - "north": "side", - "power": "5", - "south": "up", - "west": "none" - } - }, - { - "id": 3222, - "properties": { - "east": "up", - "north": "side", - "power": "5", - "south": "side", - "west": "up" - } - }, - { - "id": 3223, - "properties": { - "east": "up", - "north": "side", - "power": "5", - "south": "side", - "west": "side" - } - }, - { - "id": 3224, - "properties": { - "east": "up", - "north": "side", - "power": "5", - "south": "side", - "west": "none" - } - }, - { - "id": 3225, - "properties": { - "east": "up", - "north": "side", - "power": "5", - "south": "none", - "west": "up" - } - }, - { - "id": 3226, - "properties": { - "east": "up", - "north": "side", - "power": "5", - "south": "none", - "west": "side" - } - }, - { - "id": 3227, - "properties": { - "east": "up", - "north": "side", - "power": "5", - "south": "none", - "west": "none" - } - }, - { - "id": 3228, - "properties": { - "east": "up", - "north": "side", - "power": "6", - "south": "up", - "west": "up" - } - }, - { - "id": 3229, - "properties": { - "east": "up", - "north": "side", - "power": "6", - "south": "up", - "west": "side" - } - }, - { - "id": 3230, - "properties": { - "east": "up", - "north": "side", - "power": "6", - "south": "up", - "west": "none" - } - }, - { - "id": 3231, - "properties": { - "east": "up", - "north": "side", - "power": "6", - "south": "side", - "west": "up" - } - }, - { - "id": 3232, - "properties": { - "east": "up", - "north": "side", - "power": "6", - "south": "side", - "west": "side" - } - }, - { - "id": 3233, - "properties": { - "east": "up", - "north": "side", - "power": "6", - "south": "side", - "west": "none" - } - }, - { - "id": 3234, - "properties": { - "east": "up", - "north": "side", - "power": "6", - "south": "none", - "west": "up" - } - }, - { - "id": 3235, - "properties": { - "east": "up", - "north": "side", - "power": "6", - "south": "none", - "west": "side" - } - }, - { - "id": 3236, - "properties": { - "east": "up", - "north": "side", - "power": "6", - "south": "none", - "west": "none" - } - }, - { - "id": 3237, - "properties": { - "east": "up", - "north": "side", - "power": "7", - "south": "up", - "west": "up" - } - }, - { - "id": 3238, - "properties": { - "east": "up", - "north": "side", - "power": "7", - "south": "up", - "west": "side" - } - }, - { - "id": 3239, - "properties": { - "east": "up", - "north": "side", - "power": "7", - "south": "up", - "west": "none" - } - }, - { - "id": 3240, - "properties": { - "east": "up", - "north": "side", - "power": "7", - "south": "side", - "west": "up" - } - }, - { - "id": 3241, - "properties": { - "east": "up", - "north": "side", - "power": "7", - "south": "side", - "west": "side" - } - }, - { - "id": 3242, - "properties": { - "east": "up", - "north": "side", - "power": "7", - "south": "side", - "west": "none" - } - }, - { - "id": 3243, - "properties": { - "east": "up", - "north": "side", - "power": "7", - "south": "none", - "west": "up" - } - }, - { - "id": 3244, - "properties": { - "east": "up", - "north": "side", - "power": "7", - "south": "none", - "west": "side" - } - }, - { - "id": 3245, - "properties": { - "east": "up", - "north": "side", - "power": "7", - "south": "none", - "west": "none" - } - }, - { - "id": 3246, - "properties": { - "east": "up", - "north": "side", - "power": "8", - "south": "up", - "west": "up" - } - }, - { - "id": 3247, - "properties": { - "east": "up", - "north": "side", - "power": "8", - "south": "up", - "west": "side" - } - }, - { - "id": 3248, - "properties": { - "east": "up", - "north": "side", - "power": "8", - "south": "up", - "west": "none" - } - }, - { - "id": 3249, - "properties": { - "east": "up", - "north": "side", - "power": "8", - "south": "side", - "west": "up" - } - }, - { - "id": 3250, - "properties": { - "east": "up", - "north": "side", - "power": "8", - "south": "side", - "west": "side" - } - }, - { - "id": 3251, - "properties": { - "east": "up", - "north": "side", - "power": "8", - "south": "side", - "west": "none" - } - }, - { - "id": 3252, - "properties": { - "east": "up", - "north": "side", - "power": "8", - "south": "none", - "west": "up" - } - }, - { - "id": 3253, - "properties": { - "east": "up", - "north": "side", - "power": "8", - "south": "none", - "west": "side" - } - }, - { - "id": 3254, - "properties": { - "east": "up", - "north": "side", - "power": "8", - "south": "none", - "west": "none" - } - }, - { - "id": 3255, - "properties": { - "east": "up", - "north": "side", - "power": "9", - "south": "up", - "west": "up" - } - }, - { - "id": 3256, - "properties": { - "east": "up", - "north": "side", - "power": "9", - "south": "up", - "west": "side" - } - }, - { - "id": 3257, - "properties": { - "east": "up", - "north": "side", - "power": "9", - "south": "up", - "west": "none" - } - }, - { - "id": 3258, - "properties": { - "east": "up", - "north": "side", - "power": "9", - "south": "side", - "west": "up" - } - }, - { - "id": 3259, - "properties": { - "east": "up", - "north": "side", - "power": "9", - "south": "side", - "west": "side" - } - }, - { - "id": 3260, - "properties": { - "east": "up", - "north": "side", - "power": "9", - "south": "side", - "west": "none" - } - }, - { - "id": 3261, - "properties": { - "east": "up", - "north": "side", - "power": "9", - "south": "none", - "west": "up" - } - }, - { - "id": 3262, - "properties": { - "east": "up", - "north": "side", - "power": "9", - "south": "none", - "west": "side" - } - }, - { - "id": 3263, - "properties": { - "east": "up", - "north": "side", - "power": "9", - "south": "none", - "west": "none" - } - }, - { - "id": 3264, - "properties": { - "east": "up", - "north": "side", - "power": "10", - "south": "up", - "west": "up" - } - }, - { - "id": 3265, - "properties": { - "east": "up", - "north": "side", - "power": "10", - "south": "up", - "west": "side" - } - }, - { - "id": 3266, - "properties": { - "east": "up", - "north": "side", - "power": "10", - "south": "up", - "west": "none" - } - }, - { - "id": 3267, - "properties": { - "east": "up", - "north": "side", - "power": "10", - "south": "side", - "west": "up" - } - }, - { - "id": 3268, - "properties": { - "east": "up", - "north": "side", - "power": "10", - "south": "side", - "west": "side" - } - }, - { - "id": 3269, - "properties": { - "east": "up", - "north": "side", - "power": "10", - "south": "side", - "west": "none" - } - }, - { - "id": 3270, - "properties": { - "east": "up", - "north": "side", - "power": "10", - "south": "none", - "west": "up" - } - }, - { - "id": 3271, - "properties": { - "east": "up", - "north": "side", - "power": "10", - "south": "none", - "west": "side" - } - }, - { - "id": 3272, - "properties": { - "east": "up", - "north": "side", - "power": "10", - "south": "none", - "west": "none" - } - }, - { - "id": 3273, - "properties": { - "east": "up", - "north": "side", - "power": "11", - "south": "up", - "west": "up" - } - }, - { - "id": 3274, - "properties": { - "east": "up", - "north": "side", - "power": "11", - "south": "up", - "west": "side" - } - }, - { - "id": 3275, - "properties": { - "east": "up", - "north": "side", - "power": "11", - "south": "up", - "west": "none" - } - }, - { - "id": 3276, - "properties": { - "east": "up", - "north": "side", - "power": "11", - "south": "side", - "west": "up" - } - }, - { - "id": 3277, - "properties": { - "east": "up", - "north": "side", - "power": "11", - "south": "side", - "west": "side" - } - }, - { - "id": 3278, - "properties": { - "east": "up", - "north": "side", - "power": "11", - "south": "side", - "west": "none" - } - }, - { - "id": 3279, - "properties": { - "east": "up", - "north": "side", - "power": "11", - "south": "none", - "west": "up" - } - }, - { - "id": 3280, - "properties": { - "east": "up", - "north": "side", - "power": "11", - "south": "none", - "west": "side" - } - }, - { - "id": 3281, - "properties": { - "east": "up", - "north": "side", - "power": "11", - "south": "none", - "west": "none" - } - }, - { - "id": 3282, - "properties": { - "east": "up", - "north": "side", - "power": "12", - "south": "up", - "west": "up" - } - }, - { - "id": 3283, - "properties": { - "east": "up", - "north": "side", - "power": "12", - "south": "up", - "west": "side" - } - }, - { - "id": 3284, - "properties": { - "east": "up", - "north": "side", - "power": "12", - "south": "up", - "west": "none" - } - }, - { - "id": 3285, - "properties": { - "east": "up", - "north": "side", - "power": "12", - "south": "side", - "west": "up" - } - }, - { - "id": 3286, - "properties": { - "east": "up", - "north": "side", - "power": "12", - "south": "side", - "west": "side" - } - }, - { - "id": 3287, - "properties": { - "east": "up", - "north": "side", - "power": "12", - "south": "side", - "west": "none" - } - }, - { - "id": 3288, - "properties": { - "east": "up", - "north": "side", - "power": "12", - "south": "none", - "west": "up" - } - }, - { - "id": 3289, - "properties": { - "east": "up", - "north": "side", - "power": "12", - "south": "none", - "west": "side" - } - }, - { - "id": 3290, - "properties": { - "east": "up", - "north": "side", - "power": "12", - "south": "none", - "west": "none" - } - }, - { - "id": 3291, - "properties": { - "east": "up", - "north": "side", - "power": "13", - "south": "up", - "west": "up" - } - }, - { - "id": 3292, - "properties": { - "east": "up", - "north": "side", - "power": "13", - "south": "up", - "west": "side" - } - }, - { - "id": 3293, - "properties": { - "east": "up", - "north": "side", - "power": "13", - "south": "up", - "west": "none" - } - }, - { - "id": 3294, - "properties": { - "east": "up", - "north": "side", - "power": "13", - "south": "side", - "west": "up" - } - }, - { - "id": 3295, - "properties": { - "east": "up", - "north": "side", - "power": "13", - "south": "side", - "west": "side" - } - }, - { - "id": 3296, - "properties": { - "east": "up", - "north": "side", - "power": "13", - "south": "side", - "west": "none" - } - }, - { - "id": 3297, - "properties": { - "east": "up", - "north": "side", - "power": "13", - "south": "none", - "west": "up" - } - }, - { - "id": 3298, - "properties": { - "east": "up", - "north": "side", - "power": "13", - "south": "none", - "west": "side" - } - }, - { - "id": 3299, - "properties": { - "east": "up", - "north": "side", - "power": "13", - "south": "none", - "west": "none" - } - }, - { - "id": 3300, - "properties": { - "east": "up", - "north": "side", - "power": "14", - "south": "up", - "west": "up" - } - }, - { - "id": 3301, - "properties": { - "east": "up", - "north": "side", - "power": "14", - "south": "up", - "west": "side" - } - }, - { - "id": 3302, - "properties": { - "east": "up", - "north": "side", - "power": "14", - "south": "up", - "west": "none" - } - }, - { - "id": 3303, - "properties": { - "east": "up", - "north": "side", - "power": "14", - "south": "side", - "west": "up" - } - }, - { - "id": 3304, - "properties": { - "east": "up", - "north": "side", - "power": "14", - "south": "side", - "west": "side" - } - }, - { - "id": 3305, - "properties": { - "east": "up", - "north": "side", - "power": "14", - "south": "side", - "west": "none" - } - }, - { - "id": 3306, - "properties": { - "east": "up", - "north": "side", - "power": "14", - "south": "none", - "west": "up" - } - }, - { - "id": 3307, - "properties": { - "east": "up", - "north": "side", - "power": "14", - "south": "none", - "west": "side" - } - }, - { - "id": 3308, - "properties": { - "east": "up", - "north": "side", - "power": "14", - "south": "none", - "west": "none" - } - }, - { - "id": 3309, - "properties": { - "east": "up", - "north": "side", - "power": "15", - "south": "up", - "west": "up" - } - }, - { - "id": 3310, - "properties": { - "east": "up", - "north": "side", - "power": "15", - "south": "up", - "west": "side" - } - }, - { - "id": 3311, - "properties": { - "east": "up", - "north": "side", - "power": "15", - "south": "up", - "west": "none" - } - }, - { - "id": 3312, - "properties": { - "east": "up", - "north": "side", - "power": "15", - "south": "side", - "west": "up" - } - }, - { - "id": 3313, - "properties": { - "east": "up", - "north": "side", - "power": "15", - "south": "side", - "west": "side" - } - }, - { - "id": 3314, - "properties": { - "east": "up", - "north": "side", - "power": "15", - "south": "side", - "west": "none" - } - }, - { - "id": 3315, - "properties": { - "east": "up", - "north": "side", - "power": "15", - "south": "none", - "west": "up" - } - }, - { - "id": 3316, - "properties": { - "east": "up", - "north": "side", - "power": "15", - "south": "none", - "west": "side" - } - }, - { - "id": 3317, - "properties": { - "east": "up", - "north": "side", - "power": "15", - "south": "none", - "west": "none" - } - }, - { - "id": 3318, - "properties": { - "east": "up", - "north": "none", - "power": "0", - "south": "up", - "west": "up" - } - }, - { - "id": 3319, - "properties": { - "east": "up", - "north": "none", - "power": "0", - "south": "up", - "west": "side" - } - }, - { - "id": 3320, - "properties": { - "east": "up", - "north": "none", - "power": "0", - "south": "up", - "west": "none" - } - }, - { - "id": 3321, - "properties": { - "east": "up", - "north": "none", - "power": "0", - "south": "side", - "west": "up" - } - }, - { - "id": 3322, - "properties": { - "east": "up", - "north": "none", - "power": "0", - "south": "side", - "west": "side" - } - }, - { - "id": 3323, - "properties": { - "east": "up", - "north": "none", - "power": "0", - "south": "side", - "west": "none" - } - }, - { - "id": 3324, - "properties": { - "east": "up", - "north": "none", - "power": "0", - "south": "none", - "west": "up" - } - }, - { - "id": 3325, - "properties": { - "east": "up", - "north": "none", - "power": "0", - "south": "none", - "west": "side" - } - }, - { - "id": 3326, - "properties": { - "east": "up", - "north": "none", - "power": "0", - "south": "none", - "west": "none" - } - }, - { - "id": 3327, - "properties": { - "east": "up", - "north": "none", - "power": "1", - "south": "up", - "west": "up" - } - }, - { - "id": 3328, - "properties": { - "east": "up", - "north": "none", - "power": "1", - "south": "up", - "west": "side" - } - }, - { - "id": 3329, - "properties": { - "east": "up", - "north": "none", - "power": "1", - "south": "up", - "west": "none" - } - }, - { - "id": 3330, - "properties": { - "east": "up", - "north": "none", - "power": "1", - "south": "side", - "west": "up" - } - }, - { - "id": 3331, - "properties": { - "east": "up", - "north": "none", - "power": "1", - "south": "side", - "west": "side" - } - }, - { - "id": 3332, - "properties": { - "east": "up", - "north": "none", - "power": "1", - "south": "side", - "west": "none" - } - }, - { - "id": 3333, - "properties": { - "east": "up", - "north": "none", - "power": "1", - "south": "none", - "west": "up" - } - }, - { - "id": 3334, - "properties": { - "east": "up", - "north": "none", - "power": "1", - "south": "none", - "west": "side" - } - }, - { - "id": 3335, - "properties": { - "east": "up", - "north": "none", - "power": "1", - "south": "none", - "west": "none" - } - }, - { - "id": 3336, - "properties": { - "east": "up", - "north": "none", - "power": "2", - "south": "up", - "west": "up" - } - }, - { - "id": 3337, - "properties": { - "east": "up", - "north": "none", - "power": "2", - "south": "up", - "west": "side" - } - }, - { - "id": 3338, - "properties": { - "east": "up", - "north": "none", - "power": "2", - "south": "up", - "west": "none" - } - }, - { - "id": 3339, - "properties": { - "east": "up", - "north": "none", - "power": "2", - "south": "side", - "west": "up" - } - }, - { - "id": 3340, - "properties": { - "east": "up", - "north": "none", - "power": "2", - "south": "side", - "west": "side" - } - }, - { - "id": 3341, - "properties": { - "east": "up", - "north": "none", - "power": "2", - "south": "side", - "west": "none" - } - }, - { - "id": 3342, - "properties": { - "east": "up", - "north": "none", - "power": "2", - "south": "none", - "west": "up" - } - }, - { - "id": 3343, - "properties": { - "east": "up", - "north": "none", - "power": "2", - "south": "none", - "west": "side" - } - }, - { - "id": 3344, - "properties": { - "east": "up", - "north": "none", - "power": "2", - "south": "none", - "west": "none" - } - }, - { - "id": 3345, - "properties": { - "east": "up", - "north": "none", - "power": "3", - "south": "up", - "west": "up" - } - }, - { - "id": 3346, - "properties": { - "east": "up", - "north": "none", - "power": "3", - "south": "up", - "west": "side" - } - }, - { - "id": 3347, - "properties": { - "east": "up", - "north": "none", - "power": "3", - "south": "up", - "west": "none" - } - }, - { - "id": 3348, - "properties": { - "east": "up", - "north": "none", - "power": "3", - "south": "side", - "west": "up" - } - }, - { - "id": 3349, - "properties": { - "east": "up", - "north": "none", - "power": "3", - "south": "side", - "west": "side" - } - }, - { - "id": 3350, - "properties": { - "east": "up", - "north": "none", - "power": "3", - "south": "side", - "west": "none" - } - }, - { - "id": 3351, - "properties": { - "east": "up", - "north": "none", - "power": "3", - "south": "none", - "west": "up" - } - }, - { - "id": 3352, - "properties": { - "east": "up", - "north": "none", - "power": "3", - "south": "none", - "west": "side" - } - }, - { - "id": 3353, - "properties": { - "east": "up", - "north": "none", - "power": "3", - "south": "none", - "west": "none" - } - }, - { - "id": 3354, - "properties": { - "east": "up", - "north": "none", - "power": "4", - "south": "up", - "west": "up" - } - }, - { - "id": 3355, - "properties": { - "east": "up", - "north": "none", - "power": "4", - "south": "up", - "west": "side" - } - }, - { - "id": 3356, - "properties": { - "east": "up", - "north": "none", - "power": "4", - "south": "up", - "west": "none" - } - }, - { - "id": 3357, - "properties": { - "east": "up", - "north": "none", - "power": "4", - "south": "side", - "west": "up" - } - }, - { - "id": 3358, - "properties": { - "east": "up", - "north": "none", - "power": "4", - "south": "side", - "west": "side" - } - }, - { - "id": 3359, - "properties": { - "east": "up", - "north": "none", - "power": "4", - "south": "side", - "west": "none" - } - }, - { - "id": 3360, - "properties": { - "east": "up", - "north": "none", - "power": "4", - "south": "none", - "west": "up" - } - }, - { - "id": 3361, - "properties": { - "east": "up", - "north": "none", - "power": "4", - "south": "none", - "west": "side" - } - }, - { - "id": 3362, - "properties": { - "east": "up", - "north": "none", - "power": "4", - "south": "none", - "west": "none" - } - }, - { - "id": 3363, - "properties": { - "east": "up", - "north": "none", - "power": "5", - "south": "up", - "west": "up" - } - }, - { - "id": 3364, - "properties": { - "east": "up", - "north": "none", - "power": "5", - "south": "up", - "west": "side" - } - }, - { - "id": 3365, - "properties": { - "east": "up", - "north": "none", - "power": "5", - "south": "up", - "west": "none" - } - }, - { - "id": 3366, - "properties": { - "east": "up", - "north": "none", - "power": "5", - "south": "side", - "west": "up" - } - }, - { - "id": 3367, - "properties": { - "east": "up", - "north": "none", - "power": "5", - "south": "side", - "west": "side" - } - }, - { - "id": 3368, - "properties": { - "east": "up", - "north": "none", - "power": "5", - "south": "side", - "west": "none" - } - }, - { - "id": 3369, - "properties": { - "east": "up", - "north": "none", - "power": "5", - "south": "none", - "west": "up" - } - }, - { - "id": 3370, - "properties": { - "east": "up", - "north": "none", - "power": "5", - "south": "none", - "west": "side" - } - }, - { - "id": 3371, - "properties": { - "east": "up", - "north": "none", - "power": "5", - "south": "none", - "west": "none" - } - }, - { - "id": 3372, - "properties": { - "east": "up", - "north": "none", - "power": "6", - "south": "up", - "west": "up" - } - }, - { - "id": 3373, - "properties": { - "east": "up", - "north": "none", - "power": "6", - "south": "up", - "west": "side" - } - }, - { - "id": 3374, - "properties": { - "east": "up", - "north": "none", - "power": "6", - "south": "up", - "west": "none" - } - }, - { - "id": 3375, - "properties": { - "east": "up", - "north": "none", - "power": "6", - "south": "side", - "west": "up" - } - }, - { - "id": 3376, - "properties": { - "east": "up", - "north": "none", - "power": "6", - "south": "side", - "west": "side" - } - }, - { - "id": 3377, - "properties": { - "east": "up", - "north": "none", - "power": "6", - "south": "side", - "west": "none" - } - }, - { - "id": 3378, - "properties": { - "east": "up", - "north": "none", - "power": "6", - "south": "none", - "west": "up" - } - }, - { - "id": 3379, - "properties": { - "east": "up", - "north": "none", - "power": "6", - "south": "none", - "west": "side" - } - }, - { - "id": 3380, - "properties": { - "east": "up", - "north": "none", - "power": "6", - "south": "none", - "west": "none" - } - }, - { - "id": 3381, - "properties": { - "east": "up", - "north": "none", - "power": "7", - "south": "up", - "west": "up" - } - }, - { - "id": 3382, - "properties": { - "east": "up", - "north": "none", - "power": "7", - "south": "up", - "west": "side" - } - }, - { - "id": 3383, - "properties": { - "east": "up", - "north": "none", - "power": "7", - "south": "up", - "west": "none" - } - }, - { - "id": 3384, - "properties": { - "east": "up", - "north": "none", - "power": "7", - "south": "side", - "west": "up" - } - }, - { - "id": 3385, - "properties": { - "east": "up", - "north": "none", - "power": "7", - "south": "side", - "west": "side" - } - }, - { - "id": 3386, - "properties": { - "east": "up", - "north": "none", - "power": "7", - "south": "side", - "west": "none" - } - }, - { - "id": 3387, - "properties": { - "east": "up", - "north": "none", - "power": "7", - "south": "none", - "west": "up" - } - }, - { - "id": 3388, - "properties": { - "east": "up", - "north": "none", - "power": "7", - "south": "none", - "west": "side" - } - }, - { - "id": 3389, - "properties": { - "east": "up", - "north": "none", - "power": "7", - "south": "none", - "west": "none" - } - }, - { - "id": 3390, - "properties": { - "east": "up", - "north": "none", - "power": "8", - "south": "up", - "west": "up" - } - }, - { - "id": 3391, - "properties": { - "east": "up", - "north": "none", - "power": "8", - "south": "up", - "west": "side" - } - }, - { - "id": 3392, - "properties": { - "east": "up", - "north": "none", - "power": "8", - "south": "up", - "west": "none" - } - }, - { - "id": 3393, - "properties": { - "east": "up", - "north": "none", - "power": "8", - "south": "side", - "west": "up" - } - }, - { - "id": 3394, - "properties": { - "east": "up", - "north": "none", - "power": "8", - "south": "side", - "west": "side" - } - }, - { - "id": 3395, - "properties": { - "east": "up", - "north": "none", - "power": "8", - "south": "side", - "west": "none" - } - }, - { - "id": 3396, - "properties": { - "east": "up", - "north": "none", - "power": "8", - "south": "none", - "west": "up" - } - }, - { - "id": 3397, - "properties": { - "east": "up", - "north": "none", - "power": "8", - "south": "none", - "west": "side" - } - }, - { - "id": 3398, - "properties": { - "east": "up", - "north": "none", - "power": "8", - "south": "none", - "west": "none" - } - }, - { - "id": 3399, - "properties": { - "east": "up", - "north": "none", - "power": "9", - "south": "up", - "west": "up" - } - }, - { - "id": 3400, - "properties": { - "east": "up", - "north": "none", - "power": "9", - "south": "up", - "west": "side" - } - }, - { - "id": 3401, - "properties": { - "east": "up", - "north": "none", - "power": "9", - "south": "up", - "west": "none" - } - }, - { - "id": 3402, - "properties": { - "east": "up", - "north": "none", - "power": "9", - "south": "side", - "west": "up" - } - }, - { - "id": 3403, - "properties": { - "east": "up", - "north": "none", - "power": "9", - "south": "side", - "west": "side" - } - }, - { - "id": 3404, - "properties": { - "east": "up", - "north": "none", - "power": "9", - "south": "side", - "west": "none" - } - }, - { - "id": 3405, - "properties": { - "east": "up", - "north": "none", - "power": "9", - "south": "none", - "west": "up" - } - }, - { - "id": 3406, - "properties": { - "east": "up", - "north": "none", - "power": "9", - "south": "none", - "west": "side" - } - }, - { - "id": 3407, - "properties": { - "east": "up", - "north": "none", - "power": "9", - "south": "none", - "west": "none" - } - }, - { - "id": 3408, - "properties": { - "east": "up", - "north": "none", - "power": "10", - "south": "up", - "west": "up" - } - }, - { - "id": 3409, - "properties": { - "east": "up", - "north": "none", - "power": "10", - "south": "up", - "west": "side" - } - }, - { - "id": 3410, - "properties": { - "east": "up", - "north": "none", - "power": "10", - "south": "up", - "west": "none" - } - }, - { - "id": 3411, - "properties": { - "east": "up", - "north": "none", - "power": "10", - "south": "side", - "west": "up" - } - }, - { - "id": 3412, - "properties": { - "east": "up", - "north": "none", - "power": "10", - "south": "side", - "west": "side" - } - }, - { - "id": 3413, - "properties": { - "east": "up", - "north": "none", - "power": "10", - "south": "side", - "west": "none" - } - }, - { - "id": 3414, - "properties": { - "east": "up", - "north": "none", - "power": "10", - "south": "none", - "west": "up" - } - }, - { - "id": 3415, - "properties": { - "east": "up", - "north": "none", - "power": "10", - "south": "none", - "west": "side" - } - }, - { - "id": 3416, - "properties": { - "east": "up", - "north": "none", - "power": "10", - "south": "none", - "west": "none" - } - }, - { - "id": 3417, - "properties": { - "east": "up", - "north": "none", - "power": "11", - "south": "up", - "west": "up" - } - }, - { - "id": 3418, - "properties": { - "east": "up", - "north": "none", - "power": "11", - "south": "up", - "west": "side" - } - }, - { - "id": 3419, - "properties": { - "east": "up", - "north": "none", - "power": "11", - "south": "up", - "west": "none" - } - }, - { - "id": 3420, - "properties": { - "east": "up", - "north": "none", - "power": "11", - "south": "side", - "west": "up" - } - }, - { - "id": 3421, - "properties": { - "east": "up", - "north": "none", - "power": "11", - "south": "side", - "west": "side" - } - }, - { - "id": 3422, - "properties": { - "east": "up", - "north": "none", - "power": "11", - "south": "side", - "west": "none" - } - }, - { - "id": 3423, - "properties": { - "east": "up", - "north": "none", - "power": "11", - "south": "none", - "west": "up" - } - }, - { - "id": 3424, - "properties": { - "east": "up", - "north": "none", - "power": "11", - "south": "none", - "west": "side" - } - }, - { - "id": 3425, - "properties": { - "east": "up", - "north": "none", - "power": "11", - "south": "none", - "west": "none" - } - }, - { - "id": 3426, - "properties": { - "east": "up", - "north": "none", - "power": "12", - "south": "up", - "west": "up" - } - }, - { - "id": 3427, - "properties": { - "east": "up", - "north": "none", - "power": "12", - "south": "up", - "west": "side" - } - }, - { - "id": 3428, - "properties": { - "east": "up", - "north": "none", - "power": "12", - "south": "up", - "west": "none" - } - }, - { - "id": 3429, - "properties": { - "east": "up", - "north": "none", - "power": "12", - "south": "side", - "west": "up" - } - }, - { - "id": 3430, - "properties": { - "east": "up", - "north": "none", - "power": "12", - "south": "side", - "west": "side" - } - }, - { - "id": 3431, - "properties": { - "east": "up", - "north": "none", - "power": "12", - "south": "side", - "west": "none" - } - }, - { - "id": 3432, - "properties": { - "east": "up", - "north": "none", - "power": "12", - "south": "none", - "west": "up" - } - }, - { - "id": 3433, - "properties": { - "east": "up", - "north": "none", - "power": "12", - "south": "none", - "west": "side" - } - }, - { - "id": 3434, - "properties": { - "east": "up", - "north": "none", - "power": "12", - "south": "none", - "west": "none" - } - }, - { - "id": 3435, - "properties": { - "east": "up", - "north": "none", - "power": "13", - "south": "up", - "west": "up" - } - }, - { - "id": 3436, - "properties": { - "east": "up", - "north": "none", - "power": "13", - "south": "up", - "west": "side" - } - }, - { - "id": 3437, - "properties": { - "east": "up", - "north": "none", - "power": "13", - "south": "up", - "west": "none" - } - }, - { - "id": 3438, - "properties": { - "east": "up", - "north": "none", - "power": "13", - "south": "side", - "west": "up" - } - }, - { - "id": 3439, - "properties": { - "east": "up", - "north": "none", - "power": "13", - "south": "side", - "west": "side" - } - }, - { - "id": 3440, - "properties": { - "east": "up", - "north": "none", - "power": "13", - "south": "side", - "west": "none" - } - }, - { - "id": 3441, - "properties": { - "east": "up", - "north": "none", - "power": "13", - "south": "none", - "west": "up" - } - }, - { - "id": 3442, - "properties": { - "east": "up", - "north": "none", - "power": "13", - "south": "none", - "west": "side" - } - }, - { - "id": 3443, - "properties": { - "east": "up", - "north": "none", - "power": "13", - "south": "none", - "west": "none" - } - }, - { - "id": 3444, - "properties": { - "east": "up", - "north": "none", - "power": "14", - "south": "up", - "west": "up" - } - }, - { - "id": 3445, - "properties": { - "east": "up", - "north": "none", - "power": "14", - "south": "up", - "west": "side" - } - }, - { - "id": 3446, - "properties": { - "east": "up", - "north": "none", - "power": "14", - "south": "up", - "west": "none" - } - }, - { - "id": 3447, - "properties": { - "east": "up", - "north": "none", - "power": "14", - "south": "side", - "west": "up" - } - }, - { - "id": 3448, - "properties": { - "east": "up", - "north": "none", - "power": "14", - "south": "side", - "west": "side" - } - }, - { - "id": 3449, - "properties": { - "east": "up", - "north": "none", - "power": "14", - "south": "side", - "west": "none" - } - }, - { - "id": 3450, - "properties": { - "east": "up", - "north": "none", - "power": "14", - "south": "none", - "west": "up" - } - }, - { - "id": 3451, - "properties": { - "east": "up", - "north": "none", - "power": "14", - "south": "none", - "west": "side" - } - }, - { - "id": 3452, - "properties": { - "east": "up", - "north": "none", - "power": "14", - "south": "none", - "west": "none" - } - }, - { - "id": 3453, - "properties": { - "east": "up", - "north": "none", - "power": "15", - "south": "up", - "west": "up" - } - }, - { - "id": 3454, - "properties": { - "east": "up", - "north": "none", - "power": "15", - "south": "up", - "west": "side" - } - }, - { - "id": 3455, - "properties": { - "east": "up", - "north": "none", - "power": "15", - "south": "up", - "west": "none" - } - }, - { - "id": 3456, - "properties": { - "east": "up", - "north": "none", - "power": "15", - "south": "side", - "west": "up" - } - }, - { - "id": 3457, - "properties": { - "east": "up", - "north": "none", - "power": "15", - "south": "side", - "west": "side" - } - }, - { - "id": 3458, - "properties": { - "east": "up", - "north": "none", - "power": "15", - "south": "side", - "west": "none" - } - }, - { - "id": 3459, - "properties": { - "east": "up", - "north": "none", - "power": "15", - "south": "none", - "west": "up" - } - }, - { - "id": 3460, - "properties": { - "east": "up", - "north": "none", - "power": "15", - "south": "none", - "west": "side" - } - }, - { - "id": 3461, - "properties": { - "east": "up", - "north": "none", - "power": "15", - "south": "none", - "west": "none" - } - }, - { - "id": 3462, - "properties": { - "east": "side", - "north": "up", - "power": "0", - "south": "up", - "west": "up" - } - }, - { - "id": 3463, - "properties": { - "east": "side", - "north": "up", - "power": "0", - "south": "up", - "west": "side" - } - }, - { - "id": 3464, - "properties": { - "east": "side", - "north": "up", - "power": "0", - "south": "up", - "west": "none" - } - }, - { - "id": 3465, - "properties": { - "east": "side", - "north": "up", - "power": "0", - "south": "side", - "west": "up" - } - }, - { - "id": 3466, - "properties": { - "east": "side", - "north": "up", - "power": "0", - "south": "side", - "west": "side" - } - }, - { - "id": 3467, - "properties": { - "east": "side", - "north": "up", - "power": "0", - "south": "side", - "west": "none" - } - }, - { - "id": 3468, - "properties": { - "east": "side", - "north": "up", - "power": "0", - "south": "none", - "west": "up" - } - }, - { - "id": 3469, - "properties": { - "east": "side", - "north": "up", - "power": "0", - "south": "none", - "west": "side" - } - }, - { - "id": 3470, - "properties": { - "east": "side", - "north": "up", - "power": "0", - "south": "none", - "west": "none" - } - }, - { - "id": 3471, - "properties": { - "east": "side", - "north": "up", - "power": "1", - "south": "up", - "west": "up" - } - }, - { - "id": 3472, - "properties": { - "east": "side", - "north": "up", - "power": "1", - "south": "up", - "west": "side" - } - }, - { - "id": 3473, - "properties": { - "east": "side", - "north": "up", - "power": "1", - "south": "up", - "west": "none" - } - }, - { - "id": 3474, - "properties": { - "east": "side", - "north": "up", - "power": "1", - "south": "side", - "west": "up" - } - }, - { - "id": 3475, - "properties": { - "east": "side", - "north": "up", - "power": "1", - "south": "side", - "west": "side" - } - }, - { - "id": 3476, - "properties": { - "east": "side", - "north": "up", - "power": "1", - "south": "side", - "west": "none" - } - }, - { - "id": 3477, - "properties": { - "east": "side", - "north": "up", - "power": "1", - "south": "none", - "west": "up" - } - }, - { - "id": 3478, - "properties": { - "east": "side", - "north": "up", - "power": "1", - "south": "none", - "west": "side" - } - }, - { - "id": 3479, - "properties": { - "east": "side", - "north": "up", - "power": "1", - "south": "none", - "west": "none" - } - }, - { - "id": 3480, - "properties": { - "east": "side", - "north": "up", - "power": "2", - "south": "up", - "west": "up" - } - }, - { - "id": 3481, - "properties": { - "east": "side", - "north": "up", - "power": "2", - "south": "up", - "west": "side" - } - }, - { - "id": 3482, - "properties": { - "east": "side", - "north": "up", - "power": "2", - "south": "up", - "west": "none" - } - }, - { - "id": 3483, - "properties": { - "east": "side", - "north": "up", - "power": "2", - "south": "side", - "west": "up" - } - }, - { - "id": 3484, - "properties": { - "east": "side", - "north": "up", - "power": "2", - "south": "side", - "west": "side" - } - }, - { - "id": 3485, - "properties": { - "east": "side", - "north": "up", - "power": "2", - "south": "side", - "west": "none" - } - }, - { - "id": 3486, - "properties": { - "east": "side", - "north": "up", - "power": "2", - "south": "none", - "west": "up" - } - }, - { - "id": 3487, - "properties": { - "east": "side", - "north": "up", - "power": "2", - "south": "none", - "west": "side" - } - }, - { - "id": 3488, - "properties": { - "east": "side", - "north": "up", - "power": "2", - "south": "none", - "west": "none" - } - }, - { - "id": 3489, - "properties": { - "east": "side", - "north": "up", - "power": "3", - "south": "up", - "west": "up" - } - }, - { - "id": 3490, - "properties": { - "east": "side", - "north": "up", - "power": "3", - "south": "up", - "west": "side" - } - }, - { - "id": 3491, - "properties": { - "east": "side", - "north": "up", - "power": "3", - "south": "up", - "west": "none" - } - }, - { - "id": 3492, - "properties": { - "east": "side", - "north": "up", - "power": "3", - "south": "side", - "west": "up" - } - }, - { - "id": 3493, - "properties": { - "east": "side", - "north": "up", - "power": "3", - "south": "side", - "west": "side" - } - }, - { - "id": 3494, - "properties": { - "east": "side", - "north": "up", - "power": "3", - "south": "side", - "west": "none" - } - }, - { - "id": 3495, - "properties": { - "east": "side", - "north": "up", - "power": "3", - "south": "none", - "west": "up" - } - }, - { - "id": 3496, - "properties": { - "east": "side", - "north": "up", - "power": "3", - "south": "none", - "west": "side" - } - }, - { - "id": 3497, - "properties": { - "east": "side", - "north": "up", - "power": "3", - "south": "none", - "west": "none" - } - }, - { - "id": 3498, - "properties": { - "east": "side", - "north": "up", - "power": "4", - "south": "up", - "west": "up" - } - }, - { - "id": 3499, - "properties": { - "east": "side", - "north": "up", - "power": "4", - "south": "up", - "west": "side" - } - }, - { - "id": 3500, - "properties": { - "east": "side", - "north": "up", - "power": "4", - "south": "up", - "west": "none" - } - }, - { - "id": 3501, - "properties": { - "east": "side", - "north": "up", - "power": "4", - "south": "side", - "west": "up" - } - }, - { - "id": 3502, - "properties": { - "east": "side", - "north": "up", - "power": "4", - "south": "side", - "west": "side" - } - }, - { - "id": 3503, - "properties": { - "east": "side", - "north": "up", - "power": "4", - "south": "side", - "west": "none" - } - }, - { - "id": 3504, - "properties": { - "east": "side", - "north": "up", - "power": "4", - "south": "none", - "west": "up" - } - }, - { - "id": 3505, - "properties": { - "east": "side", - "north": "up", - "power": "4", - "south": "none", - "west": "side" - } - }, - { - "id": 3506, - "properties": { - "east": "side", - "north": "up", - "power": "4", - "south": "none", - "west": "none" - } - }, - { - "id": 3507, - "properties": { - "east": "side", - "north": "up", - "power": "5", - "south": "up", - "west": "up" - } - }, - { - "id": 3508, - "properties": { - "east": "side", - "north": "up", - "power": "5", - "south": "up", - "west": "side" - } - }, - { - "id": 3509, - "properties": { - "east": "side", - "north": "up", - "power": "5", - "south": "up", - "west": "none" - } - }, - { - "id": 3510, - "properties": { - "east": "side", - "north": "up", - "power": "5", - "south": "side", - "west": "up" - } - }, - { - "id": 3511, - "properties": { - "east": "side", - "north": "up", - "power": "5", - "south": "side", - "west": "side" - } - }, - { - "id": 3512, - "properties": { - "east": "side", - "north": "up", - "power": "5", - "south": "side", - "west": "none" - } - }, - { - "id": 3513, - "properties": { - "east": "side", - "north": "up", - "power": "5", - "south": "none", - "west": "up" - } - }, - { - "id": 3514, - "properties": { - "east": "side", - "north": "up", - "power": "5", - "south": "none", - "west": "side" - } - }, - { - "id": 3515, - "properties": { - "east": "side", - "north": "up", - "power": "5", - "south": "none", - "west": "none" - } - }, - { - "id": 3516, - "properties": { - "east": "side", - "north": "up", - "power": "6", - "south": "up", - "west": "up" - } - }, - { - "id": 3517, - "properties": { - "east": "side", - "north": "up", - "power": "6", - "south": "up", - "west": "side" - } - }, - { - "id": 3518, - "properties": { - "east": "side", - "north": "up", - "power": "6", - "south": "up", - "west": "none" - } - }, - { - "id": 3519, - "properties": { - "east": "side", - "north": "up", - "power": "6", - "south": "side", - "west": "up" - } - }, - { - "id": 3520, - "properties": { - "east": "side", - "north": "up", - "power": "6", - "south": "side", - "west": "side" - } - }, - { - "id": 3521, - "properties": { - "east": "side", - "north": "up", - "power": "6", - "south": "side", - "west": "none" - } - }, - { - "id": 3522, - "properties": { - "east": "side", - "north": "up", - "power": "6", - "south": "none", - "west": "up" - } - }, - { - "id": 3523, - "properties": { - "east": "side", - "north": "up", - "power": "6", - "south": "none", - "west": "side" - } - }, - { - "id": 3524, - "properties": { - "east": "side", - "north": "up", - "power": "6", - "south": "none", - "west": "none" - } - }, - { - "id": 3525, - "properties": { - "east": "side", - "north": "up", - "power": "7", - "south": "up", - "west": "up" - } - }, - { - "id": 3526, - "properties": { - "east": "side", - "north": "up", - "power": "7", - "south": "up", - "west": "side" - } - }, - { - "id": 3527, - "properties": { - "east": "side", - "north": "up", - "power": "7", - "south": "up", - "west": "none" - } - }, - { - "id": 3528, - "properties": { - "east": "side", - "north": "up", - "power": "7", - "south": "side", - "west": "up" - } - }, - { - "id": 3529, - "properties": { - "east": "side", - "north": "up", - "power": "7", - "south": "side", - "west": "side" - } - }, - { - "id": 3530, - "properties": { - "east": "side", - "north": "up", - "power": "7", - "south": "side", - "west": "none" - } - }, - { - "id": 3531, - "properties": { - "east": "side", - "north": "up", - "power": "7", - "south": "none", - "west": "up" - } - }, - { - "id": 3532, - "properties": { - "east": "side", - "north": "up", - "power": "7", - "south": "none", - "west": "side" - } - }, - { - "id": 3533, - "properties": { - "east": "side", - "north": "up", - "power": "7", - "south": "none", - "west": "none" - } - }, - { - "id": 3534, - "properties": { - "east": "side", - "north": "up", - "power": "8", - "south": "up", - "west": "up" - } - }, - { - "id": 3535, - "properties": { - "east": "side", - "north": "up", - "power": "8", - "south": "up", - "west": "side" - } - }, - { - "id": 3536, - "properties": { - "east": "side", - "north": "up", - "power": "8", - "south": "up", - "west": "none" - } - }, - { - "id": 3537, - "properties": { - "east": "side", - "north": "up", - "power": "8", - "south": "side", - "west": "up" - } - }, - { - "id": 3538, - "properties": { - "east": "side", - "north": "up", - "power": "8", - "south": "side", - "west": "side" - } - }, - { - "id": 3539, - "properties": { - "east": "side", - "north": "up", - "power": "8", - "south": "side", - "west": "none" - } - }, - { - "id": 3540, - "properties": { - "east": "side", - "north": "up", - "power": "8", - "south": "none", - "west": "up" - } - }, - { - "id": 3541, - "properties": { - "east": "side", - "north": "up", - "power": "8", - "south": "none", - "west": "side" - } - }, - { - "id": 3542, - "properties": { - "east": "side", - "north": "up", - "power": "8", - "south": "none", - "west": "none" - } - }, - { - "id": 3543, - "properties": { - "east": "side", - "north": "up", - "power": "9", - "south": "up", - "west": "up" - } - }, - { - "id": 3544, - "properties": { - "east": "side", - "north": "up", - "power": "9", - "south": "up", - "west": "side" - } - }, - { - "id": 3545, - "properties": { - "east": "side", - "north": "up", - "power": "9", - "south": "up", - "west": "none" - } - }, - { - "id": 3546, - "properties": { - "east": "side", - "north": "up", - "power": "9", - "south": "side", - "west": "up" - } - }, - { - "id": 3547, - "properties": { - "east": "side", - "north": "up", - "power": "9", - "south": "side", - "west": "side" - } - }, - { - "id": 3548, - "properties": { - "east": "side", - "north": "up", - "power": "9", - "south": "side", - "west": "none" - } - }, - { - "id": 3549, - "properties": { - "east": "side", - "north": "up", - "power": "9", - "south": "none", - "west": "up" - } - }, - { - "id": 3550, - "properties": { - "east": "side", - "north": "up", - "power": "9", - "south": "none", - "west": "side" - } - }, - { - "id": 3551, - "properties": { - "east": "side", - "north": "up", - "power": "9", - "south": "none", - "west": "none" - } - }, - { - "id": 3552, - "properties": { - "east": "side", - "north": "up", - "power": "10", - "south": "up", - "west": "up" - } - }, - { - "id": 3553, - "properties": { - "east": "side", - "north": "up", - "power": "10", - "south": "up", - "west": "side" - } - }, - { - "id": 3554, - "properties": { - "east": "side", - "north": "up", - "power": "10", - "south": "up", - "west": "none" - } - }, - { - "id": 3555, - "properties": { - "east": "side", - "north": "up", - "power": "10", - "south": "side", - "west": "up" - } - }, - { - "id": 3556, - "properties": { - "east": "side", - "north": "up", - "power": "10", - "south": "side", - "west": "side" - } - }, - { - "id": 3557, - "properties": { - "east": "side", - "north": "up", - "power": "10", - "south": "side", - "west": "none" - } - }, - { - "id": 3558, - "properties": { - "east": "side", - "north": "up", - "power": "10", - "south": "none", - "west": "up" - } - }, - { - "id": 3559, - "properties": { - "east": "side", - "north": "up", - "power": "10", - "south": "none", - "west": "side" - } - }, - { - "id": 3560, - "properties": { - "east": "side", - "north": "up", - "power": "10", - "south": "none", - "west": "none" - } - }, - { - "id": 3561, - "properties": { - "east": "side", - "north": "up", - "power": "11", - "south": "up", - "west": "up" - } - }, - { - "id": 3562, - "properties": { - "east": "side", - "north": "up", - "power": "11", - "south": "up", - "west": "side" - } - }, - { - "id": 3563, - "properties": { - "east": "side", - "north": "up", - "power": "11", - "south": "up", - "west": "none" - } - }, - { - "id": 3564, - "properties": { - "east": "side", - "north": "up", - "power": "11", - "south": "side", - "west": "up" - } - }, - { - "id": 3565, - "properties": { - "east": "side", - "north": "up", - "power": "11", - "south": "side", - "west": "side" - } - }, - { - "id": 3566, - "properties": { - "east": "side", - "north": "up", - "power": "11", - "south": "side", - "west": "none" - } - }, - { - "id": 3567, - "properties": { - "east": "side", - "north": "up", - "power": "11", - "south": "none", - "west": "up" - } - }, - { - "id": 3568, - "properties": { - "east": "side", - "north": "up", - "power": "11", - "south": "none", - "west": "side" - } - }, - { - "id": 3569, - "properties": { - "east": "side", - "north": "up", - "power": "11", - "south": "none", - "west": "none" - } - }, - { - "id": 3570, - "properties": { - "east": "side", - "north": "up", - "power": "12", - "south": "up", - "west": "up" - } - }, - { - "id": 3571, - "properties": { - "east": "side", - "north": "up", - "power": "12", - "south": "up", - "west": "side" - } - }, - { - "id": 3572, - "properties": { - "east": "side", - "north": "up", - "power": "12", - "south": "up", - "west": "none" - } - }, - { - "id": 3573, - "properties": { - "east": "side", - "north": "up", - "power": "12", - "south": "side", - "west": "up" - } - }, - { - "id": 3574, - "properties": { - "east": "side", - "north": "up", - "power": "12", - "south": "side", - "west": "side" - } - }, - { - "id": 3575, - "properties": { - "east": "side", - "north": "up", - "power": "12", - "south": "side", - "west": "none" - } - }, - { - "id": 3576, - "properties": { - "east": "side", - "north": "up", - "power": "12", - "south": "none", - "west": "up" - } - }, - { - "id": 3577, - "properties": { - "east": "side", - "north": "up", - "power": "12", - "south": "none", - "west": "side" - } - }, - { - "id": 3578, - "properties": { - "east": "side", - "north": "up", - "power": "12", - "south": "none", - "west": "none" - } - }, - { - "id": 3579, - "properties": { - "east": "side", - "north": "up", - "power": "13", - "south": "up", - "west": "up" - } - }, - { - "id": 3580, - "properties": { - "east": "side", - "north": "up", - "power": "13", - "south": "up", - "west": "side" - } - }, - { - "id": 3581, - "properties": { - "east": "side", - "north": "up", - "power": "13", - "south": "up", - "west": "none" - } - }, - { - "id": 3582, - "properties": { - "east": "side", - "north": "up", - "power": "13", - "south": "side", - "west": "up" - } - }, - { - "id": 3583, - "properties": { - "east": "side", - "north": "up", - "power": "13", - "south": "side", - "west": "side" - } - }, - { - "id": 3584, - "properties": { - "east": "side", - "north": "up", - "power": "13", - "south": "side", - "west": "none" - } - }, - { - "id": 3585, - "properties": { - "east": "side", - "north": "up", - "power": "13", - "south": "none", - "west": "up" - } - }, - { - "id": 3586, - "properties": { - "east": "side", - "north": "up", - "power": "13", - "south": "none", - "west": "side" - } - }, - { - "id": 3587, - "properties": { - "east": "side", - "north": "up", - "power": "13", - "south": "none", - "west": "none" - } - }, - { - "id": 3588, - "properties": { - "east": "side", - "north": "up", - "power": "14", - "south": "up", - "west": "up" - } - }, - { - "id": 3589, - "properties": { - "east": "side", - "north": "up", - "power": "14", - "south": "up", - "west": "side" - } - }, - { - "id": 3590, - "properties": { - "east": "side", - "north": "up", - "power": "14", - "south": "up", - "west": "none" - } - }, - { - "id": 3591, - "properties": { - "east": "side", - "north": "up", - "power": "14", - "south": "side", - "west": "up" - } - }, - { - "id": 3592, - "properties": { - "east": "side", - "north": "up", - "power": "14", - "south": "side", - "west": "side" - } - }, - { - "id": 3593, - "properties": { - "east": "side", - "north": "up", - "power": "14", - "south": "side", - "west": "none" - } - }, - { - "id": 3594, - "properties": { - "east": "side", - "north": "up", - "power": "14", - "south": "none", - "west": "up" - } - }, - { - "id": 3595, - "properties": { - "east": "side", - "north": "up", - "power": "14", - "south": "none", - "west": "side" - } - }, - { - "id": 3596, - "properties": { - "east": "side", - "north": "up", - "power": "14", - "south": "none", - "west": "none" - } - }, - { - "id": 3597, - "properties": { - "east": "side", - "north": "up", - "power": "15", - "south": "up", - "west": "up" - } - }, - { - "id": 3598, - "properties": { - "east": "side", - "north": "up", - "power": "15", - "south": "up", - "west": "side" - } - }, - { - "id": 3599, - "properties": { - "east": "side", - "north": "up", - "power": "15", - "south": "up", - "west": "none" - } - }, - { - "id": 3600, - "properties": { - "east": "side", - "north": "up", - "power": "15", - "south": "side", - "west": "up" - } - }, - { - "id": 3601, - "properties": { - "east": "side", - "north": "up", - "power": "15", - "south": "side", - "west": "side" - } - }, - { - "id": 3602, - "properties": { - "east": "side", - "north": "up", - "power": "15", - "south": "side", - "west": "none" - } - }, - { - "id": 3603, - "properties": { - "east": "side", - "north": "up", - "power": "15", - "south": "none", - "west": "up" - } - }, - { - "id": 3604, - "properties": { - "east": "side", - "north": "up", - "power": "15", - "south": "none", - "west": "side" - } - }, - { - "id": 3605, - "properties": { - "east": "side", - "north": "up", - "power": "15", - "south": "none", - "west": "none" - } - }, - { - "id": 3606, - "properties": { - "east": "side", - "north": "side", - "power": "0", - "south": "up", - "west": "up" - } - }, - { - "id": 3607, - "properties": { - "east": "side", - "north": "side", - "power": "0", - "south": "up", - "west": "side" - } - }, - { - "id": 3608, - "properties": { - "east": "side", - "north": "side", - "power": "0", - "south": "up", - "west": "none" - } - }, - { - "id": 3609, - "properties": { - "east": "side", - "north": "side", - "power": "0", - "south": "side", - "west": "up" - } - }, - { - "id": 3610, - "properties": { - "east": "side", - "north": "side", - "power": "0", - "south": "side", - "west": "side" - } - }, - { - "id": 3611, - "properties": { - "east": "side", - "north": "side", - "power": "0", - "south": "side", - "west": "none" - } - }, - { - "id": 3612, - "properties": { - "east": "side", - "north": "side", - "power": "0", - "south": "none", - "west": "up" - } - }, - { - "id": 3613, - "properties": { - "east": "side", - "north": "side", - "power": "0", - "south": "none", - "west": "side" - } - }, - { - "id": 3614, - "properties": { - "east": "side", - "north": "side", - "power": "0", - "south": "none", - "west": "none" - } - }, - { - "id": 3615, - "properties": { - "east": "side", - "north": "side", - "power": "1", - "south": "up", - "west": "up" - } - }, - { - "id": 3616, - "properties": { - "east": "side", - "north": "side", - "power": "1", - "south": "up", - "west": "side" - } - }, - { - "id": 3617, - "properties": { - "east": "side", - "north": "side", - "power": "1", - "south": "up", - "west": "none" - } - }, - { - "id": 3618, - "properties": { - "east": "side", - "north": "side", - "power": "1", - "south": "side", - "west": "up" - } - }, - { - "id": 3619, - "properties": { - "east": "side", - "north": "side", - "power": "1", - "south": "side", - "west": "side" - } - }, - { - "id": 3620, - "properties": { - "east": "side", - "north": "side", - "power": "1", - "south": "side", - "west": "none" - } - }, - { - "id": 3621, - "properties": { - "east": "side", - "north": "side", - "power": "1", - "south": "none", - "west": "up" - } - }, - { - "id": 3622, - "properties": { - "east": "side", - "north": "side", - "power": "1", - "south": "none", - "west": "side" - } - }, - { - "id": 3623, - "properties": { - "east": "side", - "north": "side", - "power": "1", - "south": "none", - "west": "none" - } - }, - { - "id": 3624, - "properties": { - "east": "side", - "north": "side", - "power": "2", - "south": "up", - "west": "up" - } - }, - { - "id": 3625, - "properties": { - "east": "side", - "north": "side", - "power": "2", - "south": "up", - "west": "side" - } - }, - { - "id": 3626, - "properties": { - "east": "side", - "north": "side", - "power": "2", - "south": "up", - "west": "none" - } - }, - { - "id": 3627, - "properties": { - "east": "side", - "north": "side", - "power": "2", - "south": "side", - "west": "up" - } - }, - { - "id": 3628, - "properties": { - "east": "side", - "north": "side", - "power": "2", - "south": "side", - "west": "side" - } - }, - { - "id": 3629, - "properties": { - "east": "side", - "north": "side", - "power": "2", - "south": "side", - "west": "none" - } - }, - { - "id": 3630, - "properties": { - "east": "side", - "north": "side", - "power": "2", - "south": "none", - "west": "up" - } - }, - { - "id": 3631, - "properties": { - "east": "side", - "north": "side", - "power": "2", - "south": "none", - "west": "side" - } - }, - { - "id": 3632, - "properties": { - "east": "side", - "north": "side", - "power": "2", - "south": "none", - "west": "none" - } - }, - { - "id": 3633, - "properties": { - "east": "side", - "north": "side", - "power": "3", - "south": "up", - "west": "up" - } - }, - { - "id": 3634, - "properties": { - "east": "side", - "north": "side", - "power": "3", - "south": "up", - "west": "side" - } - }, - { - "id": 3635, - "properties": { - "east": "side", - "north": "side", - "power": "3", - "south": "up", - "west": "none" - } - }, - { - "id": 3636, - "properties": { - "east": "side", - "north": "side", - "power": "3", - "south": "side", - "west": "up" - } - }, - { - "id": 3637, - "properties": { - "east": "side", - "north": "side", - "power": "3", - "south": "side", - "west": "side" - } - }, - { - "id": 3638, - "properties": { - "east": "side", - "north": "side", - "power": "3", - "south": "side", - "west": "none" - } - }, - { - "id": 3639, - "properties": { - "east": "side", - "north": "side", - "power": "3", - "south": "none", - "west": "up" - } - }, - { - "id": 3640, - "properties": { - "east": "side", - "north": "side", - "power": "3", - "south": "none", - "west": "side" - } - }, - { - "id": 3641, - "properties": { - "east": "side", - "north": "side", - "power": "3", - "south": "none", - "west": "none" - } - }, - { - "id": 3642, - "properties": { - "east": "side", - "north": "side", - "power": "4", - "south": "up", - "west": "up" - } - }, - { - "id": 3643, - "properties": { - "east": "side", - "north": "side", - "power": "4", - "south": "up", - "west": "side" - } - }, - { - "id": 3644, - "properties": { - "east": "side", - "north": "side", - "power": "4", - "south": "up", - "west": "none" - } - }, - { - "id": 3645, - "properties": { - "east": "side", - "north": "side", - "power": "4", - "south": "side", - "west": "up" - } - }, - { - "id": 3646, - "properties": { - "east": "side", - "north": "side", - "power": "4", - "south": "side", - "west": "side" - } - }, - { - "id": 3647, - "properties": { - "east": "side", - "north": "side", - "power": "4", - "south": "side", - "west": "none" - } - }, - { - "id": 3648, - "properties": { - "east": "side", - "north": "side", - "power": "4", - "south": "none", - "west": "up" - } - }, - { - "id": 3649, - "properties": { - "east": "side", - "north": "side", - "power": "4", - "south": "none", - "west": "side" - } - }, - { - "id": 3650, - "properties": { - "east": "side", - "north": "side", - "power": "4", - "south": "none", - "west": "none" - } - }, - { - "id": 3651, - "properties": { - "east": "side", - "north": "side", - "power": "5", - "south": "up", - "west": "up" - } - }, - { - "id": 3652, - "properties": { - "east": "side", - "north": "side", - "power": "5", - "south": "up", - "west": "side" - } - }, - { - "id": 3653, - "properties": { - "east": "side", - "north": "side", - "power": "5", - "south": "up", - "west": "none" - } - }, - { - "id": 3654, - "properties": { - "east": "side", - "north": "side", - "power": "5", - "south": "side", - "west": "up" - } - }, - { - "id": 3655, - "properties": { - "east": "side", - "north": "side", - "power": "5", - "south": "side", - "west": "side" - } - }, - { - "id": 3656, - "properties": { - "east": "side", - "north": "side", - "power": "5", - "south": "side", - "west": "none" - } - }, - { - "id": 3657, - "properties": { - "east": "side", - "north": "side", - "power": "5", - "south": "none", - "west": "up" - } - }, - { - "id": 3658, - "properties": { - "east": "side", - "north": "side", - "power": "5", - "south": "none", - "west": "side" - } - }, - { - "id": 3659, - "properties": { - "east": "side", - "north": "side", - "power": "5", - "south": "none", - "west": "none" - } - }, - { - "id": 3660, - "properties": { - "east": "side", - "north": "side", - "power": "6", - "south": "up", - "west": "up" - } - }, - { - "id": 3661, - "properties": { - "east": "side", - "north": "side", - "power": "6", - "south": "up", - "west": "side" - } - }, - { - "id": 3662, - "properties": { - "east": "side", - "north": "side", - "power": "6", - "south": "up", - "west": "none" - } - }, - { - "id": 3663, - "properties": { - "east": "side", - "north": "side", - "power": "6", - "south": "side", - "west": "up" - } - }, - { - "id": 3664, - "properties": { - "east": "side", - "north": "side", - "power": "6", - "south": "side", - "west": "side" - } - }, - { - "id": 3665, - "properties": { - "east": "side", - "north": "side", - "power": "6", - "south": "side", - "west": "none" - } - }, - { - "id": 3666, - "properties": { - "east": "side", - "north": "side", - "power": "6", - "south": "none", - "west": "up" - } - }, - { - "id": 3667, - "properties": { - "east": "side", - "north": "side", - "power": "6", - "south": "none", - "west": "side" - } - }, - { - "id": 3668, - "properties": { - "east": "side", - "north": "side", - "power": "6", - "south": "none", - "west": "none" - } - }, - { - "id": 3669, - "properties": { - "east": "side", - "north": "side", - "power": "7", - "south": "up", - "west": "up" - } - }, - { - "id": 3670, - "properties": { - "east": "side", - "north": "side", - "power": "7", - "south": "up", - "west": "side" - } - }, - { - "id": 3671, - "properties": { - "east": "side", - "north": "side", - "power": "7", - "south": "up", - "west": "none" - } - }, - { - "id": 3672, - "properties": { - "east": "side", - "north": "side", - "power": "7", - "south": "side", - "west": "up" - } - }, - { - "id": 3673, - "properties": { - "east": "side", - "north": "side", - "power": "7", - "south": "side", - "west": "side" - } - }, - { - "id": 3674, - "properties": { - "east": "side", - "north": "side", - "power": "7", - "south": "side", - "west": "none" - } - }, - { - "id": 3675, - "properties": { - "east": "side", - "north": "side", - "power": "7", - "south": "none", - "west": "up" - } - }, - { - "id": 3676, - "properties": { - "east": "side", - "north": "side", - "power": "7", - "south": "none", - "west": "side" - } - }, - { - "id": 3677, - "properties": { - "east": "side", - "north": "side", - "power": "7", - "south": "none", - "west": "none" - } - }, - { - "id": 3678, - "properties": { - "east": "side", - "north": "side", - "power": "8", - "south": "up", - "west": "up" - } - }, - { - "id": 3679, - "properties": { - "east": "side", - "north": "side", - "power": "8", - "south": "up", - "west": "side" - } - }, - { - "id": 3680, - "properties": { - "east": "side", - "north": "side", - "power": "8", - "south": "up", - "west": "none" - } - }, - { - "id": 3681, - "properties": { - "east": "side", - "north": "side", - "power": "8", - "south": "side", - "west": "up" - } - }, - { - "id": 3682, - "properties": { - "east": "side", - "north": "side", - "power": "8", - "south": "side", - "west": "side" - } - }, - { - "id": 3683, - "properties": { - "east": "side", - "north": "side", - "power": "8", - "south": "side", - "west": "none" - } - }, - { - "id": 3684, - "properties": { - "east": "side", - "north": "side", - "power": "8", - "south": "none", - "west": "up" - } - }, - { - "id": 3685, - "properties": { - "east": "side", - "north": "side", - "power": "8", - "south": "none", - "west": "side" - } - }, - { - "id": 3686, - "properties": { - "east": "side", - "north": "side", - "power": "8", - "south": "none", - "west": "none" - } - }, - { - "id": 3687, - "properties": { - "east": "side", - "north": "side", - "power": "9", - "south": "up", - "west": "up" - } - }, - { - "id": 3688, - "properties": { - "east": "side", - "north": "side", - "power": "9", - "south": "up", - "west": "side" - } - }, - { - "id": 3689, - "properties": { - "east": "side", - "north": "side", - "power": "9", - "south": "up", - "west": "none" - } - }, - { - "id": 3690, - "properties": { - "east": "side", - "north": "side", - "power": "9", - "south": "side", - "west": "up" - } - }, - { - "id": 3691, - "properties": { - "east": "side", - "north": "side", - "power": "9", - "south": "side", - "west": "side" - } - }, - { - "id": 3692, - "properties": { - "east": "side", - "north": "side", - "power": "9", - "south": "side", - "west": "none" - } - }, - { - "id": 3693, - "properties": { - "east": "side", - "north": "side", - "power": "9", - "south": "none", - "west": "up" - } - }, - { - "id": 3694, - "properties": { - "east": "side", - "north": "side", - "power": "9", - "south": "none", - "west": "side" - } - }, - { - "id": 3695, - "properties": { - "east": "side", - "north": "side", - "power": "9", - "south": "none", - "west": "none" - } - }, - { - "id": 3696, - "properties": { - "east": "side", - "north": "side", - "power": "10", - "south": "up", - "west": "up" - } - }, - { - "id": 3697, - "properties": { - "east": "side", - "north": "side", - "power": "10", - "south": "up", - "west": "side" - } - }, - { - "id": 3698, - "properties": { - "east": "side", - "north": "side", - "power": "10", - "south": "up", - "west": "none" - } - }, - { - "id": 3699, - "properties": { - "east": "side", - "north": "side", - "power": "10", - "south": "side", - "west": "up" - } - }, - { - "id": 3700, - "properties": { - "east": "side", - "north": "side", - "power": "10", - "south": "side", - "west": "side" - } - }, - { - "id": 3701, - "properties": { - "east": "side", - "north": "side", - "power": "10", - "south": "side", - "west": "none" - } - }, - { - "id": 3702, - "properties": { - "east": "side", - "north": "side", - "power": "10", - "south": "none", - "west": "up" - } - }, - { - "id": 3703, - "properties": { - "east": "side", - "north": "side", - "power": "10", - "south": "none", - "west": "side" - } - }, - { - "id": 3704, - "properties": { - "east": "side", - "north": "side", - "power": "10", - "south": "none", - "west": "none" - } - }, - { - "id": 3705, - "properties": { - "east": "side", - "north": "side", - "power": "11", - "south": "up", - "west": "up" - } - }, - { - "id": 3706, - "properties": { - "east": "side", - "north": "side", - "power": "11", - "south": "up", - "west": "side" - } - }, - { - "id": 3707, - "properties": { - "east": "side", - "north": "side", - "power": "11", - "south": "up", - "west": "none" - } - }, - { - "id": 3708, - "properties": { - "east": "side", - "north": "side", - "power": "11", - "south": "side", - "west": "up" - } - }, - { - "id": 3709, - "properties": { - "east": "side", - "north": "side", - "power": "11", - "south": "side", - "west": "side" - } - }, - { - "id": 3710, - "properties": { - "east": "side", - "north": "side", - "power": "11", - "south": "side", - "west": "none" - } - }, - { - "id": 3711, - "properties": { - "east": "side", - "north": "side", - "power": "11", - "south": "none", - "west": "up" - } - }, - { - "id": 3712, - "properties": { - "east": "side", - "north": "side", - "power": "11", - "south": "none", - "west": "side" - } - }, - { - "id": 3713, - "properties": { - "east": "side", - "north": "side", - "power": "11", - "south": "none", - "west": "none" - } - }, - { - "id": 3714, - "properties": { - "east": "side", - "north": "side", - "power": "12", - "south": "up", - "west": "up" - } - }, - { - "id": 3715, - "properties": { - "east": "side", - "north": "side", - "power": "12", - "south": "up", - "west": "side" - } - }, - { - "id": 3716, - "properties": { - "east": "side", - "north": "side", - "power": "12", - "south": "up", - "west": "none" - } - }, - { - "id": 3717, - "properties": { - "east": "side", - "north": "side", - "power": "12", - "south": "side", - "west": "up" - } - }, - { - "id": 3718, - "properties": { - "east": "side", - "north": "side", - "power": "12", - "south": "side", - "west": "side" - } - }, - { - "id": 3719, - "properties": { - "east": "side", - "north": "side", - "power": "12", - "south": "side", - "west": "none" - } - }, - { - "id": 3720, - "properties": { - "east": "side", - "north": "side", - "power": "12", - "south": "none", - "west": "up" - } - }, - { - "id": 3721, - "properties": { - "east": "side", - "north": "side", - "power": "12", - "south": "none", - "west": "side" - } - }, - { - "id": 3722, - "properties": { - "east": "side", - "north": "side", - "power": "12", - "south": "none", - "west": "none" - } - }, - { - "id": 3723, - "properties": { - "east": "side", - "north": "side", - "power": "13", - "south": "up", - "west": "up" - } - }, - { - "id": 3724, - "properties": { - "east": "side", - "north": "side", - "power": "13", - "south": "up", - "west": "side" - } - }, - { - "id": 3725, - "properties": { - "east": "side", - "north": "side", - "power": "13", - "south": "up", - "west": "none" - } - }, - { - "id": 3726, - "properties": { - "east": "side", - "north": "side", - "power": "13", - "south": "side", - "west": "up" - } - }, - { - "id": 3727, - "properties": { - "east": "side", - "north": "side", - "power": "13", - "south": "side", - "west": "side" - } - }, - { - "id": 3728, - "properties": { - "east": "side", - "north": "side", - "power": "13", - "south": "side", - "west": "none" - } - }, - { - "id": 3729, - "properties": { - "east": "side", - "north": "side", - "power": "13", - "south": "none", - "west": "up" - } - }, - { - "id": 3730, - "properties": { - "east": "side", - "north": "side", - "power": "13", - "south": "none", - "west": "side" - } - }, - { - "id": 3731, - "properties": { - "east": "side", - "north": "side", - "power": "13", - "south": "none", - "west": "none" - } - }, - { - "id": 3732, - "properties": { - "east": "side", - "north": "side", - "power": "14", - "south": "up", - "west": "up" - } - }, - { - "id": 3733, - "properties": { - "east": "side", - "north": "side", - "power": "14", - "south": "up", - "west": "side" - } - }, - { - "id": 3734, - "properties": { - "east": "side", - "north": "side", - "power": "14", - "south": "up", - "west": "none" - } - }, - { - "id": 3735, - "properties": { - "east": "side", - "north": "side", - "power": "14", - "south": "side", - "west": "up" - } - }, - { - "id": 3736, - "properties": { - "east": "side", - "north": "side", - "power": "14", - "south": "side", - "west": "side" - } - }, - { - "id": 3737, - "properties": { - "east": "side", - "north": "side", - "power": "14", - "south": "side", - "west": "none" - } - }, - { - "id": 3738, - "properties": { - "east": "side", - "north": "side", - "power": "14", - "south": "none", - "west": "up" - } - }, - { - "id": 3739, - "properties": { - "east": "side", - "north": "side", - "power": "14", - "south": "none", - "west": "side" - } - }, - { - "id": 3740, - "properties": { - "east": "side", - "north": "side", - "power": "14", - "south": "none", - "west": "none" - } - }, - { - "id": 3741, - "properties": { - "east": "side", - "north": "side", - "power": "15", - "south": "up", - "west": "up" - } - }, - { - "id": 3742, - "properties": { - "east": "side", - "north": "side", - "power": "15", - "south": "up", - "west": "side" - } - }, - { - "id": 3743, - "properties": { - "east": "side", - "north": "side", - "power": "15", - "south": "up", - "west": "none" - } - }, - { - "id": 3744, - "properties": { - "east": "side", - "north": "side", - "power": "15", - "south": "side", - "west": "up" - } - }, - { - "id": 3745, - "properties": { - "east": "side", - "north": "side", - "power": "15", - "south": "side", - "west": "side" - } - }, - { - "id": 3746, - "properties": { - "east": "side", - "north": "side", - "power": "15", - "south": "side", - "west": "none" - } - }, - { - "id": 3747, - "properties": { - "east": "side", - "north": "side", - "power": "15", - "south": "none", - "west": "up" - } - }, - { - "id": 3748, - "properties": { - "east": "side", - "north": "side", - "power": "15", - "south": "none", - "west": "side" - } - }, - { - "id": 3749, - "properties": { - "east": "side", - "north": "side", - "power": "15", - "south": "none", - "west": "none" - } - }, - { - "id": 3750, - "properties": { - "east": "side", - "north": "none", - "power": "0", - "south": "up", - "west": "up" - } - }, - { - "id": 3751, - "properties": { - "east": "side", - "north": "none", - "power": "0", - "south": "up", - "west": "side" - } - }, - { - "id": 3752, - "properties": { - "east": "side", - "north": "none", - "power": "0", - "south": "up", - "west": "none" - } - }, - { - "id": 3753, - "properties": { - "east": "side", - "north": "none", - "power": "0", - "south": "side", - "west": "up" - } - }, - { - "id": 3754, - "properties": { - "east": "side", - "north": "none", - "power": "0", - "south": "side", - "west": "side" - } - }, - { - "id": 3755, - "properties": { - "east": "side", - "north": "none", - "power": "0", - "south": "side", - "west": "none" - } - }, - { - "id": 3756, - "properties": { - "east": "side", - "north": "none", - "power": "0", - "south": "none", - "west": "up" - } - }, - { - "id": 3757, - "properties": { - "east": "side", - "north": "none", - "power": "0", - "south": "none", - "west": "side" - } - }, - { - "id": 3758, - "properties": { - "east": "side", - "north": "none", - "power": "0", - "south": "none", - "west": "none" - } - }, - { - "id": 3759, - "properties": { - "east": "side", - "north": "none", - "power": "1", - "south": "up", - "west": "up" - } - }, - { - "id": 3760, - "properties": { - "east": "side", - "north": "none", - "power": "1", - "south": "up", - "west": "side" - } - }, - { - "id": 3761, - "properties": { - "east": "side", - "north": "none", - "power": "1", - "south": "up", - "west": "none" - } - }, - { - "id": 3762, - "properties": { - "east": "side", - "north": "none", - "power": "1", - "south": "side", - "west": "up" - } - }, - { - "id": 3763, - "properties": { - "east": "side", - "north": "none", - "power": "1", - "south": "side", - "west": "side" - } - }, - { - "id": 3764, - "properties": { - "east": "side", - "north": "none", - "power": "1", - "south": "side", - "west": "none" - } - }, - { - "id": 3765, - "properties": { - "east": "side", - "north": "none", - "power": "1", - "south": "none", - "west": "up" - } - }, - { - "id": 3766, - "properties": { - "east": "side", - "north": "none", - "power": "1", - "south": "none", - "west": "side" - } - }, - { - "id": 3767, - "properties": { - "east": "side", - "north": "none", - "power": "1", - "south": "none", - "west": "none" - } - }, - { - "id": 3768, - "properties": { - "east": "side", - "north": "none", - "power": "2", - "south": "up", - "west": "up" - } - }, - { - "id": 3769, - "properties": { - "east": "side", - "north": "none", - "power": "2", - "south": "up", - "west": "side" - } - }, - { - "id": 3770, - "properties": { - "east": "side", - "north": "none", - "power": "2", - "south": "up", - "west": "none" - } - }, - { - "id": 3771, - "properties": { - "east": "side", - "north": "none", - "power": "2", - "south": "side", - "west": "up" - } - }, - { - "id": 3772, - "properties": { - "east": "side", - "north": "none", - "power": "2", - "south": "side", - "west": "side" - } - }, - { - "id": 3773, - "properties": { - "east": "side", - "north": "none", - "power": "2", - "south": "side", - "west": "none" - } - }, - { - "id": 3774, - "properties": { - "east": "side", - "north": "none", - "power": "2", - "south": "none", - "west": "up" - } - }, - { - "id": 3775, - "properties": { - "east": "side", - "north": "none", - "power": "2", - "south": "none", - "west": "side" - } - }, - { - "id": 3776, - "properties": { - "east": "side", - "north": "none", - "power": "2", - "south": "none", - "west": "none" - } - }, - { - "id": 3777, - "properties": { - "east": "side", - "north": "none", - "power": "3", - "south": "up", - "west": "up" - } - }, - { - "id": 3778, - "properties": { - "east": "side", - "north": "none", - "power": "3", - "south": "up", - "west": "side" - } - }, - { - "id": 3779, - "properties": { - "east": "side", - "north": "none", - "power": "3", - "south": "up", - "west": "none" - } - }, - { - "id": 3780, - "properties": { - "east": "side", - "north": "none", - "power": "3", - "south": "side", - "west": "up" - } - }, - { - "id": 3781, - "properties": { - "east": "side", - "north": "none", - "power": "3", - "south": "side", - "west": "side" - } - }, - { - "id": 3782, - "properties": { - "east": "side", - "north": "none", - "power": "3", - "south": "side", - "west": "none" - } - }, - { - "id": 3783, - "properties": { - "east": "side", - "north": "none", - "power": "3", - "south": "none", - "west": "up" - } - }, - { - "id": 3784, - "properties": { - "east": "side", - "north": "none", - "power": "3", - "south": "none", - "west": "side" - } - }, - { - "id": 3785, - "properties": { - "east": "side", - "north": "none", - "power": "3", - "south": "none", - "west": "none" - } - }, - { - "id": 3786, - "properties": { - "east": "side", - "north": "none", - "power": "4", - "south": "up", - "west": "up" - } - }, - { - "id": 3787, - "properties": { - "east": "side", - "north": "none", - "power": "4", - "south": "up", - "west": "side" - } - }, - { - "id": 3788, - "properties": { - "east": "side", - "north": "none", - "power": "4", - "south": "up", - "west": "none" - } - }, - { - "id": 3789, - "properties": { - "east": "side", - "north": "none", - "power": "4", - "south": "side", - "west": "up" - } - }, - { - "id": 3790, - "properties": { - "east": "side", - "north": "none", - "power": "4", - "south": "side", - "west": "side" - } - }, - { - "id": 3791, - "properties": { - "east": "side", - "north": "none", - "power": "4", - "south": "side", - "west": "none" - } - }, - { - "id": 3792, - "properties": { - "east": "side", - "north": "none", - "power": "4", - "south": "none", - "west": "up" - } - }, - { - "id": 3793, - "properties": { - "east": "side", - "north": "none", - "power": "4", - "south": "none", - "west": "side" - } - }, - { - "id": 3794, - "properties": { - "east": "side", - "north": "none", - "power": "4", - "south": "none", - "west": "none" - } - }, - { - "id": 3795, - "properties": { - "east": "side", - "north": "none", - "power": "5", - "south": "up", - "west": "up" - } - }, - { - "id": 3796, - "properties": { - "east": "side", - "north": "none", - "power": "5", - "south": "up", - "west": "side" - } - }, - { - "id": 3797, - "properties": { - "east": "side", - "north": "none", - "power": "5", - "south": "up", - "west": "none" - } - }, - { - "id": 3798, - "properties": { - "east": "side", - "north": "none", - "power": "5", - "south": "side", - "west": "up" - } - }, - { - "id": 3799, - "properties": { - "east": "side", - "north": "none", - "power": "5", - "south": "side", - "west": "side" - } - }, - { - "id": 3800, - "properties": { - "east": "side", - "north": "none", - "power": "5", - "south": "side", - "west": "none" - } - }, - { - "id": 3801, - "properties": { - "east": "side", - "north": "none", - "power": "5", - "south": "none", - "west": "up" - } - }, - { - "id": 3802, - "properties": { - "east": "side", - "north": "none", - "power": "5", - "south": "none", - "west": "side" - } - }, - { - "id": 3803, - "properties": { - "east": "side", - "north": "none", - "power": "5", - "south": "none", - "west": "none" - } - }, - { - "id": 3804, - "properties": { - "east": "side", - "north": "none", - "power": "6", - "south": "up", - "west": "up" - } - }, - { - "id": 3805, - "properties": { - "east": "side", - "north": "none", - "power": "6", - "south": "up", - "west": "side" - } - }, - { - "id": 3806, - "properties": { - "east": "side", - "north": "none", - "power": "6", - "south": "up", - "west": "none" - } - }, - { - "id": 3807, - "properties": { - "east": "side", - "north": "none", - "power": "6", - "south": "side", - "west": "up" - } - }, - { - "id": 3808, - "properties": { - "east": "side", - "north": "none", - "power": "6", - "south": "side", - "west": "side" - } - }, - { - "id": 3809, - "properties": { - "east": "side", - "north": "none", - "power": "6", - "south": "side", - "west": "none" - } - }, - { - "id": 3810, - "properties": { - "east": "side", - "north": "none", - "power": "6", - "south": "none", - "west": "up" - } - }, - { - "id": 3811, - "properties": { - "east": "side", - "north": "none", - "power": "6", - "south": "none", - "west": "side" - } - }, - { - "id": 3812, - "properties": { - "east": "side", - "north": "none", - "power": "6", - "south": "none", - "west": "none" - } - }, - { - "id": 3813, - "properties": { - "east": "side", - "north": "none", - "power": "7", - "south": "up", - "west": "up" - } - }, - { - "id": 3814, - "properties": { - "east": "side", - "north": "none", - "power": "7", - "south": "up", - "west": "side" - } - }, - { - "id": 3815, - "properties": { - "east": "side", - "north": "none", - "power": "7", - "south": "up", - "west": "none" - } - }, - { - "id": 3816, - "properties": { - "east": "side", - "north": "none", - "power": "7", - "south": "side", - "west": "up" - } - }, - { - "id": 3817, - "properties": { - "east": "side", - "north": "none", - "power": "7", - "south": "side", - "west": "side" - } - }, - { - "id": 3818, - "properties": { - "east": "side", - "north": "none", - "power": "7", - "south": "side", - "west": "none" - } - }, - { - "id": 3819, - "properties": { - "east": "side", - "north": "none", - "power": "7", - "south": "none", - "west": "up" - } - }, - { - "id": 3820, - "properties": { - "east": "side", - "north": "none", - "power": "7", - "south": "none", - "west": "side" - } - }, - { - "id": 3821, - "properties": { - "east": "side", - "north": "none", - "power": "7", - "south": "none", - "west": "none" - } - }, - { - "id": 3822, - "properties": { - "east": "side", - "north": "none", - "power": "8", - "south": "up", - "west": "up" - } - }, - { - "id": 3823, - "properties": { - "east": "side", - "north": "none", - "power": "8", - "south": "up", - "west": "side" - } - }, - { - "id": 3824, - "properties": { - "east": "side", - "north": "none", - "power": "8", - "south": "up", - "west": "none" - } - }, - { - "id": 3825, - "properties": { - "east": "side", - "north": "none", - "power": "8", - "south": "side", - "west": "up" - } - }, - { - "id": 3826, - "properties": { - "east": "side", - "north": "none", - "power": "8", - "south": "side", - "west": "side" - } - }, - { - "id": 3827, - "properties": { - "east": "side", - "north": "none", - "power": "8", - "south": "side", - "west": "none" - } - }, - { - "id": 3828, - "properties": { - "east": "side", - "north": "none", - "power": "8", - "south": "none", - "west": "up" - } - }, - { - "id": 3829, - "properties": { - "east": "side", - "north": "none", - "power": "8", - "south": "none", - "west": "side" - } - }, - { - "id": 3830, - "properties": { - "east": "side", - "north": "none", - "power": "8", - "south": "none", - "west": "none" - } - }, - { - "id": 3831, - "properties": { - "east": "side", - "north": "none", - "power": "9", - "south": "up", - "west": "up" - } - }, - { - "id": 3832, - "properties": { - "east": "side", - "north": "none", - "power": "9", - "south": "up", - "west": "side" - } - }, - { - "id": 3833, - "properties": { - "east": "side", - "north": "none", - "power": "9", - "south": "up", - "west": "none" - } - }, - { - "id": 3834, - "properties": { - "east": "side", - "north": "none", - "power": "9", - "south": "side", - "west": "up" - } - }, - { - "id": 3835, - "properties": { - "east": "side", - "north": "none", - "power": "9", - "south": "side", - "west": "side" - } - }, - { - "id": 3836, - "properties": { - "east": "side", - "north": "none", - "power": "9", - "south": "side", - "west": "none" - } - }, - { - "id": 3837, - "properties": { - "east": "side", - "north": "none", - "power": "9", - "south": "none", - "west": "up" - } - }, - { - "id": 3838, - "properties": { - "east": "side", - "north": "none", - "power": "9", - "south": "none", - "west": "side" - } - }, - { - "id": 3839, - "properties": { - "east": "side", - "north": "none", - "power": "9", - "south": "none", - "west": "none" - } - }, - { - "id": 3840, - "properties": { - "east": "side", - "north": "none", - "power": "10", - "south": "up", - "west": "up" - } - }, - { - "id": 3841, - "properties": { - "east": "side", - "north": "none", - "power": "10", - "south": "up", - "west": "side" - } - }, - { - "id": 3842, - "properties": { - "east": "side", - "north": "none", - "power": "10", - "south": "up", - "west": "none" - } - }, - { - "id": 3843, - "properties": { - "east": "side", - "north": "none", - "power": "10", - "south": "side", - "west": "up" - } - }, - { - "id": 3844, - "properties": { - "east": "side", - "north": "none", - "power": "10", - "south": "side", - "west": "side" - } - }, - { - "id": 3845, - "properties": { - "east": "side", - "north": "none", - "power": "10", - "south": "side", - "west": "none" - } - }, - { - "id": 3846, - "properties": { - "east": "side", - "north": "none", - "power": "10", - "south": "none", - "west": "up" - } - }, - { - "id": 3847, - "properties": { - "east": "side", - "north": "none", - "power": "10", - "south": "none", - "west": "side" - } - }, - { - "id": 3848, - "properties": { - "east": "side", - "north": "none", - "power": "10", - "south": "none", - "west": "none" - } - }, - { - "id": 3849, - "properties": { - "east": "side", - "north": "none", - "power": "11", - "south": "up", - "west": "up" - } - }, - { - "id": 3850, - "properties": { - "east": "side", - "north": "none", - "power": "11", - "south": "up", - "west": "side" - } - }, - { - "id": 3851, - "properties": { - "east": "side", - "north": "none", - "power": "11", - "south": "up", - "west": "none" - } - }, - { - "id": 3852, - "properties": { - "east": "side", - "north": "none", - "power": "11", - "south": "side", - "west": "up" - } - }, - { - "id": 3853, - "properties": { - "east": "side", - "north": "none", - "power": "11", - "south": "side", - "west": "side" - } - }, - { - "id": 3854, - "properties": { - "east": "side", - "north": "none", - "power": "11", - "south": "side", - "west": "none" - } - }, - { - "id": 3855, - "properties": { - "east": "side", - "north": "none", - "power": "11", - "south": "none", - "west": "up" - } - }, - { - "id": 3856, - "properties": { - "east": "side", - "north": "none", - "power": "11", - "south": "none", - "west": "side" - } - }, - { - "id": 3857, - "properties": { - "east": "side", - "north": "none", - "power": "11", - "south": "none", - "west": "none" - } - }, - { - "id": 3858, - "properties": { - "east": "side", - "north": "none", - "power": "12", - "south": "up", - "west": "up" - } - }, - { - "id": 3859, - "properties": { - "east": "side", - "north": "none", - "power": "12", - "south": "up", - "west": "side" - } - }, - { - "id": 3860, - "properties": { - "east": "side", - "north": "none", - "power": "12", - "south": "up", - "west": "none" - } - }, - { - "id": 3861, - "properties": { - "east": "side", - "north": "none", - "power": "12", - "south": "side", - "west": "up" - } - }, - { - "id": 3862, - "properties": { - "east": "side", - "north": "none", - "power": "12", - "south": "side", - "west": "side" - } - }, - { - "id": 3863, - "properties": { - "east": "side", - "north": "none", - "power": "12", - "south": "side", - "west": "none" - } - }, - { - "id": 3864, - "properties": { - "east": "side", - "north": "none", - "power": "12", - "south": "none", - "west": "up" - } - }, - { - "id": 3865, - "properties": { - "east": "side", - "north": "none", - "power": "12", - "south": "none", - "west": "side" - } - }, - { - "id": 3866, - "properties": { - "east": "side", - "north": "none", - "power": "12", - "south": "none", - "west": "none" - } - }, - { - "id": 3867, - "properties": { - "east": "side", - "north": "none", - "power": "13", - "south": "up", - "west": "up" - } - }, - { - "id": 3868, - "properties": { - "east": "side", - "north": "none", - "power": "13", - "south": "up", - "west": "side" - } - }, - { - "id": 3869, - "properties": { - "east": "side", - "north": "none", - "power": "13", - "south": "up", - "west": "none" - } - }, - { - "id": 3870, - "properties": { - "east": "side", - "north": "none", - "power": "13", - "south": "side", - "west": "up" - } - }, - { - "id": 3871, - "properties": { - "east": "side", - "north": "none", - "power": "13", - "south": "side", - "west": "side" - } - }, - { - "id": 3872, - "properties": { - "east": "side", - "north": "none", - "power": "13", - "south": "side", - "west": "none" - } - }, - { - "id": 3873, - "properties": { - "east": "side", - "north": "none", - "power": "13", - "south": "none", - "west": "up" - } - }, - { - "id": 3874, - "properties": { - "east": "side", - "north": "none", - "power": "13", - "south": "none", - "west": "side" - } - }, - { - "id": 3875, - "properties": { - "east": "side", - "north": "none", - "power": "13", - "south": "none", - "west": "none" - } - }, - { - "id": 3876, - "properties": { - "east": "side", - "north": "none", - "power": "14", - "south": "up", - "west": "up" - } - }, - { - "id": 3877, - "properties": { - "east": "side", - "north": "none", - "power": "14", - "south": "up", - "west": "side" - } - }, - { - "id": 3878, - "properties": { - "east": "side", - "north": "none", - "power": "14", - "south": "up", - "west": "none" - } - }, - { - "id": 3879, - "properties": { - "east": "side", - "north": "none", - "power": "14", - "south": "side", - "west": "up" - } - }, - { - "id": 3880, - "properties": { - "east": "side", - "north": "none", - "power": "14", - "south": "side", - "west": "side" - } - }, - { - "id": 3881, - "properties": { - "east": "side", - "north": "none", - "power": "14", - "south": "side", - "west": "none" - } - }, - { - "id": 3882, - "properties": { - "east": "side", - "north": "none", - "power": "14", - "south": "none", - "west": "up" - } - }, - { - "id": 3883, - "properties": { - "east": "side", - "north": "none", - "power": "14", - "south": "none", - "west": "side" - } - }, - { - "id": 3884, - "properties": { - "east": "side", - "north": "none", - "power": "14", - "south": "none", - "west": "none" - } - }, - { - "id": 3885, - "properties": { - "east": "side", - "north": "none", - "power": "15", - "south": "up", - "west": "up" - } - }, - { - "id": 3886, - "properties": { - "east": "side", - "north": "none", - "power": "15", - "south": "up", - "west": "side" - } - }, - { - "id": 3887, - "properties": { - "east": "side", - "north": "none", - "power": "15", - "south": "up", - "west": "none" - } - }, - { - "id": 3888, - "properties": { - "east": "side", - "north": "none", - "power": "15", - "south": "side", - "west": "up" - } - }, - { - "id": 3889, - "properties": { - "east": "side", - "north": "none", - "power": "15", - "south": "side", - "west": "side" - } - }, - { - "id": 3890, - "properties": { - "east": "side", - "north": "none", - "power": "15", - "south": "side", - "west": "none" - } - }, - { - "id": 3891, - "properties": { - "east": "side", - "north": "none", - "power": "15", - "south": "none", - "west": "up" - } - }, - { - "id": 3892, - "properties": { - "east": "side", - "north": "none", - "power": "15", - "south": "none", - "west": "side" - } - }, - { - "id": 3893, - "properties": { - "east": "side", - "north": "none", - "power": "15", - "south": "none", - "west": "none" - } - }, - { - "id": 3894, - "properties": { - "east": "none", - "north": "up", - "power": "0", - "south": "up", - "west": "up" - } - }, - { - "id": 3895, - "properties": { - "east": "none", - "north": "up", - "power": "0", - "south": "up", - "west": "side" - } - }, - { - "id": 3896, - "properties": { - "east": "none", - "north": "up", - "power": "0", - "south": "up", - "west": "none" - } - }, - { - "id": 3897, - "properties": { - "east": "none", - "north": "up", - "power": "0", - "south": "side", - "west": "up" - } - }, - { - "id": 3898, - "properties": { - "east": "none", - "north": "up", - "power": "0", - "south": "side", - "west": "side" - } - }, - { - "id": 3899, - "properties": { - "east": "none", - "north": "up", - "power": "0", - "south": "side", - "west": "none" - } - }, - { - "id": 3900, - "properties": { - "east": "none", - "north": "up", - "power": "0", - "south": "none", - "west": "up" - } - }, - { - "id": 3901, - "properties": { - "east": "none", - "north": "up", - "power": "0", - "south": "none", - "west": "side" - } - }, - { - "id": 3902, - "properties": { - "east": "none", - "north": "up", - "power": "0", - "south": "none", - "west": "none" - } - }, - { - "id": 3903, - "properties": { - "east": "none", - "north": "up", - "power": "1", - "south": "up", - "west": "up" - } - }, - { - "id": 3904, - "properties": { - "east": "none", - "north": "up", - "power": "1", - "south": "up", - "west": "side" - } - }, - { - "id": 3905, - "properties": { - "east": "none", - "north": "up", - "power": "1", - "south": "up", - "west": "none" - } - }, - { - "id": 3906, - "properties": { - "east": "none", - "north": "up", - "power": "1", - "south": "side", - "west": "up" - } - }, - { - "id": 3907, - "properties": { - "east": "none", - "north": "up", - "power": "1", - "south": "side", - "west": "side" - } - }, - { - "id": 3908, - "properties": { - "east": "none", - "north": "up", - "power": "1", - "south": "side", - "west": "none" - } - }, - { - "id": 3909, - "properties": { - "east": "none", - "north": "up", - "power": "1", - "south": "none", - "west": "up" - } - }, - { - "id": 3910, - "properties": { - "east": "none", - "north": "up", - "power": "1", - "south": "none", - "west": "side" - } - }, - { - "id": 3911, - "properties": { - "east": "none", - "north": "up", - "power": "1", - "south": "none", - "west": "none" - } - }, - { - "id": 3912, - "properties": { - "east": "none", - "north": "up", - "power": "2", - "south": "up", - "west": "up" - } - }, - { - "id": 3913, - "properties": { - "east": "none", - "north": "up", - "power": "2", - "south": "up", - "west": "side" - } - }, - { - "id": 3914, - "properties": { - "east": "none", - "north": "up", - "power": "2", - "south": "up", - "west": "none" - } - }, - { - "id": 3915, - "properties": { - "east": "none", - "north": "up", - "power": "2", - "south": "side", - "west": "up" - } - }, - { - "id": 3916, - "properties": { - "east": "none", - "north": "up", - "power": "2", - "south": "side", - "west": "side" - } - }, - { - "id": 3917, - "properties": { - "east": "none", - "north": "up", - "power": "2", - "south": "side", - "west": "none" - } - }, - { - "id": 3918, - "properties": { - "east": "none", - "north": "up", - "power": "2", - "south": "none", - "west": "up" - } - }, - { - "id": 3919, - "properties": { - "east": "none", - "north": "up", - "power": "2", - "south": "none", - "west": "side" - } - }, - { - "id": 3920, - "properties": { - "east": "none", - "north": "up", - "power": "2", - "south": "none", - "west": "none" - } - }, - { - "id": 3921, - "properties": { - "east": "none", - "north": "up", - "power": "3", - "south": "up", - "west": "up" - } - }, - { - "id": 3922, - "properties": { - "east": "none", - "north": "up", - "power": "3", - "south": "up", - "west": "side" - } - }, - { - "id": 3923, - "properties": { - "east": "none", - "north": "up", - "power": "3", - "south": "up", - "west": "none" - } - }, - { - "id": 3924, - "properties": { - "east": "none", - "north": "up", - "power": "3", - "south": "side", - "west": "up" - } - }, - { - "id": 3925, - "properties": { - "east": "none", - "north": "up", - "power": "3", - "south": "side", - "west": "side" - } - }, - { - "id": 3926, - "properties": { - "east": "none", - "north": "up", - "power": "3", - "south": "side", - "west": "none" - } - }, - { - "id": 3927, - "properties": { - "east": "none", - "north": "up", - "power": "3", - "south": "none", - "west": "up" - } - }, - { - "id": 3928, - "properties": { - "east": "none", - "north": "up", - "power": "3", - "south": "none", - "west": "side" - } - }, - { - "id": 3929, - "properties": { - "east": "none", - "north": "up", - "power": "3", - "south": "none", - "west": "none" - } - }, - { - "id": 3930, - "properties": { - "east": "none", - "north": "up", - "power": "4", - "south": "up", - "west": "up" - } - }, - { - "id": 3931, - "properties": { - "east": "none", - "north": "up", - "power": "4", - "south": "up", - "west": "side" - } - }, - { - "id": 3932, - "properties": { - "east": "none", - "north": "up", - "power": "4", - "south": "up", - "west": "none" - } - }, - { - "id": 3933, - "properties": { - "east": "none", - "north": "up", - "power": "4", - "south": "side", - "west": "up" - } - }, - { - "id": 3934, - "properties": { - "east": "none", - "north": "up", - "power": "4", - "south": "side", - "west": "side" - } - }, - { - "id": 3935, - "properties": { - "east": "none", - "north": "up", - "power": "4", - "south": "side", - "west": "none" - } - }, - { - "id": 3936, - "properties": { - "east": "none", - "north": "up", - "power": "4", - "south": "none", - "west": "up" - } - }, - { - "id": 3937, - "properties": { - "east": "none", - "north": "up", - "power": "4", - "south": "none", - "west": "side" - } - }, - { - "id": 3938, - "properties": { - "east": "none", - "north": "up", - "power": "4", - "south": "none", - "west": "none" - } - }, - { - "id": 3939, - "properties": { - "east": "none", - "north": "up", - "power": "5", - "south": "up", - "west": "up" - } - }, - { - "id": 3940, - "properties": { - "east": "none", - "north": "up", - "power": "5", - "south": "up", - "west": "side" - } - }, - { - "id": 3941, - "properties": { - "east": "none", - "north": "up", - "power": "5", - "south": "up", - "west": "none" - } - }, - { - "id": 3942, - "properties": { - "east": "none", - "north": "up", - "power": "5", - "south": "side", - "west": "up" - } - }, - { - "id": 3943, - "properties": { - "east": "none", - "north": "up", - "power": "5", - "south": "side", - "west": "side" - } - }, - { - "id": 3944, - "properties": { - "east": "none", - "north": "up", - "power": "5", - "south": "side", - "west": "none" - } - }, - { - "id": 3945, - "properties": { - "east": "none", - "north": "up", - "power": "5", - "south": "none", - "west": "up" - } - }, - { - "id": 3946, - "properties": { - "east": "none", - "north": "up", - "power": "5", - "south": "none", - "west": "side" - } - }, - { - "id": 3947, - "properties": { - "east": "none", - "north": "up", - "power": "5", - "south": "none", - "west": "none" - } - }, - { - "id": 3948, - "properties": { - "east": "none", - "north": "up", - "power": "6", - "south": "up", - "west": "up" - } - }, - { - "id": 3949, - "properties": { - "east": "none", - "north": "up", - "power": "6", - "south": "up", - "west": "side" - } - }, - { - "id": 3950, - "properties": { - "east": "none", - "north": "up", - "power": "6", - "south": "up", - "west": "none" - } - }, - { - "id": 3951, - "properties": { - "east": "none", - "north": "up", - "power": "6", - "south": "side", - "west": "up" - } - }, - { - "id": 3952, - "properties": { - "east": "none", - "north": "up", - "power": "6", - "south": "side", - "west": "side" - } - }, - { - "id": 3953, - "properties": { - "east": "none", - "north": "up", - "power": "6", - "south": "side", - "west": "none" - } - }, - { - "id": 3954, - "properties": { - "east": "none", - "north": "up", - "power": "6", - "south": "none", - "west": "up" - } - }, - { - "id": 3955, - "properties": { - "east": "none", - "north": "up", - "power": "6", - "south": "none", - "west": "side" - } - }, - { - "id": 3956, - "properties": { - "east": "none", - "north": "up", - "power": "6", - "south": "none", - "west": "none" - } - }, - { - "id": 3957, - "properties": { - "east": "none", - "north": "up", - "power": "7", - "south": "up", - "west": "up" - } - }, - { - "id": 3958, - "properties": { - "east": "none", - "north": "up", - "power": "7", - "south": "up", - "west": "side" - } - }, - { - "id": 3959, - "properties": { - "east": "none", - "north": "up", - "power": "7", - "south": "up", - "west": "none" - } - }, - { - "id": 3960, - "properties": { - "east": "none", - "north": "up", - "power": "7", - "south": "side", - "west": "up" - } - }, - { - "id": 3961, - "properties": { - "east": "none", - "north": "up", - "power": "7", - "south": "side", - "west": "side" - } - }, - { - "id": 3962, - "properties": { - "east": "none", - "north": "up", - "power": "7", - "south": "side", - "west": "none" - } - }, - { - "id": 3963, - "properties": { - "east": "none", - "north": "up", - "power": "7", - "south": "none", - "west": "up" - } - }, - { - "id": 3964, - "properties": { - "east": "none", - "north": "up", - "power": "7", - "south": "none", - "west": "side" - } - }, - { - "id": 3965, - "properties": { - "east": "none", - "north": "up", - "power": "7", - "south": "none", - "west": "none" - } - }, - { - "id": 3966, - "properties": { - "east": "none", - "north": "up", - "power": "8", - "south": "up", - "west": "up" - } - }, - { - "id": 3967, - "properties": { - "east": "none", - "north": "up", - "power": "8", - "south": "up", - "west": "side" - } - }, - { - "id": 3968, - "properties": { - "east": "none", - "north": "up", - "power": "8", - "south": "up", - "west": "none" - } - }, - { - "id": 3969, - "properties": { - "east": "none", - "north": "up", - "power": "8", - "south": "side", - "west": "up" - } - }, - { - "id": 3970, - "properties": { - "east": "none", - "north": "up", - "power": "8", - "south": "side", - "west": "side" - } - }, - { - "id": 3971, - "properties": { - "east": "none", - "north": "up", - "power": "8", - "south": "side", - "west": "none" - } - }, - { - "id": 3972, - "properties": { - "east": "none", - "north": "up", - "power": "8", - "south": "none", - "west": "up" - } - }, - { - "id": 3973, - "properties": { - "east": "none", - "north": "up", - "power": "8", - "south": "none", - "west": "side" - } - }, - { - "id": 3974, - "properties": { - "east": "none", - "north": "up", - "power": "8", - "south": "none", - "west": "none" - } - }, - { - "id": 3975, - "properties": { - "east": "none", - "north": "up", - "power": "9", - "south": "up", - "west": "up" - } - }, - { - "id": 3976, - "properties": { - "east": "none", - "north": "up", - "power": "9", - "south": "up", - "west": "side" - } - }, - { - "id": 3977, - "properties": { - "east": "none", - "north": "up", - "power": "9", - "south": "up", - "west": "none" - } - }, - { - "id": 3978, - "properties": { - "east": "none", - "north": "up", - "power": "9", - "south": "side", - "west": "up" - } - }, - { - "id": 3979, - "properties": { - "east": "none", - "north": "up", - "power": "9", - "south": "side", - "west": "side" - } - }, - { - "id": 3980, - "properties": { - "east": "none", - "north": "up", - "power": "9", - "south": "side", - "west": "none" - } - }, - { - "id": 3981, - "properties": { - "east": "none", - "north": "up", - "power": "9", - "south": "none", - "west": "up" - } - }, - { - "id": 3982, - "properties": { - "east": "none", - "north": "up", - "power": "9", - "south": "none", - "west": "side" - } - }, - { - "id": 3983, - "properties": { - "east": "none", - "north": "up", - "power": "9", - "south": "none", - "west": "none" - } - }, - { - "id": 3984, - "properties": { - "east": "none", - "north": "up", - "power": "10", - "south": "up", - "west": "up" - } - }, - { - "id": 3985, - "properties": { - "east": "none", - "north": "up", - "power": "10", - "south": "up", - "west": "side" - } - }, - { - "id": 3986, - "properties": { - "east": "none", - "north": "up", - "power": "10", - "south": "up", - "west": "none" - } - }, - { - "id": 3987, - "properties": { - "east": "none", - "north": "up", - "power": "10", - "south": "side", - "west": "up" - } - }, - { - "id": 3988, - "properties": { - "east": "none", - "north": "up", - "power": "10", - "south": "side", - "west": "side" - } - }, - { - "id": 3989, - "properties": { - "east": "none", - "north": "up", - "power": "10", - "south": "side", - "west": "none" - } - }, - { - "id": 3990, - "properties": { - "east": "none", - "north": "up", - "power": "10", - "south": "none", - "west": "up" - } - }, - { - "id": 3991, - "properties": { - "east": "none", - "north": "up", - "power": "10", - "south": "none", - "west": "side" - } - }, - { - "id": 3992, - "properties": { - "east": "none", - "north": "up", - "power": "10", - "south": "none", - "west": "none" - } - }, - { - "id": 3993, - "properties": { - "east": "none", - "north": "up", - "power": "11", - "south": "up", - "west": "up" - } - }, - { - "id": 3994, - "properties": { - "east": "none", - "north": "up", - "power": "11", - "south": "up", - "west": "side" - } - }, - { - "id": 3995, - "properties": { - "east": "none", - "north": "up", - "power": "11", - "south": "up", - "west": "none" - } - }, - { - "id": 3996, - "properties": { - "east": "none", - "north": "up", - "power": "11", - "south": "side", - "west": "up" - } - }, - { - "id": 3997, - "properties": { - "east": "none", - "north": "up", - "power": "11", - "south": "side", - "west": "side" - } - }, - { - "id": 3998, - "properties": { - "east": "none", - "north": "up", - "power": "11", - "south": "side", - "west": "none" - } - }, - { - "id": 3999, - "properties": { - "east": "none", - "north": "up", - "power": "11", - "south": "none", - "west": "up" - } - }, - { - "id": 4000, - "properties": { - "east": "none", - "north": "up", - "power": "11", - "south": "none", - "west": "side" - } - }, - { - "id": 4001, - "properties": { - "east": "none", - "north": "up", - "power": "11", - "south": "none", - "west": "none" - } - }, - { - "id": 4002, - "properties": { - "east": "none", - "north": "up", - "power": "12", - "south": "up", - "west": "up" - } - }, - { - "id": 4003, - "properties": { - "east": "none", - "north": "up", - "power": "12", - "south": "up", - "west": "side" - } - }, - { - "id": 4004, - "properties": { - "east": "none", - "north": "up", - "power": "12", - "south": "up", - "west": "none" - } - }, - { - "id": 4005, - "properties": { - "east": "none", - "north": "up", - "power": "12", - "south": "side", - "west": "up" - } - }, - { - "id": 4006, - "properties": { - "east": "none", - "north": "up", - "power": "12", - "south": "side", - "west": "side" - } - }, - { - "id": 4007, - "properties": { - "east": "none", - "north": "up", - "power": "12", - "south": "side", - "west": "none" - } - }, - { - "id": 4008, - "properties": { - "east": "none", - "north": "up", - "power": "12", - "south": "none", - "west": "up" - } - }, - { - "id": 4009, - "properties": { - "east": "none", - "north": "up", - "power": "12", - "south": "none", - "west": "side" - } - }, - { - "id": 4010, - "properties": { - "east": "none", - "north": "up", - "power": "12", - "south": "none", - "west": "none" - } - }, - { - "id": 4011, - "properties": { - "east": "none", - "north": "up", - "power": "13", - "south": "up", - "west": "up" - } - }, - { - "id": 4012, - "properties": { - "east": "none", - "north": "up", - "power": "13", - "south": "up", - "west": "side" - } - }, - { - "id": 4013, - "properties": { - "east": "none", - "north": "up", - "power": "13", - "south": "up", - "west": "none" - } - }, - { - "id": 4014, - "properties": { - "east": "none", - "north": "up", - "power": "13", - "south": "side", - "west": "up" - } - }, - { - "id": 4015, - "properties": { - "east": "none", - "north": "up", - "power": "13", - "south": "side", - "west": "side" - } - }, - { - "id": 4016, - "properties": { - "east": "none", - "north": "up", - "power": "13", - "south": "side", - "west": "none" - } - }, - { - "id": 4017, - "properties": { - "east": "none", - "north": "up", - "power": "13", - "south": "none", - "west": "up" - } - }, - { - "id": 4018, - "properties": { - "east": "none", - "north": "up", - "power": "13", - "south": "none", - "west": "side" - } - }, - { - "id": 4019, - "properties": { - "east": "none", - "north": "up", - "power": "13", - "south": "none", - "west": "none" - } - }, - { - "id": 4020, - "properties": { - "east": "none", - "north": "up", - "power": "14", - "south": "up", - "west": "up" - } - }, - { - "id": 4021, - "properties": { - "east": "none", - "north": "up", - "power": "14", - "south": "up", - "west": "side" - } - }, - { - "id": 4022, - "properties": { - "east": "none", - "north": "up", - "power": "14", - "south": "up", - "west": "none" - } - }, - { - "id": 4023, - "properties": { - "east": "none", - "north": "up", - "power": "14", - "south": "side", - "west": "up" - } - }, - { - "id": 4024, - "properties": { - "east": "none", - "north": "up", - "power": "14", - "south": "side", - "west": "side" - } - }, - { - "id": 4025, - "properties": { - "east": "none", - "north": "up", - "power": "14", - "south": "side", - "west": "none" - } - }, - { - "id": 4026, - "properties": { - "east": "none", - "north": "up", - "power": "14", - "south": "none", - "west": "up" - } - }, - { - "id": 4027, - "properties": { - "east": "none", - "north": "up", - "power": "14", - "south": "none", - "west": "side" - } - }, - { - "id": 4028, - "properties": { - "east": "none", - "north": "up", - "power": "14", - "south": "none", - "west": "none" - } - }, - { - "id": 4029, - "properties": { - "east": "none", - "north": "up", - "power": "15", - "south": "up", - "west": "up" - } - }, - { - "id": 4030, - "properties": { - "east": "none", - "north": "up", - "power": "15", - "south": "up", - "west": "side" - } - }, - { - "id": 4031, - "properties": { - "east": "none", - "north": "up", - "power": "15", - "south": "up", - "west": "none" - } - }, - { - "id": 4032, - "properties": { - "east": "none", - "north": "up", - "power": "15", - "south": "side", - "west": "up" - } - }, - { - "id": 4033, - "properties": { - "east": "none", - "north": "up", - "power": "15", - "south": "side", - "west": "side" - } - }, - { - "id": 4034, - "properties": { - "east": "none", - "north": "up", - "power": "15", - "south": "side", - "west": "none" - } - }, - { - "id": 4035, - "properties": { - "east": "none", - "north": "up", - "power": "15", - "south": "none", - "west": "up" - } - }, - { - "id": 4036, - "properties": { - "east": "none", - "north": "up", - "power": "15", - "south": "none", - "west": "side" - } - }, - { - "id": 4037, - "properties": { - "east": "none", - "north": "up", - "power": "15", - "south": "none", - "west": "none" - } - }, - { - "id": 4038, - "properties": { - "east": "none", - "north": "side", - "power": "0", - "south": "up", - "west": "up" - } - }, - { - "id": 4039, - "properties": { - "east": "none", - "north": "side", - "power": "0", - "south": "up", - "west": "side" - } - }, - { - "id": 4040, - "properties": { - "east": "none", - "north": "side", - "power": "0", - "south": "up", - "west": "none" - } - }, - { - "id": 4041, - "properties": { - "east": "none", - "north": "side", - "power": "0", - "south": "side", - "west": "up" - } - }, - { - "id": 4042, - "properties": { - "east": "none", - "north": "side", - "power": "0", - "south": "side", - "west": "side" - } - }, - { - "id": 4043, - "properties": { - "east": "none", - "north": "side", - "power": "0", - "south": "side", - "west": "none" - } - }, - { - "id": 4044, - "properties": { - "east": "none", - "north": "side", - "power": "0", - "south": "none", - "west": "up" - } - }, - { - "id": 4045, - "properties": { - "east": "none", - "north": "side", - "power": "0", - "south": "none", - "west": "side" - } - }, - { - "id": 4046, - "properties": { - "east": "none", - "north": "side", - "power": "0", - "south": "none", - "west": "none" - } - }, - { - "id": 4047, - "properties": { - "east": "none", - "north": "side", - "power": "1", - "south": "up", - "west": "up" - } - }, - { - "id": 4048, - "properties": { - "east": "none", - "north": "side", - "power": "1", - "south": "up", - "west": "side" - } - }, - { - "id": 4049, - "properties": { - "east": "none", - "north": "side", - "power": "1", - "south": "up", - "west": "none" - } - }, - { - "id": 4050, - "properties": { - "east": "none", - "north": "side", - "power": "1", - "south": "side", - "west": "up" - } - }, - { - "id": 4051, - "properties": { - "east": "none", - "north": "side", - "power": "1", - "south": "side", - "west": "side" - } - }, - { - "id": 4052, - "properties": { - "east": "none", - "north": "side", - "power": "1", - "south": "side", - "west": "none" - } - }, - { - "id": 4053, - "properties": { - "east": "none", - "north": "side", - "power": "1", - "south": "none", - "west": "up" - } - }, - { - "id": 4054, - "properties": { - "east": "none", - "north": "side", - "power": "1", - "south": "none", - "west": "side" - } - }, - { - "id": 4055, - "properties": { - "east": "none", - "north": "side", - "power": "1", - "south": "none", - "west": "none" - } - }, - { - "id": 4056, - "properties": { - "east": "none", - "north": "side", - "power": "2", - "south": "up", - "west": "up" - } - }, - { - "id": 4057, - "properties": { - "east": "none", - "north": "side", - "power": "2", - "south": "up", - "west": "side" - } - }, - { - "id": 4058, - "properties": { - "east": "none", - "north": "side", - "power": "2", - "south": "up", - "west": "none" - } - }, - { - "id": 4059, - "properties": { - "east": "none", - "north": "side", - "power": "2", - "south": "side", - "west": "up" - } - }, - { - "id": 4060, - "properties": { - "east": "none", - "north": "side", - "power": "2", - "south": "side", - "west": "side" - } - }, - { - "id": 4061, - "properties": { - "east": "none", - "north": "side", - "power": "2", - "south": "side", - "west": "none" - } - }, - { - "id": 4062, - "properties": { - "east": "none", - "north": "side", - "power": "2", - "south": "none", - "west": "up" - } - }, - { - "id": 4063, - "properties": { - "east": "none", - "north": "side", - "power": "2", - "south": "none", - "west": "side" - } - }, - { - "id": 4064, - "properties": { - "east": "none", - "north": "side", - "power": "2", - "south": "none", - "west": "none" - } - }, - { - "id": 4065, - "properties": { - "east": "none", - "north": "side", - "power": "3", - "south": "up", - "west": "up" - } - }, - { - "id": 4066, - "properties": { - "east": "none", - "north": "side", - "power": "3", - "south": "up", - "west": "side" - } - }, - { - "id": 4067, - "properties": { - "east": "none", - "north": "side", - "power": "3", - "south": "up", - "west": "none" - } - }, - { - "id": 4068, - "properties": { - "east": "none", - "north": "side", - "power": "3", - "south": "side", - "west": "up" - } - }, - { - "id": 4069, - "properties": { - "east": "none", - "north": "side", - "power": "3", - "south": "side", - "west": "side" - } - }, - { - "id": 4070, - "properties": { - "east": "none", - "north": "side", - "power": "3", - "south": "side", - "west": "none" - } - }, - { - "id": 4071, - "properties": { - "east": "none", - "north": "side", - "power": "3", - "south": "none", - "west": "up" - } - }, - { - "id": 4072, - "properties": { - "east": "none", - "north": "side", - "power": "3", - "south": "none", - "west": "side" - } - }, - { - "id": 4073, - "properties": { - "east": "none", - "north": "side", - "power": "3", - "south": "none", - "west": "none" - } - }, - { - "id": 4074, - "properties": { - "east": "none", - "north": "side", - "power": "4", - "south": "up", - "west": "up" - } - }, - { - "id": 4075, - "properties": { - "east": "none", - "north": "side", - "power": "4", - "south": "up", - "west": "side" - } - }, - { - "id": 4076, - "properties": { - "east": "none", - "north": "side", - "power": "4", - "south": "up", - "west": "none" - } - }, - { - "id": 4077, - "properties": { - "east": "none", - "north": "side", - "power": "4", - "south": "side", - "west": "up" - } - }, - { - "id": 4078, - "properties": { - "east": "none", - "north": "side", - "power": "4", - "south": "side", - "west": "side" - } - }, - { - "id": 4079, - "properties": { - "east": "none", - "north": "side", - "power": "4", - "south": "side", - "west": "none" - } - }, - { - "id": 4080, - "properties": { - "east": "none", - "north": "side", - "power": "4", - "south": "none", - "west": "up" - } - }, - { - "id": 4081, - "properties": { - "east": "none", - "north": "side", - "power": "4", - "south": "none", - "west": "side" - } - }, - { - "id": 4082, - "properties": { - "east": "none", - "north": "side", - "power": "4", - "south": "none", - "west": "none" - } - }, - { - "id": 4083, - "properties": { - "east": "none", - "north": "side", - "power": "5", - "south": "up", - "west": "up" - } - }, - { - "id": 4084, - "properties": { - "east": "none", - "north": "side", - "power": "5", - "south": "up", - "west": "side" - } - }, - { - "id": 4085, - "properties": { - "east": "none", - "north": "side", - "power": "5", - "south": "up", - "west": "none" - } - }, - { - "id": 4086, - "properties": { - "east": "none", - "north": "side", - "power": "5", - "south": "side", - "west": "up" - } - }, - { - "id": 4087, - "properties": { - "east": "none", - "north": "side", - "power": "5", - "south": "side", - "west": "side" - } - }, - { - "id": 4088, - "properties": { - "east": "none", - "north": "side", - "power": "5", - "south": "side", - "west": "none" - } - }, - { - "id": 4089, - "properties": { - "east": "none", - "north": "side", - "power": "5", - "south": "none", - "west": "up" - } - }, - { - "id": 4090, - "properties": { - "east": "none", - "north": "side", - "power": "5", - "south": "none", - "west": "side" - } - }, - { - "id": 4091, - "properties": { - "east": "none", - "north": "side", - "power": "5", - "south": "none", - "west": "none" - } - }, - { - "id": 4092, - "properties": { - "east": "none", - "north": "side", - "power": "6", - "south": "up", - "west": "up" - } - }, - { - "id": 4093, - "properties": { - "east": "none", - "north": "side", - "power": "6", - "south": "up", - "west": "side" - } - }, - { - "id": 4094, - "properties": { - "east": "none", - "north": "side", - "power": "6", - "south": "up", - "west": "none" - } - }, - { - "id": 4095, - "properties": { - "east": "none", - "north": "side", - "power": "6", - "south": "side", - "west": "up" - } - }, - { - "id": 4096, - "properties": { - "east": "none", - "north": "side", - "power": "6", - "south": "side", - "west": "side" - } - }, - { - "id": 4097, - "properties": { - "east": "none", - "north": "side", - "power": "6", - "south": "side", - "west": "none" - } - }, - { - "id": 4098, - "properties": { - "east": "none", - "north": "side", - "power": "6", - "south": "none", - "west": "up" - } - }, - { - "id": 4099, - "properties": { - "east": "none", - "north": "side", - "power": "6", - "south": "none", - "west": "side" - } - }, - { - "id": 4100, - "properties": { - "east": "none", - "north": "side", - "power": "6", - "south": "none", - "west": "none" - } - }, - { - "id": 4101, - "properties": { - "east": "none", - "north": "side", - "power": "7", - "south": "up", - "west": "up" - } - }, - { - "id": 4102, - "properties": { - "east": "none", - "north": "side", - "power": "7", - "south": "up", - "west": "side" - } - }, - { - "id": 4103, - "properties": { - "east": "none", - "north": "side", - "power": "7", - "south": "up", - "west": "none" - } - }, - { - "id": 4104, - "properties": { - "east": "none", - "north": "side", - "power": "7", - "south": "side", - "west": "up" - } - }, - { - "id": 4105, - "properties": { - "east": "none", - "north": "side", - "power": "7", - "south": "side", - "west": "side" - } - }, - { - "id": 4106, - "properties": { - "east": "none", - "north": "side", - "power": "7", - "south": "side", - "west": "none" - } - }, - { - "id": 4107, - "properties": { - "east": "none", - "north": "side", - "power": "7", - "south": "none", - "west": "up" - } - }, - { - "id": 4108, - "properties": { - "east": "none", - "north": "side", - "power": "7", - "south": "none", - "west": "side" - } - }, - { - "id": 4109, - "properties": { - "east": "none", - "north": "side", - "power": "7", - "south": "none", - "west": "none" - } - }, - { - "id": 4110, - "properties": { - "east": "none", - "north": "side", - "power": "8", - "south": "up", - "west": "up" - } - }, - { - "id": 4111, - "properties": { - "east": "none", - "north": "side", - "power": "8", - "south": "up", - "west": "side" - } - }, - { - "id": 4112, - "properties": { - "east": "none", - "north": "side", - "power": "8", - "south": "up", - "west": "none" - } - }, - { - "id": 4113, - "properties": { - "east": "none", - "north": "side", - "power": "8", - "south": "side", - "west": "up" - } - }, - { - "id": 4114, - "properties": { - "east": "none", - "north": "side", - "power": "8", - "south": "side", - "west": "side" - } - }, - { - "id": 4115, - "properties": { - "east": "none", - "north": "side", - "power": "8", - "south": "side", - "west": "none" - } - }, - { - "id": 4116, - "properties": { - "east": "none", - "north": "side", - "power": "8", - "south": "none", - "west": "up" - } - }, - { - "id": 4117, - "properties": { - "east": "none", - "north": "side", - "power": "8", - "south": "none", - "west": "side" - } - }, - { - "id": 4118, - "properties": { - "east": "none", - "north": "side", - "power": "8", - "south": "none", - "west": "none" - } - }, - { - "id": 4119, - "properties": { - "east": "none", - "north": "side", - "power": "9", - "south": "up", - "west": "up" - } - }, - { - "id": 4120, - "properties": { - "east": "none", - "north": "side", - "power": "9", - "south": "up", - "west": "side" - } - }, - { - "id": 4121, - "properties": { - "east": "none", - "north": "side", - "power": "9", - "south": "up", - "west": "none" - } - }, - { - "id": 4122, - "properties": { - "east": "none", - "north": "side", - "power": "9", - "south": "side", - "west": "up" - } - }, - { - "id": 4123, - "properties": { - "east": "none", - "north": "side", - "power": "9", - "south": "side", - "west": "side" - } - }, - { - "id": 4124, - "properties": { - "east": "none", - "north": "side", - "power": "9", - "south": "side", - "west": "none" - } - }, - { - "id": 4125, - "properties": { - "east": "none", - "north": "side", - "power": "9", - "south": "none", - "west": "up" - } - }, - { - "id": 4126, - "properties": { - "east": "none", - "north": "side", - "power": "9", - "south": "none", - "west": "side" - } - }, - { - "id": 4127, - "properties": { - "east": "none", - "north": "side", - "power": "9", - "south": "none", - "west": "none" - } - }, - { - "id": 4128, - "properties": { - "east": "none", - "north": "side", - "power": "10", - "south": "up", - "west": "up" - } - }, - { - "id": 4129, - "properties": { - "east": "none", - "north": "side", - "power": "10", - "south": "up", - "west": "side" - } - }, - { - "id": 4130, - "properties": { - "east": "none", - "north": "side", - "power": "10", - "south": "up", - "west": "none" - } - }, - { - "id": 4131, - "properties": { - "east": "none", - "north": "side", - "power": "10", - "south": "side", - "west": "up" - } - }, - { - "id": 4132, - "properties": { - "east": "none", - "north": "side", - "power": "10", - "south": "side", - "west": "side" - } - }, - { - "id": 4133, - "properties": { - "east": "none", - "north": "side", - "power": "10", - "south": "side", - "west": "none" - } - }, - { - "id": 4134, - "properties": { - "east": "none", - "north": "side", - "power": "10", - "south": "none", - "west": "up" - } - }, - { - "id": 4135, - "properties": { - "east": "none", - "north": "side", - "power": "10", - "south": "none", - "west": "side" - } - }, - { - "id": 4136, - "properties": { - "east": "none", - "north": "side", - "power": "10", - "south": "none", - "west": "none" - } - }, - { - "id": 4137, - "properties": { - "east": "none", - "north": "side", - "power": "11", - "south": "up", - "west": "up" - } - }, - { - "id": 4138, - "properties": { - "east": "none", - "north": "side", - "power": "11", - "south": "up", - "west": "side" - } - }, - { - "id": 4139, - "properties": { - "east": "none", - "north": "side", - "power": "11", - "south": "up", - "west": "none" - } - }, - { - "id": 4140, - "properties": { - "east": "none", - "north": "side", - "power": "11", - "south": "side", - "west": "up" - } - }, - { - "id": 4141, - "properties": { - "east": "none", - "north": "side", - "power": "11", - "south": "side", - "west": "side" - } - }, - { - "id": 4142, - "properties": { - "east": "none", - "north": "side", - "power": "11", - "south": "side", - "west": "none" - } - }, - { - "id": 4143, - "properties": { - "east": "none", - "north": "side", - "power": "11", - "south": "none", - "west": "up" - } - }, - { - "id": 4144, - "properties": { - "east": "none", - "north": "side", - "power": "11", - "south": "none", - "west": "side" - } - }, - { - "id": 4145, - "properties": { - "east": "none", - "north": "side", - "power": "11", - "south": "none", - "west": "none" - } - }, - { - "id": 4146, - "properties": { - "east": "none", - "north": "side", - "power": "12", - "south": "up", - "west": "up" - } - }, - { - "id": 4147, - "properties": { - "east": "none", - "north": "side", - "power": "12", - "south": "up", - "west": "side" - } - }, - { - "id": 4148, - "properties": { - "east": "none", - "north": "side", - "power": "12", - "south": "up", - "west": "none" - } - }, - { - "id": 4149, - "properties": { - "east": "none", - "north": "side", - "power": "12", - "south": "side", - "west": "up" - } - }, - { - "id": 4150, - "properties": { - "east": "none", - "north": "side", - "power": "12", - "south": "side", - "west": "side" - } - }, - { - "id": 4151, - "properties": { - "east": "none", - "north": "side", - "power": "12", - "south": "side", - "west": "none" - } - }, - { - "id": 4152, - "properties": { - "east": "none", - "north": "side", - "power": "12", - "south": "none", - "west": "up" - } - }, - { - "id": 4153, - "properties": { - "east": "none", - "north": "side", - "power": "12", - "south": "none", - "west": "side" - } - }, - { - "id": 4154, - "properties": { - "east": "none", - "north": "side", - "power": "12", - "south": "none", - "west": "none" - } - }, - { - "id": 4155, - "properties": { - "east": "none", - "north": "side", - "power": "13", - "south": "up", - "west": "up" - } - }, - { - "id": 4156, - "properties": { - "east": "none", - "north": "side", - "power": "13", - "south": "up", - "west": "side" - } - }, - { - "id": 4157, - "properties": { - "east": "none", - "north": "side", - "power": "13", - "south": "up", - "west": "none" - } - }, - { - "id": 4158, - "properties": { - "east": "none", - "north": "side", - "power": "13", - "south": "side", - "west": "up" - } - }, - { - "id": 4159, - "properties": { - "east": "none", - "north": "side", - "power": "13", - "south": "side", - "west": "side" - } - }, - { - "id": 4160, - "properties": { - "east": "none", - "north": "side", - "power": "13", - "south": "side", - "west": "none" - } - }, - { - "id": 4161, - "properties": { - "east": "none", - "north": "side", - "power": "13", - "south": "none", - "west": "up" - } - }, - { - "id": 4162, - "properties": { - "east": "none", - "north": "side", - "power": "13", - "south": "none", - "west": "side" - } - }, - { - "id": 4163, - "properties": { - "east": "none", - "north": "side", - "power": "13", - "south": "none", - "west": "none" - } - }, - { - "id": 4164, - "properties": { - "east": "none", - "north": "side", - "power": "14", - "south": "up", - "west": "up" - } - }, - { - "id": 4165, - "properties": { - "east": "none", - "north": "side", - "power": "14", - "south": "up", - "west": "side" - } - }, - { - "id": 4166, - "properties": { - "east": "none", - "north": "side", - "power": "14", - "south": "up", - "west": "none" - } - }, - { - "id": 4167, - "properties": { - "east": "none", - "north": "side", - "power": "14", - "south": "side", - "west": "up" - } - }, - { - "id": 4168, - "properties": { - "east": "none", - "north": "side", - "power": "14", - "south": "side", - "west": "side" - } - }, - { - "id": 4169, - "properties": { - "east": "none", - "north": "side", - "power": "14", - "south": "side", - "west": "none" - } - }, - { - "id": 4170, - "properties": { - "east": "none", - "north": "side", - "power": "14", - "south": "none", - "west": "up" - } - }, - { - "id": 4171, - "properties": { - "east": "none", - "north": "side", - "power": "14", - "south": "none", - "west": "side" - } - }, - { - "id": 4172, - "properties": { - "east": "none", - "north": "side", - "power": "14", - "south": "none", - "west": "none" - } - }, - { - "id": 4173, - "properties": { - "east": "none", - "north": "side", - "power": "15", - "south": "up", - "west": "up" - } - }, - { - "id": 4174, - "properties": { - "east": "none", - "north": "side", - "power": "15", - "south": "up", - "west": "side" - } - }, - { - "id": 4175, - "properties": { - "east": "none", - "north": "side", - "power": "15", - "south": "up", - "west": "none" - } - }, - { - "id": 4176, - "properties": { - "east": "none", - "north": "side", - "power": "15", - "south": "side", - "west": "up" - } - }, - { - "id": 4177, - "properties": { - "east": "none", - "north": "side", - "power": "15", - "south": "side", - "west": "side" - } - }, - { - "id": 4178, - "properties": { - "east": "none", - "north": "side", - "power": "15", - "south": "side", - "west": "none" - } - }, - { - "id": 4179, - "properties": { - "east": "none", - "north": "side", - "power": "15", - "south": "none", - "west": "up" - } - }, - { - "id": 4180, - "properties": { - "east": "none", - "north": "side", - "power": "15", - "south": "none", - "west": "side" - } - }, - { - "id": 4181, - "properties": { - "east": "none", - "north": "side", - "power": "15", - "south": "none", - "west": "none" - } - }, - { - "id": 4182, - "properties": { - "east": "none", - "north": "none", - "power": "0", - "south": "up", - "west": "up" - } - }, - { - "id": 4183, - "properties": { - "east": "none", - "north": "none", - "power": "0", - "south": "up", - "west": "side" - } - }, - { - "id": 4184, - "properties": { - "east": "none", - "north": "none", - "power": "0", - "south": "up", - "west": "none" - } - }, - { - "id": 4185, - "properties": { - "east": "none", - "north": "none", - "power": "0", - "south": "side", - "west": "up" - } - }, - { - "id": 4186, - "properties": { - "east": "none", - "north": "none", - "power": "0", - "south": "side", - "west": "side" - } - }, - { - "id": 4187, - "properties": { - "east": "none", - "north": "none", - "power": "0", - "south": "side", - "west": "none" - } - }, - { - "id": 4188, - "properties": { - "east": "none", - "north": "none", - "power": "0", - "south": "none", - "west": "up" - } - }, - { - "id": 4189, - "properties": { - "east": "none", - "north": "none", - "power": "0", - "south": "none", - "west": "side" - } - }, - { - "default": true, - "id": 4190, - "properties": { - "east": "none", - "north": "none", - "power": "0", - "south": "none", - "west": "none" - } - }, - { - "id": 4191, - "properties": { - "east": "none", - "north": "none", - "power": "1", - "south": "up", - "west": "up" - } - }, - { - "id": 4192, - "properties": { - "east": "none", - "north": "none", - "power": "1", - "south": "up", - "west": "side" - } - }, - { - "id": 4193, - "properties": { - "east": "none", - "north": "none", - "power": "1", - "south": "up", - "west": "none" - } - }, - { - "id": 4194, - "properties": { - "east": "none", - "north": "none", - "power": "1", - "south": "side", - "west": "up" - } - }, - { - "id": 4195, - "properties": { - "east": "none", - "north": "none", - "power": "1", - "south": "side", - "west": "side" - } - }, - { - "id": 4196, - "properties": { - "east": "none", - "north": "none", - "power": "1", - "south": "side", - "west": "none" - } - }, - { - "id": 4197, - "properties": { - "east": "none", - "north": "none", - "power": "1", - "south": "none", - "west": "up" - } - }, - { - "id": 4198, - "properties": { - "east": "none", - "north": "none", - "power": "1", - "south": "none", - "west": "side" - } - }, - { - "id": 4199, - "properties": { - "east": "none", - "north": "none", - "power": "1", - "south": "none", - "west": "none" - } - }, - { - "id": 4200, - "properties": { - "east": "none", - "north": "none", - "power": "2", - "south": "up", - "west": "up" - } - }, - { - "id": 4201, - "properties": { - "east": "none", - "north": "none", - "power": "2", - "south": "up", - "west": "side" - } - }, - { - "id": 4202, - "properties": { - "east": "none", - "north": "none", - "power": "2", - "south": "up", - "west": "none" - } - }, - { - "id": 4203, - "properties": { - "east": "none", - "north": "none", - "power": "2", - "south": "side", - "west": "up" - } - }, - { - "id": 4204, - "properties": { - "east": "none", - "north": "none", - "power": "2", - "south": "side", - "west": "side" - } - }, - { - "id": 4205, - "properties": { - "east": "none", - "north": "none", - "power": "2", - "south": "side", - "west": "none" - } - }, - { - "id": 4206, - "properties": { - "east": "none", - "north": "none", - "power": "2", - "south": "none", - "west": "up" - } - }, - { - "id": 4207, - "properties": { - "east": "none", - "north": "none", - "power": "2", - "south": "none", - "west": "side" - } - }, - { - "id": 4208, - "properties": { - "east": "none", - "north": "none", - "power": "2", - "south": "none", - "west": "none" - } - }, - { - "id": 4209, - "properties": { - "east": "none", - "north": "none", - "power": "3", - "south": "up", - "west": "up" - } - }, - { - "id": 4210, - "properties": { - "east": "none", - "north": "none", - "power": "3", - "south": "up", - "west": "side" - } - }, - { - "id": 4211, - "properties": { - "east": "none", - "north": "none", - "power": "3", - "south": "up", - "west": "none" - } - }, - { - "id": 4212, - "properties": { - "east": "none", - "north": "none", - "power": "3", - "south": "side", - "west": "up" - } - }, - { - "id": 4213, - "properties": { - "east": "none", - "north": "none", - "power": "3", - "south": "side", - "west": "side" - } - }, - { - "id": 4214, - "properties": { - "east": "none", - "north": "none", - "power": "3", - "south": "side", - "west": "none" - } - }, - { - "id": 4215, - "properties": { - "east": "none", - "north": "none", - "power": "3", - "south": "none", - "west": "up" - } - }, - { - "id": 4216, - "properties": { - "east": "none", - "north": "none", - "power": "3", - "south": "none", - "west": "side" - } - }, - { - "id": 4217, - "properties": { - "east": "none", - "north": "none", - "power": "3", - "south": "none", - "west": "none" - } - }, - { - "id": 4218, - "properties": { - "east": "none", - "north": "none", - "power": "4", - "south": "up", - "west": "up" - } - }, - { - "id": 4219, - "properties": { - "east": "none", - "north": "none", - "power": "4", - "south": "up", - "west": "side" - } - }, - { - "id": 4220, - "properties": { - "east": "none", - "north": "none", - "power": "4", - "south": "up", - "west": "none" - } - }, - { - "id": 4221, - "properties": { - "east": "none", - "north": "none", - "power": "4", - "south": "side", - "west": "up" - } - }, - { - "id": 4222, - "properties": { - "east": "none", - "north": "none", - "power": "4", - "south": "side", - "west": "side" - } - }, - { - "id": 4223, - "properties": { - "east": "none", - "north": "none", - "power": "4", - "south": "side", - "west": "none" - } - }, - { - "id": 4224, - "properties": { - "east": "none", - "north": "none", - "power": "4", - "south": "none", - "west": "up" - } - }, - { - "id": 4225, - "properties": { - "east": "none", - "north": "none", - "power": "4", - "south": "none", - "west": "side" - } - }, - { - "id": 4226, - "properties": { - "east": "none", - "north": "none", - "power": "4", - "south": "none", - "west": "none" - } - }, - { - "id": 4227, - "properties": { - "east": "none", - "north": "none", - "power": "5", - "south": "up", - "west": "up" - } - }, - { - "id": 4228, - "properties": { - "east": "none", - "north": "none", - "power": "5", - "south": "up", - "west": "side" - } - }, - { - "id": 4229, - "properties": { - "east": "none", - "north": "none", - "power": "5", - "south": "up", - "west": "none" - } - }, - { - "id": 4230, - "properties": { - "east": "none", - "north": "none", - "power": "5", - "south": "side", - "west": "up" - } - }, - { - "id": 4231, - "properties": { - "east": "none", - "north": "none", - "power": "5", - "south": "side", - "west": "side" - } - }, - { - "id": 4232, - "properties": { - "east": "none", - "north": "none", - "power": "5", - "south": "side", - "west": "none" - } - }, - { - "id": 4233, - "properties": { - "east": "none", - "north": "none", - "power": "5", - "south": "none", - "west": "up" - } - }, - { - "id": 4234, - "properties": { - "east": "none", - "north": "none", - "power": "5", - "south": "none", - "west": "side" - } - }, - { - "id": 4235, - "properties": { - "east": "none", - "north": "none", - "power": "5", - "south": "none", - "west": "none" - } - }, - { - "id": 4236, - "properties": { - "east": "none", - "north": "none", - "power": "6", - "south": "up", - "west": "up" - } - }, - { - "id": 4237, - "properties": { - "east": "none", - "north": "none", - "power": "6", - "south": "up", - "west": "side" - } - }, - { - "id": 4238, - "properties": { - "east": "none", - "north": "none", - "power": "6", - "south": "up", - "west": "none" - } - }, - { - "id": 4239, - "properties": { - "east": "none", - "north": "none", - "power": "6", - "south": "side", - "west": "up" - } - }, - { - "id": 4240, - "properties": { - "east": "none", - "north": "none", - "power": "6", - "south": "side", - "west": "side" - } - }, - { - "id": 4241, - "properties": { - "east": "none", - "north": "none", - "power": "6", - "south": "side", - "west": "none" - } - }, - { - "id": 4242, - "properties": { - "east": "none", - "north": "none", - "power": "6", - "south": "none", - "west": "up" - } - }, - { - "id": 4243, - "properties": { - "east": "none", - "north": "none", - "power": "6", - "south": "none", - "west": "side" - } - }, - { - "id": 4244, - "properties": { - "east": "none", - "north": "none", - "power": "6", - "south": "none", - "west": "none" - } - }, - { - "id": 4245, - "properties": { - "east": "none", - "north": "none", - "power": "7", - "south": "up", - "west": "up" - } - }, - { - "id": 4246, - "properties": { - "east": "none", - "north": "none", - "power": "7", - "south": "up", - "west": "side" - } - }, - { - "id": 4247, - "properties": { - "east": "none", - "north": "none", - "power": "7", - "south": "up", - "west": "none" - } - }, - { - "id": 4248, - "properties": { - "east": "none", - "north": "none", - "power": "7", - "south": "side", - "west": "up" - } - }, - { - "id": 4249, - "properties": { - "east": "none", - "north": "none", - "power": "7", - "south": "side", - "west": "side" - } - }, - { - "id": 4250, - "properties": { - "east": "none", - "north": "none", - "power": "7", - "south": "side", - "west": "none" - } - }, - { - "id": 4251, - "properties": { - "east": "none", - "north": "none", - "power": "7", - "south": "none", - "west": "up" - } - }, - { - "id": 4252, - "properties": { - "east": "none", - "north": "none", - "power": "7", - "south": "none", - "west": "side" - } - }, - { - "id": 4253, - "properties": { - "east": "none", - "north": "none", - "power": "7", - "south": "none", - "west": "none" - } - }, - { - "id": 4254, - "properties": { - "east": "none", - "north": "none", - "power": "8", - "south": "up", - "west": "up" - } - }, - { - "id": 4255, - "properties": { - "east": "none", - "north": "none", - "power": "8", - "south": "up", - "west": "side" - } - }, - { - "id": 4256, - "properties": { - "east": "none", - "north": "none", - "power": "8", - "south": "up", - "west": "none" - } - }, - { - "id": 4257, - "properties": { - "east": "none", - "north": "none", - "power": "8", - "south": "side", - "west": "up" - } - }, - { - "id": 4258, - "properties": { - "east": "none", - "north": "none", - "power": "8", - "south": "side", - "west": "side" - } - }, - { - "id": 4259, - "properties": { - "east": "none", - "north": "none", - "power": "8", - "south": "side", - "west": "none" - } - }, - { - "id": 4260, - "properties": { - "east": "none", - "north": "none", - "power": "8", - "south": "none", - "west": "up" - } - }, - { - "id": 4261, - "properties": { - "east": "none", - "north": "none", - "power": "8", - "south": "none", - "west": "side" - } - }, - { - "id": 4262, - "properties": { - "east": "none", - "north": "none", - "power": "8", - "south": "none", - "west": "none" - } - }, - { - "id": 4263, - "properties": { - "east": "none", - "north": "none", - "power": "9", - "south": "up", - "west": "up" - } - }, - { - "id": 4264, - "properties": { - "east": "none", - "north": "none", - "power": "9", - "south": "up", - "west": "side" - } - }, - { - "id": 4265, - "properties": { - "east": "none", - "north": "none", - "power": "9", - "south": "up", - "west": "none" - } - }, - { - "id": 4266, - "properties": { - "east": "none", - "north": "none", - "power": "9", - "south": "side", - "west": "up" - } - }, - { - "id": 4267, - "properties": { - "east": "none", - "north": "none", - "power": "9", - "south": "side", - "west": "side" - } - }, - { - "id": 4268, - "properties": { - "east": "none", - "north": "none", - "power": "9", - "south": "side", - "west": "none" - } - }, - { - "id": 4269, - "properties": { - "east": "none", - "north": "none", - "power": "9", - "south": "none", - "west": "up" - } - }, - { - "id": 4270, - "properties": { - "east": "none", - "north": "none", - "power": "9", - "south": "none", - "west": "side" - } - }, - { - "id": 4271, - "properties": { - "east": "none", - "north": "none", - "power": "9", - "south": "none", - "west": "none" - } - }, - { - "id": 4272, - "properties": { - "east": "none", - "north": "none", - "power": "10", - "south": "up", - "west": "up" - } - }, - { - "id": 4273, - "properties": { - "east": "none", - "north": "none", - "power": "10", - "south": "up", - "west": "side" - } - }, - { - "id": 4274, - "properties": { - "east": "none", - "north": "none", - "power": "10", - "south": "up", - "west": "none" - } - }, - { - "id": 4275, - "properties": { - "east": "none", - "north": "none", - "power": "10", - "south": "side", - "west": "up" - } - }, - { - "id": 4276, - "properties": { - "east": "none", - "north": "none", - "power": "10", - "south": "side", - "west": "side" - } - }, - { - "id": 4277, - "properties": { - "east": "none", - "north": "none", - "power": "10", - "south": "side", - "west": "none" - } - }, - { - "id": 4278, - "properties": { - "east": "none", - "north": "none", - "power": "10", - "south": "none", - "west": "up" - } - }, - { - "id": 4279, - "properties": { - "east": "none", - "north": "none", - "power": "10", - "south": "none", - "west": "side" - } - }, - { - "id": 4280, - "properties": { - "east": "none", - "north": "none", - "power": "10", - "south": "none", - "west": "none" - } - }, - { - "id": 4281, - "properties": { - "east": "none", - "north": "none", - "power": "11", - "south": "up", - "west": "up" - } - }, - { - "id": 4282, - "properties": { - "east": "none", - "north": "none", - "power": "11", - "south": "up", - "west": "side" - } - }, - { - "id": 4283, - "properties": { - "east": "none", - "north": "none", - "power": "11", - "south": "up", - "west": "none" - } - }, - { - "id": 4284, - "properties": { - "east": "none", - "north": "none", - "power": "11", - "south": "side", - "west": "up" - } - }, - { - "id": 4285, - "properties": { - "east": "none", - "north": "none", - "power": "11", - "south": "side", - "west": "side" - } - }, - { - "id": 4286, - "properties": { - "east": "none", - "north": "none", - "power": "11", - "south": "side", - "west": "none" - } - }, - { - "id": 4287, - "properties": { - "east": "none", - "north": "none", - "power": "11", - "south": "none", - "west": "up" - } - }, - { - "id": 4288, - "properties": { - "east": "none", - "north": "none", - "power": "11", - "south": "none", - "west": "side" - } - }, - { - "id": 4289, - "properties": { - "east": "none", - "north": "none", - "power": "11", - "south": "none", - "west": "none" - } - }, - { - "id": 4290, - "properties": { - "east": "none", - "north": "none", - "power": "12", - "south": "up", - "west": "up" - } - }, - { - "id": 4291, - "properties": { - "east": "none", - "north": "none", - "power": "12", - "south": "up", - "west": "side" - } - }, - { - "id": 4292, - "properties": { - "east": "none", - "north": "none", - "power": "12", - "south": "up", - "west": "none" - } - }, - { - "id": 4293, - "properties": { - "east": "none", - "north": "none", - "power": "12", - "south": "side", - "west": "up" - } - }, - { - "id": 4294, - "properties": { - "east": "none", - "north": "none", - "power": "12", - "south": "side", - "west": "side" - } - }, - { - "id": 4295, - "properties": { - "east": "none", - "north": "none", - "power": "12", - "south": "side", - "west": "none" - } - }, - { - "id": 4296, - "properties": { - "east": "none", - "north": "none", - "power": "12", - "south": "none", - "west": "up" - } - }, - { - "id": 4297, - "properties": { - "east": "none", - "north": "none", - "power": "12", - "south": "none", - "west": "side" - } - }, - { - "id": 4298, - "properties": { - "east": "none", - "north": "none", - "power": "12", - "south": "none", - "west": "none" - } - }, - { - "id": 4299, - "properties": { - "east": "none", - "north": "none", - "power": "13", - "south": "up", - "west": "up" - } - }, - { - "id": 4300, - "properties": { - "east": "none", - "north": "none", - "power": "13", - "south": "up", - "west": "side" - } - }, - { - "id": 4301, - "properties": { - "east": "none", - "north": "none", - "power": "13", - "south": "up", - "west": "none" - } - }, - { - "id": 4302, - "properties": { - "east": "none", - "north": "none", - "power": "13", - "south": "side", - "west": "up" - } - }, - { - "id": 4303, - "properties": { - "east": "none", - "north": "none", - "power": "13", - "south": "side", - "west": "side" - } - }, - { - "id": 4304, - "properties": { - "east": "none", - "north": "none", - "power": "13", - "south": "side", - "west": "none" - } - }, - { - "id": 4305, - "properties": { - "east": "none", - "north": "none", - "power": "13", - "south": "none", - "west": "up" - } - }, - { - "id": 4306, - "properties": { - "east": "none", - "north": "none", - "power": "13", - "south": "none", - "west": "side" - } - }, - { - "id": 4307, - "properties": { - "east": "none", - "north": "none", - "power": "13", - "south": "none", - "west": "none" - } - }, - { - "id": 4308, - "properties": { - "east": "none", - "north": "none", - "power": "14", - "south": "up", - "west": "up" - } - }, - { - "id": 4309, - "properties": { - "east": "none", - "north": "none", - "power": "14", - "south": "up", - "west": "side" - } - }, - { - "id": 4310, - "properties": { - "east": "none", - "north": "none", - "power": "14", - "south": "up", - "west": "none" - } - }, - { - "id": 4311, - "properties": { - "east": "none", - "north": "none", - "power": "14", - "south": "side", - "west": "up" - } - }, - { - "id": 4312, - "properties": { - "east": "none", - "north": "none", - "power": "14", - "south": "side", - "west": "side" - } - }, - { - "id": 4313, - "properties": { - "east": "none", - "north": "none", - "power": "14", - "south": "side", - "west": "none" - } - }, - { - "id": 4314, - "properties": { - "east": "none", - "north": "none", - "power": "14", - "south": "none", - "west": "up" - } - }, - { - "id": 4315, - "properties": { - "east": "none", - "north": "none", - "power": "14", - "south": "none", - "west": "side" - } - }, - { - "id": 4316, - "properties": { - "east": "none", - "north": "none", - "power": "14", - "south": "none", - "west": "none" - } - }, - { - "id": 4317, - "properties": { - "east": "none", - "north": "none", - "power": "15", - "south": "up", - "west": "up" - } - }, - { - "id": 4318, - "properties": { - "east": "none", - "north": "none", - "power": "15", - "south": "up", - "west": "side" - } - }, - { - "id": 4319, - "properties": { - "east": "none", - "north": "none", - "power": "15", - "south": "up", - "west": "none" - } - }, - { - "id": 4320, - "properties": { - "east": "none", - "north": "none", - "power": "15", - "south": "side", - "west": "up" - } - }, - { - "id": 4321, - "properties": { - "east": "none", - "north": "none", - "power": "15", - "south": "side", - "west": "side" - } - }, - { - "id": 4322, - "properties": { - "east": "none", - "north": "none", - "power": "15", - "south": "side", - "west": "none" - } - }, - { - "id": 4323, - "properties": { - "east": "none", - "north": "none", - "power": "15", - "south": "none", - "west": "up" - } - }, - { - "id": 4324, - "properties": { - "east": "none", - "north": "none", - "power": "15", - "south": "none", - "west": "side" - } - }, - { - "id": 4325, - "properties": { - "east": "none", - "north": "none", - "power": "15", - "south": "none", - "west": "none" - } - } - ] - }, - "minecraft:reinforced_deepslate": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 27042 - } - ] - }, - "minecraft:repeater": { - "definition": { - "type": "minecraft:repeater", - "properties": {} - }, - "properties": { - "delay": [ - "1", - "2", - "3", - "4" + "default_state_id": 13318, + "states": [ + { + "id": 13318, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13319, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 733, + "name": "minecraft:horn_coral_fan", + "translation_key": "block.minecraft.horn_coral_fan", + "item_id": 627, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 13320, + "states": [ + { + "id": 13320, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13321, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 734, + "name": "minecraft:dead_tube_coral_wall_fan", + "translation_key": "block.minecraft.dead_tube_coral_wall_fan", + "item_id": 628, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "locked": [ - "true", - "false" + "default_state_id": 13322, + "states": [ + { + "id": 13322, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13323, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13324, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13325, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13326, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13327, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13328, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13329, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 735, + "name": "minecraft:dead_brain_coral_wall_fan", + "translation_key": "block.minecraft.dead_brain_coral_wall_fan", + "item_id": 629, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 6047, - "properties": { - "delay": "1", - "facing": "north", - "locked": "true", - "powered": "true" - } - }, - { - "id": 6048, - "properties": { - "delay": "1", - "facing": "north", - "locked": "true", - "powered": "false" - } - }, - { - "id": 6049, - "properties": { - "delay": "1", - "facing": "north", - "locked": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 6050, - "properties": { - "delay": "1", - "facing": "north", - "locked": "false", - "powered": "false" - } - }, - { - "id": 6051, - "properties": { - "delay": "1", - "facing": "south", - "locked": "true", - "powered": "true" - } - }, - { - "id": 6052, - "properties": { - "delay": "1", - "facing": "south", - "locked": "true", - "powered": "false" - } - }, - { - "id": 6053, - "properties": { - "delay": "1", - "facing": "south", - "locked": "false", - "powered": "true" - } - }, - { - "id": 6054, - "properties": { - "delay": "1", - "facing": "south", - "locked": "false", - "powered": "false" - } - }, - { - "id": 6055, - "properties": { - "delay": "1", - "facing": "west", - "locked": "true", - "powered": "true" - } - }, - { - "id": 6056, - "properties": { - "delay": "1", - "facing": "west", - "locked": "true", - "powered": "false" - } - }, - { - "id": 6057, - "properties": { - "delay": "1", - "facing": "west", - "locked": "false", - "powered": "true" - } - }, - { - "id": 6058, - "properties": { - "delay": "1", - "facing": "west", - "locked": "false", - "powered": "false" - } - }, - { - "id": 6059, - "properties": { - "delay": "1", - "facing": "east", - "locked": "true", - "powered": "true" - } - }, - { - "id": 6060, - "properties": { - "delay": "1", - "facing": "east", - "locked": "true", - "powered": "false" - } - }, - { - "id": 6061, - "properties": { - "delay": "1", - "facing": "east", - "locked": "false", - "powered": "true" - } - }, - { - "id": 6062, - "properties": { - "delay": "1", - "facing": "east", - "locked": "false", - "powered": "false" - } - }, - { - "id": 6063, - "properties": { - "delay": "2", - "facing": "north", - "locked": "true", - "powered": "true" - } - }, - { - "id": 6064, - "properties": { - "delay": "2", - "facing": "north", - "locked": "true", - "powered": "false" - } - }, - { - "id": 6065, - "properties": { - "delay": "2", - "facing": "north", - "locked": "false", - "powered": "true" - } - }, - { - "id": 6066, - "properties": { - "delay": "2", - "facing": "north", - "locked": "false", - "powered": "false" - } - }, - { - "id": 6067, - "properties": { - "delay": "2", - "facing": "south", - "locked": "true", - "powered": "true" - } - }, - { - "id": 6068, - "properties": { - "delay": "2", - "facing": "south", - "locked": "true", - "powered": "false" - } - }, - { - "id": 6069, - "properties": { - "delay": "2", - "facing": "south", - "locked": "false", - "powered": "true" - } - }, - { - "id": 6070, - "properties": { - "delay": "2", - "facing": "south", - "locked": "false", - "powered": "false" - } - }, - { - "id": 6071, - "properties": { - "delay": "2", - "facing": "west", - "locked": "true", - "powered": "true" - } - }, - { - "id": 6072, - "properties": { - "delay": "2", - "facing": "west", - "locked": "true", - "powered": "false" - } - }, - { - "id": 6073, - "properties": { - "delay": "2", - "facing": "west", - "locked": "false", - "powered": "true" - } - }, - { - "id": 6074, - "properties": { - "delay": "2", - "facing": "west", - "locked": "false", - "powered": "false" - } - }, - { - "id": 6075, - "properties": { - "delay": "2", - "facing": "east", - "locked": "true", - "powered": "true" - } - }, - { - "id": 6076, - "properties": { - "delay": "2", - "facing": "east", - "locked": "true", - "powered": "false" - } - }, - { - "id": 6077, - "properties": { - "delay": "2", - "facing": "east", - "locked": "false", - "powered": "true" - } - }, - { - "id": 6078, - "properties": { - "delay": "2", - "facing": "east", - "locked": "false", - "powered": "false" - } - }, - { - "id": 6079, - "properties": { - "delay": "3", - "facing": "north", - "locked": "true", - "powered": "true" - } - }, - { - "id": 6080, - "properties": { - "delay": "3", - "facing": "north", - "locked": "true", - "powered": "false" - } - }, - { - "id": 6081, - "properties": { - "delay": "3", - "facing": "north", - "locked": "false", - "powered": "true" - } - }, - { - "id": 6082, - "properties": { - "delay": "3", - "facing": "north", - "locked": "false", - "powered": "false" - } - }, - { - "id": 6083, - "properties": { - "delay": "3", - "facing": "south", - "locked": "true", - "powered": "true" - } - }, - { - "id": 6084, - "properties": { - "delay": "3", - "facing": "south", - "locked": "true", - "powered": "false" - } - }, - { - "id": 6085, - "properties": { - "delay": "3", - "facing": "south", - "locked": "false", - "powered": "true" - } - }, - { - "id": 6086, - "properties": { - "delay": "3", - "facing": "south", - "locked": "false", - "powered": "false" - } - }, - { - "id": 6087, - "properties": { - "delay": "3", - "facing": "west", - "locked": "true", - "powered": "true" - } - }, - { - "id": 6088, - "properties": { - "delay": "3", - "facing": "west", - "locked": "true", - "powered": "false" - } - }, - { - "id": 6089, - "properties": { - "delay": "3", - "facing": "west", - "locked": "false", - "powered": "true" - } - }, - { - "id": 6090, - "properties": { - "delay": "3", - "facing": "west", - "locked": "false", - "powered": "false" - } - }, - { - "id": 6091, - "properties": { - "delay": "3", - "facing": "east", - "locked": "true", - "powered": "true" - } - }, - { - "id": 6092, - "properties": { - "delay": "3", - "facing": "east", - "locked": "true", - "powered": "false" - } - }, - { - "id": 6093, - "properties": { - "delay": "3", - "facing": "east", - "locked": "false", - "powered": "true" - } - }, - { - "id": 6094, - "properties": { - "delay": "3", - "facing": "east", - "locked": "false", - "powered": "false" - } - }, - { - "id": 6095, - "properties": { - "delay": "4", - "facing": "north", - "locked": "true", - "powered": "true" - } - }, - { - "id": 6096, - "properties": { - "delay": "4", - "facing": "north", - "locked": "true", - "powered": "false" - } - }, - { - "id": 6097, - "properties": { - "delay": "4", - "facing": "north", - "locked": "false", - "powered": "true" - } - }, - { - "id": 6098, - "properties": { - "delay": "4", - "facing": "north", - "locked": "false", - "powered": "false" - } - }, - { - "id": 6099, - "properties": { - "delay": "4", - "facing": "south", - "locked": "true", - "powered": "true" - } - }, - { - "id": 6100, - "properties": { - "delay": "4", - "facing": "south", - "locked": "true", - "powered": "false" - } - }, - { - "id": 6101, - "properties": { - "delay": "4", - "facing": "south", - "locked": "false", - "powered": "true" - } - }, - { - "id": 6102, - "properties": { - "delay": "4", - "facing": "south", - "locked": "false", - "powered": "false" - } - }, - { - "id": 6103, - "properties": { - "delay": "4", - "facing": "west", - "locked": "true", - "powered": "true" - } - }, - { - "id": 6104, - "properties": { - "delay": "4", - "facing": "west", - "locked": "true", - "powered": "false" - } - }, - { - "id": 6105, - "properties": { - "delay": "4", - "facing": "west", - "locked": "false", - "powered": "true" - } - }, - { - "id": 6106, - "properties": { - "delay": "4", - "facing": "west", - "locked": "false", - "powered": "false" - } - }, - { - "id": 6107, - "properties": { - "delay": "4", - "facing": "east", - "locked": "true", - "powered": "true" - } - }, - { - "id": 6108, - "properties": { - "delay": "4", - "facing": "east", - "locked": "true", - "powered": "false" - } - }, - { - "id": 6109, - "properties": { - "delay": "4", - "facing": "east", - "locked": "false", - "powered": "true" - } - }, - { - "id": 6110, - "properties": { - "delay": "4", - "facing": "east", - "locked": "false", - "powered": "false" - } - } - ] - }, - "minecraft:repeating_command_block": { - "definition": { - "type": "minecraft:command", - "automatic": false, - "properties": {} - }, - "properties": { - "conditional": [ - "true", - "false" + "default_state_id": 13330, + "states": [ + { + "id": 13330, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13331, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13332, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13333, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13334, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13335, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13336, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13337, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 736, + "name": "minecraft:dead_bubble_coral_wall_fan", + "translation_key": "block.minecraft.dead_bubble_coral_wall_fan", + "item_id": 630, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 12984, - "properties": { - "conditional": "true", - "facing": "north" - } - }, - { - "id": 12985, - "properties": { - "conditional": "true", - "facing": "east" - } - }, - { - "id": 12986, - "properties": { - "conditional": "true", - "facing": "south" - } - }, - { - "id": 12987, - "properties": { - "conditional": "true", - "facing": "west" - } - }, - { - "id": 12988, - "properties": { - "conditional": "true", - "facing": "up" - } - }, - { - "id": 12989, - "properties": { - "conditional": "true", - "facing": "down" - } - }, - { - "default": true, - "id": 12990, - "properties": { - "conditional": "false", - "facing": "north" - } - }, - { - "id": 12991, - "properties": { - "conditional": "false", - "facing": "east" - } - }, - { - "id": 12992, - "properties": { - "conditional": "false", - "facing": "south" - } - }, - { - "id": 12993, - "properties": { - "conditional": "false", - "facing": "west" - } - }, - { - "id": 12994, - "properties": { - "conditional": "false", - "facing": "up" - } - }, - { - "id": 12995, - "properties": { - "conditional": "false", - "facing": "down" - } - } - ] - }, - "minecraft:respawn_anchor": { - "definition": { - "type": "minecraft:respawn_anchor", - "properties": {} - }, - "properties": { - "charges": [ - "0", - "1", - "2", - "3", - "4" - ] - }, - "states": [ - { - "default": true, - "id": 19919, - "properties": { - "charges": "0" - } - }, - { - "id": 19920, - "properties": { - "charges": "1" - } - }, - { - "id": 19921, - "properties": { - "charges": "2" - } - }, - { - "id": 19922, - "properties": { - "charges": "3" - } - }, - { - "id": 19923, - "properties": { - "charges": "4" - } - } - ] - }, - "minecraft:rooted_dirt": { - "definition": { - "type": "minecraft:rooted_dirt", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 25371 - } - ] - }, - "minecraft:rose_bush": { - "definition": { - "type": "minecraft:tall_flower", - "properties": {} - }, - "properties": { - "half": [ - "upper", - "lower" - ] - }, - "states": [ - { - "id": 11086, - "properties": { - "half": "upper" - } - }, - { - "default": true, - "id": 11087, - "properties": { - "half": "lower" - } - } - ] - }, - "minecraft:sand": { - "definition": { - "type": "minecraft:colored_falling", - "falling_dust_color": "#00DBD3A0", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 118 - } - ] - }, - "minecraft:sandstone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 578 - } - ] - }, - "minecraft:sandstone_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 13338, + "states": [ + { + "id": 13338, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13339, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13340, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13341, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13342, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13343, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13344, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13345, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 737, + "name": "minecraft:dead_fire_coral_wall_fan", + "translation_key": "block.minecraft.dead_fire_coral_wall_fan", + "item_id": 631, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11575, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11576, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11577, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11578, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11579, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11580, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:sandstone_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:sandstone" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 13346, + "states": [ + { + "id": 13346, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13347, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13348, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13349, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13350, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13351, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13352, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13353, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 738, + "name": "minecraft:dead_horn_coral_wall_fan", + "translation_key": "block.minecraft.dead_horn_coral_wall_fan", + "item_id": 632, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 13354, + "states": [ + { + "id": 13354, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13355, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13356, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13357, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13358, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13359, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13360, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13361, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 739, + "name": "minecraft:tube_coral_wall_fan", + "translation_key": "block.minecraft.tube_coral_wall_fan", + "item_id": 623, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 13362, + "states": [ + { + "id": 13362, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13363, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13364, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13365, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13366, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13367, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13368, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13369, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 740, + "name": "minecraft:brain_coral_wall_fan", + "translation_key": "block.minecraft.brain_coral_wall_fan", + "item_id": 624, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7661, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7662, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7663, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7664, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7665, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7666, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7667, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7668, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7669, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7670, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7671, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 7672, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7673, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7674, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7675, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7676, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7677, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7678, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7679, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7680, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7681, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7682, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7683, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7684, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7685, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7686, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7687, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7688, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7689, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7690, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7691, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7692, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7693, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7694, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7695, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7696, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7697, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7698, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7699, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7700, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7701, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7702, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7703, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7704, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7705, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7706, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7707, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7708, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7709, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7710, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7711, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7712, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7713, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7714, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7715, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7716, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7717, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7718, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7719, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7720, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7721, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7722, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7723, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7724, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7725, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7726, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7727, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7728, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7729, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7730, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7731, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7732, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7733, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7734, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7735, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7736, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7737, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7738, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7739, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7740, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:sandstone_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" + "default_state_id": 13370, + "states": [ + { + "id": 13370, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13371, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13372, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13373, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13374, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13375, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13376, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13377, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 741, + "name": "minecraft:bubble_coral_wall_fan", + "translation_key": "block.minecraft.bubble_coral_wall_fan", + "item_id": 625, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "none", - "low", - "tall" + "default_state_id": 13378, + "states": [ + { + "id": 13378, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13379, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13380, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13381, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13382, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13383, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13384, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13385, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 742, + "name": "minecraft:fire_coral_wall_fan", + "translation_key": "block.minecraft.fire_coral_wall_fan", + "item_id": 626, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "none", - "low", - "tall" + "default_state_id": 13386, + "states": [ + { + "id": 13386, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13387, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13388, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13389, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13390, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13391, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13392, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13393, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 743, + "name": "minecraft:horn_coral_wall_fan", + "translation_key": "block.minecraft.horn_coral_wall_fan", + "item_id": 627, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 13394, + "states": [ + { + "id": 13394, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13395, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13396, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13397, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13398, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13399, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13400, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 13401, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 744, + "name": "minecraft:sea_pickle", + "translation_key": "block.minecraft.sea_pickle", + "item_id": 208, + "properties": [ + { + "name": "pickles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 13402, + "states": [ + { + "id": 13402, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 225 + ] + }, + { + "id": 13403, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 225 + ] + }, + { + "id": 13404, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 226 + ] + }, + { + "id": 13405, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 226 + ] + }, + { + "id": 13406, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 227 + ] + }, + { + "id": 13407, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 227 + ] + }, + { + "id": 13408, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 228 + ] + }, + { + "id": 13409, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 228 + ] + } + ] + }, + { + "id": 745, + "name": "minecraft:blue_ice", + "translation_key": "block.minecraft.blue_ice", + "item_id": 633, + "properties": [], + "default_state_id": 13410, + "states": [ + { + "id": 13410, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 746, + "name": "minecraft:conduit", + "translation_key": "block.minecraft.conduit", + "item_id": 634, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 17869, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17870, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17871, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 17872, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17873, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17874, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17875, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17876, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17877, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17878, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17879, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17880, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17881, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17882, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17883, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17884, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17885, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17886, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17887, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17888, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17889, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17890, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17891, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17892, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17893, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17894, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17895, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17896, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17897, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17898, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17899, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17900, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17901, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17902, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17903, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17904, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17905, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17906, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17907, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17908, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17909, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17910, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17911, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17912, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17913, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17914, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17915, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17916, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17917, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17918, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17919, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17920, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17921, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17922, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17923, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17924, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17925, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17926, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17927, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17928, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17929, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17930, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17931, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17932, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17933, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17934, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17935, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17936, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17937, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17938, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17939, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17940, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17941, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17942, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17943, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17944, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17945, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17946, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17947, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17948, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17949, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17950, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17951, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17952, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17953, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17954, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17955, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17956, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17957, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17958, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17959, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17960, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17961, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17962, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17963, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17964, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17965, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17966, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17967, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17968, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17969, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17970, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17971, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17972, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17973, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17974, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17975, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17976, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17977, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17978, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17979, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17980, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17981, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17982, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17983, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17984, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17985, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17986, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17987, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17988, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17989, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17990, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17991, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17992, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17993, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 17994, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 17995, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 17996, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 17997, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 17998, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 17999, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18000, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18001, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18002, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18003, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18004, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18005, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18006, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18007, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18008, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18009, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18010, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18011, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18012, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18013, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18014, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18015, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18016, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18017, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18018, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18019, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18020, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18021, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18022, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18023, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18024, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18025, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18026, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18027, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18028, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18029, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18030, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18031, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18032, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18033, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18034, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18035, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18036, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18037, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18038, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18039, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18040, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18041, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18042, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18043, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18044, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18045, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18046, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18047, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18048, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18049, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18050, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18051, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18052, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18053, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18054, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18055, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18056, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18057, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18058, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18059, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18060, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18061, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18062, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18063, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18064, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18065, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18066, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18067, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18068, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18069, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18070, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18071, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18072, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18073, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18074, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18075, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18076, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18077, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18078, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18079, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18080, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18081, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18082, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18083, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18084, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18085, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18086, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18087, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18088, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18089, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18090, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18091, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18092, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18093, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18094, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18095, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18096, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18097, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18098, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18099, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18100, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18101, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18102, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18103, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18104, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18105, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18106, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18107, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18108, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18109, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18110, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18111, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18112, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18113, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18114, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18115, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18116, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18117, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18118, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18119, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18120, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18121, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18122, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18123, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18124, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18125, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18126, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18127, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18128, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18129, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18130, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18131, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18132, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18133, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18134, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18135, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18136, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18137, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18138, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18139, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18140, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18141, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18142, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18143, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18144, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18145, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18146, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18147, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18148, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18149, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18150, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18151, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18152, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18153, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18154, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18155, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18156, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18157, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18158, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18159, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18160, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18161, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18162, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18163, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18164, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18165, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18166, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18167, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18168, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18169, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18170, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18171, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18172, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18173, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18174, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18175, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18176, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18177, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18178, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18179, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18180, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18181, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18182, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18183, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18184, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18185, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18186, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 18187, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 18188, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 18189, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 18190, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 18191, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 18192, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:scaffolding": { - "definition": { - "type": "minecraft:scaffolding", - "properties": {} - }, - "properties": { - "bottom": [ - "true", - "false" + "default_state_id": 13411, + "states": [ + { + "id": 13411, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 229 + ], + "block_entity_type": 26 + }, + { + "id": 13412, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 229 + ], + "block_entity_type": 26 + } + ] + }, + { + "id": 747, + "name": "minecraft:bamboo_sapling", + "translation_key": "block.minecraft.bamboo_sapling", + "item_id": 0, + "properties": [], + "default_state_id": 13413, + "states": [ + { + "id": 13413, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 748, + "name": "minecraft:bamboo", + "translation_key": "block.minecraft.bamboo", + "item_id": 261, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1" + ] + }, + { + "name": "leaves", + "values": [ + "none", + "small", + "large" + ] + }, + { + "name": "stage", + "values": [ + "0", + "1" + ] + } ], - "distance": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7" + "default_state_id": 13414, + "states": [ + { + "id": 13414, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 230 + ] + }, + { + "id": 13415, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 230 + ] + }, + { + "id": 13416, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 230 + ] + }, + { + "id": 13417, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 230 + ] + }, + { + "id": 13418, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 230 + ] + }, + { + "id": 13419, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 230 + ] + }, + { + "id": 13420, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 230 + ] + }, + { + "id": 13421, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 230 + ] + }, + { + "id": 13422, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 230 + ] + }, + { + "id": 13423, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 230 + ] + }, + { + "id": 13424, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 230 + ] + }, + { + "id": 13425, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 230 + ] + } + ] + }, + { + "id": 749, + "name": "minecraft:potted_bamboo", + "translation_key": "block.minecraft.potted_bamboo", + "item_id": 0, + "properties": [], + "default_state_id": 13426, + "states": [ + { + "id": 13426, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 750, + "name": "minecraft:void_air", + "translation_key": "block.minecraft.void_air", + "item_id": 0, + "properties": [], + "default_state_id": 13427, + "states": [ + { + "id": 13427, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 751, + "name": "minecraft:cave_air", + "translation_key": "block.minecraft.cave_air", + "item_id": 0, + "properties": [], + "default_state_id": 13428, + "states": [ + { + "id": 13428, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 752, + "name": "minecraft:bubble_column", + "translation_key": "block.minecraft.bubble_column", + "item_id": 0, + "properties": [ + { + "name": "drag", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 18841, - "properties": { - "bottom": "true", - "distance": "0", - "waterlogged": "true" - } - }, - { - "id": 18842, - "properties": { - "bottom": "true", - "distance": "0", - "waterlogged": "false" - } - }, - { - "id": 18843, - "properties": { - "bottom": "true", - "distance": "1", - "waterlogged": "true" - } - }, - { - "id": 18844, - "properties": { - "bottom": "true", - "distance": "1", - "waterlogged": "false" - } - }, - { - "id": 18845, - "properties": { - "bottom": "true", - "distance": "2", - "waterlogged": "true" - } - }, - { - "id": 18846, - "properties": { - "bottom": "true", - "distance": "2", - "waterlogged": "false" - } - }, - { - "id": 18847, - "properties": { - "bottom": "true", - "distance": "3", - "waterlogged": "true" - } - }, - { - "id": 18848, - "properties": { - "bottom": "true", - "distance": "3", - "waterlogged": "false" - } - }, - { - "id": 18849, - "properties": { - "bottom": "true", - "distance": "4", - "waterlogged": "true" - } - }, - { - "id": 18850, - "properties": { - "bottom": "true", - "distance": "4", - "waterlogged": "false" - } - }, - { - "id": 18851, - "properties": { - "bottom": "true", - "distance": "5", - "waterlogged": "true" - } - }, - { - "id": 18852, - "properties": { - "bottom": "true", - "distance": "5", - "waterlogged": "false" - } - }, - { - "id": 18853, - "properties": { - "bottom": "true", - "distance": "6", - "waterlogged": "true" - } - }, - { - "id": 18854, - "properties": { - "bottom": "true", - "distance": "6", - "waterlogged": "false" - } - }, - { - "id": 18855, - "properties": { - "bottom": "true", - "distance": "7", - "waterlogged": "true" - } - }, - { - "id": 18856, - "properties": { - "bottom": "true", - "distance": "7", - "waterlogged": "false" - } - }, - { - "id": 18857, - "properties": { - "bottom": "false", - "distance": "0", - "waterlogged": "true" - } - }, - { - "id": 18858, - "properties": { - "bottom": "false", - "distance": "0", - "waterlogged": "false" - } - }, - { - "id": 18859, - "properties": { - "bottom": "false", - "distance": "1", - "waterlogged": "true" - } - }, - { - "id": 18860, - "properties": { - "bottom": "false", - "distance": "1", - "waterlogged": "false" - } - }, - { - "id": 18861, - "properties": { - "bottom": "false", - "distance": "2", - "waterlogged": "true" - } - }, - { - "id": 18862, - "properties": { - "bottom": "false", - "distance": "2", - "waterlogged": "false" - } - }, - { - "id": 18863, - "properties": { - "bottom": "false", - "distance": "3", - "waterlogged": "true" - } - }, - { - "id": 18864, - "properties": { - "bottom": "false", - "distance": "3", - "waterlogged": "false" - } - }, - { - "id": 18865, - "properties": { - "bottom": "false", - "distance": "4", - "waterlogged": "true" - } - }, - { - "id": 18866, - "properties": { - "bottom": "false", - "distance": "4", - "waterlogged": "false" - } - }, - { - "id": 18867, - "properties": { - "bottom": "false", - "distance": "5", - "waterlogged": "true" - } - }, - { - "id": 18868, - "properties": { - "bottom": "false", - "distance": "5", - "waterlogged": "false" - } - }, - { - "id": 18869, - "properties": { - "bottom": "false", - "distance": "6", - "waterlogged": "true" - } - }, - { - "id": 18870, - "properties": { - "bottom": "false", - "distance": "6", - "waterlogged": "false" - } - }, - { - "id": 18871, - "properties": { - "bottom": "false", - "distance": "7", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 18872, - "properties": { - "bottom": "false", - "distance": "7", - "waterlogged": "false" - } - } - ] - }, - "minecraft:sculk": { - "definition": { - "type": "minecraft:sculk", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 23268 - } - ] - }, - "minecraft:sculk_catalyst": { - "definition": { - "type": "minecraft:sculk_catalyst", - "properties": {} - }, - "properties": { - "bloom": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 23397, - "properties": { - "bloom": "true" - } - }, - { - "default": true, - "id": 23398, - "properties": { - "bloom": "false" - } - } - ] - }, - "minecraft:sculk_sensor": { - "definition": { - "type": "minecraft:sculk_sensor", - "properties": {} - }, - "properties": { - "power": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "default_state_id": 13429, + "states": [ + { + "id": 13429, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 13430, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 753, + "name": "minecraft:polished_granite_stairs", + "translation_key": "block.minecraft.polished_granite_stairs", + "item_id": 635, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "sculk_sensor_phase": [ - "inactive", - "active", - "cooldown" + "default_state_id": 13442, + "states": [ + { + "id": 13431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 754, + "name": "minecraft:smooth_red_sandstone_stairs", + "translation_key": "block.minecraft.smooth_red_sandstone_stairs", + "item_id": 636, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 22788, - "properties": { - "power": "0", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 22789, - "properties": { - "power": "0", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22790, - "properties": { - "power": "0", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22791, - "properties": { - "power": "0", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22792, - "properties": { - "power": "0", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22793, - "properties": { - "power": "0", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22794, - "properties": { - "power": "1", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22795, - "properties": { - "power": "1", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22796, - "properties": { - "power": "1", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22797, - "properties": { - "power": "1", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22798, - "properties": { - "power": "1", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22799, - "properties": { - "power": "1", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22800, - "properties": { - "power": "2", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22801, - "properties": { - "power": "2", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22802, - "properties": { - "power": "2", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22803, - "properties": { - "power": "2", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22804, - "properties": { - "power": "2", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22805, - "properties": { - "power": "2", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22806, - "properties": { - "power": "3", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22807, - "properties": { - "power": "3", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22808, - "properties": { - "power": "3", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22809, - "properties": { - "power": "3", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22810, - "properties": { - "power": "3", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22811, - "properties": { - "power": "3", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22812, - "properties": { - "power": "4", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22813, - "properties": { - "power": "4", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22814, - "properties": { - "power": "4", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22815, - "properties": { - "power": "4", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22816, - "properties": { - "power": "4", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22817, - "properties": { - "power": "4", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22818, - "properties": { - "power": "5", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22819, - "properties": { - "power": "5", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22820, - "properties": { - "power": "5", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22821, - "properties": { - "power": "5", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22822, - "properties": { - "power": "5", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22823, - "properties": { - "power": "5", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22824, - "properties": { - "power": "6", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22825, - "properties": { - "power": "6", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22826, - "properties": { - "power": "6", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22827, - "properties": { - "power": "6", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22828, - "properties": { - "power": "6", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22829, - "properties": { - "power": "6", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22830, - "properties": { - "power": "7", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22831, - "properties": { - "power": "7", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22832, - "properties": { - "power": "7", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22833, - "properties": { - "power": "7", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22834, - "properties": { - "power": "7", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22835, - "properties": { - "power": "7", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22836, - "properties": { - "power": "8", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22837, - "properties": { - "power": "8", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22838, - "properties": { - "power": "8", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22839, - "properties": { - "power": "8", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22840, - "properties": { - "power": "8", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22841, - "properties": { - "power": "8", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22842, - "properties": { - "power": "9", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22843, - "properties": { - "power": "9", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22844, - "properties": { - "power": "9", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22845, - "properties": { - "power": "9", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22846, - "properties": { - "power": "9", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22847, - "properties": { - "power": "9", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22848, - "properties": { - "power": "10", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22849, - "properties": { - "power": "10", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22850, - "properties": { - "power": "10", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22851, - "properties": { - "power": "10", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22852, - "properties": { - "power": "10", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22853, - "properties": { - "power": "10", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22854, - "properties": { - "power": "11", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22855, - "properties": { - "power": "11", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22856, - "properties": { - "power": "11", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22857, - "properties": { - "power": "11", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22858, - "properties": { - "power": "11", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22859, - "properties": { - "power": "11", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22860, - "properties": { - "power": "12", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22861, - "properties": { - "power": "12", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22862, - "properties": { - "power": "12", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22863, - "properties": { - "power": "12", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22864, - "properties": { - "power": "12", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22865, - "properties": { - "power": "12", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22866, - "properties": { - "power": "13", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22867, - "properties": { - "power": "13", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22868, - "properties": { - "power": "13", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22869, - "properties": { - "power": "13", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22870, - "properties": { - "power": "13", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22871, - "properties": { - "power": "13", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22872, - "properties": { - "power": "14", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22873, - "properties": { - "power": "14", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22874, - "properties": { - "power": "14", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22875, - "properties": { - "power": "14", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22876, - "properties": { - "power": "14", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22877, - "properties": { - "power": "14", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - }, - { - "id": 22878, - "properties": { - "power": "15", - "sculk_sensor_phase": "inactive", - "waterlogged": "true" - } - }, - { - "id": 22879, - "properties": { - "power": "15", - "sculk_sensor_phase": "inactive", - "waterlogged": "false" - } - }, - { - "id": 22880, - "properties": { - "power": "15", - "sculk_sensor_phase": "active", - "waterlogged": "true" - } - }, - { - "id": 22881, - "properties": { - "power": "15", - "sculk_sensor_phase": "active", - "waterlogged": "false" - } - }, - { - "id": 22882, - "properties": { - "power": "15", - "sculk_sensor_phase": "cooldown", - "waterlogged": "true" - } - }, - { - "id": 22883, - "properties": { - "power": "15", - "sculk_sensor_phase": "cooldown", - "waterlogged": "false" - } - } - ] - }, - "minecraft:sculk_shrieker": { - "definition": { - "type": "minecraft:sculk_shrieker", - "properties": {} - }, - "properties": { - "can_summon": [ - "true", - "false" + "default_state_id": 13522, + "states": [ + { + "id": 13511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 755, + "name": "minecraft:mossy_stone_brick_stairs", + "translation_key": "block.minecraft.mossy_stone_brick_stairs", + "item_id": 637, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "shrieking": [ - "true", - "false" + "default_state_id": 13602, + "states": [ + { + "id": 13591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 756, + "name": "minecraft:polished_diorite_stairs", + "translation_key": "block.minecraft.polished_diorite_stairs", + "item_id": 638, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 23399, - "properties": { - "can_summon": "true", - "shrieking": "true", - "waterlogged": "true" - } - }, - { - "id": 23400, - "properties": { - "can_summon": "true", - "shrieking": "true", - "waterlogged": "false" - } - }, - { - "id": 23401, - "properties": { - "can_summon": "true", - "shrieking": "false", - "waterlogged": "true" - } - }, - { - "id": 23402, - "properties": { - "can_summon": "true", - "shrieking": "false", - "waterlogged": "false" - } - }, - { - "id": 23403, - "properties": { - "can_summon": "false", - "shrieking": "true", - "waterlogged": "true" - } - }, - { - "id": 23404, - "properties": { - "can_summon": "false", - "shrieking": "true", - "waterlogged": "false" - } - }, - { - "id": 23405, - "properties": { - "can_summon": "false", - "shrieking": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 23406, - "properties": { - "can_summon": "false", - "shrieking": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:sculk_vein": { - "definition": { - "type": "minecraft:sculk_vein", - "properties": {} - }, - "properties": { - "down": [ - "true", - "false" + "default_state_id": 13682, + "states": [ + { + "id": 13671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13743, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13744, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13745, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13746, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13747, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13748, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13749, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13750, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 757, + "name": "minecraft:mossy_cobblestone_stairs", + "translation_key": "block.minecraft.mossy_cobblestone_stairs", + "item_id": 639, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "east": [ - "true", - "false" + "default_state_id": 13762, + "states": [ + { + "id": 13751, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13752, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13753, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13754, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13755, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13756, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13757, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13758, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13759, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13760, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13761, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13762, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13763, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13764, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13765, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13766, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13786, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13788, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13789, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13790, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13791, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13792, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13793, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13794, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13796, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13797, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13798, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13799, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13800, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13801, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13802, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13822, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13823, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13824, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 758, + "name": "minecraft:end_stone_brick_stairs", + "translation_key": "block.minecraft.end_stone_brick_stairs", + "item_id": 640, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 13842, + "states": [ + { + "id": 13831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13841, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13842, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13843, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13844, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13845, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13846, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13847, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13848, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13849, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13850, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13851, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13852, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13853, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13854, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13855, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13856, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13857, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13858, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13859, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13860, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13861, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13862, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13863, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13864, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13865, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13866, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13867, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13868, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13869, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13870, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13871, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13872, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13873, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13874, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13875, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13876, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13877, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13878, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13889, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13891, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13893, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 759, + "name": "minecraft:stone_stairs", + "translation_key": "block.minecraft.stone_stairs", + "item_id": 641, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 13922, + "states": [ + { + "id": 13911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 13923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 13933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 13943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 13953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 13955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 13959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 13963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 13965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 13967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 13969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 13971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 13973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 13977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 13979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 13981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 13983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 13985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 13987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 13989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 13990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 760, + "name": "minecraft:smooth_sandstone_stairs", + "translation_key": "block.minecraft.smooth_sandstone_stairs", + "item_id": 642, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 14002, + "states": [ + { + "id": 13991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 13993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 13995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 13997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 13999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 14002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 14003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 14012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 14013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 14022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 14023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14030, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14031, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 14032, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 14033, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14034, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14036, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14037, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14038, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14039, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 14042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 14043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14047, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 14052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 14053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 14062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 14063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 761, + "name": "minecraft:smooth_quartz_stairs", + "translation_key": "block.minecraft.smooth_quartz_stairs", + "item_id": 643, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 14082, + "states": [ + { + "id": 14071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 14072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 14073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 14082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 14083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 14092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 14093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 14102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 14103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14107, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14108, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14109, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14110, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14111, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 14112, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 14113, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14114, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14115, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14116, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14117, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14118, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14119, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14120, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14121, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 14122, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 14123, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14124, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14125, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14126, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14127, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14128, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14129, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14130, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14131, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 14132, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 14133, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 14142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 14143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 762, + "name": "minecraft:granite_stairs", + "translation_key": "block.minecraft.granite_stairs", + "item_id": 644, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 23269, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23270, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23271, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23272, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23273, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23274, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23275, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23276, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23277, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23278, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23279, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23280, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23281, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23282, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23283, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23284, - "properties": { - "down": "true", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23285, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23286, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23287, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23288, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23289, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23290, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23291, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23292, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23293, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23294, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23295, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23296, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23297, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23298, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23299, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23300, - "properties": { - "down": "true", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23301, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23302, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23303, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23304, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23305, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23306, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23307, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23308, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23309, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23310, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23311, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23312, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23313, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23314, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23315, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23316, - "properties": { - "down": "true", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23317, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23318, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23319, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23320, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23321, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23322, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23323, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23324, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23325, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23326, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23327, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23328, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23329, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23330, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23331, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23332, - "properties": { - "down": "true", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23333, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23334, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23335, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23336, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23337, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23338, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23339, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23340, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23341, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23342, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23343, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23344, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23345, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23346, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23347, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23348, - "properties": { - "down": "false", - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23349, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23350, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23351, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23352, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23353, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23354, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23355, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23356, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23357, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23358, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23359, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23360, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23361, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23362, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23363, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23364, - "properties": { - "down": "false", - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23365, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23366, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23367, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23368, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23369, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23370, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23371, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23372, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23373, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23374, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23375, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23376, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23377, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23378, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23379, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23380, - "properties": { - "down": "false", - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23381, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23382, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23383, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23384, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23385, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23386, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23387, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23388, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23389, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23390, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23391, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 23392, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 23393, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 23394, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 23395, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 23396, - "properties": { - "down": "false", - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:sea_lantern": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11059 - } - ] - }, - "minecraft:sea_pickle": { - "definition": { - "type": "minecraft:sea_pickle", - "properties": {} - }, - "properties": { - "pickles": [ - "1", - "2", - "3", - "4" + "default_state_id": 14162, + "states": [ + { + "id": 14151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 14152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 14153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 14162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 14163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 14172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 14173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 14182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 14183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 14192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 14193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 14202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 14203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 14212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 14213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 14222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 14223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 763, + "name": "minecraft:andesite_stairs", + "translation_key": "block.minecraft.andesite_stairs", + "item_id": 645, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13402, - "properties": { - "pickles": "1", - "waterlogged": "true" - } - }, - { - "id": 13403, - "properties": { - "pickles": "1", - "waterlogged": "false" - } - }, - { - "id": 13404, - "properties": { - "pickles": "2", - "waterlogged": "true" - } - }, - { - "id": 13405, - "properties": { - "pickles": "2", - "waterlogged": "false" - } - }, - { - "id": 13406, - "properties": { - "pickles": "3", - "waterlogged": "true" - } - }, - { - "id": 13407, - "properties": { - "pickles": "3", - "waterlogged": "false" - } - }, - { - "id": 13408, - "properties": { - "pickles": "4", - "waterlogged": "true" - } - }, - { - "id": 13409, - "properties": { - "pickles": "4", - "waterlogged": "false" - } - } - ] - }, - "minecraft:seagrass": { - "definition": { - "type": "minecraft:seagrass", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2051 - } - ] - }, - "minecraft:short_grass": { - "definition": { - "type": "minecraft:tall_grass", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2048 - } - ] - }, - "minecraft:shroomlight": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19079 - } - ] - }, - "minecraft:shulker_box": { - "definition": { - "type": "minecraft:shulker_box", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 13031, - "properties": { - "facing": "north" - } - }, - { - "id": 13032, - "properties": { - "facing": "east" - } - }, - { - "id": 13033, - "properties": { - "facing": "south" - } - }, - { - "id": 13034, - "properties": { - "facing": "west" - } - }, - { - "default": true, - "id": 13035, - "properties": { - "facing": "up" - } - }, - { - "id": 13036, - "properties": { - "facing": "down" - } - } - ] - }, - "minecraft:skeleton_skull": { - "definition": { - "type": "minecraft:skull", - "kind": "skeleton", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" + "default_state_id": 14242, + "states": [ + { + "id": 14231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 14232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 14233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 14242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 14243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 14252, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 14253, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14254, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14255, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14257, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14258, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14259, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14260, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14261, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 14262, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 14263, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14264, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14265, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14266, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14267, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14268, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14269, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14270, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14271, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 14272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 14273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 14282, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 14283, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14284, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14285, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14286, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14287, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14288, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14289, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14290, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14291, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 14292, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 14293, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14294, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14296, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14297, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14298, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14300, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14301, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 14302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 14303, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14304, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14306, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14307, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14309, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14310, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 764, + "name": "minecraft:red_nether_brick_stairs", + "translation_key": "block.minecraft.red_nether_brick_stairs", + "item_id": 646, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "id": 9082, - "properties": { - "powered": "true", - "rotation": "0" - } - }, - { - "id": 9083, - "properties": { - "powered": "true", - "rotation": "1" - } - }, - { - "id": 9084, - "properties": { - "powered": "true", - "rotation": "2" - } - }, - { - "id": 9085, - "properties": { - "powered": "true", - "rotation": "3" - } - }, - { - "id": 9086, - "properties": { - "powered": "true", - "rotation": "4" - } - }, - { - "id": 9087, - "properties": { - "powered": "true", - "rotation": "5" - } - }, - { - "id": 9088, - "properties": { - "powered": "true", - "rotation": "6" - } - }, - { - "id": 9089, - "properties": { - "powered": "true", - "rotation": "7" - } - }, - { - "id": 9090, - "properties": { - "powered": "true", - "rotation": "8" - } - }, - { - "id": 9091, - "properties": { - "powered": "true", - "rotation": "9" - } - }, - { - "id": 9092, - "properties": { - "powered": "true", - "rotation": "10" - } - }, - { - "id": 9093, - "properties": { - "powered": "true", - "rotation": "11" - } - }, - { - "id": 9094, - "properties": { - "powered": "true", - "rotation": "12" - } - }, - { - "id": 9095, - "properties": { - "powered": "true", - "rotation": "13" - } - }, - { - "id": 9096, - "properties": { - "powered": "true", - "rotation": "14" - } - }, - { - "id": 9097, - "properties": { - "powered": "true", - "rotation": "15" - } - }, - { - "default": true, - "id": 9098, - "properties": { - "powered": "false", - "rotation": "0" - } - }, - { - "id": 9099, - "properties": { - "powered": "false", - "rotation": "1" - } - }, - { - "id": 9100, - "properties": { - "powered": "false", - "rotation": "2" - } - }, - { - "id": 9101, - "properties": { - "powered": "false", - "rotation": "3" - } - }, - { - "id": 9102, - "properties": { - "powered": "false", - "rotation": "4" - } - }, - { - "id": 9103, - "properties": { - "powered": "false", - "rotation": "5" - } - }, - { - "id": 9104, - "properties": { - "powered": "false", - "rotation": "6" - } - }, - { - "id": 9105, - "properties": { - "powered": "false", - "rotation": "7" - } - }, - { - "id": 9106, - "properties": { - "powered": "false", - "rotation": "8" - } - }, - { - "id": 9107, - "properties": { - "powered": "false", - "rotation": "9" - } - }, - { - "id": 9108, - "properties": { - "powered": "false", - "rotation": "10" - } - }, - { - "id": 9109, - "properties": { - "powered": "false", - "rotation": "11" - } - }, - { - "id": 9110, - "properties": { - "powered": "false", - "rotation": "12" - } - }, - { - "id": 9111, - "properties": { - "powered": "false", - "rotation": "13" - } - }, - { - "id": 9112, - "properties": { - "powered": "false", - "rotation": "14" - } - }, - { - "id": 9113, - "properties": { - "powered": "false", - "rotation": "15" - } - } - ] - }, - "minecraft:skeleton_wall_skull": { - "definition": { - "type": "minecraft:wall_skull", - "kind": "skeleton", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 14322, + "states": [ + { + "id": 14311, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 14312, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 14313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14314, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14315, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14316, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14317, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14318, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14319, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14320, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14321, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 14322, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 14323, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14324, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14325, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14326, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14327, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14329, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14330, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14331, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 14332, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 14333, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14334, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14335, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14336, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14337, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14338, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14339, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14340, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14341, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 14342, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 14343, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14344, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14345, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14346, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14347, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14348, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14349, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14350, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14351, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 14352, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 14353, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14354, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14355, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14356, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14357, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14358, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14359, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14360, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14361, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 14362, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 14363, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14364, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14365, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14366, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14367, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14368, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14369, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14370, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 14372, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 14373, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14374, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14375, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14376, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14377, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14378, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14379, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14380, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14381, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 14382, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 14383, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14384, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14385, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14386, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14387, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14388, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14389, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14390, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 765, + "name": "minecraft:polished_andesite_stairs", + "translation_key": "block.minecraft.polished_andesite_stairs", + "item_id": 647, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9114, - "properties": { - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 9115, - "properties": { - "facing": "north", - "powered": "false" - } - }, - { - "id": 9116, - "properties": { - "facing": "south", - "powered": "true" - } - }, - { - "id": 9117, - "properties": { - "facing": "south", - "powered": "false" - } - }, - { - "id": 9118, - "properties": { - "facing": "west", - "powered": "true" - } - }, - { - "id": 9119, - "properties": { - "facing": "west", - "powered": "false" - } - }, - { - "id": 9120, - "properties": { - "facing": "east", - "powered": "true" - } - }, - { - "id": 9121, - "properties": { - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:slime_block": { - "definition": { - "type": "minecraft:slime", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 10699 - } - ] - }, - "minecraft:small_amethyst_bud": { - "definition": { - "type": "minecraft:amethyst_cluster", - "aabb_offset": 4.0, - "height": 3.0, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" + "default_state_id": 14402, + "states": [ + { + "id": 14391, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 14392, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 14393, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14394, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14395, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14396, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14397, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14398, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14399, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14400, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14401, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 14402, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 14403, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14404, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14405, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14406, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14407, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14408, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14409, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14410, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14411, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 14412, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 14413, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14414, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14415, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14416, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14417, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14418, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14419, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14420, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14421, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 14422, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 14423, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14424, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14425, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14426, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14427, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14428, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14429, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 14432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 14433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 14442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 14443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 14452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 14453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 14462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 14463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 766, + "name": "minecraft:diorite_stairs", + "translation_key": "block.minecraft.diorite_stairs", + "item_id": 648, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21538, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 21539, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 21540, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 21541, - "properties": { - "facing": "east", - "waterlogged": "false" - } - }, - { - "id": 21542, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 21543, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 21544, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 21545, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 21546, - "properties": { - "facing": "up", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21547, - "properties": { - "facing": "up", - "waterlogged": "false" - } - }, - { - "id": 21548, - "properties": { - "facing": "down", - "waterlogged": "true" - } - }, - { - "id": 21549, - "properties": { - "facing": "down", - "waterlogged": "false" - } - } - ] - }, - "minecraft:small_dripleaf": { - "definition": { - "type": "minecraft:small_dripleaf", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 14482, + "states": [ + { + "id": 14471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 14472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 14473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 14482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 14483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 14492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 14493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 14502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 14503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 14512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 14513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 14515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 14517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 14519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 14521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 14522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 14523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 14525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 14527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 14529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 14531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 14532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 14533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 14535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 14537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 14539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 14541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 14542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 14543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 14545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 14547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 14549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 14550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 767, + "name": "minecraft:polished_granite_slab", + "translation_key": "block.minecraft.polished_granite_slab", + "item_id": 653, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "upper", - "lower" + "default_state_id": 14554, + "states": [ + { + "id": 14551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 768, + "name": "minecraft:smooth_red_sandstone_slab", + "translation_key": "block.minecraft.smooth_red_sandstone_slab", + "item_id": 654, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25353, - "properties": { - "facing": "north", - "half": "upper", - "waterlogged": "true" - } - }, - { - "id": 25354, - "properties": { - "facing": "north", - "half": "upper", - "waterlogged": "false" - } - }, - { - "id": 25355, - "properties": { - "facing": "north", - "half": "lower", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25356, - "properties": { - "facing": "north", - "half": "lower", - "waterlogged": "false" - } - }, - { - "id": 25357, - "properties": { - "facing": "south", - "half": "upper", - "waterlogged": "true" - } - }, - { - "id": 25358, - "properties": { - "facing": "south", - "half": "upper", - "waterlogged": "false" - } - }, - { - "id": 25359, - "properties": { - "facing": "south", - "half": "lower", - "waterlogged": "true" - } - }, - { - "id": 25360, - "properties": { - "facing": "south", - "half": "lower", - "waterlogged": "false" - } - }, - { - "id": 25361, - "properties": { - "facing": "west", - "half": "upper", - "waterlogged": "true" - } - }, - { - "id": 25362, - "properties": { - "facing": "west", - "half": "upper", - "waterlogged": "false" - } - }, - { - "id": 25363, - "properties": { - "facing": "west", - "half": "lower", - "waterlogged": "true" - } - }, - { - "id": 25364, - "properties": { - "facing": "west", - "half": "lower", - "waterlogged": "false" - } - }, - { - "id": 25365, - "properties": { - "facing": "east", - "half": "upper", - "waterlogged": "true" - } - }, - { - "id": 25366, - "properties": { - "facing": "east", - "half": "upper", - "waterlogged": "false" - } - }, - { - "id": 25367, - "properties": { - "facing": "east", - "half": "lower", - "waterlogged": "true" - } - }, - { - "id": 25368, - "properties": { - "facing": "east", - "half": "lower", - "waterlogged": "false" - } - } - ] - }, - "minecraft:smithing_table": { - "definition": { - "type": "minecraft:smithing_table", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 18935 - } - ] - }, - "minecraft:smoker": { - "definition": { - "type": "minecraft:smoker", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 14560, + "states": [ + { + "id": 14557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 769, + "name": "minecraft:mossy_stone_brick_slab", + "translation_key": "block.minecraft.mossy_stone_brick_slab", + "item_id": 655, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 18889, - "properties": { - "facing": "north", - "lit": "true" - } - }, - { - "default": true, - "id": 18890, - "properties": { - "facing": "north", - "lit": "false" - } - }, - { - "id": 18891, - "properties": { - "facing": "south", - "lit": "true" - } - }, - { - "id": 18892, - "properties": { - "facing": "south", - "lit": "false" - } - }, - { - "id": 18893, - "properties": { - "facing": "west", - "lit": "true" - } - }, - { - "id": 18894, - "properties": { - "facing": "west", - "lit": "false" - } - }, - { - "id": 18895, - "properties": { - "facing": "east", - "lit": "true" - } - }, - { - "id": 18896, - "properties": { - "facing": "east", - "lit": "false" - } - } - ] - }, - "minecraft:smooth_basalt": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 27026 - } - ] - }, - "minecraft:smooth_quartz": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11649 - } - ] - }, - "minecraft:smooth_quartz_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 14566, + "states": [ + { + "id": 14563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 770, + "name": "minecraft:polished_diorite_slab", + "translation_key": "block.minecraft.polished_diorite_slab", + "item_id": 656, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14593, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 14594, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 14595, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14596, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 14597, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 14598, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:smooth_quartz_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:smooth_quartz" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 14572, + "states": [ + { + "id": 14569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 771, + "name": "minecraft:mossy_cobblestone_slab", + "translation_key": "block.minecraft.mossy_cobblestone_slab", + "item_id": 657, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 14578, + "states": [ + { + "id": 14575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 772, + "name": "minecraft:end_stone_brick_slab", + "translation_key": "block.minecraft.end_stone_brick_slab", + "item_id": 658, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 14584, + "states": [ + { + "id": 14581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 773, + "name": "minecraft:smooth_sandstone_slab", + "translation_key": "block.minecraft.smooth_sandstone_slab", + "item_id": 659, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14071, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14072, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14073, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14074, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14075, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14076, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14077, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14078, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14079, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14080, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14081, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14082, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14083, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14084, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14085, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14086, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14087, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14088, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14089, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14090, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14091, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14092, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14093, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14094, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14095, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14096, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14097, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14098, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14099, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14100, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14101, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14102, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14103, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14104, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14105, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14106, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14107, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14108, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14109, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14110, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14111, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14112, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14113, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14114, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14115, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14116, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14117, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14118, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14119, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14120, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14121, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14122, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14123, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14124, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14125, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14126, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14127, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14128, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14129, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14130, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14131, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14132, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14133, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14134, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14135, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14136, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14137, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14138, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14139, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14140, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14141, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14142, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14143, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14144, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14145, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14146, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14147, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14148, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14149, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14150, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:smooth_red_sandstone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11650 - } - ] - }, - "minecraft:smooth_red_sandstone_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 14590, + "states": [ + { + "id": 14587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 774, + "name": "minecraft:smooth_quartz_slab", + "translation_key": "block.minecraft.smooth_quartz_slab", + "item_id": 660, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14557, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 14558, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 14559, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14560, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 14561, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 14562, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:smooth_red_sandstone_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:smooth_red_sandstone" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 14596, + "states": [ + { + "id": 14593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 775, + "name": "minecraft:granite_slab", + "translation_key": "block.minecraft.granite_slab", + "item_id": 661, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 14602, + "states": [ + { + "id": 14599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 776, + "name": "minecraft:andesite_slab", + "translation_key": "block.minecraft.andesite_slab", + "item_id": 662, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 14608, + "states": [ + { + "id": 14605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 777, + "name": "minecraft:red_nether_brick_slab", + "translation_key": "block.minecraft.red_nether_brick_slab", + "item_id": 663, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 13511, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13512, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13513, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13514, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13515, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13516, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13517, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13518, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13519, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13520, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13521, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 13522, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13523, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13524, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13525, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13526, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13527, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13528, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13529, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13530, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13531, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13532, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13533, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13534, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13535, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13536, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13537, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13538, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13539, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13540, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13541, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13542, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13543, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13544, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13545, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13546, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13547, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13548, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13549, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13550, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13551, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13552, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13553, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13554, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13555, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13556, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13557, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13558, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13559, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13560, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13561, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13562, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13563, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13564, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13565, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13566, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13567, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13568, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13569, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13570, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13571, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13572, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13573, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13574, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13575, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13576, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13577, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13578, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13579, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13580, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13581, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13582, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13583, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13584, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13585, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13586, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13587, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13588, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13589, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13590, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:smooth_sandstone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11648 - } - ] - }, - "minecraft:smooth_sandstone_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 14614, + "states": [ + { + "id": 14611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 778, + "name": "minecraft:polished_andesite_slab", + "translation_key": "block.minecraft.polished_andesite_slab", + "item_id": 664, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 14587, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 14588, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 14589, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14590, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 14591, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 14592, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:smooth_sandstone_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:smooth_sandstone" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 14620, + "states": [ + { + "id": 14617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 779, + "name": "minecraft:diorite_slab", + "translation_key": "block.minecraft.diorite_slab", + "item_id": 665, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 14626, + "states": [ + { + "id": 14623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 14625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 14627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 14628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 780, + "name": "minecraft:brick_wall", + "translation_key": "block.minecraft.brick_wall", + "item_id": 413, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 14632, + "states": [ + { + "id": 14629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 14630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 14633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 14636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 14639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 14666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 14669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 14672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 14675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 14702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 14705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 14708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 14711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 14729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 14735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 14737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 14738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 14741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14743, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 14744, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14745, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14746, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 14747, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14748, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14749, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14750, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14751, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14752, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14753, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14754, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14755, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14756, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14757, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14758, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14759, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14760, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14761, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14762, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14763, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14764, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14765, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14766, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14786, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14788, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14789, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14790, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14791, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14792, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14793, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14794, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14796, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14797, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14798, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14799, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14800, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14801, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14802, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14822, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14823, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14824, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14841, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14842, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14843, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14844, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14845, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 14846, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14847, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14848, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 14849, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14850, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 14851, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 14852, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14853, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14854, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 14855, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14856, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 14857, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14858, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14859, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14860, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14861, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14862, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14863, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14864, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14865, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14866, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14867, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14868, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14869, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14870, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14871, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14872, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 14873, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14874, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 14875, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14876, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14877, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14878, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 14879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 14881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14889, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14891, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14893, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 14921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 14923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 14927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 14929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 14945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 14947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 14951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 14952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 781, + "name": "minecraft:prismarine_wall", + "translation_key": "block.minecraft.prismarine_wall", + "item_id": 414, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 13991, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13992, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13993, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13994, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13995, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13996, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13997, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13998, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13999, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14000, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14001, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 14002, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14003, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14004, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14005, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14006, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14007, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14008, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14009, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14010, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14011, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14012, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14013, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14014, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14015, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14016, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14017, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14018, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14019, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14020, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14021, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14022, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14023, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14024, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14025, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14026, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14027, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14028, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14029, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14030, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14031, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14032, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14033, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14034, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14035, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14036, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14037, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14038, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14039, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14040, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14041, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14042, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14043, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14044, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14045, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14046, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14047, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14048, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14049, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14050, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14051, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14052, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14053, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14054, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14055, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14056, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14057, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14058, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14059, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14060, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 14061, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 14062, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 14063, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 14064, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 14065, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 14066, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 14067, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 14068, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 14069, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 14070, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:smooth_stone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11647 - } - ] - }, - "minecraft:smooth_stone_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 14956, + "states": [ + { + "id": 14953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 14954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 14957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 14959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 14960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 14963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 14965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 14981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 14983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 14987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 14989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 14990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 14993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 14995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 14996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 14998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 14999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 15026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 15029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15030, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15031, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 15032, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15033, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15034, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 15035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15036, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15037, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15038, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15039, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15047, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 15062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 15065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 15068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 15071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15107, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15108, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15109, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15110, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15111, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15112, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15113, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15114, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15115, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15116, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15117, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15118, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15119, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15120, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15121, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15122, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15123, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15124, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15125, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15126, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15127, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15128, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15129, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15130, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15131, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15132, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15133, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 15170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 15173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 15176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 15179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15252, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15253, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15254, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15255, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15257, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15258, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15259, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15260, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15261, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15262, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15263, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15264, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15265, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15266, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15267, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15268, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15269, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15270, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15271, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 782, + "name": "minecraft:red_sandstone_wall", + "translation_key": "block.minecraft.red_sandstone_wall", + "item_id": 415, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11569, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11570, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11571, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11572, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11573, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11574, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:sniffer_egg": { - "definition": { - "type": "minecraft:sniffer_egg", - "properties": {} - }, - "properties": { - "hatch": [ - "0", - "1", - "2" - ] - }, - "states": [ - { - "default": true, - "id": 13269, - "properties": { - "hatch": "0" - } - }, - { - "id": 13270, - "properties": { - "hatch": "1" - } - }, - { - "id": 13271, - "properties": { - "hatch": "2" - } - } - ] - }, - "minecraft:snow": { - "definition": { - "type": "minecraft:snow_layer", - "properties": {} - }, - "properties": { - "layers": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8" - ] - }, - "states": [ - { - "default": true, - "id": 5938, - "properties": { - "layers": "1" - } - }, - { - "id": 5939, - "properties": { - "layers": "2" - } - }, - { - "id": 5940, - "properties": { - "layers": "3" - } - }, - { - "id": 5941, - "properties": { - "layers": "4" - } - }, - { - "id": 5942, - "properties": { - "layers": "5" - } - }, - { - "id": 5943, - "properties": { - "layers": "6" - } - }, - { - "id": 5944, - "properties": { - "layers": "7" - } - }, - { - "id": 5945, - "properties": { - "layers": "8" - } - } - ] - }, - "minecraft:snow_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 5947 - } - ] - }, - "minecraft:soul_campfire": { - "definition": { - "type": "minecraft:campfire", - "fire_damage": 2, - "properties": {}, - "spawn_particles": false - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 15280, + "states": [ + { + "id": 15277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 15278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 15279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 15280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 15281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 15282, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 15283, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 15284, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 15285, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 15286, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 15287, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 15288, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 15289, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 15290, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15291, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15292, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 15293, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15294, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 15296, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15297, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15298, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 15299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15300, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15301, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 15302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15303, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15304, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 15305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15306, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15307, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 15308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15309, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15310, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 15311, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15312, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 15314, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15315, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15316, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 15317, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15318, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15319, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 15320, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15321, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15322, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 15323, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15324, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15325, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15326, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15327, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15329, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15330, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15331, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15332, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15333, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15334, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15335, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15336, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15337, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15338, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15339, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15340, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15341, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15342, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15343, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15344, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15345, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15346, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15347, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15348, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15349, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 15350, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15351, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15352, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 15353, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15354, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15355, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 15356, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15357, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15358, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 15359, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15360, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15361, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15362, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15363, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15364, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15365, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15366, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15367, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15368, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15369, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15370, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15372, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15373, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15374, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15375, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15376, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15377, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15378, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15379, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15380, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15381, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15382, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15383, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15384, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15385, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 15386, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15387, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15388, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 15389, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15390, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15391, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 15392, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15393, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15394, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 15395, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15396, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15397, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15398, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15399, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15400, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15401, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15402, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15403, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15404, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15405, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15406, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15407, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15408, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15409, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15410, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15411, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15412, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15413, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15414, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15415, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15416, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15417, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15418, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15419, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15420, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15421, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15422, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15423, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15424, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15425, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15426, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15427, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15428, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15429, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 15494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 15497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 15500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 15503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 783, + "name": "minecraft:mossy_stone_brick_wall", + "translation_key": "block.minecraft.mossy_stone_brick_wall", + "item_id": 416, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "lit": [ - "true", - "false" + "default_state_id": 15604, + "states": [ + { + "id": 15601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 15602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 15603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 15604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 15605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 15606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 15607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 15608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 15609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 15610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 15611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 15612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 15613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 15614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 15617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 15620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 15623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 15626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 15629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 15632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 15635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 15638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 15641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 15644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 15647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 15674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 15677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 15680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 15683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 15710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 15713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 15716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 15719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15743, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15744, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15745, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15746, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15747, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15748, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15749, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15750, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15751, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15752, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15753, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15754, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15755, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15756, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15757, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15758, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15759, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15760, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15761, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15762, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15763, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15764, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15765, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15766, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15786, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15788, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15789, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15790, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15791, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15792, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15793, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15794, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15796, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15797, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15798, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15799, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15800, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15801, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15802, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 15818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 15821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15822, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 15823, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 15824, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 15827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 15829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15841, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15842, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15843, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15844, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 15845, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15846, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 15847, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15848, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15849, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15850, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 15851, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15852, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 15853, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15854, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15855, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15856, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15857, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15858, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15859, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15860, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15861, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15862, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15863, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15864, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15865, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15866, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15867, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15868, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15869, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15870, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15871, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15872, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15873, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15874, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15875, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15876, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15877, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15878, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15889, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15891, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 15893, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 15895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 15899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 15901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 15917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 15923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 15924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 784, + "name": "minecraft:granite_wall", + "translation_key": "block.minecraft.granite_wall", + "item_id": 417, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "signal_fire": [ - "true", - "false" + "default_state_id": 15928, + "states": [ + { + "id": 15925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 15926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 15927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 15928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 15929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 15930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 15931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 15932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 15933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 15934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 15935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 15936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 15937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 15938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 15941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 15944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 15947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 15950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 15953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 15955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 15956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 15959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 15961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 15962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 15965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 15968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 15971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 15973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 15989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 15991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 15995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 15997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 15998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 15999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 16001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 16004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 16007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16030, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16031, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16032, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16033, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 16034, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16036, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 16037, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16038, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16039, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 16040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 16043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16047, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16107, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16108, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16109, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16110, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16111, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16112, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16113, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16114, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16115, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16116, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16117, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16118, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16119, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16120, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16121, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16122, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16123, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16124, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16125, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16126, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16127, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16128, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16129, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16130, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16131, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16132, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16133, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 16142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 16145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 16148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 16151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 785, + "name": "minecraft:stone_brick_wall", + "translation_key": "block.minecraft.stone_brick_wall", + "item_id": 418, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19012, - "properties": { - "facing": "north", - "lit": "true", - "signal_fire": "true", - "waterlogged": "true" - } - }, - { - "id": 19013, - "properties": { - "facing": "north", - "lit": "true", - "signal_fire": "true", - "waterlogged": "false" - } - }, - { - "id": 19014, - "properties": { - "facing": "north", - "lit": "true", - "signal_fire": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 19015, - "properties": { - "facing": "north", - "lit": "true", - "signal_fire": "false", - "waterlogged": "false" - } - }, - { - "id": 19016, - "properties": { - "facing": "north", - "lit": "false", - "signal_fire": "true", - "waterlogged": "true" - } - }, - { - "id": 19017, - "properties": { - "facing": "north", - "lit": "false", - "signal_fire": "true", - "waterlogged": "false" - } - }, - { - "id": 19018, - "properties": { - "facing": "north", - "lit": "false", - "signal_fire": "false", - "waterlogged": "true" - } - }, - { - "id": 19019, - "properties": { - "facing": "north", - "lit": "false", - "signal_fire": "false", - "waterlogged": "false" - } - }, - { - "id": 19020, - "properties": { - "facing": "south", - "lit": "true", - "signal_fire": "true", - "waterlogged": "true" - } - }, - { - "id": 19021, - "properties": { - "facing": "south", - "lit": "true", - "signal_fire": "true", - "waterlogged": "false" - } - }, - { - "id": 19022, - "properties": { - "facing": "south", - "lit": "true", - "signal_fire": "false", - "waterlogged": "true" - } - }, - { - "id": 19023, - "properties": { - "facing": "south", - "lit": "true", - "signal_fire": "false", - "waterlogged": "false" - } - }, - { - "id": 19024, - "properties": { - "facing": "south", - "lit": "false", - "signal_fire": "true", - "waterlogged": "true" - } - }, - { - "id": 19025, - "properties": { - "facing": "south", - "lit": "false", - "signal_fire": "true", - "waterlogged": "false" - } - }, - { - "id": 19026, - "properties": { - "facing": "south", - "lit": "false", - "signal_fire": "false", - "waterlogged": "true" - } - }, - { - "id": 19027, - "properties": { - "facing": "south", - "lit": "false", - "signal_fire": "false", - "waterlogged": "false" - } - }, - { - "id": 19028, - "properties": { - "facing": "west", - "lit": "true", - "signal_fire": "true", - "waterlogged": "true" - } - }, - { - "id": 19029, - "properties": { - "facing": "west", - "lit": "true", - "signal_fire": "true", - "waterlogged": "false" - } - }, - { - "id": 19030, - "properties": { - "facing": "west", - "lit": "true", - "signal_fire": "false", - "waterlogged": "true" - } - }, - { - "id": 19031, - "properties": { - "facing": "west", - "lit": "true", - "signal_fire": "false", - "waterlogged": "false" - } - }, - { - "id": 19032, - "properties": { - "facing": "west", - "lit": "false", - "signal_fire": "true", - "waterlogged": "true" - } - }, - { - "id": 19033, - "properties": { - "facing": "west", - "lit": "false", - "signal_fire": "true", - "waterlogged": "false" - } - }, - { - "id": 19034, - "properties": { - "facing": "west", - "lit": "false", - "signal_fire": "false", - "waterlogged": "true" - } - }, - { - "id": 19035, - "properties": { - "facing": "west", - "lit": "false", - "signal_fire": "false", - "waterlogged": "false" - } - }, - { - "id": 19036, - "properties": { - "facing": "east", - "lit": "true", - "signal_fire": "true", - "waterlogged": "true" - } - }, - { - "id": 19037, - "properties": { - "facing": "east", - "lit": "true", - "signal_fire": "true", - "waterlogged": "false" - } - }, - { - "id": 19038, - "properties": { - "facing": "east", - "lit": "true", - "signal_fire": "false", - "waterlogged": "true" - } - }, - { - "id": 19039, - "properties": { - "facing": "east", - "lit": "true", - "signal_fire": "false", - "waterlogged": "false" - } - }, - { - "id": 19040, - "properties": { - "facing": "east", - "lit": "false", - "signal_fire": "true", - "waterlogged": "true" - } - }, - { - "id": 19041, - "properties": { - "facing": "east", - "lit": "false", - "signal_fire": "true", - "waterlogged": "false" - } - }, - { - "id": 19042, - "properties": { - "facing": "east", - "lit": "false", - "signal_fire": "false", - "waterlogged": "true" - } - }, - { - "id": 19043, - "properties": { - "facing": "east", - "lit": "false", - "signal_fire": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:soul_fire": { - "definition": { - "type": "minecraft:soul_fire", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2915 - } - ] - }, - "minecraft:soul_lantern": { - "definition": { - "type": "minecraft:lantern", - "properties": {} - }, - "properties": { - "hanging": [ - "true", - "false" + "default_state_id": 16252, + "states": [ + { + "id": 16249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 16250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 16251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 16252, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 16253, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 16254, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 16255, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 16256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 16257, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 16258, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 16259, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 16260, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 16261, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 16262, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16263, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16264, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 16265, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16266, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16267, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 16268, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16269, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16270, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 16271, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 16274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 16277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 16280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16282, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 16283, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16284, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16285, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 16286, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16287, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16288, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 16289, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16290, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16291, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 16292, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16293, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16294, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 16295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16296, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16297, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16298, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16300, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16301, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16303, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16304, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16306, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16307, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16309, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16310, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16311, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16312, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16314, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16315, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16316, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16317, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16318, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16319, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16320, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16321, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 16322, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16323, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16324, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 16325, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16326, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16327, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 16328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16329, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16330, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 16331, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16332, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16333, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16334, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16335, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16336, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16337, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16338, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16339, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16340, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16341, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16342, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16343, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16344, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16345, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16346, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16347, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16348, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16349, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16350, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16351, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16352, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16353, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16354, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16355, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16356, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16357, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 16358, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16359, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16360, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 16361, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16362, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16363, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 16364, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16365, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16366, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 16367, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16368, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16369, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16370, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16372, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16373, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16374, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16375, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16376, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16377, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16378, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16379, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16380, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16381, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16382, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16383, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16384, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16385, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16386, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16387, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16388, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16389, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16390, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16391, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16392, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16393, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16394, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16395, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16396, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16397, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16398, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16399, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16400, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16401, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16402, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16403, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16404, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16405, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16406, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16407, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16408, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16409, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16410, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16411, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16412, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16413, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16414, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16415, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16416, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16417, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16418, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16419, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16420, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16421, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16422, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16423, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16424, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16425, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16426, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16427, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16428, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16429, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 16466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 16469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 16472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 16475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 786, + "name": "minecraft:mud_brick_wall", + "translation_key": "block.minecraft.mud_brick_wall", + "item_id": 419, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 18976, - "properties": { - "hanging": "true", - "waterlogged": "true" - } - }, - { - "id": 18977, - "properties": { - "hanging": "true", - "waterlogged": "false" - } - }, - { - "id": 18978, - "properties": { - "hanging": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 18979, - "properties": { - "hanging": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:soul_sand": { - "definition": { - "type": "minecraft:soul_sand", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6016 - } - ] - }, - "minecraft:soul_soil": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6017 - } - ] - }, - "minecraft:soul_torch": { - "definition": { - "type": "minecraft:torch", - "particle_options": "minecraft:soul_fire_flame", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6024 - } - ] - }, - "minecraft:soul_wall_torch": { - "definition": { - "type": "minecraft:wall_torch", - "particle_options": "minecraft:soul_fire_flame", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 6025, - "properties": { - "facing": "north" - } - }, - { - "id": 6026, - "properties": { - "facing": "south" - } - }, - { - "id": 6027, - "properties": { - "facing": "west" - } - }, - { - "id": 6028, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:spawner": { - "definition": { - "type": "minecraft:spawner", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2916 - } - ] - }, - "minecraft:sponge": { - "definition": { - "type": "minecraft:sponge", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 560 - } - ] - }, - "minecraft:spore_blossom": { - "definition": { - "type": "minecraft:spore_blossom", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 25292 - } - ] - }, - "minecraft:spruce_button": { - "definition": { - "type": "minecraft:button", - "block_set_type": "spruce", - "properties": {}, - "ticks_to_stay_pressed": 30 - }, - "properties": { - "face": [ - "floor", - "wall", - "ceiling" + "default_state_id": 16576, + "states": [ + { + "id": 16573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 16574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 16575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 16576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 16577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 16578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 16579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 16580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 16581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 16582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 16583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 16584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 16585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 16586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 16589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 16592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 16595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 16598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 16601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 16604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 16607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 16610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 16613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 16616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 16619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 16646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 16649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 16652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 16655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 16682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 16685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 16688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 16691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16743, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16744, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16745, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16746, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16747, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16748, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16749, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16750, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16751, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16752, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16753, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16754, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16755, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16756, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16757, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16758, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16759, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16760, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16761, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16762, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16763, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16764, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16765, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16766, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16786, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16788, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16789, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 16790, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16791, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16792, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 16793, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16794, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 16795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 16796, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16797, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16798, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 16799, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16800, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 16801, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16802, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 16817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 16819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16822, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 16823, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16824, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 16825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16841, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16842, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16843, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16844, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16845, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16846, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16847, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16848, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16849, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16850, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16851, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16852, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16853, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16854, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16855, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16856, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16857, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16858, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16859, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16860, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16861, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16862, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16863, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16864, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 16865, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16866, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 16867, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16868, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16869, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16870, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 16871, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16872, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 16873, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16874, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16875, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16876, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16877, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16878, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 16889, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16891, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16893, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 16895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 16896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 787, + "name": "minecraft:nether_brick_wall", + "translation_key": "block.minecraft.nether_brick_wall", + "item_id": 420, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 16900, + "states": [ + { + "id": 16897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 16898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 16899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 16900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 16901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 16902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 16903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 16904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 16905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 16906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 16907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 16908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 16909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 16910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 16913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 16916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 16919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 16922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 16925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 16927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 16928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 16931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 16933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 16934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 16937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 16940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 16943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 16970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 16973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 16975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 16976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 16979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 16981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 16991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 16993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 16997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 16999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 17006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 17009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 17012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 17015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17030, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17031, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17032, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17033, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17034, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17036, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17037, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17038, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17039, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17047, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17107, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17108, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17109, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17110, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17111, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17112, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17113, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 17114, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17115, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17116, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 17117, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17118, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17119, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 17120, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17121, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17122, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 17123, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17124, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17125, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17126, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17127, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17128, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17129, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17130, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17131, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17132, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17133, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 788, + "name": "minecraft:andesite_wall", + "translation_key": "block.minecraft.andesite_wall", + "item_id": 421, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 8866, - "properties": { - "face": "floor", - "facing": "north", - "powered": "true" - } - }, - { - "id": 8867, - "properties": { - "face": "floor", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8868, - "properties": { - "face": "floor", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8869, - "properties": { - "face": "floor", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8870, - "properties": { - "face": "floor", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8871, - "properties": { - "face": "floor", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8872, - "properties": { - "face": "floor", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8873, - "properties": { - "face": "floor", - "facing": "east", - "powered": "false" - } - }, - { - "id": 8874, - "properties": { - "face": "wall", - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 8875, - "properties": { - "face": "wall", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8876, - "properties": { - "face": "wall", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8877, - "properties": { - "face": "wall", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8878, - "properties": { - "face": "wall", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8879, - "properties": { - "face": "wall", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8880, - "properties": { - "face": "wall", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8881, - "properties": { - "face": "wall", - "facing": "east", - "powered": "false" - } - }, - { - "id": 8882, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "true" - } - }, - { - "id": 8883, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "false" - } - }, - { - "id": 8884, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "true" - } - }, - { - "id": 8885, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "false" - } - }, - { - "id": 8886, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "true" - } - }, - { - "id": 8887, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "false" - } - }, - { - "id": 8888, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "true" - } - }, - { - "id": 8889, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:spruce_door": { - "definition": { - "type": "minecraft:door", - "block_set_type": "spruce", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 17224, + "states": [ + { + "id": 17221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 17222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 17223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 17224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 17225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 17226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 17227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 17228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 17229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 17230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 17231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 17232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 17233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 17234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 17237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 17240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 17243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 17246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 17249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 17252, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17253, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17254, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 17255, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17257, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 17258, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17259, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17260, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 17261, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17262, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17263, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 17264, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17265, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17266, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 17267, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17268, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17269, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17270, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17271, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17282, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17283, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17284, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17285, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17286, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17287, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17288, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17289, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17290, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17291, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17292, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17293, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 17294, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17296, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 17297, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17298, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 17300, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17301, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 17303, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17304, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17306, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17307, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17309, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17310, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17311, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17312, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17314, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17315, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17316, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17317, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17318, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17319, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17320, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17321, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17322, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17323, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17324, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17325, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17326, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17327, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17329, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 17330, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17331, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17332, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 17333, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17334, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17335, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 17336, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17337, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17338, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 17339, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17340, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17341, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17342, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17343, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17344, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17345, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17346, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17347, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17348, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17349, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17350, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17351, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17352, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17353, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17354, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17355, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17356, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17357, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17358, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17359, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17360, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17361, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17362, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17363, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17364, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17365, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17366, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17367, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17368, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17369, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17370, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17372, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17373, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17374, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17375, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17376, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17377, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17378, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17379, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17380, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17381, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17382, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17383, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17384, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17385, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17386, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17387, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17388, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17389, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17390, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17391, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17392, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17393, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17394, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17395, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17396, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17397, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17398, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17399, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17400, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17401, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17402, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17403, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17404, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17405, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17406, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17407, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17408, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17409, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17410, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17411, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17412, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17413, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17414, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17415, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17416, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17417, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17418, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17419, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17420, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17421, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17422, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17423, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17424, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17425, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17426, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17427, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17428, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17429, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 17438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 17441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 17444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 17447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 789, + "name": "minecraft:red_nether_brick_wall", + "translation_key": "block.minecraft.red_nether_brick_wall", + "item_id": 422, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "half": [ - "upper", - "lower" + "default_state_id": 17548, + "states": [ + { + "id": 17545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 17546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 17547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 17548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 17549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 17550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 17551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 17552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 17553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 17554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 17555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 17556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 17557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 17558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 17561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 17564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 17567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 17570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 17573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 17576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 17579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 17582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 17585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 17588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 17591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 17618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 17621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 17624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 17627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 17654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 17657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 17660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 17663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17743, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17744, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17745, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17746, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17747, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17748, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17749, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17750, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17751, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17752, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17753, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17754, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17755, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17756, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17757, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17758, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17759, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17760, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17761, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 17762, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17763, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17764, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 17765, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17766, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 17768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 17771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17786, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17788, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17789, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17790, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17791, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17792, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17793, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17794, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17796, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17797, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17798, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17799, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17800, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17801, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17802, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17822, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17823, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17824, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 17837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 17839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17841, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17842, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 17843, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17844, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 17845, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17846, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17847, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17848, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17849, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17850, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17851, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17852, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17853, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17854, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17855, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17856, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17857, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17858, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17859, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17860, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 17861, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17862, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17863, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17864, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17865, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17866, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 17867, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 17868, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 790, + "name": "minecraft:sandstone_wall", + "translation_key": "block.minecraft.sandstone_wall", + "item_id": 423, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "hinge": [ - "left", - "right" + "default_state_id": 17872, + "states": [ + { + "id": 17869, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 17870, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 17871, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 17872, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 17873, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 17874, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 17875, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 17876, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 17877, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 17878, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 17879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 17880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 17881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 17882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 17885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 17888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17889, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 17891, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17893, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 17894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 17897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 17899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 17900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 17903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 17905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 17906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 17909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 17912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 17915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 17942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 17945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 17947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 17948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 17951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 17953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 17969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 17971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 17975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 17977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 17978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 17981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 17983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 17984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 17987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 17989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 17993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 17995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 17998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 17999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18030, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18031, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18032, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18033, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18034, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18036, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18037, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18038, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18039, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18047, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 18086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 18089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 18092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 18095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18107, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18108, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18109, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18110, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18111, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18112, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18113, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18114, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18115, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18116, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18117, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18118, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18119, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18120, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18121, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18122, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18123, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18124, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18125, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18126, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18127, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18128, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18129, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18130, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18131, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18132, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18133, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 791, + "name": "minecraft:end_stone_brick_wall", + "translation_key": "block.minecraft.end_stone_brick_wall", + "item_id": 424, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 18196, + "states": [ + { + "id": 18193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 18194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 18195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 18196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 18197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 18198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 18199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 18200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 18201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 18202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 18203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 18204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 18205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 18206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 18207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 18208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 18209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 18210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 18211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 18212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 18213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 18214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 18215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 18216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 18217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 18218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 18219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 18220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 18221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 18222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 18223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 18224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 18225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 18226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 18227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 18228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 18229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 18230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 18231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 18232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 18233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 18234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 18235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 18236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 18237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 18238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 18239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 18240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 18241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 18242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 18245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 18248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 18251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18252, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18253, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 18254, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18255, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 18257, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18258, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18259, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 18260, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18261, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18262, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 18263, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18264, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18265, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 18266, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 18267, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 18268, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 18269, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 18270, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 18271, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 18272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 18273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 18274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 18275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 18276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 18277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 18278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 18281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18282, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18283, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 18284, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18285, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18286, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 18287, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18288, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18289, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 18290, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18291, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18292, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 18293, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18294, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 18296, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18297, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18298, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 18299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18300, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18301, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 18302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18303, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18304, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 18305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18306, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18307, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 18308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18309, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18310, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 18311, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18312, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18314, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18315, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18316, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18317, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18318, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18319, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18320, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18321, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18322, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18323, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18324, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18325, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18326, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18327, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18329, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18330, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18331, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18332, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18333, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18334, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18335, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18336, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18337, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18338, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18339, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18340, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18341, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18342, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18343, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18344, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18345, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18346, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18347, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18348, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18349, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18350, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18351, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18352, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18353, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18354, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18355, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18356, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18357, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18358, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18359, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18360, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18361, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18362, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18363, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18364, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18365, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18366, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18367, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18368, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18369, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18370, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18372, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18373, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18374, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18375, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18376, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18377, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18378, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18379, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18380, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18381, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18382, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18383, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18384, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18385, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18386, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18387, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18388, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18389, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18390, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18391, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18392, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18393, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18394, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18395, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18396, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18397, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18398, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18399, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18400, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18401, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18402, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18403, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18404, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18405, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18406, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18407, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18408, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18409, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 18410, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18411, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18412, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 18413, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18414, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18415, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 18416, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18417, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18418, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 18419, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18420, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18421, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18422, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18423, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18424, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18425, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18426, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18427, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18428, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18429, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 792, + "name": "minecraft:diorite_wall", + "translation_key": "block.minecraft.diorite_wall", + "item_id": 425, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 12227, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12228, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12229, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12230, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12231, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12232, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12233, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12234, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12235, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12236, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12237, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 12238, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12239, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12240, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12241, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12242, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12243, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12244, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12245, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12246, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12247, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12248, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12249, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12250, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12251, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12252, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12253, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12254, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12255, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12256, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12257, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12258, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12259, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12260, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12261, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12262, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12263, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12264, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12265, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12266, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12267, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12268, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12269, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12270, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12271, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12272, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12273, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12274, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12275, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12276, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12277, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12278, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12279, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12280, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12281, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12282, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 12283, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 12284, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 12285, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 12286, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 12287, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 12288, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 12289, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 12290, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:spruce_fence": { - "definition": { - "type": "minecraft:fence", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 18520, + "states": [ + { + "id": 18517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 18518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 18519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 18520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 18521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 18522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 18523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 18524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 18525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 18526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 18527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 18528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 18529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 18530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 18531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 18532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 18533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 18534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 18535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 18536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 18537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 18538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 18539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 18540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 18541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 18542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 18543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 18544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 18545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 18546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 18547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 18548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 18549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 18550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 18551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 18552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 18553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 18554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 18555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 18556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 18557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 18558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 18559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 18560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 18561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 18562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 18563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 18564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 18565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 18566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 18569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 18572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 18575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 18578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 18581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 18584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 18587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 18590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 18591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 18592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 18593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 18594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 18595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 18596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 18597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 18598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 18599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 18600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 18601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 18602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 18605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 18608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 18611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 18614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 18617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 18620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 18623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 18625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 18626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 18629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 18632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 18635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 18734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 18737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 18739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 18740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 18743, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18744, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 18745, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18746, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18747, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18748, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18749, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18750, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18751, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18752, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18753, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18754, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18755, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18756, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18757, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18758, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18759, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18760, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 18761, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18762, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 18763, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18764, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18765, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18766, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 18767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 18769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18786, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18788, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18789, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18790, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18791, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18792, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18793, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18794, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18796, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18797, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18798, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18799, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18800, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18801, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18802, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 18809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 18811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 18815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 18817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18822, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18823, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18824, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 18833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 18835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 18839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 18840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 793, + "name": "minecraft:scaffolding", + "translation_key": "block.minecraft.scaffolding", + "item_id": 670, + "properties": [ + { + "name": "bottom", + "values": [ + "true", + "false" + ] + }, + { + "name": "distance", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 18872, + "states": [ + { + "id": 18841, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18842, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18843, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18844, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18845, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18846, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18847, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18848, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18849, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18850, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18851, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18852, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18853, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18854, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18855, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18856, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18857, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18858, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18859, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18860, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18861, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18862, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18863, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18864, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18865, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18866, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18867, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18868, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18869, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18870, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18871, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + }, + { + "id": 18872, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 231, + 232, + 233, + 234, + 235, + 236, + 237 + ] + } + ] + }, + { + "id": 794, + "name": "minecraft:loom", + "translation_key": "block.minecraft.loom", + "item_id": 1235, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 18873, + "states": [ + { + "id": 18873, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 18874, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 18875, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 18876, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 795, + "name": "minecraft:barrel", + "translation_key": "block.minecraft.barrel", + "item_id": 1248, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 18878, + "states": [ + { + "id": 18877, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 27 + }, + { + "id": 18878, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 27 + }, + { + "id": 18879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 27 + }, + { + "id": 18880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 27 + }, + { + "id": 18881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 27 + }, + { + "id": 18882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 27 + }, + { + "id": 18883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 27 + }, + { + "id": 18884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 27 + }, + { + "id": 18885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 27 + }, + { + "id": 18886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 27 + }, + { + "id": 18887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 27 + }, + { + "id": 18888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 27 + } + ] + }, + { + "id": 796, + "name": "minecraft:smoker", + "translation_key": "block.minecraft.smoker", + "item_id": 1249, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11939, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 11940, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 11941, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 11942, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 11943, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 11944, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 11945, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 11946, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 11947, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 11948, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 11949, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 11950, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 11951, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 11952, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 11953, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 11954, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 11955, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 11956, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 11957, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 11958, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 11959, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 11960, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 11961, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 11962, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 11963, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 11964, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 11965, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 11966, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 11967, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 11968, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 11969, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 11970, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:spruce_fence_gate": { - "definition": { - "type": "minecraft:fence_gate", - "properties": {}, - "wood_type": "spruce" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 18890, + "states": [ + { + "id": 18889, + "luminance": 13, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 28 + }, + { + "id": 18890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 28 + }, + { + "id": 18891, + "luminance": 13, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 28 + }, + { + "id": 18892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 28 + }, + { + "id": 18893, + "luminance": 13, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 28 + }, + { + "id": 18894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 28 + }, + { + "id": 18895, + "luminance": 13, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 28 + }, + { + "id": 18896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 28 + } + ] + }, + { + "id": 797, + "name": "minecraft:blast_furnace", + "translation_key": "block.minecraft.blast_furnace", + "item_id": 1250, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "in_wall": [ - "true", - "false" + "default_state_id": 18898, + "states": [ + { + "id": 18897, + "luminance": 13, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 29 + }, + { + "id": 18898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 29 + }, + { + "id": 18899, + "luminance": 13, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 29 + }, + { + "id": 18900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 29 + }, + { + "id": 18901, + "luminance": 13, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 29 + }, + { + "id": 18902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 29 + }, + { + "id": 18903, + "luminance": 13, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 29 + }, + { + "id": 18904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 29 + } + ] + }, + { + "id": 798, + "name": "minecraft:cartography_table", + "translation_key": "block.minecraft.cartography_table", + "item_id": 1251, + "properties": [], + "default_state_id": 18905, + "states": [ + { + "id": 18905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 799, + "name": "minecraft:fletching_table", + "translation_key": "block.minecraft.fletching_table", + "item_id": 1252, + "properties": [], + "default_state_id": 18906, + "states": [ + { + "id": 18906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 800, + "name": "minecraft:grindstone", + "translation_key": "block.minecraft.grindstone", + "item_id": 1253, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 18911, + "states": [ + { + "id": 18907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 238, + 239, + 240, + 241, + 242, + 243, + 244 + ] + }, + { + "id": 18908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 238, + 239, + 240, + 241, + 242, + 243, + 244 + ] + }, + { + "id": 18909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 245, + 246, + 247, + 248, + 249, + 250, + 251 + ] + }, + { + "id": 18910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 245, + 246, + 247, + 248, + 249, + 250, + 251 + ] + }, + { + "id": 18911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 252, + 253, + 254, + 255, + 256 + ] + }, + { + "id": 18912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 257, + 258, + 259, + 260, + 261 + ] + }, + { + "id": 18913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 262, + 263, + 264, + 265, + 266 + ] + }, + { + "id": 18914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 267, + 268, + 269, + 270, + 271 + ] + }, + { + "id": 18915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 272, + 273, + 274, + 275, + 276 + ] + }, + { + "id": 18916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 272, + 273, + 274, + 275, + 276 + ] + }, + { + "id": 18917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 277, + 278, + 279, + 280, + 281 + ] + }, + { + "id": 18918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 277, + 278, + 279, + 280, + 281 + ] + } + ] + }, + { + "id": 801, + "name": "minecraft:lectern", + "translation_key": "block.minecraft.lectern", + "item_id": 684, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "has_book", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11651, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11652, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11653, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11654, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11655, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11656, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11657, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 11658, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11659, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11660, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11661, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11662, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11663, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11664, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11665, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11666, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11667, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11668, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11669, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11670, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11671, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11672, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11673, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11674, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 11675, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 11676, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 11677, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 11678, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 11679, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 11680, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 11681, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 11682, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:spruce_hanging_sign": { - "definition": { - "type": "minecraft:ceiling_hanging_sign", - "properties": {}, - "wood_type": "spruce" - }, - "properties": { - "attached": [ - "true", - "false" + "default_state_id": 18922, + "states": [ + { + "id": 18919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 282 + ], + "block_entity_type": 30 + }, + { + "id": 18920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 282 + ], + "block_entity_type": 30 + }, + { + "id": 18921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 282 + ], + "block_entity_type": 30 + }, + { + "id": 18922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 282 + ], + "block_entity_type": 30 + }, + { + "id": 18923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 282 + ], + "block_entity_type": 30 + }, + { + "id": 18924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 282 + ], + "block_entity_type": 30 + }, + { + "id": 18925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 282 + ], + "block_entity_type": 30 + }, + { + "id": 18926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 282 + ], + "block_entity_type": 30 + }, + { + "id": 18927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 282 + ], + "block_entity_type": 30 + }, + { + "id": 18928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 282 + ], + "block_entity_type": 30 + }, + { + "id": 18929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 282 + ], + "block_entity_type": 30 + }, + { + "id": 18930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 282 + ], + "block_entity_type": 30 + }, + { + "id": 18931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 282 + ], + "block_entity_type": 30 + }, + { + "id": 18932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 282 + ], + "block_entity_type": 30 + }, + { + "id": 18933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 282 + ], + "block_entity_type": 30 + }, + { + "id": 18934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 282 + ], + "block_entity_type": 30 + } + ] + }, + { + "id": 802, + "name": "minecraft:smithing_table", + "translation_key": "block.minecraft.smithing_table", + "item_id": 1254, + "properties": [], + "default_state_id": 18935, + "states": [ + { + "id": 18935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 803, + "name": "minecraft:stonecutter", + "translation_key": "block.minecraft.stonecutter", + "item_id": 1255, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + } ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "default_state_id": 18936, + "states": [ + { + "id": 18936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 283 + ] + }, + { + "id": 18937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 283 + ] + }, + { + "id": 18938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 283 + ] + }, + { + "id": 18939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 283 + ] + } + ] + }, + { + "id": 804, + "name": "minecraft:bell", + "translation_key": "block.minecraft.bell", + "item_id": 1256, + "properties": [ + { + "name": "attachment", + "values": [ + "floor", + "ceiling", + "single_wall", + "double_wall" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4990, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "id": 4991, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 4992, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 4993, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 4994, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 4995, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 4996, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 4997, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 4998, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 4999, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5000, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5001, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5002, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5003, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5004, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5005, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5006, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5007, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5008, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5009, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5010, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5011, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5012, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5013, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5014, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5015, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5016, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5017, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5018, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5019, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5020, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5021, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "false" - } - }, - { - "id": 5022, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5023, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5024, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5025, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5026, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5027, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5028, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5029, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5030, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5031, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5032, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5033, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5034, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5035, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5036, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5037, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5038, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5039, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5040, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5041, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5042, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5043, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5044, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5045, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5046, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5047, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5048, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5049, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5050, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5051, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5052, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5053, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:spruce_leaves": { - "definition": { - "type": "minecraft:leaves", - "properties": {} - }, - "properties": { - "distance": [ - "1", - "2", - "3", - "4", - "5", - "6", - "7" + "default_state_id": 18941, + "states": [ + { + "id": 18940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 284 + ], + "block_entity_type": 31 + }, + { + "id": 18941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 284 + ], + "block_entity_type": 31 + }, + { + "id": 18942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 284 + ], + "block_entity_type": 31 + }, + { + "id": 18943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 284 + ], + "block_entity_type": 31 + }, + { + "id": 18944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 285 + ], + "block_entity_type": 31 + }, + { + "id": 18945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 285 + ], + "block_entity_type": 31 + }, + { + "id": 18946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 285 + ], + "block_entity_type": 31 + }, + { + "id": 18947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 285 + ], + "block_entity_type": 31 + }, + { + "id": 18948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 288 + ], + "block_entity_type": 31 + }, + { + "id": 18949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 288 + ], + "block_entity_type": 31 + }, + { + "id": 18950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 288 + ], + "block_entity_type": 31 + }, + { + "id": 18951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 288 + ], + "block_entity_type": 31 + }, + { + "id": 18952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 288 + ], + "block_entity_type": 31 + }, + { + "id": 18953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 288 + ], + "block_entity_type": 31 + }, + { + "id": 18954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 288 + ], + "block_entity_type": 31 + }, + { + "id": 18955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 288 + ], + "block_entity_type": 31 + }, + { + "id": 18956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 289 + ], + "block_entity_type": 31 + }, + { + "id": 18957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 289 + ], + "block_entity_type": 31 + }, + { + "id": 18958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 290 + ], + "block_entity_type": 31 + }, + { + "id": 18959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 290 + ], + "block_entity_type": 31 + }, + { + "id": 18960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 291 + ], + "block_entity_type": 31 + }, + { + "id": 18961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 291 + ], + "block_entity_type": 31 + }, + { + "id": 18962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 292 + ], + "block_entity_type": 31 + }, + { + "id": 18963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 292 + ], + "block_entity_type": 31 + }, + { + "id": 18964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 293 + ], + "block_entity_type": 31 + }, + { + "id": 18965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 293 + ], + "block_entity_type": 31 + }, + { + "id": 18966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 293 + ], + "block_entity_type": 31 + }, + { + "id": 18967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 293 + ], + "block_entity_type": 31 + }, + { + "id": 18968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 294 + ], + "block_entity_type": 31 + }, + { + "id": 18969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 294 + ], + "block_entity_type": 31 + }, + { + "id": 18970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 294 + ], + "block_entity_type": 31 + }, + { + "id": 18971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 286, + 287, + 294 + ], + "block_entity_type": 31 + } + ] + }, + { + "id": 805, + "name": "minecraft:lantern", + "translation_key": "block.minecraft.lantern", + "item_id": 1257, + "properties": [ + { + "name": "hanging", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "persistent": [ - "true", - "false" + "default_state_id": 18975, + "states": [ + { + "id": 18972, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 295, + 296 + ] + }, + { + "id": 18973, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 295, + 296 + ] + }, + { + "id": 18974, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 297, + 298 + ] + }, + { + "id": 18975, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 297, + 298 + ] + } + ] + }, + { + "id": 806, + "name": "minecraft:soul_lantern", + "translation_key": "block.minecraft.soul_lantern", + "item_id": 1258, + "properties": [ + { + "name": "hanging", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 280, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 281, - "properties": { - "distance": "1", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 282, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 283, - "properties": { - "distance": "1", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 284, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 285, - "properties": { - "distance": "2", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 286, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 287, - "properties": { - "distance": "2", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 288, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 289, - "properties": { - "distance": "3", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 290, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 291, - "properties": { - "distance": "3", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 292, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 293, - "properties": { - "distance": "4", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 294, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 295, - "properties": { - "distance": "4", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 296, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 297, - "properties": { - "distance": "5", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 298, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 299, - "properties": { - "distance": "5", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 300, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 301, - "properties": { - "distance": "6", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 302, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "id": 303, - "properties": { - "distance": "6", - "persistent": "false", - "waterlogged": "false" - } - }, - { - "id": 304, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "true" - } - }, - { - "id": 305, - "properties": { - "distance": "7", - "persistent": "true", - "waterlogged": "false" - } - }, - { - "id": 306, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 307, - "properties": { - "distance": "7", - "persistent": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:spruce_log": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 139, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 140, - "properties": { - "axis": "y" - } - }, - { - "id": 141, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:spruce_planks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 16 - } - ] - }, - "minecraft:spruce_pressure_plate": { - "definition": { - "type": "minecraft:pressure_plate", - "block_set_type": "spruce", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5882, - "properties": { - "powered": "true" - } - }, - { - "default": true, - "id": 5883, - "properties": { - "powered": "false" - } - } - ] - }, - "minecraft:spruce_sapling": { - "definition": { - "type": "minecraft:sapling", - "properties": {}, - "tree": "spruce" - }, - "properties": { - "stage": [ - "0", - "1" - ] - }, - "states": [ - { - "default": true, - "id": 31, - "properties": { - "stage": "0" - } - }, - { - "id": 32, - "properties": { - "stage": "1" - } - } - ] - }, - "minecraft:spruce_sign": { - "definition": { - "type": "minecraft:standing_sign", - "properties": {}, - "wood_type": "spruce" - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "default_state_id": 18979, + "states": [ + { + "id": 18976, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 295, + 296 + ] + }, + { + "id": 18977, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 295, + 296 + ] + }, + { + "id": 18978, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 297, + 298 + ] + }, + { + "id": 18979, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 297, + 298 + ] + } + ] + }, + { + "id": 807, + "name": "minecraft:campfire", + "translation_key": "block.minecraft.campfire", + "item_id": 1261, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "signal_fire", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4386, - "properties": { - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4387, - "properties": { - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 4388, - "properties": { - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 4389, - "properties": { - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 4390, - "properties": { - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 4391, - "properties": { - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 4392, - "properties": { - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 4393, - "properties": { - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 4394, - "properties": { - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 4395, - "properties": { - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 4396, - "properties": { - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 4397, - "properties": { - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 4398, - "properties": { - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 4399, - "properties": { - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 4400, - "properties": { - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 4401, - "properties": { - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 4402, - "properties": { - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 4403, - "properties": { - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 4404, - "properties": { - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 4405, - "properties": { - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 4406, - "properties": { - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 4407, - "properties": { - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 4408, - "properties": { - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 4409, - "properties": { - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 4410, - "properties": { - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 4411, - "properties": { - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 4412, - "properties": { - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 4413, - "properties": { - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 4414, - "properties": { - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 4415, - "properties": { - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 4416, - "properties": { - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 4417, - "properties": { - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:spruce_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 18983, + "states": [ + { + "id": 18980, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18981, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18982, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18983, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18984, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18985, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18986, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18987, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18988, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18989, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18990, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18991, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18992, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18993, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18994, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18995, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18996, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18997, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18998, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 18999, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19000, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19001, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19002, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19003, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19004, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19005, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19006, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19007, + "luminance": 15, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19008, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19009, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19010, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19011, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + } + ] + }, + { + "id": 808, + "name": "minecraft:soul_campfire", + "translation_key": "block.minecraft.soul_campfire", + "item_id": 1262, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "signal_fire", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11503, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11504, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11505, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11506, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11507, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11508, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:spruce_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:spruce_planks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 19015, + "states": [ + { + "id": 19012, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19013, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19014, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19015, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19016, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19017, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19018, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19019, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19020, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19021, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19022, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19023, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19024, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19025, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19026, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19027, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19028, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19029, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19030, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19031, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19032, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19033, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19034, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19035, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19036, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19037, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19038, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19039, + "luminance": 10, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19040, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19041, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19042, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + }, + { + "id": 19043, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 299 + ], + "block_entity_type": 33 + } + ] + }, + { + "id": 809, + "name": "minecraft:sweet_berry_bush", + "translation_key": "block.minecraft.sweet_berry_bush", + "item_id": 1259, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 19044, + "states": [ + { + "id": 19044, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19045, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19046, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19047, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 810, + "name": "minecraft:warped_stem", + "translation_key": "block.minecraft.warped_stem", + "item_id": 146, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 19049, + "states": [ + { + "id": 19048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 811, + "name": "minecraft:stripped_warped_stem", + "translation_key": "block.minecraft.stripped_warped_stem", + "item_id": 158, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7896, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7897, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7898, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7899, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7900, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7901, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7902, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7903, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7904, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7905, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7906, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 7907, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7908, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7909, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7910, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7911, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7912, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7913, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7914, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7915, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7916, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7917, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7918, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7919, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7920, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7921, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7922, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7923, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7924, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7925, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7926, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7927, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7928, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7929, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7930, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7931, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7932, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7933, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7934, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7935, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7936, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7937, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7938, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7939, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7940, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7941, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7942, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7943, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7944, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7945, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7946, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7947, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7948, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7949, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7950, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7951, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7952, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7953, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7954, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7955, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7956, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7957, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7958, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7959, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7960, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7961, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7962, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7963, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7964, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7965, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7966, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7967, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7968, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7969, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7970, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7971, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7972, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7973, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7974, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7975, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:spruce_trapdoor": { - "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "spruce", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 19052, + "states": [ + { + "id": 19051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 812, + "name": "minecraft:warped_hyphae", + "translation_key": "block.minecraft.warped_hyphae", + "item_id": 181, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 19055, + "states": [ + { + "id": 19054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 813, + "name": "minecraft:stripped_warped_hyphae", + "translation_key": "block.minecraft.stripped_warped_hyphae", + "item_id": 169, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 19058, + "states": [ + { + "id": 19057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 814, + "name": "minecraft:warped_nylium", + "translation_key": "block.minecraft.warped_nylium", + "item_id": 34, + "properties": [], + "default_state_id": 19060, + "states": [ + { + "id": 19060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 815, + "name": "minecraft:warped_fungus", + "translation_key": "block.minecraft.warped_fungus", + "item_id": 244, + "properties": [], + "default_state_id": 19061, + "states": [ + { + "id": 19061, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 816, + "name": "minecraft:warped_wart_block", + "translation_key": "block.minecraft.warped_wart_block", + "item_id": 532, + "properties": [], + "default_state_id": 19062, + "states": [ + { + "id": 19062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 817, + "name": "minecraft:warped_roots", + "translation_key": "block.minecraft.warped_roots", + "item_id": 246, + "properties": [], + "default_state_id": 19063, + "states": [ + { + "id": 19063, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 818, + "name": "minecraft:nether_sprouts", + "translation_key": "block.minecraft.nether_sprouts", + "item_id": 247, + "properties": [], + "default_state_id": 19064, + "states": [ + { + "id": 19064, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 819, + "name": "minecraft:crimson_stem", + "translation_key": "block.minecraft.crimson_stem", + "item_id": 145, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "powered": [ - "true", - "false" + "default_state_id": 19066, + "states": [ + { + "id": 19065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 820, + "name": "minecraft:stripped_crimson_stem", + "translation_key": "block.minecraft.stripped_crimson_stem", + "item_id": 157, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 6191, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6192, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6193, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6194, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6195, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6196, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6197, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6198, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6199, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6200, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6201, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6202, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6203, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6204, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6205, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 6206, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6207, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6208, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6209, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6210, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6211, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6212, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6213, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6214, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6215, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6216, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6217, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6218, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6219, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6220, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6221, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6222, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6223, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6224, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6225, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6226, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6227, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6228, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6229, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6230, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6231, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6232, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6233, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6234, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6235, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6236, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6237, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6238, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6239, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6240, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6241, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6242, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6243, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6244, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6245, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6246, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6247, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6248, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6249, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6250, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 6251, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 6252, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 6253, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 6254, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:spruce_wall_hanging_sign": { - "definition": { - "type": "minecraft:wall_hanging_sign", - "properties": {}, - "wood_type": "spruce" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 19069, + "states": [ + { + "id": 19068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 821, + "name": "minecraft:crimson_hyphae", + "translation_key": "block.minecraft.crimson_hyphae", + "item_id": 180, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5702, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5703, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 5704, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 5705, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 5706, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 5707, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 5708, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 5709, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:spruce_wall_sign": { - "definition": { - "type": "minecraft:wall_sign", - "properties": {}, - "wood_type": "spruce" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 19072, + "states": [ + { + "id": 19071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 822, + "name": "minecraft:stripped_crimson_hyphae", + "translation_key": "block.minecraft.stripped_crimson_hyphae", + "item_id": 168, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 4854, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 4855, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 4856, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 4857, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 4858, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 4859, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 4860, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 4861, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:spruce_wood": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 204, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 205, - "properties": { - "axis": "y" - } - }, - { - "id": 206, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:sticky_piston": { - "definition": { - "type": "minecraft:piston_base", - "properties": {}, - "sticky": true - }, - "properties": { - "extended": [ - "true", - "false" + "default_state_id": 19075, + "states": [ + { + "id": 19074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 823, + "name": "minecraft:crimson_nylium", + "translation_key": "block.minecraft.crimson_nylium", + "item_id": 33, + "properties": [], + "default_state_id": 19077, + "states": [ + { + "id": 19077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 824, + "name": "minecraft:crimson_fungus", + "translation_key": "block.minecraft.crimson_fungus", + "item_id": 243, + "properties": [], + "default_state_id": 19078, + "states": [ + { + "id": 19078, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 825, + "name": "minecraft:shroomlight", + "translation_key": "block.minecraft.shroomlight", + "item_id": 1263, + "properties": [], + "default_state_id": 19079, + "states": [ + { + "id": 19079, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 826, + "name": "minecraft:weeping_vines", + "translation_key": "block.minecraft.weeping_vines", + "item_id": 248, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24", + "25" + ] + } + ], + "default_state_id": 19080, + "states": [ + { + "id": 19080, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19081, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19082, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19083, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19084, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19085, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19086, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19087, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19088, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19089, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19090, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19091, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19092, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19093, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19094, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19095, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19096, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19097, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19098, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19099, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19100, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19101, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19102, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19103, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19104, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19105, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 827, + "name": "minecraft:weeping_vines_plant", + "translation_key": "block.minecraft.weeping_vines_plant", + "item_id": 0, + "properties": [], + "default_state_id": 19106, + "states": [ + { + "id": 19106, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 828, + "name": "minecraft:twisting_vines", + "translation_key": "block.minecraft.twisting_vines", + "item_id": 249, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24", + "25" + ] + } + ], + "default_state_id": 19107, + "states": [ + { + "id": 19107, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19108, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19109, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19110, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19111, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19112, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19113, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19114, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19115, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19116, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19117, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19118, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19119, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19120, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19121, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19122, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19123, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19124, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19125, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19126, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19127, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19128, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19129, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19130, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19131, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19132, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 829, + "name": "minecraft:twisting_vines_plant", + "translation_key": "block.minecraft.twisting_vines_plant", + "item_id": 0, + "properties": [], + "default_state_id": 19133, + "states": [ + { + "id": 19133, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 830, + "name": "minecraft:crimson_roots", + "translation_key": "block.minecraft.crimson_roots", + "item_id": 245, + "properties": [], + "default_state_id": 19134, + "states": [ + { + "id": 19134, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 831, + "name": "minecraft:crimson_planks", + "translation_key": "block.minecraft.crimson_planks", + "item_id": 46, + "properties": [], + "default_state_id": 19135, + "states": [ + { + "id": 19135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 832, + "name": "minecraft:warped_planks", + "translation_key": "block.minecraft.warped_planks", + "item_id": 47, + "properties": [], + "default_state_id": 19136, + "states": [ + { + "id": 19136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 833, + "name": "minecraft:crimson_slab", + "translation_key": "block.minecraft.crimson_slab", + "item_id": 273, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 2035, - "properties": { - "extended": "true", - "facing": "north" - } - }, - { - "id": 2036, - "properties": { - "extended": "true", - "facing": "east" - } - }, - { - "id": 2037, - "properties": { - "extended": "true", - "facing": "south" - } - }, - { - "id": 2038, - "properties": { - "extended": "true", - "facing": "west" - } - }, - { - "id": 2039, - "properties": { - "extended": "true", - "facing": "up" - } - }, - { - "id": 2040, - "properties": { - "extended": "true", - "facing": "down" - } - }, - { - "default": true, - "id": 2041, - "properties": { - "extended": "false", - "facing": "north" - } - }, - { - "id": 2042, - "properties": { - "extended": "false", - "facing": "east" - } - }, - { - "id": 2043, - "properties": { - "extended": "false", - "facing": "south" - } - }, - { - "id": 2044, - "properties": { - "extended": "false", - "facing": "west" - } - }, - { - "id": 2045, - "properties": { - "extended": "false", - "facing": "up" - } - }, - { - "id": 2046, - "properties": { - "extended": "false", - "facing": "down" - } - } - ] - }, - "minecraft:stone": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 1 - } - ] - }, - "minecraft:stone_brick_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 19140, + "states": [ + { + "id": 19137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 19138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 19139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 19140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 19141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 834, + "name": "minecraft:warped_slab", + "translation_key": "block.minecraft.warped_slab", + "item_id": 274, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11605, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11606, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11607, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11608, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11609, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11610, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:stone_brick_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:stone_bricks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 19146, + "states": [ + { + "id": 19143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 19144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 19145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 19146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 19147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 835, + "name": "minecraft:crimson_pressure_plate", + "translation_key": "block.minecraft.crimson_pressure_plate", + "item_id": 724, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 19150, + "states": [ + { + "id": 19149, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19150, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 836, + "name": "minecraft:warped_pressure_plate", + "translation_key": "block.minecraft.warped_pressure_plate", + "item_id": 725, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 19152, + "states": [ + { + "id": 19151, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19152, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 837, + "name": "minecraft:crimson_fence", + "translation_key": "block.minecraft.crimson_fence", + "item_id": 333, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7339, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7340, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7341, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7342, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7343, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7344, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7345, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7346, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7347, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7348, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7349, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 7350, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7351, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7352, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7353, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7354, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7355, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7356, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7357, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7358, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7359, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7360, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7361, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7362, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7363, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7364, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7365, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7366, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7367, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7368, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7369, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7370, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7371, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7372, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7373, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7374, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7375, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7376, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7377, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7378, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7379, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7380, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7381, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7382, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7383, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7384, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7385, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7386, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7387, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7388, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7389, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7390, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7391, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7392, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7393, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7394, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7395, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7396, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7397, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7398, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7399, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7400, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7401, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7402, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7403, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7404, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7405, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7406, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7407, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7408, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 7409, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 7410, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 7411, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 7412, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 7413, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 7414, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 7415, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 7416, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 7417, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 7418, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:stone_brick_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" + "default_state_id": 19184, + "states": [ + { + "id": 19153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 19154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 19155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 19156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 19157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 19158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 19159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 19160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 19161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 19162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 19163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 19164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 19165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 19167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 19169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 19170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 19171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 19172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 19173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 19174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 19175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 19176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 19177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 19178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 19179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 19180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 19181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 19182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + }, + { + "id": 19183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 19184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + } + ] + }, + { + "id": 838, + "name": "minecraft:warped_fence", + "translation_key": "block.minecraft.warped_fence", + "item_id": 334, + "properties": [ + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "none", - "low", - "tall" + "default_state_id": 19216, + "states": [ + { + "id": 19185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 19186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 19187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76, + 77 + ] + }, + { + "id": 19188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78, + 79 + ] + }, + { + "id": 19189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 19190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 19191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 76 + ] + }, + { + "id": 19192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80, + 79 + ] + }, + { + "id": 19193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 19194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 19195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75, + 77 + ] + }, + { + "id": 19196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81, + 79 + ] + }, + { + "id": 19197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 19199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 82 + ] + }, + { + "id": 19201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 19202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 19203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76, + 77 + ] + }, + { + "id": 19204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 19205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 19206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 19207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 76 + ] + }, + { + "id": 19208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 80 + ] + }, + { + "id": 19209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 19210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 19211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83, + 77 + ] + }, + { + "id": 19212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 81 + ] + }, + { + "id": 19213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 19214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + }, + { + "id": 19215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 83 + ] + }, + { + "id": 19216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 84 + ] + } + ] + }, + { + "id": 839, + "name": "minecraft:crimson_trapdoor", + "translation_key": "block.minecraft.crimson_trapdoor", + "item_id": 758, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "none", - "low", - "tall" + "default_state_id": 19232, + "states": [ + { + "id": 19217, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19218, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19219, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19220, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19221, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19222, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19223, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19224, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19225, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19226, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19227, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19228, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19229, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19230, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19231, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19232, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19233, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19234, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19235, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19236, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19237, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19238, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19239, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19240, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19241, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19242, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19243, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19244, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19245, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19246, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19247, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19248, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19249, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19250, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19251, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19252, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19253, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19254, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19255, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19256, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19257, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19258, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19259, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19260, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19261, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19262, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19263, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19264, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19265, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19266, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19267, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19268, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19269, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19270, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19271, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19272, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19273, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19274, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19275, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19276, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19277, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19278, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19279, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19280, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 840, + "name": "minecraft:warped_trapdoor", + "translation_key": "block.minecraft.warped_trapdoor", + "item_id": 759, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 19296, + "states": [ + { + "id": 19281, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19282, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19283, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19284, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19285, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19286, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19287, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19288, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19289, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19290, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19291, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19292, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19293, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19294, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19295, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19296, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19297, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19298, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19299, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19300, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19301, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19302, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19303, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19304, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19305, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19306, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19307, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19308, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19309, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19310, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19311, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19312, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19313, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19314, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19315, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19316, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19317, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19318, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19319, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19320, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19321, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19322, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19323, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19324, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19325, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19326, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19327, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19328, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19329, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19330, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19331, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19332, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19333, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19334, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19335, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19336, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 19337, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19338, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19339, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19340, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19341, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19342, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19343, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 19344, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 841, + "name": "minecraft:crimson_fence_gate", + "translation_key": "block.minecraft.crimson_fence_gate", + "item_id": 778, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "values": [ + "true", + "false" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 19352, + "states": [ + { + "id": 19345, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19346, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19347, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19348, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19349, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19350, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19351, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19352, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19353, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19354, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19355, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19356, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19357, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19358, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19359, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19360, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19361, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19362, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19363, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 19364, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 19365, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19366, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19367, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 19368, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 19369, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19370, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 19372, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 19373, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19374, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19375, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 19376, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + } + ] + }, + { + "id": 842, + "name": "minecraft:warped_fence_gate", + "translation_key": "block.minecraft.warped_fence_gate", + "item_id": 779, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "in_wall", + "values": [ + "true", + "false" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 16249, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16250, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16251, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 16252, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16253, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16254, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16255, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16256, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16257, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16258, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16259, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16260, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16261, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16262, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16263, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16264, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16265, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16266, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16267, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16268, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16269, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16270, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16271, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16272, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16273, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16274, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16275, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16276, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16277, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16278, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16279, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16280, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16281, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16282, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16283, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16284, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16285, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16286, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16287, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16288, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16289, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16290, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16291, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16292, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16293, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16294, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16295, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16296, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16297, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16298, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16299, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16300, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16301, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16302, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16303, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16304, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16305, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16306, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16307, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16308, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16309, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16310, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16311, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16312, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16313, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16314, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16315, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16316, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16317, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16318, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16319, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16320, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16321, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16322, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16323, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16324, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16325, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16326, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16327, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16328, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16329, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16330, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16331, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16332, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16333, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16334, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16335, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16336, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16337, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16338, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16339, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16340, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16341, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16342, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16343, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16344, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16345, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16346, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16347, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16348, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16349, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16350, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16351, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16352, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16353, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16354, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16355, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16356, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16357, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16358, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16359, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16360, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16361, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16362, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16363, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16364, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16365, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16366, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16367, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16368, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16369, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16370, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16371, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16372, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16373, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16374, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16375, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16376, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16377, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16378, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16379, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16380, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16381, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16382, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16383, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16384, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16385, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16386, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16387, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16388, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16389, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16390, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16391, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16392, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16393, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16394, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16395, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16396, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16397, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16398, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16399, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16400, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16401, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16402, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16403, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16404, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16405, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16406, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16407, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16408, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16409, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16410, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16411, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16412, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16413, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16414, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16415, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16416, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16417, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16418, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16419, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16420, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16421, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16422, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16423, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16424, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16425, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16426, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16427, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16428, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16429, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16430, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16431, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16432, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16433, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16434, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16435, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16436, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16437, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16438, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16439, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16440, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16441, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16442, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16443, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16444, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16445, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16446, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16447, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16448, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16449, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16450, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16451, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16452, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16453, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16454, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16455, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16456, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16457, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16458, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16459, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16460, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16461, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16462, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16463, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16464, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16465, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16466, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16467, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16468, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16469, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16470, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16471, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16472, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16473, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16474, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16475, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16476, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16477, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16478, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16479, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16480, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16481, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16482, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16483, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16484, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16485, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16486, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16487, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16488, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16489, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16490, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16491, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16492, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16493, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16494, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16495, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16496, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16497, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16498, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16499, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16500, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16501, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16502, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16503, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16504, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16505, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16506, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16507, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16508, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16509, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16510, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16511, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16512, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16513, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16514, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16515, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16516, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16517, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16518, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16519, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16520, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16521, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16522, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16523, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16524, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16525, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16526, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16527, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16528, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16529, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16530, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16531, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16532, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16533, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16534, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16535, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16536, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16537, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16538, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16539, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16540, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16541, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16542, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16543, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16544, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16545, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16546, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16547, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16548, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16549, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16550, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16551, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16552, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16553, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16554, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16555, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16556, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16557, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16558, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16559, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16560, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16561, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16562, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16563, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16564, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16565, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16566, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 16567, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 16568, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 16569, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 16570, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 16571, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 16572, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:stone_bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6767 - } - ] - }, - "minecraft:stone_button": { - "definition": { - "type": "minecraft:button", - "block_set_type": "stone", - "properties": {}, - "ticks_to_stay_pressed": 20 - }, - "properties": { - "face": [ - "floor", - "wall", - "ceiling" + "default_state_id": 19384, + "states": [ + { + "id": 19377, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19378, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19379, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19380, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19381, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19382, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19383, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19384, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19385, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19386, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19387, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19388, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19389, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19390, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19391, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19392, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 75 + ] + }, + { + "id": 19393, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19394, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19395, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 19396, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 19397, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19398, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19399, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 19400, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 19401, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19402, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19403, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 19404, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 19405, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19406, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19407, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + }, + { + "id": 19408, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 78 + ] + } + ] + }, + { + "id": 843, + "name": "minecraft:crimson_stairs", + "translation_key": "block.minecraft.crimson_stairs", + "item_id": 407, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 19420, + "states": [ + { + "id": 19409, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 19410, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 19411, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 19412, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 19413, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 19414, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 19415, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 19416, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 19417, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 19418, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 19419, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 19420, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 19421, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 19422, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 19423, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 19424, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 19425, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 19426, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 19427, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 19428, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 19429, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 19430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 19431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 19432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 19433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 19434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 19435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 19436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 19437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 19438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 19439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 19440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 19441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 19442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 19443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 19444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 19445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 19446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 19447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 19448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 19449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 19450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 19451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 19452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 19453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 19454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 19455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 19456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 19457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 19458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 19459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 19460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 19461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 19462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 19463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 19464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 19465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 19466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 19467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 19468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 19469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 19470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 19471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 19472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 19473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 19474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 19475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 19476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 19477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 19478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 19479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 19480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 19481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 19482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 19483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 19484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 19485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 19486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 19487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 19488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 844, + "name": "minecraft:warped_stairs", + "translation_key": "block.minecraft.warped_stairs", + "item_id": 408, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5914, - "properties": { - "face": "floor", - "facing": "north", - "powered": "true" - } - }, - { - "id": 5915, - "properties": { - "face": "floor", - "facing": "north", - "powered": "false" - } - }, - { - "id": 5916, - "properties": { - "face": "floor", - "facing": "south", - "powered": "true" - } - }, - { - "id": 5917, - "properties": { - "face": "floor", - "facing": "south", - "powered": "false" - } - }, - { - "id": 5918, - "properties": { - "face": "floor", - "facing": "west", - "powered": "true" - } - }, - { - "id": 5919, - "properties": { - "face": "floor", - "facing": "west", - "powered": "false" - } - }, - { - "id": 5920, - "properties": { - "face": "floor", - "facing": "east", - "powered": "true" - } - }, - { - "id": 5921, - "properties": { - "face": "floor", - "facing": "east", - "powered": "false" - } - }, - { - "id": 5922, - "properties": { - "face": "wall", - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 5923, - "properties": { - "face": "wall", - "facing": "north", - "powered": "false" - } - }, - { - "id": 5924, - "properties": { - "face": "wall", - "facing": "south", - "powered": "true" - } - }, - { - "id": 5925, - "properties": { - "face": "wall", - "facing": "south", - "powered": "false" - } - }, - { - "id": 5926, - "properties": { - "face": "wall", - "facing": "west", - "powered": "true" - } - }, - { - "id": 5927, - "properties": { - "face": "wall", - "facing": "west", - "powered": "false" - } - }, - { - "id": 5928, - "properties": { - "face": "wall", - "facing": "east", - "powered": "true" - } - }, - { - "id": 5929, - "properties": { - "face": "wall", - "facing": "east", - "powered": "false" - } - }, - { - "id": 5930, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "true" - } - }, - { - "id": 5931, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "false" - } - }, - { - "id": 5932, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "true" - } - }, - { - "id": 5933, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "false" - } - }, - { - "id": 5934, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "true" - } - }, - { - "id": 5935, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "false" - } - }, - { - "id": 5936, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "true" - } - }, - { - "id": 5937, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:stone_pressure_plate": { - "definition": { - "type": "minecraft:pressure_plate", - "block_set_type": "stone", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5814, - "properties": { - "powered": "true" - } - }, - { - "default": true, - "id": 5815, - "properties": { - "powered": "false" - } - } - ] - }, - "minecraft:stone_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 19500, + "states": [ + { + "id": 19489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 19490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 19491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 19492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 19493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 19494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 19495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 19496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 19497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 19498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 19499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 19500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 19501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 19502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 19503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 19504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 19505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 19506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 19507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 19508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 19509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 19510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 19511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 19512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 19513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 19514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 19515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 19516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 19517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 19518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 19519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 19520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 19521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 19522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 19523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 19524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 19525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 19526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 19527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 19528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 19529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 19530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 19531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 19532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 19533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 19534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 19535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 19536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 19537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 19538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 19539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 19540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 19541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 19542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 19543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 19544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 19545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 19546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 19547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 19548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 19549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 19550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 19551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 19552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 19553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 19554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 19555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 19556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 19557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 19558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 19559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 19560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 19561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 19562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 19563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 19564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 19565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 19566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 19567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 19568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 845, + "name": "minecraft:crimson_button", + "translation_key": "block.minecraft.crimson_button", + "item_id": 708, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 11563, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 11564, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 11565, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 11566, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 11567, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 11568, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:stone_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:stone" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 19578, + "states": [ + { + "id": 19569, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19570, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19571, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19572, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19573, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19574, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19575, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19576, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19577, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19578, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19579, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19580, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19581, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19582, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19583, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19584, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19585, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19586, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19587, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19588, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19589, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19590, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19591, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19592, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 846, + "name": "minecraft:warped_button", + "translation_key": "block.minecraft.warped_button", + "item_id": 709, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 19602, + "states": [ + { + "id": 19593, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19594, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19595, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19596, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19597, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19598, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19599, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19600, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19601, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19602, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19603, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19604, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19605, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19606, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19607, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19608, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19609, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19610, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19611, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19612, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19613, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19614, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19615, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 19616, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 847, + "name": "minecraft:crimson_door", + "translation_key": "block.minecraft.crimson_door", + "item_id": 737, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 19628, + "states": [ + { + "id": 19617, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19618, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19619, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19620, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19621, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19622, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19623, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19624, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19625, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19626, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19627, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19628, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19629, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19630, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19631, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19632, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19633, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19634, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19635, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19636, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19637, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19638, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19639, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19640, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19641, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19642, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19643, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19644, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19645, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19646, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19647, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19648, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19649, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19650, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19651, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19652, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19653, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19654, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19655, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19656, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19657, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19658, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19659, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19660, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19661, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19662, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19663, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19664, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19665, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19666, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19667, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19668, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19669, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19670, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19671, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19672, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19673, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19674, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19675, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19676, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19677, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19678, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19679, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19680, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 848, + "name": "minecraft:warped_door", + "translation_key": "block.minecraft.warped_door", + "item_id": 738, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 13911, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13912, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13913, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13914, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13915, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13916, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13917, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13918, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13919, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13920, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13921, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 13922, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13923, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13924, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13925, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13926, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13927, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13928, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13929, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13930, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13931, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13932, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13933, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13934, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13935, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13936, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13937, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13938, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13939, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13940, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13941, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13942, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13943, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13944, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13945, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13946, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13947, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13948, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13949, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13950, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13951, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13952, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13953, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13954, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13955, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13956, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13957, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13958, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13959, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13960, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13961, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13962, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13963, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13964, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13965, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13966, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13967, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13968, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13969, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13970, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13971, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13972, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13973, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13974, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13975, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13976, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13977, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13978, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13979, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13980, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 13981, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 13982, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 13983, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 13984, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 13985, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 13986, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 13987, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 13988, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 13989, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 13990, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:stonecutter": { - "definition": { - "type": "minecraft:stonecutter", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 18936, - "properties": { - "facing": "north" - } - }, - { - "id": 18937, - "properties": { - "facing": "south" - } - }, - { - "id": 18938, - "properties": { - "facing": "west" - } - }, - { - "id": 18939, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:stripped_acacia_log": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 180, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 181, - "properties": { - "axis": "y" - } - }, - { - "id": 182, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_acacia_wood": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 237, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 238, - "properties": { - "axis": "y" - } - }, - { - "id": 239, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_bamboo_block": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 198, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 199, - "properties": { - "axis": "y" - } - }, - { - "id": 200, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_birch_log": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 174, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 175, - "properties": { - "axis": "y" - } - }, - { - "id": 176, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_birch_wood": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 231, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 232, - "properties": { - "axis": "y" - } - }, - { - "id": 233, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_cherry_log": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 183, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 184, - "properties": { - "axis": "y" - } - }, - { - "id": 185, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_cherry_wood": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 240, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 241, - "properties": { - "axis": "y" - } - }, - { - "id": 242, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_crimson_hyphae": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 19074, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 19075, - "properties": { - "axis": "y" - } - }, - { - "id": 19076, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_crimson_stem": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 19068, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 19069, - "properties": { - "axis": "y" - } - }, - { - "id": 19070, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_dark_oak_log": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 186, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 187, - "properties": { - "axis": "y" - } - }, - { - "id": 188, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_dark_oak_wood": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 243, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 244, - "properties": { - "axis": "y" - } - }, - { - "id": 245, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_jungle_log": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 177, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 178, - "properties": { - "axis": "y" - } - }, - { - "id": 179, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_jungle_wood": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 234, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 235, - "properties": { - "axis": "y" - } - }, - { - "id": 236, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_mangrove_log": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 195, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 196, - "properties": { - "axis": "y" - } - }, - { - "id": 197, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_mangrove_wood": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 249, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 250, - "properties": { - "axis": "y" - } - }, - { - "id": 251, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_oak_log": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 192, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 193, - "properties": { - "axis": "y" - } - }, - { - "id": 194, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_oak_wood": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 225, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 226, - "properties": { - "axis": "y" - } - }, - { - "id": 227, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_pale_oak_log": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 189, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 190, - "properties": { - "axis": "y" - } - }, - { - "id": 191, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_pale_oak_wood": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 246, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 247, - "properties": { - "axis": "y" - } - }, - { - "id": 248, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_spruce_log": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 171, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 172, - "properties": { - "axis": "y" - } - }, - { - "id": 173, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_spruce_wood": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 228, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 229, - "properties": { - "axis": "y" - } - }, - { - "id": 230, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_warped_hyphae": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 19057, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 19058, - "properties": { - "axis": "y" - } - }, - { - "id": 19059, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:stripped_warped_stem": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 19051, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 19052, - "properties": { - "axis": "y" - } - }, - { - "id": 19053, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:structure_block": { - "definition": { - "type": "minecraft:structure", - "properties": {} - }, - "properties": { - "mode": [ - "save", - "load", - "corner", - "data" - ] - }, - "states": [ - { - "id": 19825, - "properties": { - "mode": "save" - } - }, - { - "default": true, - "id": 19826, - "properties": { - "mode": "load" - } - }, - { - "id": 19827, - "properties": { - "mode": "corner" - } - }, - { - "id": 19828, - "properties": { - "mode": "data" - } - } - ] - }, - "minecraft:structure_void": { - "definition": { - "type": "minecraft:structure_void", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13018 - } - ] - }, - "minecraft:sugar_cane": { - "definition": { - "type": "minecraft:sugar_cane", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 5965, - "properties": { - "age": "0" - } - }, - { - "id": 5966, - "properties": { - "age": "1" - } - }, - { - "id": 5967, - "properties": { - "age": "2" - } - }, - { - "id": 5968, - "properties": { - "age": "3" - } - }, - { - "id": 5969, - "properties": { - "age": "4" - } - }, - { - "id": 5970, - "properties": { - "age": "5" - } - }, - { - "id": 5971, - "properties": { - "age": "6" - } - }, - { - "id": 5972, - "properties": { - "age": "7" - } - }, - { - "id": 5973, - "properties": { - "age": "8" - } - }, - { - "id": 5974, - "properties": { - "age": "9" - } - }, - { - "id": 5975, - "properties": { - "age": "10" - } - }, - { - "id": 5976, - "properties": { - "age": "11" - } - }, - { - "id": 5977, - "properties": { - "age": "12" - } - }, - { - "id": 5978, - "properties": { - "age": "13" - } - }, - { - "id": 5979, - "properties": { - "age": "14" - } - }, - { - "id": 5980, - "properties": { - "age": "15" - } - } - ] - }, - "minecraft:sunflower": { - "definition": { - "type": "minecraft:tall_flower", - "properties": {} - }, - "properties": { - "half": [ - "upper", - "lower" - ] - }, - "states": [ - { - "id": 11082, - "properties": { - "half": "upper" - } - }, - { - "default": true, - "id": 11083, - "properties": { - "half": "lower" - } - } - ] - }, - "minecraft:suspicious_gravel": { - "definition": { - "type": "minecraft:brushable", - "brush_completed_sound": "minecraft:item.brush.brushing.gravel", - "brush_sound": "minecraft:item.brush.brushing.gravel", - "properties": {}, - "turns_into": "minecraft:gravel" - }, - "properties": { - "dusted": [ - "0", - "1", - "2", - "3" - ] - }, - "states": [ - { - "default": true, - "id": 125, - "properties": { - "dusted": "0" - } - }, - { - "id": 126, - "properties": { - "dusted": "1" - } - }, - { - "id": 127, - "properties": { - "dusted": "2" - } - }, - { - "id": 128, - "properties": { - "dusted": "3" - } - } - ] - }, - "minecraft:suspicious_sand": { - "definition": { - "type": "minecraft:brushable", - "brush_completed_sound": "minecraft:item.brush.brushing.sand", - "brush_sound": "minecraft:item.brush.brushing.sand", - "properties": {}, - "turns_into": "minecraft:sand" - }, - "properties": { - "dusted": [ - "0", - "1", - "2", - "3" - ] - }, - "states": [ - { - "default": true, - "id": 119, - "properties": { - "dusted": "0" - } - }, - { - "id": 120, - "properties": { - "dusted": "1" - } - }, - { - "id": 121, - "properties": { - "dusted": "2" - } - }, - { - "id": 122, - "properties": { - "dusted": "3" - } - } - ] - }, - "minecraft:sweet_berry_bush": { - "definition": { - "type": "minecraft:sweet_berry_bush", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3" - ] - }, - "states": [ - { - "default": true, - "id": 19044, - "properties": { - "age": "0" - } - }, - { - "id": 19045, - "properties": { - "age": "1" - } - }, - { - "id": 19046, - "properties": { - "age": "2" - } - }, - { - "id": 19047, - "properties": { - "age": "3" - } - } - ] - }, - "minecraft:tall_grass": { - "definition": { - "type": "minecraft:double_plant", - "properties": {} - }, - "properties": { - "half": [ - "upper", - "lower" - ] - }, - "states": [ - { - "id": 11090, - "properties": { - "half": "upper" - } - }, - { - "default": true, - "id": 11091, - "properties": { - "half": "lower" - } - } - ] - }, - "minecraft:tall_seagrass": { - "definition": { - "type": "minecraft:tall_seagrass", - "properties": {} - }, - "properties": { - "half": [ - "upper", - "lower" - ] - }, - "states": [ - { - "id": 2052, - "properties": { - "half": "upper" - } - }, - { - "default": true, - "id": 2053, - "properties": { - "half": "lower" - } - } - ] - }, - "minecraft:target": { - "definition": { - "type": "minecraft:target", - "properties": {} - }, - "properties": { - "power": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 19850, - "properties": { - "power": "0" - } - }, - { - "id": 19851, - "properties": { - "power": "1" - } - }, - { - "id": 19852, - "properties": { - "power": "2" - } - }, - { - "id": 19853, - "properties": { - "power": "3" - } - }, - { - "id": 19854, - "properties": { - "power": "4" - } - }, - { - "id": 19855, - "properties": { - "power": "5" - } - }, - { - "id": 19856, - "properties": { - "power": "6" - } - }, - { - "id": 19857, - "properties": { - "power": "7" - } - }, - { - "id": 19858, - "properties": { - "power": "8" - } - }, - { - "id": 19859, - "properties": { - "power": "9" - } - }, - { - "id": 19860, - "properties": { - "power": "10" - } - }, - { - "id": 19861, - "properties": { - "power": "11" - } - }, - { - "id": 19862, - "properties": { - "power": "12" - } - }, - { - "id": 19863, - "properties": { - "power": "13" - } - }, - { - "id": 19864, - "properties": { - "power": "14" - } - }, - { - "id": 19865, - "properties": { - "power": "15" - } - } - ] - }, - "minecraft:terracotta": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11079 - } - ] - }, - "minecraft:tinted_glass": { - "definition": { - "type": "minecraft:tinted_glass", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 22786 - } - ] - }, - "minecraft:tnt": { - "definition": { - "type": "minecraft:tnt", - "properties": {} - }, - "properties": { - "unstable": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 2137, - "properties": { - "unstable": "true" - } - }, - { - "default": true, - "id": 2138, - "properties": { - "unstable": "false" - } - } - ] - }, - "minecraft:torch": { - "definition": { - "type": "minecraft:torch", - "particle_options": "minecraft:flame", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2398 - } - ] - }, - "minecraft:torchflower": { - "definition": { - "type": "minecraft:flower", - "properties": {}, - "suspicious_stew_effects": [ - { - "duration": 100, - "id": "minecraft:night_vision" - } - ] - }, - "states": [ - { - "default": true, - "id": 2119 - } - ] - }, - "minecraft:torchflower_crop": { - "definition": { - "type": "minecraft:torchflower_crop", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1" - ] - }, - "states": [ - { - "default": true, - "id": 12964, - "properties": { - "age": "0" - } - }, - { - "id": 12965, - "properties": { - "age": "1" - } - } - ] - }, - "minecraft:trapped_chest": { - "definition": { - "type": "minecraft:trapped_chest", - "properties": {} - }, - "properties": { - "type": [ - "single", - "left", - "right" + "default_state_id": 19692, + "states": [ + { + "id": 19681, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19682, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19683, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19684, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19685, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19686, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19687, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19688, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19689, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19690, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19691, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19692, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19693, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19694, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19695, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19696, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19697, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19698, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19699, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19700, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19701, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19702, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19703, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19704, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19705, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19706, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19707, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19708, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19709, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19710, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19711, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19712, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19713, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19714, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19715, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19716, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19717, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19718, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19719, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19720, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19721, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19722, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19723, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19724, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19725, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19726, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19727, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19728, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 19729, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19730, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19731, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19732, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19733, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19734, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19735, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19736, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19737, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19738, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 19739, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19740, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19741, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19742, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 19743, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 19744, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 849, + "name": "minecraft:crimson_sign", + "translation_key": "block.minecraft.crimson_sign", + "item_id": 918, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 19746, + "states": [ + { + "id": 19745, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19746, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19747, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19748, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19749, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19750, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19751, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19752, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19753, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19754, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19755, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19756, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19757, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19758, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19759, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19760, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19761, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19762, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19763, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19764, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19765, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19766, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19767, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19768, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19769, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19770, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19771, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19772, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19773, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19774, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19775, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19776, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 850, + "name": "minecraft:warped_sign", + "translation_key": "block.minecraft.warped_sign", + "item_id": 919, + "properties": [ + { + "name": "rotation", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9374, - "properties": { - "type": "single", - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 9375, - "properties": { - "type": "single", - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 9376, - "properties": { - "type": "left", - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 9377, - "properties": { - "type": "left", - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 9378, - "properties": { - "type": "right", - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 9379, - "properties": { - "type": "right", - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 9380, - "properties": { - "type": "single", - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 9381, - "properties": { - "type": "single", - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 9382, - "properties": { - "type": "left", - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 9383, - "properties": { - "type": "left", - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 9384, - "properties": { - "type": "right", - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 9385, - "properties": { - "type": "right", - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 9386, - "properties": { - "type": "single", - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 9387, - "properties": { - "type": "single", - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 9388, - "properties": { - "type": "left", - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 9389, - "properties": { - "type": "left", - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 9390, - "properties": { - "type": "right", - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 9391, - "properties": { - "type": "right", - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 9392, - "properties": { - "type": "single", - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 9393, - "properties": { - "type": "single", - "facing": "east", - "waterlogged": "false" - } - }, - { - "id": 9394, - "properties": { - "type": "left", - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 9395, - "properties": { - "type": "left", - "facing": "east", - "waterlogged": "false" - } - }, - { - "id": 9396, - "properties": { - "type": "right", - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 9397, - "properties": { - "type": "right", - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:trial_spawner": { - "definition": { - "type": "minecraft:trial_spawner", - "properties": {} - }, - "properties": { - "ominous": [ - "true", - "false" + "default_state_id": 19778, + "states": [ + { + "id": 19777, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19778, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19779, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19780, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19781, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19782, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19783, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19784, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19785, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19786, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19787, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19788, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19789, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19790, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19791, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19792, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19793, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19794, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19795, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19796, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19797, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19798, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19799, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19800, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19801, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19802, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19803, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19804, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19805, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19806, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19807, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19808, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 851, + "name": "minecraft:crimson_wall_sign", + "translation_key": "block.minecraft.crimson_sign", + "item_id": 918, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "trial_spawner_state": [ - "inactive", - "waiting_for_players", - "active", - "waiting_for_reward_ejection", - "ejecting_reward", - "cooldown" - ] - }, - "states": [ - { - "id": 27107, - "properties": { - "ominous": "true", - "trial_spawner_state": "inactive" - } - }, - { - "id": 27108, - "properties": { - "ominous": "true", - "trial_spawner_state": "waiting_for_players" - } - }, - { - "id": 27109, - "properties": { - "ominous": "true", - "trial_spawner_state": "active" - } - }, - { - "id": 27110, - "properties": { - "ominous": "true", - "trial_spawner_state": "waiting_for_reward_ejection" - } - }, - { - "id": 27111, - "properties": { - "ominous": "true", - "trial_spawner_state": "ejecting_reward" - } - }, - { - "id": 27112, - "properties": { - "ominous": "true", - "trial_spawner_state": "cooldown" - } - }, - { - "default": true, - "id": 27113, - "properties": { - "ominous": "false", - "trial_spawner_state": "inactive" - } - }, - { - "id": 27114, - "properties": { - "ominous": "false", - "trial_spawner_state": "waiting_for_players" - } - }, - { - "id": 27115, - "properties": { - "ominous": "false", - "trial_spawner_state": "active" - } - }, - { - "id": 27116, - "properties": { - "ominous": "false", - "trial_spawner_state": "waiting_for_reward_ejection" - } - }, - { - "id": 27117, - "properties": { - "ominous": "false", - "trial_spawner_state": "ejecting_reward" - } - }, - { - "id": 27118, - "properties": { - "ominous": "false", - "trial_spawner_state": "cooldown" - } - } - ] - }, - "minecraft:tripwire": { - "definition": { - "type": "minecraft:tripwire", - "hook": "minecraft:tripwire_hook", - "properties": {} - }, - "properties": { - "attached": [ - "true", - "false" + "default_state_id": 19810, + "states": [ + { + "id": 19809, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19810, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19811, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19812, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19813, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19814, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19815, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19816, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 852, + "name": "minecraft:warped_wall_sign", + "translation_key": "block.minecraft.warped_sign", + "item_id": 919, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "disarmed": [ - "true", - "false" + "default_state_id": 19818, + "states": [ + { + "id": 19817, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19818, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19819, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19820, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19821, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19822, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19823, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + }, + { + "id": 19824, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [], + "block_entity_type": 7 + } + ] + }, + { + "id": 853, + "name": "minecraft:structure_block", + "translation_key": "block.minecraft.structure_block", + "item_id": 814, + "properties": [ + { + "name": "mode", + "values": [ + "save", + "load", + "corner", + "data" + ] + } ], - "east": [ - "true", - "false" + "default_state_id": 19826, + "states": [ + { + "id": 19825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 21 + }, + { + "id": 19826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 21 + }, + { + "id": 19827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 21 + }, + { + "id": 19828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 21 + } + ] + }, + { + "id": 854, + "name": "minecraft:jigsaw", + "translation_key": "block.minecraft.jigsaw", + "item_id": 815, + "properties": [ + { + "name": "orientation", + "values": [ + "down_east", + "down_north", + "down_south", + "down_west", + "up_east", + "up_north", + "up_south", + "up_west", + "west_up", + "east_up", + "north_up", + "south_up" + ] + } + ], + "default_state_id": 19839, + "states": [ + { + "id": 19829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 32 + }, + { + "id": 19830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 32 + }, + { + "id": 19831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 32 + }, + { + "id": 19832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 32 + }, + { + "id": 19833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 32 + }, + { + "id": 19834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 32 + }, + { + "id": 19835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 32 + }, + { + "id": 19836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 32 + }, + { + "id": 19837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 32 + }, + { + "id": 19838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 32 + }, + { + "id": 19839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 32 + }, + { + "id": 19840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 32 + } + ] + }, + { + "id": 855, + "name": "minecraft:composter", + "translation_key": "block.minecraft.composter", + "item_id": 1247, + "properties": [ + { + "name": "level", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8" + ] + } + ], + "default_state_id": 19841, + "states": [ + { + "id": 19841, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 300, + 301, + 302, + 303 + ] + }, + { + "id": 19842, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 300, + 301, + 302, + 303 + ] + }, + { + "id": 19843, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 300, + 301, + 302, + 303 + ] + }, + { + "id": 19844, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 300, + 301, + 302, + 303 + ] + }, + { + "id": 19845, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 300, + 301, + 302, + 303 + ] + }, + { + "id": 19846, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 300, + 301, + 302, + 303 + ] + }, + { + "id": 19847, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 300, + 301, + 302, + 303 + ] + }, + { + "id": 19848, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 300, + 301, + 302, + 303 + ] + }, + { + "id": 19849, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 70, + 300, + 301, + 302, + 303 + ] + } + ] + }, + { + "id": 856, + "name": "minecraft:target", + "translation_key": "block.minecraft.target", + "item_id": 685, + "properties": [ + { + "name": "power", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + } + ], + "default_state_id": 19850, + "states": [ + { + "id": 19850, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19851, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19852, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19853, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19854, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19855, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19856, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19857, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19858, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19859, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19860, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19861, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19862, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19863, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19864, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19865, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 857, + "name": "minecraft:bee_nest", + "translation_key": "block.minecraft.bee_nest", + "item_id": 1265, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "honey_level", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + } + ], + "default_state_id": 19866, + "states": [ + { + "id": 19866, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19867, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19868, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19869, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19870, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19871, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19872, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19873, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19874, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19875, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19876, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19877, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19878, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19889, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + } + ] + }, + { + "id": 858, + "name": "minecraft:beehive", + "translation_key": "block.minecraft.beehive", + "item_id": 1266, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "honey_level", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5" + ] + } + ], + "default_state_id": 19890, + "states": [ + { + "id": 19890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19891, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19893, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + }, + { + "id": 19913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 34 + } + ] + }, + { + "id": 859, + "name": "minecraft:honey_block", + "translation_key": "block.minecraft.honey_block", + "item_id": 679, + "properties": [], + "default_state_id": 19914, + "states": [ + { + "id": 19914, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 74 + ] + } + ] + }, + { + "id": 860, + "name": "minecraft:honeycomb_block", + "translation_key": "block.minecraft.honeycomb_block", + "item_id": 1268, + "properties": [], + "default_state_id": 19915, + "states": [ + { + "id": 19915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 861, + "name": "minecraft:netherite_block", + "translation_key": "block.minecraft.netherite_block", + "item_id": 94, + "properties": [], + "default_state_id": 19916, + "states": [ + { + "id": 19916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 862, + "name": "minecraft:ancient_debris", + "translation_key": "block.minecraft.ancient_debris", + "item_id": 82, + "properties": [], + "default_state_id": 19917, + "states": [ + { + "id": 19917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 863, + "name": "minecraft:crying_obsidian", + "translation_key": "block.minecraft.crying_obsidian", + "item_id": 1270, + "properties": [], + "default_state_id": 19918, + "states": [ + { + "id": 19918, + "luminance": 10, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 864, + "name": "minecraft:respawn_anchor", + "translation_key": "block.minecraft.respawn_anchor", + "item_id": 1283, + "properties": [ + { + "name": "charges", + "values": [ + "0", + "1", + "2", + "3", + "4" + ] + } + ], + "default_state_id": 19919, + "states": [ + { + "id": 19919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19920, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19921, + "luminance": 7, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19922, + "luminance": 11, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 19923, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 865, + "name": "minecraft:potted_crimson_fungus", + "translation_key": "block.minecraft.potted_crimson_fungus", + "item_id": 0, + "properties": [], + "default_state_id": 19924, + "states": [ + { + "id": 19924, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 866, + "name": "minecraft:potted_warped_fungus", + "translation_key": "block.minecraft.potted_warped_fungus", + "item_id": 0, + "properties": [], + "default_state_id": 19925, + "states": [ + { + "id": 19925, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 867, + "name": "minecraft:potted_crimson_roots", + "translation_key": "block.minecraft.potted_crimson_roots", + "item_id": 0, + "properties": [], + "default_state_id": 19926, + "states": [ + { + "id": 19926, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 868, + "name": "minecraft:potted_warped_roots", + "translation_key": "block.minecraft.potted_warped_roots", + "item_id": 0, + "properties": [], + "default_state_id": 19927, + "states": [ + { + "id": 19927, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 869, + "name": "minecraft:lodestone", + "translation_key": "block.minecraft.lodestone", + "item_id": 1269, + "properties": [], + "default_state_id": 19928, + "states": [ + { + "id": 19928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 870, + "name": "minecraft:blackstone", + "translation_key": "block.minecraft.blackstone", + "item_id": 1271, + "properties": [], + "default_state_id": 19929, + "states": [ + { + "id": 19929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 871, + "name": "minecraft:blackstone_stairs", + "translation_key": "block.minecraft.blackstone_stairs", + "item_id": 1273, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 19941, + "states": [ + { + "id": 19930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 19931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 19932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 19933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 19934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 19935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 19936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 19937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 19938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 19939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 19940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 19941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 19942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 19943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 19944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 19945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 19946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 19947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 19948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 19949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 19950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 19951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 19952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 19953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 19954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 19955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 19956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 19957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 19958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 19959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 19960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 19961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 19962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 19963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 19964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 19965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 19966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 19967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 19968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 19969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 19970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 19971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 19972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 19973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 19974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 19975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 19976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 19977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 19978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 19979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 19980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 19981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 19982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 19983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 19984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 19985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 19986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 19987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 19988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 19989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 19990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 19991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 19992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 19993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 19994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 19995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 19996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 19997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 19998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 19999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 20000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 20001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 20002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 20003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 20004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 20005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 20006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 20007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 20008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 20009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 872, + "name": "minecraft:blackstone_wall", + "translation_key": "block.minecraft.blackstone_wall", + "item_id": 426, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "powered": [ - "true", - "false" + "default_state_id": 20013, + "states": [ + { + "id": 20010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 20011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 20012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 20013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 20014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 20015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 20016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 20018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 20019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 20021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 20022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 20023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 20026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 20029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20030, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20031, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 20032, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20033, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20034, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 20035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20036, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20037, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 20038, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20039, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 20041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 20044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 20047, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 20050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 20053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 20056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 20083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 20086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 20089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 20092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20107, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20108, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20109, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20110, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20111, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20112, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20113, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20114, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20115, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20116, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20117, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20118, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 20119, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20120, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20121, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 20122, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20123, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20124, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 20125, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20126, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20127, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 20128, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20129, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20130, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 20131, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20132, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20133, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 20134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 20137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 20140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 20143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 20146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 20149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 20152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 20155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 20158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 20161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 20164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 20191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 20194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 20197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 20200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 20227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 20230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 20233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 20236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 20239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 20242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 20245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 20248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 20251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20252, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20253, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 20254, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20255, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 20257, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20258, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20259, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 20260, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20261, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20262, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 20263, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20264, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20265, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 20266, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20267, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20268, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 20269, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20270, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20271, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 20272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20282, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20283, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20284, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20285, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20286, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20287, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20288, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20289, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20290, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20291, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20292, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20293, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20294, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20296, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20297, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20298, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 20299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20300, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20301, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 20302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20303, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20304, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 20305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20306, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20307, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 20308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20309, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20310, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20311, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20312, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20314, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20315, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20316, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20317, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20318, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20319, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20320, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20321, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20322, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20323, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20324, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20325, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20326, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20327, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20329, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20330, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20331, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20332, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20333, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 873, + "name": "minecraft:blackstone_slab", + "translation_key": "block.minecraft.blackstone_slab", + "item_id": 1272, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 20337, + "states": [ + { + "id": 20334, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 20335, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 20336, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 20337, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 20338, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 20339, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 874, + "name": "minecraft:polished_blackstone", + "translation_key": "block.minecraft.polished_blackstone", + "item_id": 1275, + "properties": [], + "default_state_id": 20340, + "states": [ + { + "id": 20340, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 875, + "name": "minecraft:polished_blackstone_bricks", + "translation_key": "block.minecraft.polished_blackstone_bricks", + "item_id": 1279, + "properties": [], + "default_state_id": 20341, + "states": [ + { + "id": 20341, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 876, + "name": "minecraft:cracked_polished_blackstone_bricks", + "translation_key": "block.minecraft.cracked_polished_blackstone_bricks", + "item_id": 1282, + "properties": [], + "default_state_id": 20342, + "states": [ + { + "id": 20342, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 877, + "name": "minecraft:chiseled_polished_blackstone", + "translation_key": "block.minecraft.chiseled_polished_blackstone", + "item_id": 1278, + "properties": [], + "default_state_id": 20343, + "states": [ + { + "id": 20343, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 878, + "name": "minecraft:polished_blackstone_brick_slab", + "translation_key": "block.minecraft.polished_blackstone_brick_slab", + "item_id": 1280, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7767, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "true", - "north": "true", - "powered": "true", - "south": "true", - "west": "true" - } - }, - { - "id": 7768, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "true", - "north": "true", - "powered": "true", - "south": "true", - "west": "false" - } - }, - { - "id": 7769, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "true", - "north": "true", - "powered": "true", - "south": "false", - "west": "true" - } - }, - { - "id": 7770, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "true", - "north": "true", - "powered": "true", - "south": "false", - "west": "false" - } - }, - { - "id": 7771, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "true", - "north": "true", - "powered": "false", - "south": "true", - "west": "true" - } - }, - { - "id": 7772, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "true", - "north": "true", - "powered": "false", - "south": "true", - "west": "false" - } - }, - { - "id": 7773, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "true", - "north": "true", - "powered": "false", - "south": "false", - "west": "true" - } - }, - { - "id": 7774, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "true", - "north": "true", - "powered": "false", - "south": "false", - "west": "false" - } - }, - { - "id": 7775, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "true", - "north": "false", - "powered": "true", - "south": "true", - "west": "true" - } - }, - { - "id": 7776, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "true", - "north": "false", - "powered": "true", - "south": "true", - "west": "false" - } - }, - { - "id": 7777, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "true", - "north": "false", - "powered": "true", - "south": "false", - "west": "true" - } - }, - { - "id": 7778, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "true", - "north": "false", - "powered": "true", - "south": "false", - "west": "false" - } - }, - { - "id": 7779, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "true", - "north": "false", - "powered": "false", - "south": "true", - "west": "true" - } - }, - { - "id": 7780, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "true", - "north": "false", - "powered": "false", - "south": "true", - "west": "false" - } - }, - { - "id": 7781, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "true", - "north": "false", - "powered": "false", - "south": "false", - "west": "true" - } - }, - { - "id": 7782, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "true", - "north": "false", - "powered": "false", - "south": "false", - "west": "false" - } - }, - { - "id": 7783, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "false", - "north": "true", - "powered": "true", - "south": "true", - "west": "true" - } - }, - { - "id": 7784, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "false", - "north": "true", - "powered": "true", - "south": "true", - "west": "false" - } - }, - { - "id": 7785, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "false", - "north": "true", - "powered": "true", - "south": "false", - "west": "true" - } - }, - { - "id": 7786, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "false", - "north": "true", - "powered": "true", - "south": "false", - "west": "false" - } - }, - { - "id": 7787, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "false", - "north": "true", - "powered": "false", - "south": "true", - "west": "true" - } - }, - { - "id": 7788, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "false", - "north": "true", - "powered": "false", - "south": "true", - "west": "false" - } - }, - { - "id": 7789, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "false", - "north": "true", - "powered": "false", - "south": "false", - "west": "true" - } - }, - { - "id": 7790, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "false", - "north": "true", - "powered": "false", - "south": "false", - "west": "false" - } - }, - { - "id": 7791, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "false", - "north": "false", - "powered": "true", - "south": "true", - "west": "true" - } - }, - { - "id": 7792, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "false", - "north": "false", - "powered": "true", - "south": "true", - "west": "false" - } - }, - { - "id": 7793, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "false", - "north": "false", - "powered": "true", - "south": "false", - "west": "true" - } - }, - { - "id": 7794, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "false", - "north": "false", - "powered": "true", - "south": "false", - "west": "false" - } - }, - { - "id": 7795, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "false", - "north": "false", - "powered": "false", - "south": "true", - "west": "true" - } - }, - { - "id": 7796, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "false", - "north": "false", - "powered": "false", - "south": "true", - "west": "false" - } - }, - { - "id": 7797, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "false", - "north": "false", - "powered": "false", - "south": "false", - "west": "true" - } - }, - { - "id": 7798, - "properties": { - "attached": "true", - "disarmed": "true", - "east": "false", - "north": "false", - "powered": "false", - "south": "false", - "west": "false" - } - }, - { - "id": 7799, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "true", - "north": "true", - "powered": "true", - "south": "true", - "west": "true" - } - }, - { - "id": 7800, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "true", - "north": "true", - "powered": "true", - "south": "true", - "west": "false" - } - }, - { - "id": 7801, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "true", - "north": "true", - "powered": "true", - "south": "false", - "west": "true" - } - }, - { - "id": 7802, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "true", - "north": "true", - "powered": "true", - "south": "false", - "west": "false" - } - }, - { - "id": 7803, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "true", - "north": "true", - "powered": "false", - "south": "true", - "west": "true" - } - }, - { - "id": 7804, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "true", - "north": "true", - "powered": "false", - "south": "true", - "west": "false" - } - }, - { - "id": 7805, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "true", - "north": "true", - "powered": "false", - "south": "false", - "west": "true" - } - }, - { - "id": 7806, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "true", - "north": "true", - "powered": "false", - "south": "false", - "west": "false" - } - }, - { - "id": 7807, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "true", - "north": "false", - "powered": "true", - "south": "true", - "west": "true" - } - }, - { - "id": 7808, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "true", - "north": "false", - "powered": "true", - "south": "true", - "west": "false" - } - }, - { - "id": 7809, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "true", - "north": "false", - "powered": "true", - "south": "false", - "west": "true" - } - }, - { - "id": 7810, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "true", - "north": "false", - "powered": "true", - "south": "false", - "west": "false" - } - }, - { - "id": 7811, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "true", - "north": "false", - "powered": "false", - "south": "true", - "west": "true" - } - }, - { - "id": 7812, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "true", - "north": "false", - "powered": "false", - "south": "true", - "west": "false" - } - }, - { - "id": 7813, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "true", - "north": "false", - "powered": "false", - "south": "false", - "west": "true" - } - }, - { - "id": 7814, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "true", - "north": "false", - "powered": "false", - "south": "false", - "west": "false" - } - }, - { - "id": 7815, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "false", - "north": "true", - "powered": "true", - "south": "true", - "west": "true" - } - }, - { - "id": 7816, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "false", - "north": "true", - "powered": "true", - "south": "true", - "west": "false" - } - }, - { - "id": 7817, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "false", - "north": "true", - "powered": "true", - "south": "false", - "west": "true" - } - }, - { - "id": 7818, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "false", - "north": "true", - "powered": "true", - "south": "false", - "west": "false" - } - }, - { - "id": 7819, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "false", - "north": "true", - "powered": "false", - "south": "true", - "west": "true" - } - }, - { - "id": 7820, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "false", - "north": "true", - "powered": "false", - "south": "true", - "west": "false" - } - }, - { - "id": 7821, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "false", - "north": "true", - "powered": "false", - "south": "false", - "west": "true" - } - }, - { - "id": 7822, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "false", - "north": "true", - "powered": "false", - "south": "false", - "west": "false" - } - }, - { - "id": 7823, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "false", - "north": "false", - "powered": "true", - "south": "true", - "west": "true" - } - }, - { - "id": 7824, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "false", - "north": "false", - "powered": "true", - "south": "true", - "west": "false" - } - }, - { - "id": 7825, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "false", - "north": "false", - "powered": "true", - "south": "false", - "west": "true" - } - }, - { - "id": 7826, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "false", - "north": "false", - "powered": "true", - "south": "false", - "west": "false" - } - }, - { - "id": 7827, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "false", - "north": "false", - "powered": "false", - "south": "true", - "west": "true" - } - }, - { - "id": 7828, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "false", - "north": "false", - "powered": "false", - "south": "true", - "west": "false" - } - }, - { - "id": 7829, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "false", - "north": "false", - "powered": "false", - "south": "false", - "west": "true" - } - }, - { - "id": 7830, - "properties": { - "attached": "true", - "disarmed": "false", - "east": "false", - "north": "false", - "powered": "false", - "south": "false", - "west": "false" - } - }, - { - "id": 7831, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "true", - "north": "true", - "powered": "true", - "south": "true", - "west": "true" - } - }, - { - "id": 7832, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "true", - "north": "true", - "powered": "true", - "south": "true", - "west": "false" - } - }, - { - "id": 7833, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "true", - "north": "true", - "powered": "true", - "south": "false", - "west": "true" - } - }, - { - "id": 7834, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "true", - "north": "true", - "powered": "true", - "south": "false", - "west": "false" - } - }, - { - "id": 7835, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "true", - "north": "true", - "powered": "false", - "south": "true", - "west": "true" - } - }, - { - "id": 7836, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "true", - "north": "true", - "powered": "false", - "south": "true", - "west": "false" - } - }, - { - "id": 7837, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "true", - "north": "true", - "powered": "false", - "south": "false", - "west": "true" - } - }, - { - "id": 7838, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "true", - "north": "true", - "powered": "false", - "south": "false", - "west": "false" - } - }, - { - "id": 7839, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "true", - "north": "false", - "powered": "true", - "south": "true", - "west": "true" - } - }, - { - "id": 7840, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "true", - "north": "false", - "powered": "true", - "south": "true", - "west": "false" - } - }, - { - "id": 7841, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "true", - "north": "false", - "powered": "true", - "south": "false", - "west": "true" - } - }, - { - "id": 7842, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "true", - "north": "false", - "powered": "true", - "south": "false", - "west": "false" - } - }, - { - "id": 7843, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "true", - "north": "false", - "powered": "false", - "south": "true", - "west": "true" - } - }, - { - "id": 7844, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "true", - "north": "false", - "powered": "false", - "south": "true", - "west": "false" - } - }, - { - "id": 7845, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "true", - "north": "false", - "powered": "false", - "south": "false", - "west": "true" - } - }, - { - "id": 7846, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "true", - "north": "false", - "powered": "false", - "south": "false", - "west": "false" - } - }, - { - "id": 7847, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "false", - "north": "true", - "powered": "true", - "south": "true", - "west": "true" - } - }, - { - "id": 7848, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "false", - "north": "true", - "powered": "true", - "south": "true", - "west": "false" - } - }, - { - "id": 7849, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "false", - "north": "true", - "powered": "true", - "south": "false", - "west": "true" - } - }, - { - "id": 7850, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "false", - "north": "true", - "powered": "true", - "south": "false", - "west": "false" - } - }, - { - "id": 7851, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "false", - "north": "true", - "powered": "false", - "south": "true", - "west": "true" - } - }, - { - "id": 7852, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "false", - "north": "true", - "powered": "false", - "south": "true", - "west": "false" - } - }, - { - "id": 7853, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "false", - "north": "true", - "powered": "false", - "south": "false", - "west": "true" - } - }, - { - "id": 7854, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "false", - "north": "true", - "powered": "false", - "south": "false", - "west": "false" - } - }, - { - "id": 7855, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "false", - "north": "false", - "powered": "true", - "south": "true", - "west": "true" - } - }, - { - "id": 7856, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "false", - "north": "false", - "powered": "true", - "south": "true", - "west": "false" - } - }, - { - "id": 7857, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "false", - "north": "false", - "powered": "true", - "south": "false", - "west": "true" - } - }, - { - "id": 7858, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "false", - "north": "false", - "powered": "true", - "south": "false", - "west": "false" - } - }, - { - "id": 7859, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "false", - "north": "false", - "powered": "false", - "south": "true", - "west": "true" - } - }, - { - "id": 7860, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "false", - "north": "false", - "powered": "false", - "south": "true", - "west": "false" - } - }, - { - "id": 7861, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "false", - "north": "false", - "powered": "false", - "south": "false", - "west": "true" - } - }, - { - "id": 7862, - "properties": { - "attached": "false", - "disarmed": "true", - "east": "false", - "north": "false", - "powered": "false", - "south": "false", - "west": "false" - } - }, - { - "id": 7863, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "true", - "north": "true", - "powered": "true", - "south": "true", - "west": "true" - } - }, - { - "id": 7864, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "true", - "north": "true", - "powered": "true", - "south": "true", - "west": "false" - } - }, - { - "id": 7865, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "true", - "north": "true", - "powered": "true", - "south": "false", - "west": "true" - } - }, - { - "id": 7866, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "true", - "north": "true", - "powered": "true", - "south": "false", - "west": "false" - } - }, - { - "id": 7867, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "true", - "north": "true", - "powered": "false", - "south": "true", - "west": "true" - } - }, - { - "id": 7868, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "true", - "north": "true", - "powered": "false", - "south": "true", - "west": "false" - } - }, - { - "id": 7869, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "true", - "north": "true", - "powered": "false", - "south": "false", - "west": "true" - } - }, - { - "id": 7870, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "true", - "north": "true", - "powered": "false", - "south": "false", - "west": "false" - } - }, - { - "id": 7871, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "true", - "north": "false", - "powered": "true", - "south": "true", - "west": "true" - } - }, - { - "id": 7872, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "true", - "north": "false", - "powered": "true", - "south": "true", - "west": "false" - } - }, - { - "id": 7873, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "true", - "north": "false", - "powered": "true", - "south": "false", - "west": "true" - } - }, - { - "id": 7874, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "true", - "north": "false", - "powered": "true", - "south": "false", - "west": "false" - } - }, - { - "id": 7875, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "true", - "north": "false", - "powered": "false", - "south": "true", - "west": "true" - } - }, - { - "id": 7876, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "true", - "north": "false", - "powered": "false", - "south": "true", - "west": "false" - } - }, - { - "id": 7877, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "true", - "north": "false", - "powered": "false", - "south": "false", - "west": "true" - } - }, - { - "id": 7878, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "true", - "north": "false", - "powered": "false", - "south": "false", - "west": "false" - } - }, - { - "id": 7879, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "false", - "north": "true", - "powered": "true", - "south": "true", - "west": "true" - } - }, - { - "id": 7880, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "false", - "north": "true", - "powered": "true", - "south": "true", - "west": "false" - } - }, - { - "id": 7881, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "false", - "north": "true", - "powered": "true", - "south": "false", - "west": "true" - } - }, - { - "id": 7882, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "false", - "north": "true", - "powered": "true", - "south": "false", - "west": "false" - } - }, - { - "id": 7883, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "false", - "north": "true", - "powered": "false", - "south": "true", - "west": "true" - } - }, - { - "id": 7884, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "false", - "north": "true", - "powered": "false", - "south": "true", - "west": "false" - } - }, - { - "id": 7885, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "false", - "north": "true", - "powered": "false", - "south": "false", - "west": "true" - } - }, - { - "id": 7886, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "false", - "north": "true", - "powered": "false", - "south": "false", - "west": "false" - } - }, - { - "id": 7887, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "false", - "north": "false", - "powered": "true", - "south": "true", - "west": "true" - } - }, - { - "id": 7888, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "false", - "north": "false", - "powered": "true", - "south": "true", - "west": "false" - } - }, - { - "id": 7889, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "false", - "north": "false", - "powered": "true", - "south": "false", - "west": "true" - } - }, - { - "id": 7890, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "false", - "north": "false", - "powered": "true", - "south": "false", - "west": "false" - } - }, - { - "id": 7891, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "false", - "north": "false", - "powered": "false", - "south": "true", - "west": "true" - } - }, - { - "id": 7892, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "false", - "north": "false", - "powered": "false", - "south": "true", - "west": "false" - } - }, - { - "id": 7893, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "false", - "north": "false", - "powered": "false", - "south": "false", - "west": "true" - } - }, - { - "default": true, - "id": 7894, - "properties": { - "attached": "false", - "disarmed": "false", - "east": "false", - "north": "false", - "powered": "false", - "south": "false", - "west": "false" - } - } - ] - }, - "minecraft:tripwire_hook": { - "definition": { - "type": "minecraft:trip_wire_hook", - "properties": {} - }, - "properties": { - "attached": [ - "true", - "false" + "default_state_id": 20347, + "states": [ + { + "id": 20344, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 20345, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 20346, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 20347, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 20348, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 20349, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 879, + "name": "minecraft:polished_blackstone_brick_stairs", + "translation_key": "block.minecraft.polished_blackstone_brick_stairs", + "item_id": 1281, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 20361, + "states": [ + { + "id": 20350, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 20351, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 20352, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 20353, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 20354, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 20355, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 20356, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 20357, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 20358, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 20359, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 20360, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 20361, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 20362, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 20363, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 20364, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 20365, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 20366, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 20367, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 20368, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 20369, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 20370, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 20371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 20372, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 20373, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 20374, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 20375, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 20376, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 20377, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 20378, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 20379, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 20380, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 20381, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 20382, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 20383, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 20384, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 20385, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 20386, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 20387, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 20388, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 20389, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 20390, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 20391, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 20392, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 20393, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 20394, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 20395, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 20396, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 20397, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 20398, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 20399, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 20400, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 20401, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 20402, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 20403, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 20404, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 20405, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 20406, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 20407, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 20408, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 20409, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 20410, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 20411, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 20412, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 20413, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 20414, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 20415, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 20416, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 20417, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 20418, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 20419, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 20420, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 20421, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 20422, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 20423, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 20424, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 20425, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 20426, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 20427, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 20428, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 20429, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 880, + "name": "minecraft:polished_blackstone_brick_wall", + "translation_key": "block.minecraft.polished_blackstone_brick_wall", + "item_id": 428, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7751, - "properties": { - "attached": "true", - "facing": "north", - "powered": "true" - } - }, - { - "id": 7752, - "properties": { - "attached": "true", - "facing": "north", - "powered": "false" - } - }, - { - "id": 7753, - "properties": { - "attached": "true", - "facing": "south", - "powered": "true" - } - }, - { - "id": 7754, - "properties": { - "attached": "true", - "facing": "south", - "powered": "false" - } - }, - { - "id": 7755, - "properties": { - "attached": "true", - "facing": "west", - "powered": "true" - } - }, - { - "id": 7756, - "properties": { - "attached": "true", - "facing": "west", - "powered": "false" - } - }, - { - "id": 7757, - "properties": { - "attached": "true", - "facing": "east", - "powered": "true" - } - }, - { - "id": 7758, - "properties": { - "attached": "true", - "facing": "east", - "powered": "false" - } - }, - { - "id": 7759, - "properties": { - "attached": "false", - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 7760, - "properties": { - "attached": "false", - "facing": "north", - "powered": "false" - } - }, - { - "id": 7761, - "properties": { - "attached": "false", - "facing": "south", - "powered": "true" - } - }, - { - "id": 7762, - "properties": { - "attached": "false", - "facing": "south", - "powered": "false" - } - }, - { - "id": 7763, - "properties": { - "attached": "false", - "facing": "west", - "powered": "true" - } - }, - { - "id": 7764, - "properties": { - "attached": "false", - "facing": "west", - "powered": "false" - } - }, - { - "id": 7765, - "properties": { - "attached": "false", - "facing": "east", - "powered": "true" - } - }, - { - "id": 7766, - "properties": { - "attached": "false", - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:tube_coral": { - "definition": { - "type": "minecraft:coral_plant", - "dead": "minecraft:dead_tube_coral", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13292, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13293, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:tube_coral_block": { - "definition": { - "type": "minecraft:coral", - "dead": "minecraft:dead_tube_coral_block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13277 - } - ] - }, - "minecraft:tube_coral_fan": { - "definition": { - "type": "minecraft:coral_fan", - "dead": "minecraft:dead_tube_coral_fan", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13312, - "properties": { - "waterlogged": "true" - } - }, - { - "id": 13313, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:tube_coral_wall_fan": { - "definition": { - "type": "minecraft:coral_wall_fan", - "dead": "minecraft:dead_tube_coral_wall_fan", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 20433, + "states": [ + { + "id": 20430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 20431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 20432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 20433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 20434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 20435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 20436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 20438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 20439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 20441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 20442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 20443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 20446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 20449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 20452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 20455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 20458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 20461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 20464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 20467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 20470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 20473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 20476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 20503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 20506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 20509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 20512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 20539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 20542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 20545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 20548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 20551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 20554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 20557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 20560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 20563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 20566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 20569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 20572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 20575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 20578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 20581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 20584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 20611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 20614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 20617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 20620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 20647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 20650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 20653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 20656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 20659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 20662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 20665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 20668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 20671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 20674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 20677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 20680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 20683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 20686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 20689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 20692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 20719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 20722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 20724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 20725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 20728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 20730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20743, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20744, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20745, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 20746, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20747, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20748, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20749, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20750, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20751, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 20752, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 20753, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 881, + "name": "minecraft:gilded_blackstone", + "translation_key": "block.minecraft.gilded_blackstone", + "item_id": 1274, + "properties": [], + "default_state_id": 20754, + "states": [ + { + "id": 20754, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 882, + "name": "minecraft:polished_blackstone_stairs", + "translation_key": "block.minecraft.polished_blackstone_stairs", + "item_id": 1277, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "default": true, - "id": 13362, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "id": 13363, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 13364, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 13365, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 13366, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 13367, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 13368, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 13369, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:tuff": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 21550 - } - ] - }, - "minecraft:tuff_brick_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 20766, + "states": [ + { + "id": 20755, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 20756, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 20757, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 20758, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 20759, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 20760, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 20761, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 20762, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 20763, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 20764, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 20765, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 20766, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 20767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 20768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 20769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 20770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 20771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 20772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 20773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 20774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 20775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 20776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 20777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 20778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 20779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 20780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 20781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 20782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 20783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 20784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 20785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 20786, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 20787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 20788, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 20789, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 20790, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 20791, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 20792, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 20793, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 20794, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 20795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 20796, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 20797, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 20798, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 20799, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 20800, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 20801, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 20802, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 20803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 20804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 20805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 20806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 20807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 20808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 20809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 20810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 20811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 20812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 20813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 20814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 20815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 20816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 20817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 20818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 20819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 20820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 20821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 20822, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 20823, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 20824, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 20825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 20826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 20827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 20828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 20829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 20830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 20831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 20832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 20833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 20834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 883, + "name": "minecraft:polished_blackstone_slab", + "translation_key": "block.minecraft.polished_blackstone_slab", + "item_id": 1276, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 22374, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 22375, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 22376, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 22377, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 22378, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 22379, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:tuff_brick_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:tuff_bricks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 20838, + "states": [ + { + "id": 20835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 20836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 20837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 20838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 20839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 20840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 884, + "name": "minecraft:polished_blackstone_pressure_plate", + "translation_key": "block.minecraft.polished_blackstone_pressure_plate", + "item_id": 711, + "properties": [ + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 20842, + "states": [ + { + "id": 20841, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20842, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 885, + "name": "minecraft:polished_blackstone_button", + "translation_key": "block.minecraft.polished_blackstone_button", + "item_id": 697, + "properties": [ + { + "name": "face", + "values": [ + "floor", + "wall", + "ceiling" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 20852, + "states": [ + { + "id": 20843, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20844, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20845, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20846, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20847, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20848, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20849, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20850, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20851, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20852, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20853, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20854, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20855, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20856, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20857, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20858, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20859, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20860, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20861, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20862, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20863, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20864, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20865, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20866, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 886, + "name": "minecraft:polished_blackstone_wall", + "translation_key": "block.minecraft.polished_blackstone_wall", + "item_id": 427, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 22380, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 22381, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 22382, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 22383, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 22384, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 22385, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 22386, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 22387, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 22388, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 22389, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 22390, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 22391, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 22392, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 22393, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 22394, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 22395, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 22396, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 22397, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 22398, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 22399, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 22400, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 22401, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 22402, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 22403, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 22404, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 22405, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 22406, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 22407, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 22408, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 22409, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 22410, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 22411, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 22412, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 22413, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 22414, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 22415, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 22416, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 22417, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 22418, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 22419, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 22420, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 22421, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 22422, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 22423, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 22424, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 22425, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 22426, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 22427, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 22428, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 22429, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 22430, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 22431, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 22432, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 22433, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 22434, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 22435, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 22436, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 22437, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 22438, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 22439, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 22440, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 22441, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 22442, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 22443, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 22444, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 22445, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 22446, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 22447, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 22448, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 22449, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 22450, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 22451, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 22452, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 22453, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 22454, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 22455, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 22456, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 22457, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 22458, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 22459, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:tuff_brick_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" + "default_state_id": 20870, + "states": [ + { + "id": 20867, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 20868, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 20869, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 20870, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 20871, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 20872, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 20873, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20874, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 20875, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 20876, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 20877, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 20878, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 20879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 20880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 20883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 20886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 20889, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20891, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 20892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20893, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 20895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 20897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 20898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 20901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 20903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 20904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 20907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 20910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 20913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 20940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 20943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 20945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 20946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 20949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 20951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 20967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 20969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 20973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 20975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 20976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 20979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 20981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 20982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 20985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 20987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 20988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 20991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 20993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 20994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 20997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 20999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 21000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 21003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 21006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 21009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 21012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 21015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 21018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 21021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21030, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21031, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21032, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21033, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21034, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21036, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21037, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21038, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21039, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21047, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 21048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 21051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 21054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 21057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 21084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 21085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 21086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 21087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 21088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 21089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 21090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 21091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 21092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 21093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 21094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 21095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 21096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 21099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 21102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 21105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21107, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 21108, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21109, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21110, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 21111, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21112, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21113, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 21114, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21115, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21116, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 21117, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21118, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21119, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 21120, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21121, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21122, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 21123, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21124, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21125, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 21126, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21127, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21128, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 21129, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21130, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21131, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21132, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21133, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 21156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 21159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 21162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 21165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 887, + "name": "minecraft:chiseled_nether_bricks", + "translation_key": "block.minecraft.chiseled_nether_bricks", + "item_id": 381, + "properties": [], + "default_state_id": 21191, + "states": [ + { + "id": 21191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 888, + "name": "minecraft:cracked_nether_bricks", + "translation_key": "block.minecraft.cracked_nether_bricks", + "item_id": 380, + "properties": [], + "default_state_id": 21192, + "states": [ + { + "id": 21192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 889, + "name": "minecraft:quartz_bricks", + "translation_key": "block.minecraft.quartz_bricks", + "item_id": 438, + "properties": [], + "default_state_id": 21193, + "states": [ + { + "id": 21193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 890, + "name": "minecraft:candle", + "translation_key": "block.minecraft.candle", + "item_id": 1284, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "none", - "low", - "tall" + "default_state_id": 21197, + "states": [ + { + "id": 21194, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21195, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21196, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21197, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21198, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21199, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21200, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21201, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21202, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21203, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21204, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21205, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21206, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21207, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21208, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21209, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 891, + "name": "minecraft:white_candle", + "translation_key": "block.minecraft.white_candle", + "item_id": 1285, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "none", - "low", - "tall" + "default_state_id": 21213, + "states": [ + { + "id": 21210, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21211, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21212, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21213, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21214, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21215, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21216, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21217, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21218, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21219, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21220, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21221, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21222, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21223, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21224, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21225, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 892, + "name": "minecraft:orange_candle", + "translation_key": "block.minecraft.orange_candle", + "item_id": 1286, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 21229, + "states": [ + { + "id": 21226, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21227, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21228, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21229, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21230, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21231, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21232, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21233, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21234, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21235, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21236, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21237, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21238, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21239, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21240, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21241, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 893, + "name": "minecraft:magenta_candle", + "translation_key": "block.minecraft.magenta_candle", + "item_id": 1287, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 21245, + "states": [ + { + "id": 21242, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21243, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21244, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21245, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21246, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21247, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21248, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21249, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21250, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21251, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21252, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21253, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21254, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21255, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21256, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21257, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 894, + "name": "minecraft:light_blue_candle", + "translation_key": "block.minecraft.light_blue_candle", + "item_id": 1288, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 22460, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22461, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22462, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 22463, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22464, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22465, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22466, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22467, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22468, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22469, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22470, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22471, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22472, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22473, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22474, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22475, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22476, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22477, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22478, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22479, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22480, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22481, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22482, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22483, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22484, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22485, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22486, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22487, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22488, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22489, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22490, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22491, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22492, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22493, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22494, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22495, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22496, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22497, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22498, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22499, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22500, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22501, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22502, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22503, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22504, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22505, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22506, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22507, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22508, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22509, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22510, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22511, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22512, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22513, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22514, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22515, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22516, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22517, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22518, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22519, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22520, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22521, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22522, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22523, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22524, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22525, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22526, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22527, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22528, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22529, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22530, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22531, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22532, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22533, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22534, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22535, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22536, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22537, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22538, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22539, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22540, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22541, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22542, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22543, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22544, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22545, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22546, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22547, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22548, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22549, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22550, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22551, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22552, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22553, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22554, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22555, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22556, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22557, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22558, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22559, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22560, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22561, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22562, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22563, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22564, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22565, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22566, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22567, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22568, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22569, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22570, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22571, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22572, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22573, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22574, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22575, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22576, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22577, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22578, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22579, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22580, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22581, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22582, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22583, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22584, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22585, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22586, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22587, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22588, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22589, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22590, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22591, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22592, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22593, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22594, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22595, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22596, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22597, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22598, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22599, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22600, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22601, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22602, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22603, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22604, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22605, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22606, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22607, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22608, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22609, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22610, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22611, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22612, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22613, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22614, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22615, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22616, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22617, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22618, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22619, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22620, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22621, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22622, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22623, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22624, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22625, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22626, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22627, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22628, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22629, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22630, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22631, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22632, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22633, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22634, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22635, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22636, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22637, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22638, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22639, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22640, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22641, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22642, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22643, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22644, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22645, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22646, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22647, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22648, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22649, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22650, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22651, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22652, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22653, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22654, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22655, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22656, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22657, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22658, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22659, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22660, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22661, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22662, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22663, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22664, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22665, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22666, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22667, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22668, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22669, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22670, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22671, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22672, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22673, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22674, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22675, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22676, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22677, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22678, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22679, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22680, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22681, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22682, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22683, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22684, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22685, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22686, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22687, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22688, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22689, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22690, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22691, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22692, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22693, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22694, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22695, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22696, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22697, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22698, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22699, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22700, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22701, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22702, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22703, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22704, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22705, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22706, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22707, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22708, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22709, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22710, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22711, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22712, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22713, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22714, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22715, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22716, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22717, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22718, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22719, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22720, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22721, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22722, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22723, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22724, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22725, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22726, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22727, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22728, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22729, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22730, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22731, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22732, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22733, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22734, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22735, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22736, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22737, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22738, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22739, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22740, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22741, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22742, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22743, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22744, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22745, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22746, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22747, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22748, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22749, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22750, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22751, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22752, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22753, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22754, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22755, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22756, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22757, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22758, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22759, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22760, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22761, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22762, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22763, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22764, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22765, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22766, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22767, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22768, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22769, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22770, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22771, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22772, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22773, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22774, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22775, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22776, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22777, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 22778, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 22779, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 22780, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 22781, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 22782, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 22783, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:tuff_bricks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 22373 - } - ] - }, - "minecraft:tuff_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 21261, + "states": [ + { + "id": 21258, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21259, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21260, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21261, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21262, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21263, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21264, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21265, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21266, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21267, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21268, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21269, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21270, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21271, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21272, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21273, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 895, + "name": "minecraft:yellow_candle", + "translation_key": "block.minecraft.yellow_candle", + "item_id": 1289, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21551, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 21552, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 21553, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21554, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 21555, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 21556, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:tuff_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:tuff" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 21277, + "states": [ + { + "id": 21274, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21275, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21276, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21277, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21278, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21279, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21280, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21281, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21282, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21283, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21284, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21285, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21286, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21287, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21288, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21289, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 896, + "name": "minecraft:lime_candle", + "translation_key": "block.minecraft.lime_candle", + "item_id": 1290, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 21293, + "states": [ + { + "id": 21290, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21291, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21292, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21293, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21294, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21295, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21296, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21297, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21298, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21299, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21300, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21301, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21302, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21303, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21304, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21305, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 897, + "name": "minecraft:pink_candle", + "translation_key": "block.minecraft.pink_candle", + "item_id": 1291, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 21309, + "states": [ + { + "id": 21306, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21307, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21308, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21309, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21310, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21311, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21312, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21313, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21314, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21315, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21316, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21317, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21318, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21319, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21320, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21321, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 898, + "name": "minecraft:gray_candle", + "translation_key": "block.minecraft.gray_candle", + "item_id": 1292, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21557, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 21558, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 21559, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 21560, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 21561, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 21562, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 21563, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 21564, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 21565, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 21566, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 21567, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21568, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 21569, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 21570, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 21571, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 21572, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 21573, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 21574, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 21575, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 21576, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 21577, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 21578, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 21579, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 21580, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 21581, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 21582, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 21583, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 21584, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 21585, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 21586, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 21587, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 21588, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 21589, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 21590, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 21591, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 21592, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 21593, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 21594, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 21595, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 21596, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 21597, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 21598, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 21599, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 21600, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 21601, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 21602, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 21603, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 21604, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 21605, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 21606, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 21607, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 21608, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 21609, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 21610, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 21611, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 21612, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 21613, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 21614, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 21615, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 21616, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 21617, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 21618, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 21619, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 21620, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 21621, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 21622, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 21623, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 21624, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 21625, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 21626, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 21627, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 21628, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 21629, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 21630, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 21631, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 21632, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 21633, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 21634, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 21635, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 21636, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:tuff_wall": { - "definition": { - "type": "minecraft:wall", - "properties": {} - }, - "properties": { - "east": [ - "none", - "low", - "tall" + "default_state_id": 21325, + "states": [ + { + "id": 21322, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21323, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21324, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21325, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21326, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21327, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21328, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21329, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21330, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21331, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21332, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21333, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21334, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21335, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21336, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21337, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 899, + "name": "minecraft:light_gray_candle", + "translation_key": "block.minecraft.light_gray_candle", + "item_id": 1293, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "none", - "low", - "tall" + "default_state_id": 21341, + "states": [ + { + "id": 21338, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21339, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21340, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21341, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21342, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21343, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21344, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21345, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21346, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21347, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21348, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21349, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21350, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21351, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21352, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21353, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 900, + "name": "minecraft:cyan_candle", + "translation_key": "block.minecraft.cyan_candle", + "item_id": 1294, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "none", - "low", - "tall" + "default_state_id": 21357, + "states": [ + { + "id": 21354, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21355, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21356, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21357, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21358, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21359, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21360, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21361, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21362, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21363, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21364, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21365, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21366, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21367, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21368, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21369, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 901, + "name": "minecraft:purple_candle", + "translation_key": "block.minecraft.purple_candle", + "item_id": 1295, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 21373, + "states": [ + { + "id": 21370, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21371, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21372, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21373, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21374, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21375, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21376, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21377, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21378, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21379, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21380, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21381, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21382, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21383, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21384, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21385, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 902, + "name": "minecraft:blue_candle", + "translation_key": "block.minecraft.blue_candle", + "item_id": 1296, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 21389, + "states": [ + { + "id": 21386, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21387, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21388, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21389, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21390, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21391, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21392, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21393, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21394, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21395, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21396, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21397, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21398, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21399, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21400, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21401, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 903, + "name": "minecraft:brown_candle", + "translation_key": "block.minecraft.brown_candle", + "item_id": 1297, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "none", - "low", - "tall" - ] - }, - "states": [ - { - "id": 21637, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21638, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21639, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "default": true, - "id": 21640, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21641, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21642, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21643, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21644, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21645, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21646, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21647, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21648, - "properties": { - "east": "none", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21649, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21650, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21651, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21652, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21653, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21654, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21655, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21656, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21657, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21658, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21659, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21660, - "properties": { - "east": "none", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21661, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21662, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21663, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21664, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21665, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21666, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21667, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21668, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21669, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21670, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21671, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21672, - "properties": { - "east": "none", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21673, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21674, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21675, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21676, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21677, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21678, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21679, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21680, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21681, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21682, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21683, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21684, - "properties": { - "east": "none", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21685, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21686, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21687, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21688, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21689, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21690, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21691, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21692, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21693, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21694, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21695, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21696, - "properties": { - "east": "none", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21697, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21698, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21699, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21700, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21701, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21702, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21703, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21704, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21705, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21706, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21707, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21708, - "properties": { - "east": "none", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21709, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21710, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21711, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21712, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21713, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21714, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21715, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21716, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21717, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21718, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21719, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21720, - "properties": { - "east": "none", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21721, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21722, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21723, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21724, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21725, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21726, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21727, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21728, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21729, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21730, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21731, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21732, - "properties": { - "east": "none", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21733, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21734, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21735, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21736, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21737, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21738, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21739, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21740, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21741, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21742, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21743, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21744, - "properties": { - "east": "none", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21745, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21746, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21747, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21748, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21749, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21750, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21751, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21752, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21753, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21754, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21755, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21756, - "properties": { - "east": "low", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21757, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21758, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21759, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21760, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21761, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21762, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21763, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21764, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21765, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21766, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21767, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21768, - "properties": { - "east": "low", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21769, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21770, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21771, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21772, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21773, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21774, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21775, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21776, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21777, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21778, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21779, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21780, - "properties": { - "east": "low", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21781, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21782, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21783, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21784, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21785, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21786, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21787, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21788, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21789, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21790, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21791, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21792, - "properties": { - "east": "low", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21793, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21794, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21795, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21796, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21797, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21798, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21799, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21800, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21801, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21802, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21803, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21804, - "properties": { - "east": "low", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21805, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21806, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21807, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21808, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21809, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21810, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21811, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21812, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21813, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21814, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21815, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21816, - "properties": { - "east": "low", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21817, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21818, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21819, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21820, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21821, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21822, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21823, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21824, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21825, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21826, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21827, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21828, - "properties": { - "east": "low", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21829, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21830, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21831, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21832, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21833, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21834, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21835, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21836, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21837, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21838, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21839, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21840, - "properties": { - "east": "low", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21841, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21842, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21843, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21844, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21845, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21846, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21847, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21848, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21849, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21850, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21851, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21852, - "properties": { - "east": "low", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21853, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21854, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21855, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21856, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21857, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21858, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21859, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21860, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21861, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21862, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21863, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21864, - "properties": { - "east": "tall", - "north": "none", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21865, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21866, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21867, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21868, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21869, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21870, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21871, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21872, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21873, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21874, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21875, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21876, - "properties": { - "east": "tall", - "north": "none", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21877, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21878, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21879, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21880, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21881, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21882, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21883, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21884, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21885, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21886, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21887, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21888, - "properties": { - "east": "tall", - "north": "none", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21889, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21890, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21891, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21892, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21893, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21894, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21895, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21896, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21897, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21898, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21899, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21900, - "properties": { - "east": "tall", - "north": "low", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21901, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21902, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21903, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21904, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21905, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21906, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21907, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21908, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21909, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21910, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21911, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21912, - "properties": { - "east": "tall", - "north": "low", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21913, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21914, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21915, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21916, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21917, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21918, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21919, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21920, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21921, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21922, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21923, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21924, - "properties": { - "east": "tall", - "north": "low", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21925, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21926, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21927, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21928, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21929, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21930, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21931, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21932, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21933, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21934, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21935, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21936, - "properties": { - "east": "tall", - "north": "tall", - "south": "none", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21937, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21938, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21939, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21940, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21941, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21942, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21943, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21944, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21945, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21946, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21947, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21948, - "properties": { - "east": "tall", - "north": "tall", - "south": "low", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21949, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21950, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21951, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21952, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21953, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21954, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "true", - "waterlogged": "false", - "west": "tall" - } - }, - { - "id": 21955, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "none" - } - }, - { - "id": 21956, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "low" - } - }, - { - "id": 21957, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "true", - "west": "tall" - } - }, - { - "id": 21958, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "none" - } - }, - { - "id": 21959, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "low" - } - }, - { - "id": 21960, - "properties": { - "east": "tall", - "north": "tall", - "south": "tall", - "up": "false", - "waterlogged": "false", - "west": "tall" - } - } - ] - }, - "minecraft:turtle_egg": { - "definition": { - "type": "minecraft:turtle_egg", - "properties": {} - }, - "properties": { - "eggs": [ - "1", - "2", - "3", - "4" + "default_state_id": 21405, + "states": [ + { + "id": 21402, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21403, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21404, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21405, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21406, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21407, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21408, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21409, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21410, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21411, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21412, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21413, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21414, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21415, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21416, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21417, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 904, + "name": "minecraft:green_candle", + "translation_key": "block.minecraft.green_candle", + "item_id": 1298, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "hatch": [ - "0", - "1", - "2" - ] - }, - "states": [ - { - "default": true, - "id": 13257, - "properties": { - "eggs": "1", - "hatch": "0" - } - }, - { - "id": 13258, - "properties": { - "eggs": "1", - "hatch": "1" - } - }, - { - "id": 13259, - "properties": { - "eggs": "1", - "hatch": "2" - } - }, - { - "id": 13260, - "properties": { - "eggs": "2", - "hatch": "0" - } - }, - { - "id": 13261, - "properties": { - "eggs": "2", - "hatch": "1" - } - }, - { - "id": 13262, - "properties": { - "eggs": "2", - "hatch": "2" - } - }, - { - "id": 13263, - "properties": { - "eggs": "3", - "hatch": "0" - } - }, - { - "id": 13264, - "properties": { - "eggs": "3", - "hatch": "1" - } - }, - { - "id": 13265, - "properties": { - "eggs": "3", - "hatch": "2" - } - }, - { - "id": 13266, - "properties": { - "eggs": "4", - "hatch": "0" - } - }, - { - "id": 13267, - "properties": { - "eggs": "4", - "hatch": "1" - } - }, - { - "id": 13268, - "properties": { - "eggs": "4", - "hatch": "2" - } - } - ] - }, - "minecraft:twisting_vines": { - "definition": { - "type": "minecraft:twisting_vines", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15", - "16", - "17", - "18", - "19", - "20", - "21", - "22", - "23", - "24", - "25" - ] - }, - "states": [ - { - "default": true, - "id": 19107, - "properties": { - "age": "0" - } - }, - { - "id": 19108, - "properties": { - "age": "1" - } - }, - { - "id": 19109, - "properties": { - "age": "2" - } - }, - { - "id": 19110, - "properties": { - "age": "3" - } - }, - { - "id": 19111, - "properties": { - "age": "4" - } - }, - { - "id": 19112, - "properties": { - "age": "5" - } - }, - { - "id": 19113, - "properties": { - "age": "6" - } - }, - { - "id": 19114, - "properties": { - "age": "7" - } - }, - { - "id": 19115, - "properties": { - "age": "8" - } - }, - { - "id": 19116, - "properties": { - "age": "9" - } - }, - { - "id": 19117, - "properties": { - "age": "10" - } - }, - { - "id": 19118, - "properties": { - "age": "11" - } - }, - { - "id": 19119, - "properties": { - "age": "12" - } - }, - { - "id": 19120, - "properties": { - "age": "13" - } - }, - { - "id": 19121, - "properties": { - "age": "14" - } - }, - { - "id": 19122, - "properties": { - "age": "15" - } - }, - { - "id": 19123, - "properties": { - "age": "16" - } - }, - { - "id": 19124, - "properties": { - "age": "17" - } - }, - { - "id": 19125, - "properties": { - "age": "18" - } - }, - { - "id": 19126, - "properties": { - "age": "19" - } - }, - { - "id": 19127, - "properties": { - "age": "20" - } - }, - { - "id": 19128, - "properties": { - "age": "21" - } - }, - { - "id": 19129, - "properties": { - "age": "22" - } - }, - { - "id": 19130, - "properties": { - "age": "23" - } - }, - { - "id": 19131, - "properties": { - "age": "24" - } - }, - { - "id": 19132, - "properties": { - "age": "25" - } - } - ] - }, - "minecraft:twisting_vines_plant": { - "definition": { - "type": "minecraft:twisting_vines_plant", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19133 - } - ] - }, - "minecraft:vault": { - "definition": { - "type": "minecraft:vault", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 21421, + "states": [ + { + "id": 21418, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21419, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21420, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21421, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21422, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21423, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21424, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21425, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21426, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21427, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21428, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21429, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21430, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21431, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21432, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21433, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 905, + "name": "minecraft:red_candle", + "translation_key": "block.minecraft.red_candle", + "item_id": 1299, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "ominous": [ - "true", - "false" + "default_state_id": 21437, + "states": [ + { + "id": 21434, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21435, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21436, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21437, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21438, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21439, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21440, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21441, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21442, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21443, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21444, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21445, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21446, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21447, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21448, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21449, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 906, + "name": "minecraft:black_candle", + "translation_key": "block.minecraft.black_candle", + "item_id": 1300, + "properties": [ + { + "name": "candles", + "values": [ + "1", + "2", + "3", + "4" + ] + }, + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "vault_state": [ - "inactive", - "active", - "unlocking", - "ejecting" - ] - }, - "states": [ - { - "id": 27119, - "properties": { - "facing": "north", - "ominous": "true", - "vault_state": "inactive" - } - }, - { - "id": 27120, - "properties": { - "facing": "north", - "ominous": "true", - "vault_state": "active" - } - }, - { - "id": 27121, - "properties": { - "facing": "north", - "ominous": "true", - "vault_state": "unlocking" - } - }, - { - "id": 27122, - "properties": { - "facing": "north", - "ominous": "true", - "vault_state": "ejecting" - } - }, - { - "default": true, - "id": 27123, - "properties": { - "facing": "north", - "ominous": "false", - "vault_state": "inactive" - } - }, - { - "id": 27124, - "properties": { - "facing": "north", - "ominous": "false", - "vault_state": "active" - } - }, - { - "id": 27125, - "properties": { - "facing": "north", - "ominous": "false", - "vault_state": "unlocking" - } - }, - { - "id": 27126, - "properties": { - "facing": "north", - "ominous": "false", - "vault_state": "ejecting" - } - }, - { - "id": 27127, - "properties": { - "facing": "south", - "ominous": "true", - "vault_state": "inactive" - } - }, - { - "id": 27128, - "properties": { - "facing": "south", - "ominous": "true", - "vault_state": "active" - } - }, - { - "id": 27129, - "properties": { - "facing": "south", - "ominous": "true", - "vault_state": "unlocking" - } - }, - { - "id": 27130, - "properties": { - "facing": "south", - "ominous": "true", - "vault_state": "ejecting" - } - }, - { - "id": 27131, - "properties": { - "facing": "south", - "ominous": "false", - "vault_state": "inactive" - } - }, - { - "id": 27132, - "properties": { - "facing": "south", - "ominous": "false", - "vault_state": "active" - } - }, - { - "id": 27133, - "properties": { - "facing": "south", - "ominous": "false", - "vault_state": "unlocking" - } - }, - { - "id": 27134, - "properties": { - "facing": "south", - "ominous": "false", - "vault_state": "ejecting" - } - }, - { - "id": 27135, - "properties": { - "facing": "west", - "ominous": "true", - "vault_state": "inactive" - } - }, - { - "id": 27136, - "properties": { - "facing": "west", - "ominous": "true", - "vault_state": "active" - } - }, - { - "id": 27137, - "properties": { - "facing": "west", - "ominous": "true", - "vault_state": "unlocking" - } - }, - { - "id": 27138, - "properties": { - "facing": "west", - "ominous": "true", - "vault_state": "ejecting" - } - }, - { - "id": 27139, - "properties": { - "facing": "west", - "ominous": "false", - "vault_state": "inactive" - } - }, - { - "id": 27140, - "properties": { - "facing": "west", - "ominous": "false", - "vault_state": "active" - } - }, - { - "id": 27141, - "properties": { - "facing": "west", - "ominous": "false", - "vault_state": "unlocking" - } - }, - { - "id": 27142, - "properties": { - "facing": "west", - "ominous": "false", - "vault_state": "ejecting" - } - }, - { - "id": 27143, - "properties": { - "facing": "east", - "ominous": "true", - "vault_state": "inactive" - } - }, - { - "id": 27144, - "properties": { - "facing": "east", - "ominous": "true", - "vault_state": "active" - } - }, - { - "id": 27145, - "properties": { - "facing": "east", - "ominous": "true", - "vault_state": "unlocking" - } - }, - { - "id": 27146, - "properties": { - "facing": "east", - "ominous": "true", - "vault_state": "ejecting" - } - }, - { - "id": 27147, - "properties": { - "facing": "east", - "ominous": "false", - "vault_state": "inactive" - } - }, - { - "id": 27148, - "properties": { - "facing": "east", - "ominous": "false", - "vault_state": "active" - } - }, - { - "id": 27149, - "properties": { - "facing": "east", - "ominous": "false", - "vault_state": "unlocking" - } - }, - { - "id": 27150, - "properties": { - "facing": "east", - "ominous": "false", - "vault_state": "ejecting" - } - } - ] - }, - "minecraft:verdant_froglight": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 27035, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 27036, - "properties": { - "axis": "y" - } - }, - { - "id": 27037, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:vine": { - "definition": { - "type": "minecraft:vine", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 21453, + "states": [ + { + "id": 21450, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21451, + "luminance": 3, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21452, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21453, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 304 + ] + }, + { + "id": 21454, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21455, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21456, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21457, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 305 + ] + }, + { + "id": 21458, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21459, + "luminance": 9, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21460, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21461, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 306 + ] + }, + { + "id": 21462, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21463, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21464, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + }, + { + "id": 21465, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 307 + ] + } + ] + }, + { + "id": 907, + "name": "minecraft:candle_cake", + "translation_key": "block.minecraft.candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 21467, + "states": [ + { + "id": 21466, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + }, + { + "id": 21467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + } + ] + }, + { + "id": 908, + "name": "minecraft:white_candle_cake", + "translation_key": "block.minecraft.white_candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 21469, + "states": [ + { + "id": 21468, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + }, + { + "id": 21469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + } + ] + }, + { + "id": 909, + "name": "minecraft:orange_candle_cake", + "translation_key": "block.minecraft.orange_candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "up": [ - "true", - "false" + "default_state_id": 21471, + "states": [ + { + "id": 21470, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + }, + { + "id": 21471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + } + ] + }, + { + "id": 910, + "name": "minecraft:magenta_candle_cake", + "translation_key": "block.minecraft.magenta_candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7067, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 7068, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 7069, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 7070, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 7071, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 7072, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 7073, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 7074, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 7075, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 7076, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 7077, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 7078, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 7079, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 7080, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 7081, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 7082, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 7083, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 7084, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 7085, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 7086, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 7087, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 7088, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 7089, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "id": 7090, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "up": "false", - "west": "false" - } - }, - { - "id": 7091, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "true" - } - }, - { - "id": 7092, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "up": "true", - "west": "false" - } - }, - { - "id": 7093, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "true" - } - }, - { - "id": 7094, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "up": "false", - "west": "false" - } - }, - { - "id": 7095, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "true" - } - }, - { - "id": 7096, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "up": "true", - "west": "false" - } - }, - { - "id": 7097, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "true" - } - }, - { - "default": true, - "id": 7098, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "up": "false", - "west": "false" - } - } - ] - }, - "minecraft:void_air": { - "definition": { - "type": "minecraft:air", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13427 - } - ] - }, - "minecraft:wall_torch": { - "definition": { - "type": "minecraft:wall_torch", - "particle_options": "minecraft:flame", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 2399, - "properties": { - "facing": "north" - } - }, - { - "id": 2400, - "properties": { - "facing": "south" - } - }, - { - "id": 2401, - "properties": { - "facing": "west" - } - }, - { - "id": 2402, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:warped_button": { - "definition": { - "type": "minecraft:button", - "block_set_type": "warped", - "properties": {}, - "ticks_to_stay_pressed": 30 - }, - "properties": { - "face": [ - "floor", - "wall", - "ceiling" + "default_state_id": 21473, + "states": [ + { + "id": 21472, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + }, + { + "id": 21473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + } + ] + }, + { + "id": 911, + "name": "minecraft:light_blue_candle_cake", + "translation_key": "block.minecraft.light_blue_candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 21475, + "states": [ + { + "id": 21474, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + }, + { + "id": 21475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + } + ] + }, + { + "id": 912, + "name": "minecraft:yellow_candle_cake", + "translation_key": "block.minecraft.yellow_candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19593, - "properties": { - "face": "floor", - "facing": "north", - "powered": "true" - } - }, - { - "id": 19594, - "properties": { - "face": "floor", - "facing": "north", - "powered": "false" - } - }, - { - "id": 19595, - "properties": { - "face": "floor", - "facing": "south", - "powered": "true" - } - }, - { - "id": 19596, - "properties": { - "face": "floor", - "facing": "south", - "powered": "false" - } - }, - { - "id": 19597, - "properties": { - "face": "floor", - "facing": "west", - "powered": "true" - } - }, - { - "id": 19598, - "properties": { - "face": "floor", - "facing": "west", - "powered": "false" - } - }, - { - "id": 19599, - "properties": { - "face": "floor", - "facing": "east", - "powered": "true" - } - }, - { - "id": 19600, - "properties": { - "face": "floor", - "facing": "east", - "powered": "false" - } - }, - { - "id": 19601, - "properties": { - "face": "wall", - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 19602, - "properties": { - "face": "wall", - "facing": "north", - "powered": "false" - } - }, - { - "id": 19603, - "properties": { - "face": "wall", - "facing": "south", - "powered": "true" - } - }, - { - "id": 19604, - "properties": { - "face": "wall", - "facing": "south", - "powered": "false" - } - }, - { - "id": 19605, - "properties": { - "face": "wall", - "facing": "west", - "powered": "true" - } - }, - { - "id": 19606, - "properties": { - "face": "wall", - "facing": "west", - "powered": "false" - } - }, - { - "id": 19607, - "properties": { - "face": "wall", - "facing": "east", - "powered": "true" - } - }, - { - "id": 19608, - "properties": { - "face": "wall", - "facing": "east", - "powered": "false" - } - }, - { - "id": 19609, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "true" - } - }, - { - "id": 19610, - "properties": { - "face": "ceiling", - "facing": "north", - "powered": "false" - } - }, - { - "id": 19611, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "true" - } - }, - { - "id": 19612, - "properties": { - "face": "ceiling", - "facing": "south", - "powered": "false" - } - }, - { - "id": 19613, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "true" - } - }, - { - "id": 19614, - "properties": { - "face": "ceiling", - "facing": "west", - "powered": "false" - } - }, - { - "id": 19615, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "true" - } - }, - { - "id": 19616, - "properties": { - "face": "ceiling", - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:warped_door": { - "definition": { - "type": "minecraft:door", - "block_set_type": "warped", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 21477, + "states": [ + { + "id": 21476, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + }, + { + "id": 21477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + } + ] + }, + { + "id": 913, + "name": "minecraft:lime_candle_cake", + "translation_key": "block.minecraft.lime_candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "upper", - "lower" + "default_state_id": 21479, + "states": [ + { + "id": 21478, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + }, + { + "id": 21479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + } + ] + }, + { + "id": 914, + "name": "minecraft:pink_candle_cake", + "translation_key": "block.minecraft.pink_candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "hinge": [ - "left", - "right" + "default_state_id": 21481, + "states": [ + { + "id": 21480, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + }, + { + "id": 21481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + } + ] + }, + { + "id": 915, + "name": "minecraft:gray_candle_cake", + "translation_key": "block.minecraft.gray_candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 21483, + "states": [ + { + "id": 21482, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + }, + { + "id": 21483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + } + ] + }, + { + "id": 916, + "name": "minecraft:light_gray_candle_cake", + "translation_key": "block.minecraft.light_gray_candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19681, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 19682, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 19683, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 19684, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 19685, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 19686, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 19687, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 19688, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 19689, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 19690, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 19691, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 19692, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 19693, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 19694, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 19695, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 19696, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 19697, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 19698, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 19699, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 19700, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 19701, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 19702, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 19703, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 19704, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 19705, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 19706, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 19707, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 19708, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 19709, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 19710, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 19711, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 19712, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 19713, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 19714, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 19715, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 19716, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 19717, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 19718, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 19719, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 19720, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 19721, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 19722, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 19723, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 19724, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 19725, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 19726, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 19727, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 19728, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 19729, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 19730, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 19731, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 19732, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 19733, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 19734, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 19735, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 19736, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 19737, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 19738, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 19739, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 19740, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 19741, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 19742, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 19743, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 19744, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:warped_fence": { - "definition": { - "type": "minecraft:fence", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 21485, + "states": [ + { + "id": 21484, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + }, + { + "id": 21485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + } + ] + }, + { + "id": 917, + "name": "minecraft:cyan_candle_cake", + "translation_key": "block.minecraft.cyan_candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 21487, + "states": [ + { + "id": 21486, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + }, + { + "id": 21487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + } + ] + }, + { + "id": 918, + "name": "minecraft:purple_candle_cake", + "translation_key": "block.minecraft.purple_candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 21489, + "states": [ + { + "id": 21488, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + }, + { + "id": 21489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + } + ] + }, + { + "id": 919, + "name": "minecraft:blue_candle_cake", + "translation_key": "block.minecraft.blue_candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 21491, + "states": [ + { + "id": 21490, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + }, + { + "id": 21491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + } + ] + }, + { + "id": 920, + "name": "minecraft:brown_candle_cake", + "translation_key": "block.minecraft.brown_candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19185, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 19186, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 19187, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 19188, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 19189, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 19190, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 19191, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 19192, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 19193, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 19194, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 19195, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 19196, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 19197, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 19198, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 19199, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 19200, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 19201, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 19202, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 19203, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 19204, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 19205, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 19206, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 19207, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 19208, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 19209, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 19210, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 19211, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 19212, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 19213, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 19214, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 19215, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 19216, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:warped_fence_gate": { - "definition": { - "type": "minecraft:fence_gate", - "properties": {}, - "wood_type": "warped" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 21493, + "states": [ + { + "id": 21492, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + }, + { + "id": 21493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + } + ] + }, + { + "id": 921, + "name": "minecraft:green_candle_cake", + "translation_key": "block.minecraft.green_candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "in_wall": [ - "true", - "false" + "default_state_id": 21495, + "states": [ + { + "id": 21494, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + }, + { + "id": 21495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + } + ] + }, + { + "id": 922, + "name": "minecraft:red_candle_cake", + "translation_key": "block.minecraft.red_candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 21497, + "states": [ + { + "id": 21496, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + }, + { + "id": 21497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + } + ] + }, + { + "id": 923, + "name": "minecraft:black_candle_cake", + "translation_key": "block.minecraft.black_candle_cake", + "item_id": 0, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19377, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 19378, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 19379, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 19380, - "properties": { - "facing": "north", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 19381, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 19382, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 19383, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 19384, - "properties": { - "facing": "north", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 19385, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 19386, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 19387, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 19388, - "properties": { - "facing": "south", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 19389, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 19390, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 19391, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 19392, - "properties": { - "facing": "south", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 19393, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 19394, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 19395, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 19396, - "properties": { - "facing": "west", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 19397, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 19398, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 19399, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 19400, - "properties": { - "facing": "west", - "in_wall": "false", - "open": "false", - "powered": "false" - } - }, - { - "id": 19401, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "true" - } - }, - { - "id": 19402, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "true", - "powered": "false" - } - }, - { - "id": 19403, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "true" - } - }, - { - "id": 19404, - "properties": { - "facing": "east", - "in_wall": "true", - "open": "false", - "powered": "false" - } - }, - { - "id": 19405, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "true" - } - }, - { - "id": 19406, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "true", - "powered": "false" - } - }, - { - "id": 19407, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "true" - } - }, - { - "id": 19408, - "properties": { - "facing": "east", - "in_wall": "false", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:warped_fungus": { - "definition": { - "type": "minecraft:fungus", - "feature": "minecraft:warped_fungus_planted", - "grows_on": "minecraft:warped_nylium", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19061 - } - ] - }, - "minecraft:warped_hanging_sign": { - "definition": { - "type": "minecraft:ceiling_hanging_sign", - "properties": {}, - "wood_type": "warped" - }, - "properties": { - "attached": [ - "true", - "false" + "default_state_id": 21499, + "states": [ + { + "id": 21498, + "luminance": 3, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + }, + { + "id": 21499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 85, + 308 + ] + } + ] + }, + { + "id": 924, + "name": "minecraft:amethyst_block", + "translation_key": "block.minecraft.amethyst_block", + "item_id": 88, + "properties": [], + "default_state_id": 21500, + "states": [ + { + "id": 21500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 925, + "name": "minecraft:budding_amethyst", + "translation_key": "block.minecraft.budding_amethyst", + "item_id": 89, + "properties": [], + "default_state_id": 21501, + "states": [ + { + "id": 21501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 926, + "name": "minecraft:amethyst_cluster", + "translation_key": "block.minecraft.amethyst_cluster", + "item_id": 1304, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "default_state_id": 21511, + "states": [ + { + "id": 21502, + "luminance": 5, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 309 + ] + }, + { + "id": 21503, + "luminance": 5, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 309 + ] + }, + { + "id": 21504, + "luminance": 5, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 310 + ] + }, + { + "id": 21505, + "luminance": 5, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 310 + ] + }, + { + "id": 21506, + "luminance": 5, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 311 + ] + }, + { + "id": 21507, + "luminance": 5, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 311 + ] + }, + { + "id": 21508, + "luminance": 5, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 312 + ] + }, + { + "id": 21509, + "luminance": 5, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 312 + ] + }, + { + "id": 21510, + "luminance": 5, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 313 + ] + }, + { + "id": 21511, + "luminance": 5, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 313 + ] + }, + { + "id": 21512, + "luminance": 5, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 314 + ] + }, + { + "id": 21513, + "luminance": 5, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 314 + ] + } + ] + }, + { + "id": 927, + "name": "minecraft:large_amethyst_bud", + "translation_key": "block.minecraft.large_amethyst_bud", + "item_id": 1303, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5502, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "id": 5503, - "properties": { - "attached": "true", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5504, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5505, - "properties": { - "attached": "true", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5506, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5507, - "properties": { - "attached": "true", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5508, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5509, - "properties": { - "attached": "true", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5510, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5511, - "properties": { - "attached": "true", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5512, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5513, - "properties": { - "attached": "true", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5514, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5515, - "properties": { - "attached": "true", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5516, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5517, - "properties": { - "attached": "true", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5518, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5519, - "properties": { - "attached": "true", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5520, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5521, - "properties": { - "attached": "true", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5522, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5523, - "properties": { - "attached": "true", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5524, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5525, - "properties": { - "attached": "true", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5526, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5527, - "properties": { - "attached": "true", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5528, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5529, - "properties": { - "attached": "true", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5530, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5531, - "properties": { - "attached": "true", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5532, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5533, - "properties": { - "attached": "true", - "rotation": "15", - "waterlogged": "false" - } - }, - { - "id": 5534, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5535, - "properties": { - "attached": "false", - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 5536, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 5537, - "properties": { - "attached": "false", - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 5538, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 5539, - "properties": { - "attached": "false", - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 5540, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 5541, - "properties": { - "attached": "false", - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 5542, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 5543, - "properties": { - "attached": "false", - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 5544, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 5545, - "properties": { - "attached": "false", - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 5546, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 5547, - "properties": { - "attached": "false", - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 5548, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 5549, - "properties": { - "attached": "false", - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 5550, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 5551, - "properties": { - "attached": "false", - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 5552, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 5553, - "properties": { - "attached": "false", - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 5554, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 5555, - "properties": { - "attached": "false", - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 5556, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 5557, - "properties": { - "attached": "false", - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 5558, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 5559, - "properties": { - "attached": "false", - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 5560, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 5561, - "properties": { - "attached": "false", - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 5562, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 5563, - "properties": { - "attached": "false", - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 5564, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 5565, - "properties": { - "attached": "false", - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:warped_hyphae": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 19054, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 19055, - "properties": { - "axis": "y" - } - }, - { - "id": 19056, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:warped_nylium": { - "definition": { - "type": "minecraft:nylium", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19060 - } - ] - }, - "minecraft:warped_planks": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19136 - } - ] - }, - "minecraft:warped_pressure_plate": { - "definition": { - "type": "minecraft:pressure_plate", - "block_set_type": "warped", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19151, - "properties": { - "powered": "true" - } - }, - { - "default": true, - "id": 19152, - "properties": { - "powered": "false" - } - } - ] - }, - "minecraft:warped_roots": { - "definition": { - "type": "minecraft:roots", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19063 - } - ] - }, - "minecraft:warped_sign": { - "definition": { - "type": "minecraft:standing_sign", - "properties": {}, - "wood_type": "warped" - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" + "default_state_id": 21523, + "states": [ + { + "id": 21514, + "luminance": 4, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 315 + ] + }, + { + "id": 21515, + "luminance": 4, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 315 + ] + }, + { + "id": 21516, + "luminance": 4, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 316 + ] + }, + { + "id": 21517, + "luminance": 4, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 316 + ] + }, + { + "id": 21518, + "luminance": 4, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 317 + ] + }, + { + "id": 21519, + "luminance": 4, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 317 + ] + }, + { + "id": 21520, + "luminance": 4, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 318 + ] + }, + { + "id": 21521, + "luminance": 4, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 318 + ] + }, + { + "id": 21522, + "luminance": 4, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 319 + ] + }, + { + "id": 21523, + "luminance": 4, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 319 + ] + }, + { + "id": 21524, + "luminance": 4, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 320 + ] + }, + { + "id": 21525, + "luminance": 4, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 320 + ] + } + ] + }, + { + "id": 928, + "name": "minecraft:medium_amethyst_bud", + "translation_key": "block.minecraft.medium_amethyst_bud", + "item_id": 1302, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19777, - "properties": { - "rotation": "0", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 19778, - "properties": { - "rotation": "0", - "waterlogged": "false" - } - }, - { - "id": 19779, - "properties": { - "rotation": "1", - "waterlogged": "true" - } - }, - { - "id": 19780, - "properties": { - "rotation": "1", - "waterlogged": "false" - } - }, - { - "id": 19781, - "properties": { - "rotation": "2", - "waterlogged": "true" - } - }, - { - "id": 19782, - "properties": { - "rotation": "2", - "waterlogged": "false" - } - }, - { - "id": 19783, - "properties": { - "rotation": "3", - "waterlogged": "true" - } - }, - { - "id": 19784, - "properties": { - "rotation": "3", - "waterlogged": "false" - } - }, - { - "id": 19785, - "properties": { - "rotation": "4", - "waterlogged": "true" - } - }, - { - "id": 19786, - "properties": { - "rotation": "4", - "waterlogged": "false" - } - }, - { - "id": 19787, - "properties": { - "rotation": "5", - "waterlogged": "true" - } - }, - { - "id": 19788, - "properties": { - "rotation": "5", - "waterlogged": "false" - } - }, - { - "id": 19789, - "properties": { - "rotation": "6", - "waterlogged": "true" - } - }, - { - "id": 19790, - "properties": { - "rotation": "6", - "waterlogged": "false" - } - }, - { - "id": 19791, - "properties": { - "rotation": "7", - "waterlogged": "true" - } - }, - { - "id": 19792, - "properties": { - "rotation": "7", - "waterlogged": "false" - } - }, - { - "id": 19793, - "properties": { - "rotation": "8", - "waterlogged": "true" - } - }, - { - "id": 19794, - "properties": { - "rotation": "8", - "waterlogged": "false" - } - }, - { - "id": 19795, - "properties": { - "rotation": "9", - "waterlogged": "true" - } - }, - { - "id": 19796, - "properties": { - "rotation": "9", - "waterlogged": "false" - } - }, - { - "id": 19797, - "properties": { - "rotation": "10", - "waterlogged": "true" - } - }, - { - "id": 19798, - "properties": { - "rotation": "10", - "waterlogged": "false" - } - }, - { - "id": 19799, - "properties": { - "rotation": "11", - "waterlogged": "true" - } - }, - { - "id": 19800, - "properties": { - "rotation": "11", - "waterlogged": "false" - } - }, - { - "id": 19801, - "properties": { - "rotation": "12", - "waterlogged": "true" - } - }, - { - "id": 19802, - "properties": { - "rotation": "12", - "waterlogged": "false" - } - }, - { - "id": 19803, - "properties": { - "rotation": "13", - "waterlogged": "true" - } - }, - { - "id": 19804, - "properties": { - "rotation": "13", - "waterlogged": "false" - } - }, - { - "id": 19805, - "properties": { - "rotation": "14", - "waterlogged": "true" - } - }, - { - "id": 19806, - "properties": { - "rotation": "14", - "waterlogged": "false" - } - }, - { - "id": 19807, - "properties": { - "rotation": "15", - "waterlogged": "true" - } - }, - { - "id": 19808, - "properties": { - "rotation": "15", - "waterlogged": "false" - } - } - ] - }, - "minecraft:warped_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 21535, + "states": [ + { + "id": 21526, + "luminance": 2, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 321 + ] + }, + { + "id": 21527, + "luminance": 2, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 321 + ] + }, + { + "id": 21528, + "luminance": 2, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 322 + ] + }, + { + "id": 21529, + "luminance": 2, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 322 + ] + }, + { + "id": 21530, + "luminance": 2, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 323 + ] + }, + { + "id": 21531, + "luminance": 2, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 323 + ] + }, + { + "id": 21532, + "luminance": 2, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 324 + ] + }, + { + "id": 21533, + "luminance": 2, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 324 + ] + }, + { + "id": 21534, + "luminance": 2, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 325 + ] + }, + { + "id": 21535, + "luminance": 2, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 325 + ] + }, + { + "id": 21536, + "luminance": 2, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 326 + ] + }, + { + "id": 21537, + "luminance": 2, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 326 + ] + } + ] + }, + { + "id": 929, + "name": "minecraft:small_amethyst_bud", + "translation_key": "block.minecraft.small_amethyst_bud", + "item_id": 1301, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19143, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 19144, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 19145, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 19146, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 19147, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 19148, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:warped_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:warped_planks" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 21547, + "states": [ + { + "id": 21538, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 327 + ] + }, + { + "id": 21539, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 327 + ] + }, + { + "id": 21540, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 328 + ] + }, + { + "id": 21541, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 328 + ] + }, + { + "id": 21542, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 329 + ] + }, + { + "id": 21543, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 329 + ] + }, + { + "id": 21544, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 330 + ] + }, + { + "id": 21545, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 330 + ] + }, + { + "id": 21546, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 331 + ] + }, + { + "id": 21547, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 331 + ] + }, + { + "id": 21548, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 126 + ] + }, + { + "id": 21549, + "luminance": 1, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 126 + ] + } + ] + }, + { + "id": 930, + "name": "minecraft:tuff", + "translation_key": "block.minecraft.tuff", + "item_id": 12, + "properties": [], + "default_state_id": 21550, + "states": [ + { + "id": 21550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 931, + "name": "minecraft:tuff_slab", + "translation_key": "block.minecraft.tuff_slab", + "item_id": 13, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 21554, + "states": [ + { + "id": 21551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 21552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 21553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 21554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 21555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 21556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 932, + "name": "minecraft:tuff_stairs", + "translation_key": "block.minecraft.tuff_stairs", + "item_id": 14, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 21568, + "states": [ + { + "id": 21557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 21558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 21559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 21560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 21561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 21562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 21563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 21564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 21565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 21566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 21567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 21568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 21569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 21570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 21571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 21572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 21573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 21574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 21575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 21576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 21577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 21578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 21579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 21580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 21581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 21582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 21583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 21584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 21585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 21586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 21587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 21588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 21589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 21590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 21591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 21592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 21593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 21594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 21595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 21596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 21597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 21598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 21599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 21600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 21601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 21602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 21603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 21604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 21605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 21606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 21607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 21608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 21609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 21610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 21611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 21612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 21613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 21614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 21615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 21616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 21617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 21618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 21619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 21620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 21621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 21622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 21623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 21624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 21625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 21626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 21627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 21628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 21629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 21630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 21631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 21632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 21633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 21634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 21635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 21636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 933, + "name": "minecraft:tuff_wall", + "translation_key": "block.minecraft.tuff_wall", + "item_id": 15, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19489, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19490, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19491, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19492, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19493, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19494, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19495, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19496, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19497, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19498, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19499, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 19500, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19501, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19502, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19503, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19504, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19505, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19506, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19507, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19508, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19509, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19510, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19511, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19512, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19513, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19514, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19515, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19516, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19517, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19518, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19519, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19520, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19521, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19522, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19523, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19524, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19525, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19526, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19527, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19528, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19529, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19530, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19531, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19532, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19533, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19534, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19535, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19536, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19537, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19538, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19539, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19540, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19541, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19542, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19543, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19544, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19545, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19546, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19547, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19548, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19549, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19550, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19551, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19552, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19553, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19554, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19555, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19556, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19557, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19558, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 19559, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 19560, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 19561, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 19562, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 19563, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 19564, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 19565, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 19566, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 19567, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 19568, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:warped_stem": { - "definition": { - "type": "minecraft:rotated_pillar", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ] - }, - "states": [ - { - "id": 19048, - "properties": { - "axis": "x" - } - }, - { - "default": true, - "id": 19049, - "properties": { - "axis": "y" - } - }, - { - "id": 19050, - "properties": { - "axis": "z" - } - } - ] - }, - "minecraft:warped_trapdoor": { - "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "warped", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 21640, + "states": [ + { + "id": 21637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 21638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 21639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 21640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 21641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 21642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 21643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 21644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 21645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 21646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 21647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 21648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 21649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 21650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 21651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 21652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 21653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 21654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 21655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 21656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 21657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 21658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 21659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 21660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 21661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 21662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 21663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 21664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 21665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 21666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 21667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 21668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 21669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 21670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 21671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 21672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 21673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 21674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 21675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 21676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 21677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 21678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 21679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 21680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 21681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 21682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 21683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 21684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 21685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 21686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 21689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 21692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 21693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 21694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 21695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 21696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 21697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 21698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 21701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 21704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 21705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 21706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 21707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 21708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 21709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 21710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 21711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 21712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 21713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 21714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 21715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 21716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 21717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 21718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 21719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 21720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 21721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 21722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 21725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 21728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 21729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 21730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 21731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 21732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 21733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 21734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 21737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 21740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 21741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 21742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 21743, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 21744, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 21745, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 21746, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 21747, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 21748, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 21749, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 21750, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 21751, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 21752, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 21753, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 21754, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 21755, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 21756, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 21757, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 21758, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21759, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21760, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 21761, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21762, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21763, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 21764, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21765, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21766, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 21767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 21770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 21773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 21776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 21779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 21782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 21785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21786, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 21788, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21789, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21790, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 21791, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21792, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21793, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21794, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21796, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21797, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21798, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21799, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21800, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21801, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21802, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 21818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 21821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21822, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21823, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 21824, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 21827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21841, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21842, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21843, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21844, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21845, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21846, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21847, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21848, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21849, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21850, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21851, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21852, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21853, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 21854, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 21855, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 21856, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 21857, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 21858, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 21859, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 21860, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 21861, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 21862, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 21863, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 21864, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 21865, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 21866, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21867, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21868, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 21869, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21870, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21871, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 21872, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21873, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21874, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 21875, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21876, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21877, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 21878, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 21881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 21883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 21884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 21887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 21889, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 21890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21891, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 21893, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 21896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 21899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 21926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 21929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 21931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 21932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 21935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 21937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 21953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 21955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 21959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 21960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 934, + "name": "minecraft:polished_tuff", + "translation_key": "block.minecraft.polished_tuff", + "item_id": 17, + "properties": [], + "default_state_id": 21961, + "states": [ + { + "id": 21961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 935, + "name": "minecraft:polished_tuff_slab", + "translation_key": "block.minecraft.polished_tuff_slab", + "item_id": 18, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 21965, + "states": [ + { + "id": 21962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 21963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 21964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 21965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 21966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 21967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 936, + "name": "minecraft:polished_tuff_stairs", + "translation_key": "block.minecraft.polished_tuff_stairs", + "item_id": 19, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 21979, + "states": [ + { + "id": 21968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 21969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 21970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 21971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 21972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 21973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 21974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 21975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 21976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 21977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 21978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 21979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 21980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 21981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 21982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 21983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 21984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 21985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 21986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 21987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 21988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 21989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 21990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 21991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 21992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 21993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 21994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 21995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 21996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 21997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 21998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 21999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 22000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 22001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 22002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 22003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 22004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 22005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 22006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 22007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 22008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 22009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 22010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 22011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 22012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 22013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 22014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 22015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 22016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 22017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 22018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 22019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 22020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 22021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 22022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 22023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 22024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 22025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 22026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 22027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 22028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 22029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 22030, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 22031, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 22032, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 22033, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 22034, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 22035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 22036, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 22037, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 22038, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 22039, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 22040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 22041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 22042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 22043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 22044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 22045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 22046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 22047, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 937, + "name": "minecraft:polished_tuff_wall", + "translation_key": "block.minecraft.polished_tuff_wall", + "item_id": 20, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "powered": [ - "true", - "false" + "default_state_id": 22051, + "states": [ + { + "id": 22048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 22049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 22050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 22051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 22052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 22053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 22054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 22055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 22056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 22057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 22058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 22059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 22060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 22061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 22062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 22063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 22064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 22065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 22066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 22067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 22068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 22069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 22070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 22071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 22072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 22073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 22074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 22075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 22076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 22077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 22078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 22079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 22080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 22081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 22082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 22083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 22084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 22085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 22086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 22087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 22088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 22089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 22090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 22091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 22092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 22093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 22094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 22095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 22096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 22097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 22100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 22103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 22106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22107, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22108, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 22109, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22110, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22111, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 22112, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22113, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22114, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 22115, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22116, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22117, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 22118, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22119, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22120, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 22121, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 22122, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 22123, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 22124, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 22125, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 22126, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 22127, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 22128, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 22129, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 22130, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 22131, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 22132, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 22133, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 22136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 22139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 22142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 22145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 22148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 22151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 22154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 22157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 22158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 22159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 22160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 22161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 22162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 22163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 22164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 22165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 22166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 22167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 22168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 22169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 22172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 22175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 22178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 22181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 22184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 22187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 22190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 22193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 22196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 22199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 22202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 22229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 22232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 22235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 22238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22252, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22253, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22254, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22255, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22257, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22258, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22259, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22260, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22261, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22262, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22263, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22264, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 22265, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 22266, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 22267, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 22268, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 22269, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 22270, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 22271, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 22272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 22273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 22274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 22275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 22276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 22277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 22280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22282, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 22283, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22284, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22285, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 22286, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22287, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22288, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 22289, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22290, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22291, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 22292, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22293, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22294, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 22295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22296, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22297, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 22298, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22300, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 22301, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22303, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 22304, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22306, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 22307, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22309, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 22310, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22311, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22312, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22314, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22315, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22316, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22317, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22318, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22319, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22320, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22321, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22322, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22323, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22324, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22325, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22326, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22327, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22329, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22330, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22331, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22332, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22333, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22334, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22335, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22336, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 22337, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22338, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22339, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 22340, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22341, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22342, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 22343, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22344, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22345, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 22346, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22347, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22348, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22349, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22350, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22351, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22352, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22353, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22354, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22355, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22356, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22357, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22358, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22359, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22360, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22361, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22362, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22363, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22364, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22365, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22366, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22367, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22368, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22369, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22370, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 938, + "name": "minecraft:chiseled_tuff", + "translation_key": "block.minecraft.chiseled_tuff", + "item_id": 16, + "properties": [], + "default_state_id": 22372, + "states": [ + { + "id": 22372, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 939, + "name": "minecraft:tuff_bricks", + "translation_key": "block.minecraft.tuff_bricks", + "item_id": 21, + "properties": [], + "default_state_id": 22373, + "states": [ + { + "id": 22373, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 940, + "name": "minecraft:tuff_brick_slab", + "translation_key": "block.minecraft.tuff_brick_slab", + "item_id": 22, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19281, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19282, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19283, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19284, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19285, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19286, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19287, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19288, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19289, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19290, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19291, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19292, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19293, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19294, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19295, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 19296, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19297, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19298, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19299, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19300, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19301, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19302, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19303, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19304, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19305, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19306, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19307, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19308, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19309, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19310, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19311, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19312, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19313, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19314, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19315, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19316, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19317, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19318, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19319, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19320, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19321, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19322, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19323, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19324, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19325, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19326, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19327, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19328, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19329, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19330, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19331, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19332, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19333, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19334, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19335, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19336, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19337, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19338, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19339, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19340, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 19341, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 19342, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 19343, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 19344, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:warped_wall_hanging_sign": { - "definition": { - "type": "minecraft:wall_hanging_sign", - "properties": {}, - "wood_type": "warped" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 22377, + "states": [ + { + "id": 22374, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 22375, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 22376, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 22377, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 22378, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 22379, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 941, + "name": "minecraft:tuff_brick_stairs", + "translation_key": "block.minecraft.tuff_brick_stairs", + "item_id": 23, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 5774, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 5775, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 5776, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 5777, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 5778, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 5779, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 5780, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 5781, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:warped_wall_sign": { - "definition": { - "type": "minecraft:wall_sign", - "properties": {}, - "wood_type": "warped" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 22391, + "states": [ + { + "id": 22380, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 22381, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 22382, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 22383, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 22384, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 22385, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 22386, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 22387, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 22388, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 22389, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 22390, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 22391, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 22392, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 22393, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 22394, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 22395, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 22396, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 22397, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 22398, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 22399, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 22400, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 22401, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 22402, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 22403, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 22404, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 22405, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 22406, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 22407, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 22408, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 22409, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 22410, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 22411, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 22412, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 22413, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 22414, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 22415, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 22416, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 22417, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 22418, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 22419, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 22420, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 22421, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 22422, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 22423, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 22424, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 22425, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 22426, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 22427, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 22428, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 22429, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 22430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 22431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 22432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 22433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 22434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 22435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 22436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 22437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 22438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 22439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 22440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 22441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 22442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 22443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 22444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 22445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 22446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 22447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 22448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 22449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 22450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 22451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 22452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 22453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 22454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 22455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 22456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 22457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 22458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 22459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 942, + "name": "minecraft:tuff_brick_wall", + "translation_key": "block.minecraft.tuff_brick_wall", + "item_id": 24, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 19817, - "properties": { - "facing": "north", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 19818, - "properties": { - "facing": "north", - "waterlogged": "false" - } - }, - { - "id": 19819, - "properties": { - "facing": "south", - "waterlogged": "true" - } - }, - { - "id": 19820, - "properties": { - "facing": "south", - "waterlogged": "false" - } - }, - { - "id": 19821, - "properties": { - "facing": "west", - "waterlogged": "true" - } - }, - { - "id": 19822, - "properties": { - "facing": "west", - "waterlogged": "false" - } - }, - { - "id": 19823, - "properties": { - "facing": "east", - "waterlogged": "true" - } - }, - { - "id": 19824, - "properties": { - "facing": "east", - "waterlogged": "false" - } - } - ] - }, - "minecraft:warped_wart_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19062 - } - ] - }, - "minecraft:water": { - "definition": { - "type": "minecraft:liquid", - "fluid": "minecraft:water", - "properties": {} - }, - "properties": { - "level": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 86, - "properties": { - "level": "0" - } - }, - { - "id": 87, - "properties": { - "level": "1" - } - }, - { - "id": 88, - "properties": { - "level": "2" - } - }, - { - "id": 89, - "properties": { - "level": "3" - } - }, - { - "id": 90, - "properties": { - "level": "4" - } - }, - { - "id": 91, - "properties": { - "level": "5" - } - }, - { - "id": 92, - "properties": { - "level": "6" - } - }, - { - "id": 93, - "properties": { - "level": "7" - } - }, - { - "id": 94, - "properties": { - "level": "8" - } - }, - { - "id": 95, - "properties": { - "level": "9" - } - }, - { - "id": 96, - "properties": { - "level": "10" - } - }, - { - "id": 97, - "properties": { - "level": "11" - } - }, - { - "id": 98, - "properties": { - "level": "12" - } - }, - { - "id": 99, - "properties": { - "level": "13" - } - }, - { - "id": 100, - "properties": { - "level": "14" - } - }, - { - "id": 101, - "properties": { - "level": "15" - } - } - ] - }, - "minecraft:water_cauldron": { - "definition": { - "type": "minecraft:layered_cauldron", - "interactions": "water", - "precipitation": "rain", - "properties": {} - }, - "properties": { - "level": [ - "1", - "2", - "3" - ] - }, - "states": [ - { - "default": true, - "id": 7629, - "properties": { - "level": "1" - } - }, - { - "id": 7630, - "properties": { - "level": "2" - } - }, - { - "id": 7631, - "properties": { - "level": "3" - } - } - ] - }, - "minecraft:waxed_chiseled_copper": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 23424 - } - ] - }, - "minecraft:waxed_copper_block": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 23769 - } - ] - }, - "minecraft:waxed_copper_bulb": { - "definition": { - "type": "minecraft:copper_bulb_block", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" + "default_state_id": 22463, + "states": [ + { + "id": 22460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 22461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 22462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 22463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 22464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 22465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 22466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 22467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 22468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 22469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 22470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 22471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 22472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 22473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 22474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 22475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 22476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 22477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 22478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 22479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 22480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 22481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 22482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 22483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 22484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 22485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 22486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 22487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 22488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 22489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 22490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 22491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 22492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 22493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 22494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 22495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 22496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 22497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 22498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 22499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 22500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 22501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 22502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 22503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 22504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 22505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 22506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 22507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 22508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 22509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 22512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 22515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 22518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 22521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 22524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 22527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 22530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 22533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 22534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 22535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 22536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 22537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 22538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 22539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 22540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 22541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 22542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 22543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 22544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 22545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 22548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 22551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 22554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 22557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 22560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 22563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 22566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 22568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 22569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 22570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 22571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 22572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 22573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 22574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 22575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 22576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 22577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 22578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 22579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 22580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 22581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 22584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 22587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 22590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 22593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 22596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 22599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 22602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 22605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 22608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 22611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 22614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 22641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 22644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 22647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 22650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 22677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 22678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 22679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 22680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 22681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 22682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 22683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 22684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 22685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 22686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 22687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 22688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 22689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 22692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 22695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 22698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 22701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 22704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 22706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 22707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 22710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 22712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 22713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 22716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 22719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 22722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22743, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22744, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22745, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22746, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22747, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22748, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 22749, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22750, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22751, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 22752, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22753, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 22754, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 22755, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22756, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22757, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 22758, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22759, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 22760, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22761, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22762, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22763, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22764, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22765, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22766, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 22776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 22778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 22782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 22783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 943, + "name": "minecraft:chiseled_tuff_bricks", + "translation_key": "block.minecraft.chiseled_tuff_bricks", + "item_id": 25, + "properties": [], + "default_state_id": 22784, + "states": [ + { + "id": 22784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 944, + "name": "minecraft:calcite", + "translation_key": "block.minecraft.calcite", + "item_id": 11, + "properties": [], + "default_state_id": 22785, + "states": [ + { + "id": 22785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 945, + "name": "minecraft:tinted_glass", + "translation_key": "block.minecraft.tinted_glass", + "item_id": 196, + "properties": [], + "default_state_id": 22786, + "states": [ + { + "id": 22786, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 946, + "name": "minecraft:powder_snow", + "translation_key": "block.minecraft.powder_snow", + "item_id": 935, + "properties": [], + "default_state_id": 22787, + "states": [ + { + "id": 22787, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 947, + "name": "minecraft:sculk_sensor", + "translation_key": "block.minecraft.sculk_sensor", + "item_id": 689, + "properties": [ + { + "name": "power", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "sculk_sensor_phase", + "values": [ + "inactive", + "active", + "cooldown" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25177, - "properties": { - "lit": "true", - "powered": "true" - } - }, - { - "id": 25178, - "properties": { - "lit": "true", - "powered": "false" - } - }, - { - "id": 25179, - "properties": { - "lit": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 25180, - "properties": { - "lit": "false", - "powered": "false" - } - } - ] - }, - "minecraft:waxed_copper_door": { - "definition": { - "type": "minecraft:door", - "block_set_type": "copper", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 22789, + "states": [ + { + "id": 22788, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22789, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22790, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22791, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22792, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22793, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22794, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22795, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22796, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22797, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22798, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22799, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22800, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22801, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22802, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22803, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22804, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22805, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22806, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22807, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22808, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22809, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22810, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22811, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22812, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22813, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22814, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22815, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22816, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22817, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22818, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22819, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22820, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22821, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22822, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22823, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22824, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22825, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22826, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22827, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22828, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22829, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22830, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22831, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22832, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22833, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22834, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22835, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22836, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22837, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22838, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22839, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22840, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22841, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22842, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22843, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22844, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22845, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22846, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22847, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22848, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22849, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22850, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22851, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22852, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22853, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22854, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22855, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22856, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22857, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22858, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22859, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22860, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22861, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22862, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22863, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22864, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22865, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22866, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22867, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22868, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22869, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22870, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22871, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22872, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22873, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22874, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22875, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22876, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22877, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22878, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22879, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22880, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22881, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22882, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + }, + { + "id": 22883, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 35 + } + ] + }, + { + "id": 948, + "name": "minecraft:calibrated_sculk_sensor", + "translation_key": "block.minecraft.calibrated_sculk_sensor", + "item_id": 690, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "power", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15" + ] + }, + { + "name": "sculk_sensor_phase", + "values": [ + "inactive", + "active", + "cooldown" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "upper", - "lower" + "default_state_id": 22885, + "states": [ + { + "id": 22884, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22885, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22886, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22887, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22888, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22889, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22890, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22891, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22892, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22893, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22894, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22895, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22896, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22897, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22898, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22899, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22900, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22901, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22902, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22903, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22904, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22905, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22906, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22907, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22908, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22909, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22910, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22911, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22912, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22913, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22914, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22915, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22916, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22917, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22918, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22919, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22920, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22921, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22922, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22923, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22924, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22925, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22926, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22927, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22928, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22929, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22930, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22931, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22932, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22933, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22934, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22935, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22936, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22937, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22938, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22939, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22940, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22941, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22942, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22943, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22944, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22945, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22946, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22947, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22948, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22949, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22950, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22951, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22952, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22953, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22954, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22955, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22956, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22957, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22958, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22959, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22960, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22961, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22962, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22963, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22964, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22965, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22966, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22967, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22968, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22969, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22970, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22971, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22972, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22973, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22974, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22975, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22976, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22977, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22978, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22979, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22980, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22981, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22982, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22983, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22984, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22985, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22986, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22987, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22988, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22989, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22990, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22991, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22992, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22993, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22994, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22995, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22996, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22997, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22998, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 22999, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23000, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23001, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23002, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23003, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23004, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23005, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23006, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23007, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23008, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23009, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23010, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23011, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23012, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23013, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23014, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23015, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23016, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23017, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23018, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23019, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23020, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23021, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23022, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23023, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23024, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23025, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23026, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23027, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23028, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23029, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23030, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23031, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23032, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23033, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23034, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23035, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23036, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23037, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23038, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23039, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23040, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23041, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23042, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23043, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23044, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23045, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23046, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23047, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23048, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23049, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23050, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23051, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23052, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23053, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23054, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23055, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23056, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23057, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23058, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23059, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23060, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23061, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23062, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23063, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23064, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23065, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23066, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23067, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23068, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23069, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23070, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23071, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23072, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23073, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23074, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23075, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23076, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23077, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23078, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23079, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23080, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23081, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23082, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23083, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23084, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23085, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23086, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23087, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23088, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23089, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23090, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23091, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23092, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23093, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23094, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23095, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23096, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23097, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23098, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23099, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23100, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23101, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23102, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23103, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23104, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23105, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23106, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23107, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23108, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23109, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23110, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23111, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23112, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23113, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23114, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23115, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23116, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23117, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23118, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23119, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23120, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23121, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23122, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23123, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23124, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23125, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23126, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23127, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23128, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23129, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23130, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23131, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23132, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23133, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23134, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23135, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23136, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23137, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23138, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23139, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23140, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23141, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23142, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23143, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23144, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23145, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23146, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23147, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23148, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23149, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23150, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23151, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23152, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23153, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23154, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23155, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23156, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23157, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23158, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23159, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23160, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23161, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23162, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23163, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23164, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23165, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23166, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23167, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23168, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23169, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23170, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23171, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23172, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23173, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23174, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23175, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23176, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23177, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23178, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23179, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23180, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23181, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23182, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23183, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23184, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23185, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23186, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23187, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23188, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23189, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23190, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23191, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23192, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23193, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23194, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23195, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23196, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23197, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23198, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23199, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23200, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23201, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23202, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23203, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23204, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23205, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23206, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23207, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23208, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23209, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23210, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23211, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23212, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23213, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23214, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23215, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23216, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23217, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23218, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23219, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23220, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23221, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23222, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23223, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23224, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23225, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23226, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23227, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23228, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23229, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23230, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23231, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23232, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23233, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23234, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23235, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23236, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23237, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23238, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23239, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23240, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23241, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23242, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23243, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23244, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23245, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23246, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23247, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23248, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23249, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23250, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23251, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23252, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23253, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23254, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23255, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23256, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23257, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23258, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23259, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23260, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23261, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23262, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23263, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23264, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23265, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23266, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + }, + { + "id": 23267, + "luminance": 1, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 36 + } + ] + }, + { + "id": 949, + "name": "minecraft:sculk", + "translation_key": "block.minecraft.sculk", + "item_id": 384, + "properties": [], + "default_state_id": 23268, + "states": [ + { + "id": 23268, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 950, + "name": "minecraft:sculk_vein", + "translation_key": "block.minecraft.sculk_vein", + "item_id": 385, + "properties": [ + { + "name": "down", + "values": [ + "true", + "false" + ] + }, + { + "name": "east", + "values": [ + "true", + "false" + ] + }, + { + "name": "north", + "values": [ + "true", + "false" + ] + }, + { + "name": "south", + "values": [ + "true", + "false" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "true", + "false" + ] + } ], - "hinge": [ - "left", - "right" + "default_state_id": 23396, + "states": [ + { + "id": 23269, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23270, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23271, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23272, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23273, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23274, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23275, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23276, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23277, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23278, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23279, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23280, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23281, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23282, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23283, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23284, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23285, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23286, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23287, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23288, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23289, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23290, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23291, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23292, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23293, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23294, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23295, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23296, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23297, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23298, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23299, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23300, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23301, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23302, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23303, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23304, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23305, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23306, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23307, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23308, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23309, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23310, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23311, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23312, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23313, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23314, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23315, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23316, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23317, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23318, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23319, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23320, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23321, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23322, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23323, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23324, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23325, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23326, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23327, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23328, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23329, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23330, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23331, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23332, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23333, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23334, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23335, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23336, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23337, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23338, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23339, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23340, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23341, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23342, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23343, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23344, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23345, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23346, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23347, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23348, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23349, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23350, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23351, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23352, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23353, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23354, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23355, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23356, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23357, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23358, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23359, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23360, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23361, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23362, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23363, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23364, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23365, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23366, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23367, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23368, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23369, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23370, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23371, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23372, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23373, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23374, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23375, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23376, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23377, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23378, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23379, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23380, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23381, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23382, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23383, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23384, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23385, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23386, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23387, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23388, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23389, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23390, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23391, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23392, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23393, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23394, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23395, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 23396, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 951, + "name": "minecraft:sculk_catalyst", + "translation_key": "block.minecraft.sculk_catalyst", + "item_id": 386, + "properties": [ + { + "name": "bloom", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 23398, + "states": [ + { + "id": 23397, + "luminance": 6, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 37 + }, + { + "id": 23398, + "luminance": 6, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 37 + } + ] + }, + { + "id": 952, + "name": "minecraft:sculk_shrieker", + "translation_key": "block.minecraft.sculk_shrieker", + "item_id": 387, + "properties": [ + { + "name": "can_summon", + "values": [ + "true", + "false" + ] + }, + { + "name": "shrieking", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24377, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24378, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24379, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24380, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24381, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24382, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24383, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24384, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24385, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24386, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24387, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 24388, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24389, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24390, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24391, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24392, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24393, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24394, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24395, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24396, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24397, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24398, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24399, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24400, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24401, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24402, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24403, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24404, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24405, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24406, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24407, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24408, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24409, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24410, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24411, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24412, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24413, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24414, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24415, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24416, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24417, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24418, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24419, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24420, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24421, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24422, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24423, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24424, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24425, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24426, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24427, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24428, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24429, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24430, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24431, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24432, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24433, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24434, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24435, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24436, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24437, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24438, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24439, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24440, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:waxed_copper_grate": { - "definition": { - "type": "minecraft:waterlogged_transparent", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25153, - "properties": { - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25154, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:waxed_copper_trapdoor": { - "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "copper", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 23406, + "states": [ + { + "id": 23399, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 38 + }, + { + "id": 23400, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 38 + }, + { + "id": 23401, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 38 + }, + { + "id": 23402, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 38 + }, + { + "id": 23403, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 38 + }, + { + "id": 23404, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 38 + }, + { + "id": 23405, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 38 + }, + { + "id": 23406, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ], + "block_entity_type": 38 + } + ] + }, + { + "id": 953, + "name": "minecraft:copper_block", + "translation_key": "block.minecraft.copper_block", + "item_id": 91, + "properties": [], + "default_state_id": 23407, + "states": [ + { + "id": 23407, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 954, + "name": "minecraft:exposed_copper", + "translation_key": "block.minecraft.exposed_copper", + "item_id": 95, + "properties": [], + "default_state_id": 23408, + "states": [ + { + "id": 23408, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 955, + "name": "minecraft:weathered_copper", + "translation_key": "block.minecraft.weathered_copper", + "item_id": 96, + "properties": [], + "default_state_id": 23409, + "states": [ + { + "id": 23409, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 956, + "name": "minecraft:oxidized_copper", + "translation_key": "block.minecraft.oxidized_copper", + "item_id": 97, + "properties": [], + "default_state_id": 23410, + "states": [ + { + "id": 23410, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 957, + "name": "minecraft:copper_ore", + "translation_key": "block.minecraft.copper_ore", + "item_id": 68, + "properties": [], + "default_state_id": 23411, + "states": [ + { + "id": 23411, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 958, + "name": "minecraft:deepslate_copper_ore", + "translation_key": "block.minecraft.deepslate_copper_ore", + "item_id": 69, + "properties": [], + "default_state_id": 23412, + "states": [ + { + "id": 23412, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 959, + "name": "minecraft:oxidized_cut_copper", + "translation_key": "block.minecraft.oxidized_cut_copper", + "item_id": 105, + "properties": [], + "default_state_id": 23413, + "states": [ + { + "id": 23413, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 960, + "name": "minecraft:weathered_cut_copper", + "translation_key": "block.minecraft.weathered_cut_copper", + "item_id": 104, + "properties": [], + "default_state_id": 23414, + "states": [ + { + "id": 23414, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 961, + "name": "minecraft:exposed_cut_copper", + "translation_key": "block.minecraft.exposed_cut_copper", + "item_id": 103, + "properties": [], + "default_state_id": 23415, + "states": [ + { + "id": 23415, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 962, + "name": "minecraft:cut_copper", + "translation_key": "block.minecraft.cut_copper", + "item_id": 102, + "properties": [], + "default_state_id": 23416, + "states": [ + { + "id": 23416, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 963, + "name": "minecraft:oxidized_chiseled_copper", + "translation_key": "block.minecraft.oxidized_chiseled_copper", + "item_id": 101, + "properties": [], + "default_state_id": 23417, + "states": [ + { + "id": 23417, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 964, + "name": "minecraft:weathered_chiseled_copper", + "translation_key": "block.minecraft.weathered_chiseled_copper", + "item_id": 100, + "properties": [], + "default_state_id": 23418, + "states": [ + { + "id": 23418, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 965, + "name": "minecraft:exposed_chiseled_copper", + "translation_key": "block.minecraft.exposed_chiseled_copper", + "item_id": 99, + "properties": [], + "default_state_id": 23419, + "states": [ + { + "id": 23419, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 966, + "name": "minecraft:chiseled_copper", + "translation_key": "block.minecraft.chiseled_copper", + "item_id": 98, + "properties": [], + "default_state_id": 23420, + "states": [ + { + "id": 23420, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 967, + "name": "minecraft:waxed_oxidized_chiseled_copper", + "translation_key": "block.minecraft.waxed_oxidized_chiseled_copper", + "item_id": 121, + "properties": [], + "default_state_id": 23421, + "states": [ + { + "id": 23421, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 968, + "name": "minecraft:waxed_weathered_chiseled_copper", + "translation_key": "block.minecraft.waxed_weathered_chiseled_copper", + "item_id": 120, + "properties": [], + "default_state_id": 23422, + "states": [ + { + "id": 23422, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 969, + "name": "minecraft:waxed_exposed_chiseled_copper", + "translation_key": "block.minecraft.waxed_exposed_chiseled_copper", + "item_id": 119, + "properties": [], + "default_state_id": 23423, + "states": [ + { + "id": 23423, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 970, + "name": "minecraft:waxed_chiseled_copper", + "translation_key": "block.minecraft.waxed_chiseled_copper", + "item_id": 118, + "properties": [], + "default_state_id": 23424, + "states": [ + { + "id": 23424, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 971, + "name": "minecraft:oxidized_cut_copper_stairs", + "translation_key": "block.minecraft.oxidized_cut_copper_stairs", + "item_id": 109, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 23436, + "states": [ + { + "id": 23425, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 23426, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 23427, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23428, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23429, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 23436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 23437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 23446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 23447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 23456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 23457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 23466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 23467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 23476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 23477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 23486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 23487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 23496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 23497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 972, + "name": "minecraft:weathered_cut_copper_stairs", + "translation_key": "block.minecraft.weathered_cut_copper_stairs", + "item_id": 108, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 23516, + "states": [ + { + "id": 23505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 23506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 23507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 23516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 23517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 23526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 23527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 23536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 23537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 23546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 23547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 23556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 23557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 23566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 23567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 23576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 23577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 973, + "name": "minecraft:exposed_cut_copper_stairs", + "translation_key": "block.minecraft.exposed_cut_copper_stairs", + "item_id": 107, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" + "default_state_id": 23596, + "states": [ + { + "id": 23585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 23586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 23587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 23596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 23597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 23606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 23607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 23616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 23617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 23626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 23627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 23636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 23637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 23646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 23647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 23656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 23657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 974, + "name": "minecraft:cut_copper_stairs", + "translation_key": "block.minecraft.cut_copper_stairs", + "item_id": 106, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24889, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24890, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24891, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24892, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24893, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24894, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24895, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24896, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24897, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24898, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24899, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24900, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24901, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24902, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24903, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 24904, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24905, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24906, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24907, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24908, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24909, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24910, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24911, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24912, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24913, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24914, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24915, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24916, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24917, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24918, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24919, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24920, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24921, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24922, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24923, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24924, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24925, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24926, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24927, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24928, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24929, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24930, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24931, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24932, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24933, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24934, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24935, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24936, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24937, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24938, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24939, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24940, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24941, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24942, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24943, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24944, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24945, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24946, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24947, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24948, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24949, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24950, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24951, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24952, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:waxed_cut_copper": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 23776 - } - ] - }, - "minecraft:waxed_cut_copper_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 23676, + "states": [ + { + "id": 23665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 23666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 23667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 23676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 23677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 23686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 23687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 23696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 23697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 23706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 23707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 23716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 23717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 23726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 23727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 23736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 23737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23743, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23744, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 975, + "name": "minecraft:oxidized_cut_copper_slab", + "translation_key": "block.minecraft.oxidized_cut_copper_slab", + "item_id": 113, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24115, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 24116, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 24117, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 24118, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 24119, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 24120, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:waxed_cut_copper_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:waxed_cut_copper" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 23748, + "states": [ + { + "id": 23745, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 23746, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 23747, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 23748, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 23749, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 23750, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 976, + "name": "minecraft:weathered_cut_copper_slab", + "translation_key": "block.minecraft.weathered_cut_copper_slab", + "item_id": 112, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 23754, + "states": [ + { + "id": 23751, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 23752, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 23753, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 23754, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 23755, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 23756, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 977, + "name": "minecraft:exposed_cut_copper_slab", + "translation_key": "block.minecraft.exposed_cut_copper_slab", + "item_id": 111, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 23760, + "states": [ + { + "id": 23757, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 23758, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 23759, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 23760, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 23761, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 23762, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 978, + "name": "minecraft:cut_copper_slab", + "translation_key": "block.minecraft.cut_copper_slab", + "item_id": 110, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24017, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 24018, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 24019, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 24020, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 24021, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 24022, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 24023, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 24024, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 24025, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 24026, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 24027, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 24028, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 24029, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 24030, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 24031, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 24032, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 24033, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 24034, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 24035, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 24036, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 24037, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 24038, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 24039, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 24040, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 24041, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 24042, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 24043, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 24044, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 24045, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 24046, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 24047, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 24048, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 24049, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 24050, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 24051, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 24052, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 24053, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 24054, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 24055, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 24056, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 24057, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 24058, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 24059, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 24060, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 24061, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 24062, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 24063, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 24064, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 24065, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 24066, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 24067, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 24068, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 24069, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 24070, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 24071, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 24072, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 24073, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 24074, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 24075, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 24076, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 24077, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 24078, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 24079, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 24080, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 24081, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 24082, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 24083, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 24084, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 24085, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 24086, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 24087, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 24088, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 24089, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 24090, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 24091, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 24092, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 24093, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 24094, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 24095, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 24096, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:waxed_exposed_chiseled_copper": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 23423 - } - ] - }, - "minecraft:waxed_exposed_copper": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 23771 - } - ] - }, - "minecraft:waxed_exposed_copper_bulb": { - "definition": { - "type": "minecraft:copper_bulb_block", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" + "default_state_id": 23766, + "states": [ + { + "id": 23763, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 23764, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 23765, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 23766, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 23767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 23768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 979, + "name": "minecraft:waxed_copper_block", + "translation_key": "block.minecraft.waxed_copper_block", + "item_id": 114, + "properties": [], + "default_state_id": 23769, + "states": [ + { + "id": 23769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 980, + "name": "minecraft:waxed_weathered_copper", + "translation_key": "block.minecraft.waxed_weathered_copper", + "item_id": 116, + "properties": [], + "default_state_id": 23770, + "states": [ + { + "id": 23770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 981, + "name": "minecraft:waxed_exposed_copper", + "translation_key": "block.minecraft.waxed_exposed_copper", + "item_id": 115, + "properties": [], + "default_state_id": 23771, + "states": [ + { + "id": 23771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 982, + "name": "minecraft:waxed_oxidized_copper", + "translation_key": "block.minecraft.waxed_oxidized_copper", + "item_id": 117, + "properties": [], + "default_state_id": 23772, + "states": [ + { + "id": 23772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 983, + "name": "minecraft:waxed_oxidized_cut_copper", + "translation_key": "block.minecraft.waxed_oxidized_cut_copper", + "item_id": 125, + "properties": [], + "default_state_id": 23773, + "states": [ + { + "id": 23773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 984, + "name": "minecraft:waxed_weathered_cut_copper", + "translation_key": "block.minecraft.waxed_weathered_cut_copper", + "item_id": 124, + "properties": [], + "default_state_id": 23774, + "states": [ + { + "id": 23774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 985, + "name": "minecraft:waxed_exposed_cut_copper", + "translation_key": "block.minecraft.waxed_exposed_cut_copper", + "item_id": 123, + "properties": [], + "default_state_id": 23775, + "states": [ + { + "id": 23775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 986, + "name": "minecraft:waxed_cut_copper", + "translation_key": "block.minecraft.waxed_cut_copper", + "item_id": 122, + "properties": [], + "default_state_id": 23776, + "states": [ + { + "id": 23776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 987, + "name": "minecraft:waxed_oxidized_cut_copper_stairs", + "translation_key": "block.minecraft.waxed_oxidized_cut_copper_stairs", + "item_id": 129, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25181, - "properties": { - "lit": "true", - "powered": "true" - } - }, - { - "id": 25182, - "properties": { - "lit": "true", - "powered": "false" - } - }, - { - "id": 25183, - "properties": { - "lit": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 25184, - "properties": { - "lit": "false", - "powered": "false" - } - } - ] - }, - "minecraft:waxed_exposed_copper_door": { - "definition": { - "type": "minecraft:door", - "block_set_type": "copper", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 23788, + "states": [ + { + "id": 23777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 23778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 23779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23786, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 23788, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 23789, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23790, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23791, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23792, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23793, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23794, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23796, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23797, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 23798, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 23799, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23800, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23801, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23802, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 23808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 23809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 23818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 23819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23822, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23823, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23824, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 23828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 23829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 23838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 23839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23841, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23842, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23843, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23844, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23845, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23846, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23847, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 23848, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 23849, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23850, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23851, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23852, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23853, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23854, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23855, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23856, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 988, + "name": "minecraft:waxed_weathered_cut_copper_stairs", + "translation_key": "block.minecraft.waxed_weathered_cut_copper_stairs", + "item_id": 128, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "upper", - "lower" + "default_state_id": 23868, + "states": [ + { + "id": 23857, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 23858, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 23859, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23860, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23861, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23862, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23863, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23864, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23865, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23866, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23867, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 23868, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 23869, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23870, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23871, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23872, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23873, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23874, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23875, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23876, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23877, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 23878, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 23879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 23888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 23889, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23891, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23893, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 23898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 23899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 23908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 23909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 23918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 23919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 23928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 23929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 989, + "name": "minecraft:waxed_exposed_cut_copper_stairs", + "translation_key": "block.minecraft.waxed_exposed_cut_copper_stairs", + "item_id": 127, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "hinge": [ - "left", - "right" + "default_state_id": 23948, + "states": [ + { + "id": 23937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 23938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 23939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 23943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 23947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 23948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 23949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 23953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 23957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 23958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 23959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 23961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 23965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 23968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 23969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 23971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 23975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 23978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 23979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 23981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 23983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 23985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 23987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 23988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 23989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 23991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 23993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 23995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 23997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 23998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 23999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 24000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 24001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 24002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 24003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 24004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 24005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 24006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 24007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 24008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 24009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 24010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 24011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 24012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 24013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 24014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 24015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 24016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 990, + "name": "minecraft:waxed_cut_copper_stairs", + "translation_key": "block.minecraft.waxed_cut_copper_stairs", + "item_id": 126, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 24028, + "states": [ + { + "id": 24017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 24018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 24019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 24020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 24021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 24022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 24023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 24024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 24025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 24026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 24027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 24028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 24029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 24030, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 24031, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 24032, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 24033, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 24034, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 24035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 24036, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 24037, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 24038, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 24039, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 24040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 24041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 24042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 24043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 24044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 24045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 24046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 24047, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 24048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 24049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 24050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 24051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 24052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 24053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 24054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 24055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 24056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 24057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 24058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 24059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 24060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 24061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 24062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 24063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 24064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 24065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 24066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 24067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 24068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 24069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 24070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 24071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 24072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 24073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 24074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 24075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 24076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 24077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 24078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 24079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 24080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 24081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 24082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 24083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 24084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 24085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 24086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 24087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 24088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 24089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 24090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 24091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 24092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 24093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 24094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 24095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 24096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 991, + "name": "minecraft:waxed_oxidized_cut_copper_slab", + "translation_key": "block.minecraft.waxed_oxidized_cut_copper_slab", + "item_id": 133, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24441, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24442, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24443, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24444, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24445, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24446, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24447, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24448, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24449, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24450, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24451, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 24452, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24453, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24454, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24455, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24456, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24457, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24458, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24459, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24460, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24461, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24462, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24463, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24464, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24465, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24466, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24467, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24468, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24469, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24470, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24471, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24472, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24473, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24474, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24475, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24476, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24477, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24478, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24479, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24480, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24481, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24482, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24483, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24484, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24485, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24486, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24487, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24488, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24489, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24490, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24491, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24492, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24493, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24494, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24495, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24496, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24497, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24498, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24499, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24500, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24501, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24502, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24503, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24504, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:waxed_exposed_copper_grate": { - "definition": { - "type": "minecraft:waterlogged_transparent", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25155, - "properties": { - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25156, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:waxed_exposed_copper_trapdoor": { - "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "copper", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 24100, + "states": [ + { + "id": 24097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 24098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 24099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 24100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 24101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 24102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 992, + "name": "minecraft:waxed_weathered_cut_copper_slab", + "translation_key": "block.minecraft.waxed_weathered_cut_copper_slab", + "item_id": 132, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 24106, + "states": [ + { + "id": 24103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 24104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 24105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 24106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 24107, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 24108, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 993, + "name": "minecraft:waxed_exposed_cut_copper_slab", + "translation_key": "block.minecraft.waxed_exposed_cut_copper_slab", + "item_id": 131, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 24112, + "states": [ + { + "id": 24109, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 24110, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 24111, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 24112, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 24113, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 24114, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 994, + "name": "minecraft:waxed_cut_copper_slab", + "translation_key": "block.minecraft.waxed_cut_copper_slab", + "item_id": 130, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" + "default_state_id": 24118, + "states": [ + { + "id": 24115, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 24116, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 24117, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 24118, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 24119, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 24120, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 995, + "name": "minecraft:copper_door", + "translation_key": "block.minecraft.copper_door", + "item_id": 739, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24953, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24954, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24955, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24956, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24957, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24958, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24959, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24960, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24961, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24962, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24963, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24964, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24965, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24966, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24967, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 24968, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24969, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24970, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24971, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24972, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24973, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24974, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24975, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24976, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24977, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24978, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24979, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24980, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24981, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24982, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24983, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24984, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24985, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24986, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24987, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24988, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24989, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24990, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24991, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24992, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24993, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24994, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24995, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24996, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24997, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24998, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24999, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25000, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25001, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25002, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25003, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25004, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25005, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25006, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25007, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25008, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25009, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25010, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25011, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25012, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25013, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25014, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25015, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25016, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:waxed_exposed_cut_copper": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 23775 - } - ] - }, - "minecraft:waxed_exposed_cut_copper_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 24132, + "states": [ + { + "id": 24121, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24122, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24123, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24124, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24125, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24126, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24127, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24128, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24129, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24130, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24131, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24132, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24133, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24134, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24135, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24136, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24137, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24138, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24139, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24140, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24141, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24142, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24143, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24144, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24145, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24146, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24147, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24148, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24149, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24150, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24151, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24152, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24153, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24154, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24155, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24156, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24157, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24158, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24159, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24160, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24161, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24162, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24163, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24164, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24165, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24166, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24167, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24168, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24169, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24170, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24171, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24172, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24173, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24174, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24175, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24176, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24177, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24178, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24179, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24180, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24181, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24182, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24183, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24184, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 996, + "name": "minecraft:exposed_copper_door", + "translation_key": "block.minecraft.exposed_copper_door", + "item_id": 740, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24109, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 24110, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 24111, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 24112, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 24113, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 24114, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:waxed_exposed_cut_copper_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:waxed_exposed_cut_copper" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 24196, + "states": [ + { + "id": 24185, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24186, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24187, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24188, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24189, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24190, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24191, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24192, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24193, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24194, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24195, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24196, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24197, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24198, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24199, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24200, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24201, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24202, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24203, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24204, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24205, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24206, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24207, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24208, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24209, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24210, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24211, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24212, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24213, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24214, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24215, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24216, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24217, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24218, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24219, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24220, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24221, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24222, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24223, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24224, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24225, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24226, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24227, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24228, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24229, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24230, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24231, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24232, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24233, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24234, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24235, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24236, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24237, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24238, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24239, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24240, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24241, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24242, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24243, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24244, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24245, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24246, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24247, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24248, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 997, + "name": "minecraft:oxidized_copper_door", + "translation_key": "block.minecraft.oxidized_copper_door", + "item_id": 742, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 24260, + "states": [ + { + "id": 24249, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24250, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24251, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24252, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24253, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24254, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24255, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24256, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24257, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24258, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24259, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24260, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24261, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24262, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24263, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24264, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24265, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24266, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24267, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24268, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24269, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24270, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24271, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24272, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24273, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24274, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24275, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24276, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24277, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24278, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24279, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24280, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24281, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24282, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24283, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24284, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24285, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24286, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24287, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24288, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24289, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24290, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24291, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24292, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24293, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24294, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24295, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24296, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24297, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24298, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24299, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24300, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24301, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24302, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24303, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24304, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24305, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24306, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24307, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24308, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24309, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24310, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24311, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24312, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 998, + "name": "minecraft:weathered_copper_door", + "translation_key": "block.minecraft.weathered_copper_door", + "item_id": 741, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 24324, + "states": [ + { + "id": 24313, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24314, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24315, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24316, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24317, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24318, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24319, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24320, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24321, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24322, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24323, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24324, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24325, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24326, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24327, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24328, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24329, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24330, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24331, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24332, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24333, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24334, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24335, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24336, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24337, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24338, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24339, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24340, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24341, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24342, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24343, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24344, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24345, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24346, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24347, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24348, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24349, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24350, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24351, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24352, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24353, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24354, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24355, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24356, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24357, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24358, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24359, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24360, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24361, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24362, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24363, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24364, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24365, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24366, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24367, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24368, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24369, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24370, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24371, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24372, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24373, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24374, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24375, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24376, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 999, + "name": "minecraft:waxed_copper_door", + "translation_key": "block.minecraft.waxed_copper_door", + "item_id": 743, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 23937, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23938, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23939, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23940, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23941, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23942, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23943, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23944, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23945, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23946, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23947, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 23948, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23949, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23950, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23951, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23952, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23953, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23954, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23955, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23956, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23957, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23958, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23959, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23960, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23961, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23962, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23963, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23964, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23965, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23966, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23967, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23968, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23969, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23970, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23971, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23972, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23973, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23974, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23975, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23976, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23977, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23978, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23979, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23980, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23981, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23982, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23983, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23984, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23985, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23986, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23987, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23988, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23989, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23990, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23991, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23992, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23993, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23994, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23995, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23996, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23997, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23998, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23999, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 24000, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 24001, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 24002, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 24003, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 24004, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 24005, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 24006, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 24007, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 24008, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 24009, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 24010, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 24011, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 24012, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 24013, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 24014, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 24015, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 24016, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:waxed_oxidized_chiseled_copper": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 23421 - } - ] - }, - "minecraft:waxed_oxidized_copper": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 23772 - } - ] - }, - "minecraft:waxed_oxidized_copper_bulb": { - "definition": { - "type": "minecraft:copper_bulb_block", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" + "default_state_id": 24388, + "states": [ + { + "id": 24377, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24378, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24379, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24380, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24381, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24382, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24383, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24384, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24385, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24386, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24387, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24388, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24389, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24390, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24391, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24392, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24393, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24394, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24395, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24396, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24397, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24398, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24399, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24400, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24401, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24402, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24403, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24404, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24405, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24406, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24407, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24408, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24409, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24410, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24411, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24412, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24413, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24414, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24415, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24416, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24417, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24418, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24419, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24420, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24421, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24422, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24423, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24424, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24425, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24426, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24427, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24428, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24429, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24430, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24431, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24432, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24433, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24434, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24435, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24436, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24437, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24438, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24439, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24440, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 1000, + "name": "minecraft:waxed_exposed_copper_door", + "translation_key": "block.minecraft.waxed_exposed_copper_door", + "item_id": 744, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25189, - "properties": { - "lit": "true", - "powered": "true" - } - }, - { - "id": 25190, - "properties": { - "lit": "true", - "powered": "false" - } - }, - { - "id": 25191, - "properties": { - "lit": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 25192, - "properties": { - "lit": "false", - "powered": "false" - } - } - ] - }, - "minecraft:waxed_oxidized_copper_door": { - "definition": { - "type": "minecraft:door", - "block_set_type": "copper", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 24452, + "states": [ + { + "id": 24441, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24442, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24443, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24444, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24445, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24446, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24447, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24448, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24449, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24450, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24451, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24452, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24453, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24454, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24455, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24456, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24457, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24458, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24459, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24460, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24461, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24462, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24463, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24464, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24465, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24466, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24467, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24468, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24469, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24470, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24471, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24472, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24473, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24474, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24475, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24476, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24477, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24478, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24479, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24480, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24481, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24482, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24483, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24484, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24485, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24486, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24487, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24488, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24489, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24490, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24491, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24492, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24493, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24494, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24495, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24496, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24497, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24498, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24499, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24500, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24501, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24502, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24503, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24504, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 1001, + "name": "minecraft:waxed_oxidized_copper_door", + "translation_key": "block.minecraft.waxed_oxidized_copper_door", + "item_id": 746, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "upper", - "lower" + "default_state_id": 24516, + "states": [ + { + "id": 24505, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24506, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24507, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24508, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24509, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24510, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24511, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24512, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24513, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24514, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24515, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24516, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24517, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24518, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24519, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24520, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24521, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24522, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24523, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24524, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24525, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24526, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24527, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24528, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24529, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24530, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24531, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24532, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24533, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24534, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24535, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24536, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24537, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24538, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24539, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24540, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24541, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24542, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24543, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24544, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24545, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24546, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24547, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24548, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24549, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24550, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24551, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24552, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24553, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24554, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24555, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24556, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24557, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24558, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24559, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24560, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24561, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24562, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24563, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24564, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24565, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24566, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24567, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24568, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 1002, + "name": "minecraft:waxed_weathered_copper_door", + "translation_key": "block.minecraft.waxed_weathered_copper_door", + "item_id": 745, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "hinge", + "values": [ + "left", + "right" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "hinge": [ - "left", - "right" + "default_state_id": 24580, + "states": [ + { + "id": 24569, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24570, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24571, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24572, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24573, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24574, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24575, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24576, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24577, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24578, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24579, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24580, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24581, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24582, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24583, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24584, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24585, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24586, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24587, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24588, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24589, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24590, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24591, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24592, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24593, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24594, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24595, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24596, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24597, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24598, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24599, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24600, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24601, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24602, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24603, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24604, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24605, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24606, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24607, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24608, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24609, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24610, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24611, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24612, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24613, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24614, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24615, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24616, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24617, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24618, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24619, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24620, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24621, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24622, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24623, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24624, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24625, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24626, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24627, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24628, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24629, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24630, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24631, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24632, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + } + ] + }, + { + "id": 1003, + "name": "minecraft:copper_trapdoor", + "translation_key": "block.minecraft.copper_trapdoor", + "item_id": 760, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 24648, + "states": [ + { + "id": 24633, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24634, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24635, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24636, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24637, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24638, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24639, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24640, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24641, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24642, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24643, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24644, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24645, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24646, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24647, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24648, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24649, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24650, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24651, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24652, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24653, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24654, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24655, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24656, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24657, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24658, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24659, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24660, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24661, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24662, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24663, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24664, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24665, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24666, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24667, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24668, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24669, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24670, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24671, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24672, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24673, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24674, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24675, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24676, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24677, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24678, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24679, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24680, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24681, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24682, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24683, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24684, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24685, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24686, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24687, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24688, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24689, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24690, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24691, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24692, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24693, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24694, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24695, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24696, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 1004, + "name": "minecraft:exposed_copper_trapdoor", + "translation_key": "block.minecraft.exposed_copper_trapdoor", + "item_id": 761, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24505, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24506, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24507, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24508, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24509, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24510, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24511, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24512, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24513, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24514, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24515, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 24516, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24517, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24518, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24519, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24520, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24521, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24522, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24523, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24524, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24525, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24526, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24527, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24528, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24529, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24530, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24531, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24532, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24533, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24534, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24535, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24536, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24537, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24538, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24539, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24540, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24541, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24542, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24543, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24544, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24545, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24546, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24547, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24548, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24549, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24550, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24551, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24552, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24553, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24554, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24555, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24556, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24557, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24558, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24559, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24560, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24561, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24562, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24563, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24564, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24565, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24566, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24567, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24568, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:waxed_oxidized_copper_grate": { - "definition": { - "type": "minecraft:waterlogged_transparent", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25159, - "properties": { - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25160, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:waxed_oxidized_copper_trapdoor": { - "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "copper", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 24712, + "states": [ + { + "id": 24697, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24698, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24699, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24700, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24701, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24702, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24703, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24704, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24705, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24706, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24707, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24708, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24709, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24710, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24711, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24712, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24713, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24714, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24715, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24716, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24717, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24718, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24719, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24720, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24721, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24722, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24723, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24724, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24725, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24726, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24727, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24728, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24729, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24730, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24731, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24732, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24733, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24734, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24735, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24736, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24737, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24738, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24739, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24740, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24741, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24742, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24743, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24744, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24745, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24746, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24747, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24748, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24749, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24750, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24751, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24752, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24753, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24754, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24755, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24756, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24757, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24758, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24759, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24760, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 1005, + "name": "minecraft:oxidized_copper_trapdoor", + "translation_key": "block.minecraft.oxidized_copper_trapdoor", + "item_id": 763, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 24776, + "states": [ + { + "id": 24761, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24762, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24763, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24764, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24765, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24766, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24767, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24768, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24769, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24770, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24771, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24772, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24773, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24774, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24775, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24776, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24777, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24778, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24779, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24780, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24781, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24782, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24783, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24784, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24785, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24786, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24787, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24788, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24789, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24790, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24791, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24792, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24793, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24794, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24795, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24796, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24797, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24798, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24799, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24800, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24801, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24802, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24803, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24804, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24805, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24806, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24807, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24808, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24809, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24810, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24811, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24812, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24813, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24814, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24815, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24816, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24817, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24818, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24819, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24820, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24821, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24822, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24823, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24824, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 1006, + "name": "minecraft:weathered_copper_trapdoor", + "translation_key": "block.minecraft.weathered_copper_trapdoor", + "item_id": 762, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 24840, + "states": [ + { + "id": 24825, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24826, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24827, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24828, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24829, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24830, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24831, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24832, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24833, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24834, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24835, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24836, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24837, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24838, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24839, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24840, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24841, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24842, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24843, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24844, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24845, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24846, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24847, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24848, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24849, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24850, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24851, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24852, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24853, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24854, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24855, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24856, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24857, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24858, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24859, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24860, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24861, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24862, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24863, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24864, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24865, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24866, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24867, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24868, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24869, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24870, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24871, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24872, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24873, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24874, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24875, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24876, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24877, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24878, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24879, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24880, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24881, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24882, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24883, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24884, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24885, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24886, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24887, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24888, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 1007, + "name": "minecraft:waxed_copper_trapdoor", + "translation_key": "block.minecraft.waxed_copper_trapdoor", + "item_id": 764, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" + "default_state_id": 24904, + "states": [ + { + "id": 24889, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24890, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24891, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24892, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24893, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24894, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24895, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24896, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24897, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24898, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24899, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24900, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24901, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24902, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24903, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24904, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24905, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24906, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24907, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24908, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24909, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24910, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24911, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24912, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24913, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24914, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24915, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24916, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24917, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24918, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24919, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24920, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24921, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24922, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24923, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24924, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24925, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24926, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24927, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24928, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24929, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24930, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24931, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24932, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24933, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24934, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24935, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24936, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24937, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24938, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24939, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24940, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24941, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24942, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24943, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24944, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24945, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24946, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24947, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24948, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 24949, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24950, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24951, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24952, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 1008, + "name": "minecraft:waxed_exposed_copper_trapdoor", + "translation_key": "block.minecraft.waxed_exposed_copper_trapdoor", + "item_id": 765, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25017, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25018, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25019, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25020, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25021, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25022, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25023, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25024, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25025, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25026, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25027, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25028, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25029, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25030, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25031, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25032, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25033, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25034, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25035, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25036, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25037, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25038, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25039, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25040, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25041, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25042, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25043, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25044, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25045, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25046, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25047, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25048, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25049, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25050, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25051, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25052, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25053, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25054, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25055, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25056, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25057, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25058, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25059, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25060, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25061, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25062, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25063, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25064, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25065, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25066, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25067, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25068, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25069, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25070, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25071, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25072, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25073, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25074, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25075, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25076, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25077, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25078, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25079, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25080, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:waxed_oxidized_cut_copper": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 23773 - } - ] - }, - "minecraft:waxed_oxidized_cut_copper_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 24968, + "states": [ + { + "id": 24953, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24954, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24955, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24956, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24957, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24958, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24959, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24960, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24961, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24962, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24963, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24964, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 24965, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24966, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24967, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24968, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24969, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24970, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24971, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24972, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24973, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24974, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24975, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24976, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24977, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24978, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24979, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24980, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 24981, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24982, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24983, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24984, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24985, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24986, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24987, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24988, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24989, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24990, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24991, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24992, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 24993, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24994, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24995, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24996, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 24997, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24998, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 24999, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25000, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25001, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25002, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25003, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25004, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25005, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25006, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25007, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25008, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25009, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25010, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25011, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25012, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25013, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25014, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25015, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25016, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 1009, + "name": "minecraft:waxed_oxidized_copper_trapdoor", + "translation_key": "block.minecraft.waxed_oxidized_copper_trapdoor", + "item_id": 767, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24097, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 24098, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 24099, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 24100, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 24101, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 24102, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:waxed_oxidized_cut_copper_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:waxed_oxidized_cut_copper" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 25032, + "states": [ + { + "id": 25017, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 25018, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 25019, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 25020, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 25021, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25022, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25023, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25024, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25025, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 25026, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 25027, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 25028, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 25029, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25030, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25031, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25032, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25033, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 25034, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 25035, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 25036, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 25037, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25038, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25039, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25040, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25041, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 25042, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 25043, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 25044, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 25045, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25046, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25047, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25048, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25049, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 25050, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 25051, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 25052, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 25053, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25054, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25055, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25056, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25057, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 25058, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 25059, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 25060, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 25061, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25062, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25063, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25064, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25065, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25066, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25067, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25068, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25069, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25070, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25071, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25072, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25073, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25074, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25075, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25076, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25077, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25078, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25079, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25080, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 1010, + "name": "minecraft:waxed_weathered_copper_trapdoor", + "translation_key": "block.minecraft.waxed_weathered_copper_trapdoor", + "item_id": 766, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "open", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 25096, + "states": [ + { + "id": 25081, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 25082, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 25083, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 25084, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 25085, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25086, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25087, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25088, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25089, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 25090, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 25091, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 25092, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 65 + ] + }, + { + "id": 25093, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25094, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25095, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25096, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25097, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 25098, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 25099, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 25100, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 25101, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25102, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25103, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25104, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25105, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 25106, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 25107, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 25108, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 67 + ] + }, + { + "id": 25109, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25110, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25111, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25112, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25113, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 25114, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 25115, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 25116, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 25117, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25118, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25119, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25120, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25121, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 25122, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 25123, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 25124, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 66 + ] + }, + { + "id": 25125, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25126, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25127, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25128, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25129, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25130, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25131, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25132, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25133, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25134, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25135, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25136, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 92 + ] + }, + { + "id": 25137, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25138, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25139, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25140, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 64 + ] + }, + { + "id": 25141, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25142, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25143, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + }, + { + "id": 25144, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 93 + ] + } + ] + }, + { + "id": 1011, + "name": "minecraft:copper_grate", + "translation_key": "block.minecraft.copper_grate", + "item_id": 1354, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 25146, + "states": [ + { + "id": 25145, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25146, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1012, + "name": "minecraft:exposed_copper_grate", + "translation_key": "block.minecraft.exposed_copper_grate", + "item_id": 1355, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 23777, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23778, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23779, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23780, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23781, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23782, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23783, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23784, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23785, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23786, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23787, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 23788, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23789, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23790, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23791, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23792, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23793, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23794, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23795, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23796, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23797, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23798, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23799, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23800, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23801, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23802, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23803, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23804, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23805, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23806, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23807, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23808, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23809, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23810, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23811, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23812, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23813, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23814, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23815, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23816, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23817, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23818, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23819, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23820, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23821, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23822, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23823, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23824, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23825, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23826, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23827, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23828, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23829, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23830, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23831, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23832, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23833, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23834, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23835, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23836, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23837, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23838, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23839, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23840, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23841, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23842, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23843, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23844, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23845, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23846, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23847, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23848, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23849, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23850, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23851, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23852, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23853, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23854, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23855, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23856, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:waxed_weathered_chiseled_copper": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 23422 - } - ] - }, - "minecraft:waxed_weathered_copper": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 23770 - } - ] - }, - "minecraft:waxed_weathered_copper_bulb": { - "definition": { - "type": "minecraft:copper_bulb_block", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" + "default_state_id": 25148, + "states": [ + { + "id": 25147, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25148, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1013, + "name": "minecraft:weathered_copper_grate", + "translation_key": "block.minecraft.weathered_copper_grate", + "item_id": 1356, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25185, - "properties": { - "lit": "true", - "powered": "true" - } - }, - { - "id": 25186, - "properties": { - "lit": "true", - "powered": "false" - } - }, - { - "id": 25187, - "properties": { - "lit": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 25188, - "properties": { - "lit": "false", - "powered": "false" - } - } - ] - }, - "minecraft:waxed_weathered_copper_door": { - "definition": { - "type": "minecraft:door", - "block_set_type": "copper", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 25150, + "states": [ + { + "id": 25149, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25150, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1014, + "name": "minecraft:oxidized_copper_grate", + "translation_key": "block.minecraft.oxidized_copper_grate", + "item_id": 1357, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "upper", - "lower" + "default_state_id": 25152, + "states": [ + { + "id": 25151, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25152, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1015, + "name": "minecraft:waxed_copper_grate", + "translation_key": "block.minecraft.waxed_copper_grate", + "item_id": 1358, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "hinge": [ - "left", - "right" + "default_state_id": 25154, + "states": [ + { + "id": 25153, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25154, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1016, + "name": "minecraft:waxed_exposed_copper_grate", + "translation_key": "block.minecraft.waxed_exposed_copper_grate", + "item_id": 1359, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 25156, + "states": [ + { + "id": 25155, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25156, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1017, + "name": "minecraft:waxed_weathered_copper_grate", + "translation_key": "block.minecraft.waxed_weathered_copper_grate", + "item_id": 1360, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24569, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24570, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24571, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24572, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24573, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24574, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24575, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24576, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24577, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24578, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24579, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 24580, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24581, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24582, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24583, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24584, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24585, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24586, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24587, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24588, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24589, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24590, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24591, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24592, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24593, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24594, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24595, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24596, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24597, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24598, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24599, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24600, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24601, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24602, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24603, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24604, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24605, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24606, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24607, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24608, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24609, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24610, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24611, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24612, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24613, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24614, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24615, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24616, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24617, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24618, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24619, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24620, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24621, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24622, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24623, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24624, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24625, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24626, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24627, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24628, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24629, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24630, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24631, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24632, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:waxed_weathered_copper_grate": { - "definition": { - "type": "minecraft:waterlogged_transparent", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25157, - "properties": { - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25158, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:waxed_weathered_copper_trapdoor": { - "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "copper", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 25158, + "states": [ + { + "id": 25157, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25158, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1018, + "name": "minecraft:waxed_oxidized_copper_grate", + "translation_key": "block.minecraft.waxed_oxidized_copper_grate", + "item_id": 1361, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 25160, + "states": [ + { + "id": 25159, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25160, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1019, + "name": "minecraft:copper_bulb", + "translation_key": "block.minecraft.copper_bulb", + "item_id": 1362, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 25164, + "states": [ + { + "id": 25161, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25162, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1020, + "name": "minecraft:exposed_copper_bulb", + "translation_key": "block.minecraft.exposed_copper_bulb", + "item_id": 1363, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" + "default_state_id": 25168, + "states": [ + { + "id": 25165, + "luminance": 12, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25166, + "luminance": 12, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1021, + "name": "minecraft:weathered_copper_bulb", + "translation_key": "block.minecraft.weathered_copper_bulb", + "item_id": 1364, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25081, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25082, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25083, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25084, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25085, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25086, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25087, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25088, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25089, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25090, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25091, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25092, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25093, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25094, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25095, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25096, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25097, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25098, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25099, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25100, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25101, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25102, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25103, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25104, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25105, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25106, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25107, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25108, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25109, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25110, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25111, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25112, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25113, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25114, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25115, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25116, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25117, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25118, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25119, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25120, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25121, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25122, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25123, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25124, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25125, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25126, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25127, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25128, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25129, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25130, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25131, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25132, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25133, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25134, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25135, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25136, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25137, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25138, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25139, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25140, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 25141, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 25142, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 25143, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 25144, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:waxed_weathered_cut_copper": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 23774 - } - ] - }, - "minecraft:waxed_weathered_cut_copper_slab": { - "definition": { - "type": "minecraft:slab", - "properties": {} - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 25172, + "states": [ + { + "id": 25169, + "luminance": 8, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25170, + "luminance": 8, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1022, + "name": "minecraft:oxidized_copper_bulb", + "translation_key": "block.minecraft.oxidized_copper_bulb", + "item_id": 1365, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24103, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 24104, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 24105, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 24106, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 24107, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 24108, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:waxed_weathered_cut_copper_stairs": { - "definition": { - "type": "minecraft:stair", - "base_state": { - "Name": "minecraft:waxed_weathered_cut_copper" - }, - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 25176, + "states": [ + { + "id": 25173, + "luminance": 4, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25174, + "luminance": 4, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1023, + "name": "minecraft:waxed_copper_bulb", + "translation_key": "block.minecraft.waxed_copper_bulb", + "item_id": 1366, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 25180, + "states": [ + { + "id": 25177, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25178, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1024, + "name": "minecraft:waxed_exposed_copper_bulb", + "translation_key": "block.minecraft.waxed_exposed_copper_bulb", + "item_id": 1367, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 25184, + "states": [ + { + "id": 25181, + "luminance": 12, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25182, + "luminance": 12, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1025, + "name": "minecraft:waxed_weathered_copper_bulb", + "translation_key": "block.minecraft.waxed_weathered_copper_bulb", + "item_id": 1368, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 23857, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23858, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23859, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23860, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23861, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23862, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23863, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23864, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23865, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23866, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23867, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 23868, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23869, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23870, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23871, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23872, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23873, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23874, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23875, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23876, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23877, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23878, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23879, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23880, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23881, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23882, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23883, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23884, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23885, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23886, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23887, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23888, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23889, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23890, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23891, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23892, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23893, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23894, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23895, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23896, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23897, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23898, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23899, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23900, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23901, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23902, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23903, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23904, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23905, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23906, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23907, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23908, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23909, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23910, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23911, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23912, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23913, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23914, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23915, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23916, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23917, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23918, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23919, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23920, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23921, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23922, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23923, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23924, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23925, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23926, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23927, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23928, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23929, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23930, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23931, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23932, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23933, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23934, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23935, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23936, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:weathered_chiseled_copper": { - "definition": { - "type": "minecraft:weathering_copper_full", - "properties": {}, - "weathering_state": "weathered" - }, - "states": [ - { - "default": true, - "id": 23418 - } - ] - }, - "minecraft:weathered_copper": { - "definition": { - "type": "minecraft:weathering_copper_full", - "properties": {}, - "weathering_state": "weathered" - }, - "states": [ - { - "default": true, - "id": 23409 - } - ] - }, - "minecraft:weathered_copper_bulb": { - "definition": { - "type": "minecraft:weathering_copper_bulb", - "properties": {}, - "weathering_state": "weathered" - }, - "properties": { - "lit": [ - "true", - "false" + "default_state_id": 25188, + "states": [ + { + "id": 25185, + "luminance": 8, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25186, + "luminance": 8, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1026, + "name": "minecraft:waxed_oxidized_copper_bulb", + "translation_key": "block.minecraft.waxed_oxidized_copper_bulb", + "item_id": 1369, + "properties": [ + { + "name": "lit", + "values": [ + "true", + "false" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25169, - "properties": { - "lit": "true", - "powered": "true" - } - }, - { - "id": 25170, - "properties": { - "lit": "true", - "powered": "false" - } - }, - { - "id": 25171, - "properties": { - "lit": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 25172, - "properties": { - "lit": "false", - "powered": "false" - } - } - ] - }, - "minecraft:weathered_copper_door": { - "definition": { - "type": "minecraft:weathering_copper_door", - "block_set_type": "copper", - "properties": {}, - "weathering_state": "weathered" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 25192, + "states": [ + { + "id": 25189, + "luminance": 4, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25190, + "luminance": 4, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1027, + "name": "minecraft:lightning_rod", + "translation_key": "block.minecraft.lightning_rod", + "item_id": 687, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "east", + "south", + "west", + "up", + "down" + ] + }, + { + "name": "powered", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "half": [ - "upper", - "lower" + "default_state_id": 25212, + "states": [ + { + "id": 25193, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 203 + ] + }, + { + "id": 25194, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 203 + ] + }, + { + "id": 25195, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 203 + ] + }, + { + "id": 25196, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 203 + ] + }, + { + "id": 25197, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 204 + ] + }, + { + "id": 25198, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 204 + ] + }, + { + "id": 25199, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 204 + ] + }, + { + "id": 25200, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 204 + ] + }, + { + "id": 25201, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 203 + ] + }, + { + "id": 25202, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 203 + ] + }, + { + "id": 25203, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 203 + ] + }, + { + "id": 25204, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 203 + ] + }, + { + "id": 25205, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 204 + ] + }, + { + "id": 25206, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 204 + ] + }, + { + "id": 25207, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 204 + ] + }, + { + "id": 25208, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 204 + ] + }, + { + "id": 25209, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 32 + ] + }, + { + "id": 25210, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 32 + ] + }, + { + "id": 25211, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 32 + ] + }, + { + "id": 25212, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 32 + ] + }, + { + "id": 25213, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 32 + ] + }, + { + "id": 25214, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 32 + ] + }, + { + "id": 25215, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 32 + ] + }, + { + "id": 25216, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 32 + ] + } + ] + }, + { + "id": 1028, + "name": "minecraft:pointed_dripstone", + "translation_key": "block.minecraft.pointed_dripstone", + "item_id": 1305, + "properties": [ + { + "name": "thickness", + "values": [ + "tip_merge", + "tip", + "frustum", + "middle", + "base" + ] + }, + { + "name": "vertical_direction", + "values": [ + "up", + "down" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "hinge": [ - "left", - "right" + "default_state_id": 25222, + "states": [ + { + "id": 25217, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 332 + ] + }, + { + "id": 25218, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 332 + ] + }, + { + "id": 25219, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 332 + ] + }, + { + "id": 25220, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 332 + ] + }, + { + "id": 25221, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 333 + ] + }, + { + "id": 25222, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 333 + ] + }, + { + "id": 25223, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 334 + ] + }, + { + "id": 25224, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 334 + ] + }, + { + "id": 25225, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 335 + ] + }, + { + "id": 25226, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 335 + ] + }, + { + "id": 25227, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 335 + ] + }, + { + "id": 25228, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 335 + ] + }, + { + "id": 25229, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 336 + ] + }, + { + "id": 25230, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 336 + ] + }, + { + "id": 25231, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 336 + ] + }, + { + "id": 25232, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 336 + ] + }, + { + "id": 25233, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 337 + ] + }, + { + "id": 25234, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 337 + ] + }, + { + "id": 25235, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 337 + ] + }, + { + "id": 25236, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 337 + ] + } + ] + }, + { + "id": 1029, + "name": "minecraft:dripstone_block", + "translation_key": "block.minecraft.dripstone_block", + "item_id": 26, + "properties": [], + "default_state_id": 25237, + "states": [ + { + "id": 25237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1030, + "name": "minecraft:cave_vines", + "translation_key": "block.minecraft.cave_vines", + "item_id": 1260, + "properties": [ + { + "name": "age", + "values": [ + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12", + "13", + "14", + "15", + "16", + "17", + "18", + "19", + "20", + "21", + "22", + "23", + "24", + "25" + ] + }, + { + "name": "berries", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 25239, + "states": [ + { + "id": 25238, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25239, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25240, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25241, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25242, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25243, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25244, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25245, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25246, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25247, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25248, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25249, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25250, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25251, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25252, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25253, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25254, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25255, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25256, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25257, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25258, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25259, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25260, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25261, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25262, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25263, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25264, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25265, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25266, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25267, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25268, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25269, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25270, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25271, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25272, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25273, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25274, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25275, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25276, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25277, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25278, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25279, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25280, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25281, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25282, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25283, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25284, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25285, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25286, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25287, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25288, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25289, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 1031, + "name": "minecraft:cave_vines_plant", + "translation_key": "block.minecraft.cave_vines_plant", + "item_id": 0, + "properties": [ + { + "name": "berries", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24313, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24314, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24315, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24316, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24317, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24318, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24319, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24320, - "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24321, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24322, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24323, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "default": true, - "id": 24324, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24325, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24326, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24327, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24328, - "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24329, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24330, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24331, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24332, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24333, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24334, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24335, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24336, - "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24337, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24338, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24339, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24340, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24341, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24342, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24343, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24344, - "properties": { - "facing": "south", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24345, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24346, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24347, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24348, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24349, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24350, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24351, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24352, - "properties": { - "facing": "west", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24353, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24354, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24355, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24356, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24357, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24358, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24359, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24360, - "properties": { - "facing": "west", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24361, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24362, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24363, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24364, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24365, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24366, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24367, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24368, - "properties": { - "facing": "east", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" - } - }, - { - "id": 24369, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" - } - }, - { - "id": 24370, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" - } - }, - { - "id": 24371, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" - } - }, - { - "id": 24372, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" - } - }, - { - "id": 24373, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" - } - }, - { - "id": 24374, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" - } - }, - { - "id": 24375, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" - } - }, - { - "id": 24376, - "properties": { - "facing": "east", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" - } - } - ] - }, - "minecraft:weathered_copper_grate": { - "definition": { - "type": "minecraft:weathering_copper_grate", - "properties": {}, - "weathering_state": "weathered" - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25149, - "properties": { - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25150, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:weathered_copper_trapdoor": { - "definition": { - "type": "minecraft:weathering_copper_trap_door", - "block_set_type": "copper", - "properties": {}, - "weathering_state": "weathered" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 25291, + "states": [ + { + "id": 25290, + "luminance": 14, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25291, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 1032, + "name": "minecraft:spore_blossom", + "translation_key": "block.minecraft.spore_blossom", + "item_id": 240, + "properties": [], + "default_state_id": 25292, + "states": [ + { + "id": 25292, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 1033, + "name": "minecraft:azalea", + "translation_key": "block.minecraft.azalea", + "item_id": 204, + "properties": [], + "default_state_id": 25293, + "states": [ + { + "id": 25293, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 32, + 338, + 339, + 340, + 341 + ] + } + ] + }, + { + "id": 1034, + "name": "minecraft:flowering_azalea", + "translation_key": "block.minecraft.flowering_azalea", + "item_id": 205, + "properties": [], + "default_state_id": 25294, + "states": [ + { + "id": 25294, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 32, + 338, + 339, + 340, + 341 + ] + } + ] + }, + { + "id": 1035, + "name": "minecraft:moss_carpet", + "translation_key": "block.minecraft.moss_carpet", + "item_id": 253, + "properties": [], + "default_state_id": 25295, + "states": [ + { + "id": 25295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + } + ] + }, + { + "id": 1036, + "name": "minecraft:pink_petals", + "translation_key": "block.minecraft.pink_petals", + "item_id": 252, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "flower_amount", + "values": [ + "1", + "2", + "3", + "4" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 25296, + "states": [ + { + "id": 25296, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25297, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25298, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25299, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25300, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25301, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25302, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25303, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25304, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25305, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25306, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25307, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25308, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25309, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25310, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25311, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 1037, + "name": "minecraft:moss_block", + "translation_key": "block.minecraft.moss_block", + "item_id": 254, + "properties": [], + "default_state_id": 25312, + "states": [ + { + "id": 25312, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1038, + "name": "minecraft:big_dripleaf", + "translation_key": "block.minecraft.big_dripleaf", + "item_id": 259, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "tilt", + "values": [ + "none", + "unstable", + "partial", + "full" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "open": [ - "true", - "false" + "default_state_id": 25314, + "states": [ + { + "id": 25313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 342 + ] + }, + { + "id": 25314, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 342 + ] + }, + { + "id": 25315, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 342 + ] + }, + { + "id": 25316, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 342 + ] + }, + { + "id": 25317, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 343 + ] + }, + { + "id": 25318, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 343 + ] + }, + { + "id": 25319, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25320, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25321, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 342 + ] + }, + { + "id": 25322, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 342 + ] + }, + { + "id": 25323, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 342 + ] + }, + { + "id": 25324, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 342 + ] + }, + { + "id": 25325, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 343 + ] + }, + { + "id": 25326, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 343 + ] + }, + { + "id": 25327, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25329, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 342 + ] + }, + { + "id": 25330, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 342 + ] + }, + { + "id": 25331, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 342 + ] + }, + { + "id": 25332, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 342 + ] + }, + { + "id": 25333, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 343 + ] + }, + { + "id": 25334, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 343 + ] + }, + { + "id": 25335, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25336, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25337, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 342 + ] + }, + { + "id": 25338, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 342 + ] + }, + { + "id": 25339, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 342 + ] + }, + { + "id": 25340, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 342 + ] + }, + { + "id": 25341, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 343 + ] + }, + { + "id": 25342, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 343 + ] + }, + { + "id": 25343, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25344, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 1039, + "name": "minecraft:big_dripleaf_stem", + "translation_key": "block.minecraft.big_dripleaf_stem", + "item_id": 259, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" + "default_state_id": 25346, + "states": [ + { + "id": 25345, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25346, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25347, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25348, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25349, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25350, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25351, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25352, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 1040, + "name": "minecraft:small_dripleaf", + "translation_key": "block.minecraft.small_dripleaf", + "item_id": 260, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "upper", + "lower" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 24825, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24826, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24827, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24828, - "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24829, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24830, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24831, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24832, - "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24833, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24834, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24835, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24836, - "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24837, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24838, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24839, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 24840, - "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24841, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24842, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24843, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24844, - "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24845, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24846, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24847, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24848, - "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24849, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24850, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24851, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24852, - "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24853, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24854, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24855, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24856, - "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24857, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24858, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24859, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24860, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24861, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24862, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24863, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24864, - "properties": { - "facing": "west", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24865, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24866, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24867, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24868, - "properties": { - "facing": "west", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24869, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24870, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24871, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24872, - "properties": { - "facing": "west", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24873, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24874, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24875, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24876, - "properties": { - "facing": "east", - "half": "top", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24877, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24878, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24879, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24880, - "properties": { - "facing": "east", - "half": "top", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24881, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24882, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24883, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24884, - "properties": { - "facing": "east", - "half": "bottom", - "open": "true", - "powered": "false", - "waterlogged": "false" - } - }, - { - "id": 24885, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "true" - } - }, - { - "id": 24886, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "true", - "waterlogged": "false" - } - }, - { - "id": 24887, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "true" - } - }, - { - "id": 24888, - "properties": { - "facing": "east", - "half": "bottom", - "open": "false", - "powered": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:weathered_cut_copper": { - "definition": { - "type": "minecraft:weathering_copper_full", - "properties": {}, - "weathering_state": "weathered" - }, - "states": [ - { - "default": true, - "id": 23414 - } - ] - }, - "minecraft:weathered_cut_copper_slab": { - "definition": { - "type": "minecraft:weathering_copper_slab", - "properties": {}, - "weathering_state": "weathered" - }, - "properties": { - "type": [ - "top", - "bottom", - "double" + "default_state_id": 25356, + "states": [ + { + "id": 25353, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25354, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25355, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25356, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25357, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25358, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25359, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25360, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25361, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25362, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25363, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25364, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25365, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25366, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25367, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25368, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 1041, + "name": "minecraft:hanging_roots", + "translation_key": "block.minecraft.hanging_roots", + "item_id": 258, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 23751, - "properties": { - "type": "top", - "waterlogged": "true" - } - }, - { - "id": 23752, - "properties": { - "type": "top", - "waterlogged": "false" - } - }, - { - "id": 23753, - "properties": { - "type": "bottom", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 23754, - "properties": { - "type": "bottom", - "waterlogged": "false" - } - }, - { - "id": 23755, - "properties": { - "type": "double", - "waterlogged": "true" - } - }, - { - "id": 23756, - "properties": { - "type": "double", - "waterlogged": "false" - } - } - ] - }, - "minecraft:weathered_cut_copper_stairs": { - "definition": { - "type": "minecraft:weathering_copper_stair", - "base_state": { - "Name": "minecraft:weathered_cut_copper" - }, - "properties": {}, - "weathering_state": "weathered" - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 25370, + "states": [ + { + "id": 25369, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + }, + { + "id": 25370, + "luminance": 0, + "opaque": false, + "replaceable": true, + "collision_shapes": [] + } + ] + }, + { + "id": 1042, + "name": "minecraft:rooted_dirt", + "translation_key": "block.minecraft.rooted_dirt", + "item_id": 31, + "properties": [], + "default_state_id": 25371, + "states": [ + { + "id": 25371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1043, + "name": "minecraft:mud", + "translation_key": "block.minecraft.mud", + "item_id": 32, + "properties": [], + "default_state_id": 25372, + "states": [ + { + "id": 25372, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 73 + ] + } + ] + }, + { + "id": 1044, + "name": "minecraft:deepslate", + "translation_key": "block.minecraft.deepslate", + "item_id": 8, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "half": [ - "top", - "bottom" + "default_state_id": 25374, + "states": [ + { + "id": 25373, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25374, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25375, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1045, + "name": "minecraft:cobbled_deepslate", + "translation_key": "block.minecraft.cobbled_deepslate", + "item_id": 9, + "properties": [], + "default_state_id": 25376, + "states": [ + { + "id": 25376, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1046, + "name": "minecraft:cobbled_deepslate_stairs", + "translation_key": "block.minecraft.cobbled_deepslate_stairs", + "item_id": 649, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "shape": [ - "straight", - "inner_left", - "inner_right", - "outer_left", - "outer_right" + "default_state_id": 25388, + "states": [ + { + "id": 25377, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 25378, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 25379, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 25380, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 25381, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 25382, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 25383, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 25384, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 25385, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 25386, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 25387, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 25388, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 25389, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 25390, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 25391, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 25392, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 25393, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 25394, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 25395, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 25396, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 25397, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 25398, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 25399, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 25400, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 25401, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 25402, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 25403, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 25404, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 25405, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 25406, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 25407, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 25408, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 25409, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 25410, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 25411, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 25412, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 25413, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 25414, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 25415, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 25416, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 25417, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 25418, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 25419, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 25420, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 25421, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 25422, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 25423, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 25424, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 25425, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 25426, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 25427, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 25428, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 25429, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 25430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 25431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 25432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 25433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 25434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 25435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 25436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 25437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 25438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 25439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 25440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 25441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 25442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 25443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 25444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 25445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 25446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 25447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 25448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 25449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 25450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 25451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 25452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 25453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 25454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 25455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 25456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 1047, + "name": "minecraft:cobbled_deepslate_slab", + "translation_key": "block.minecraft.cobbled_deepslate_slab", + "item_id": 666, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 23505, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23506, - "properties": { - "facing": "north", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23507, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23508, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23509, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23510, - "properties": { - "facing": "north", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23511, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23512, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23513, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23514, - "properties": { - "facing": "north", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23515, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 23516, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23517, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23518, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23519, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23520, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23521, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23522, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23523, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23524, - "properties": { - "facing": "north", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23525, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23526, - "properties": { - "facing": "south", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23527, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23528, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23529, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23530, - "properties": { - "facing": "south", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23531, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23532, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23533, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23534, - "properties": { - "facing": "south", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23535, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23536, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23537, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23538, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23539, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23540, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23541, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23542, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23543, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23544, - "properties": { - "facing": "south", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23545, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23546, - "properties": { - "facing": "west", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23547, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23548, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23549, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23550, - "properties": { - "facing": "west", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23551, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23552, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23553, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23554, - "properties": { - "facing": "west", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23555, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23556, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23557, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23558, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23559, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23560, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23561, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23562, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23563, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23564, - "properties": { - "facing": "west", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23565, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23566, - "properties": { - "facing": "east", - "half": "top", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23567, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23568, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23569, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23570, - "properties": { - "facing": "east", - "half": "top", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23571, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23572, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23573, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23574, - "properties": { - "facing": "east", - "half": "top", - "shape": "outer_right", - "waterlogged": "false" - } - }, - { - "id": 23575, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "true" - } - }, - { - "id": 23576, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "straight", - "waterlogged": "false" - } - }, - { - "id": 23577, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "true" - } - }, - { - "id": 23578, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_left", - "waterlogged": "false" - } - }, - { - "id": 23579, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "true" - } - }, - { - "id": 23580, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "inner_right", - "waterlogged": "false" - } - }, - { - "id": 23581, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "true" - } - }, - { - "id": 23582, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_left", - "waterlogged": "false" - } - }, - { - "id": 23583, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "true" - } - }, - { - "id": 23584, - "properties": { - "facing": "east", - "half": "bottom", - "shape": "outer_right", - "waterlogged": "false" - } - } - ] - }, - "minecraft:weeping_vines": { - "definition": { - "type": "minecraft:weeping_vines", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15", - "16", - "17", - "18", - "19", - "20", - "21", - "22", - "23", - "24", - "25" - ] - }, - "states": [ - { - "default": true, - "id": 19080, - "properties": { - "age": "0" - } - }, - { - "id": 19081, - "properties": { - "age": "1" - } - }, - { - "id": 19082, - "properties": { - "age": "2" - } - }, - { - "id": 19083, - "properties": { - "age": "3" - } - }, - { - "id": 19084, - "properties": { - "age": "4" - } - }, - { - "id": 19085, - "properties": { - "age": "5" - } - }, - { - "id": 19086, - "properties": { - "age": "6" - } - }, - { - "id": 19087, - "properties": { - "age": "7" - } - }, - { - "id": 19088, - "properties": { - "age": "8" - } - }, - { - "id": 19089, - "properties": { - "age": "9" - } - }, - { - "id": 19090, - "properties": { - "age": "10" - } - }, - { - "id": 19091, - "properties": { - "age": "11" - } - }, - { - "id": 19092, - "properties": { - "age": "12" - } - }, - { - "id": 19093, - "properties": { - "age": "13" - } - }, - { - "id": 19094, - "properties": { - "age": "14" - } - }, - { - "id": 19095, - "properties": { - "age": "15" - } - }, - { - "id": 19096, - "properties": { - "age": "16" - } - }, - { - "id": 19097, - "properties": { - "age": "17" - } - }, - { - "id": 19098, - "properties": { - "age": "18" - } - }, - { - "id": 19099, - "properties": { - "age": "19" - } - }, - { - "id": 19100, - "properties": { - "age": "20" - } - }, - { - "id": 19101, - "properties": { - "age": "21" - } - }, - { - "id": 19102, - "properties": { - "age": "22" - } - }, - { - "id": 19103, - "properties": { - "age": "23" - } - }, - { - "id": 19104, - "properties": { - "age": "24" - } - }, - { - "id": 19105, - "properties": { - "age": "25" - } - } - ] - }, - "minecraft:weeping_vines_plant": { - "definition": { - "type": "minecraft:weeping_vines_plant", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 19106 - } - ] - }, - "minecraft:wet_sponge": { - "definition": { - "type": "minecraft:wet_sponge", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 561 - } - ] - }, - "minecraft:wheat": { - "definition": { - "type": "minecraft:crop", - "properties": {} - }, - "properties": { - "age": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7" - ] - }, - "states": [ - { - "default": true, - "id": 4330, - "properties": { - "age": "0" - } - }, - { - "id": 4331, - "properties": { - "age": "1" - } - }, - { - "id": 4332, - "properties": { - "age": "2" - } - }, - { - "id": 4333, - "properties": { - "age": "3" - } - }, - { - "id": 4334, - "properties": { - "age": "4" - } - }, - { - "id": 4335, - "properties": { - "age": "5" - } - }, - { - "id": 4336, - "properties": { - "age": "6" - } - }, - { - "id": 4337, - "properties": { - "age": "7" - } - } - ] - }, - "minecraft:white_banner": { - "definition": { - "type": "minecraft:banner", - "color": "white", - "properties": {} - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 11094, - "properties": { - "rotation": "0" - } - }, - { - "id": 11095, - "properties": { - "rotation": "1" - } - }, - { - "id": 11096, - "properties": { - "rotation": "2" - } - }, - { - "id": 11097, - "properties": { - "rotation": "3" - } - }, - { - "id": 11098, - "properties": { - "rotation": "4" - } - }, - { - "id": 11099, - "properties": { - "rotation": "5" - } - }, - { - "id": 11100, - "properties": { - "rotation": "6" - } - }, - { - "id": 11101, - "properties": { - "rotation": "7" - } - }, - { - "id": 11102, - "properties": { - "rotation": "8" - } - }, - { - "id": 11103, - "properties": { - "rotation": "9" - } - }, - { - "id": 11104, - "properties": { - "rotation": "10" - } - }, - { - "id": 11105, - "properties": { - "rotation": "11" - } - }, - { - "id": 11106, - "properties": { - "rotation": "12" - } - }, - { - "id": 11107, - "properties": { - "rotation": "13" - } - }, - { - "id": 11108, - "properties": { - "rotation": "14" - } - }, - { - "id": 11109, - "properties": { - "rotation": "15" - } - } - ] - }, - "minecraft:white_bed": { - "definition": { - "type": "minecraft:bed", - "color": "white", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 25460, + "states": [ + { + "id": 25457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 25458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 25459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 25460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 25461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1048, + "name": "minecraft:cobbled_deepslate_wall", + "translation_key": "block.minecraft.cobbled_deepslate_wall", + "item_id": 429, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "occupied": [ - "true", - "false" + "default_state_id": 25466, + "states": [ + { + "id": 25463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 25464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 25465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 25466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 25467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 25468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 25469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 25471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 25472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 25474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 25475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 25476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 25477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 25478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 25479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 25480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 25481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 25482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 25483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 25484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 25485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 25486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 25487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 25488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 25489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 25490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 25491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 25492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 25493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 25494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 25495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 25496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 25497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 25498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 25499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 25500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 25501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 25502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 25503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 25504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 25505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 25506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 25507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 25508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 25509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 25510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 25511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 25512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 25515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 25518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 25521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 25524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 25527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 25530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 25533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 25536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 25537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 25538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 25539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 25540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 25541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 25542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 25543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 25544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 25545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 25546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 25547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 25548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 25551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 25554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 25557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 25560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 25563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 25566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 25569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 25572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 25573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 25574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 25575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 25576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 25577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 25578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 25579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 25580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 25581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 25582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 25583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 25584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 25587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 25590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 25591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 25592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 25593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 25594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 25595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 25596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 25599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 25602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 25603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 25604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 25605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 25606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 25607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 25608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 25609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 25610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 25611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 25612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 25613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 25614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 25615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 25616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 25617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 25618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 25619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 25620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 25623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 25626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 25629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 25632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 25635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 25638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 25641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 25644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 25645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 25646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 25647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 25648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 25649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 25650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 25651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 25652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 25653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 25654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 25655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 25656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 25659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 25662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 25665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 25668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 25671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 25674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 25677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 25680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 25681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 25682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 25683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 25684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 25685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 25686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 25687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 25688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 25689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 25690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 25691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 25692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 25695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 25698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 25699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 25700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 25701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 25702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 25703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 25704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 25707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 25710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 25711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 25712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 25713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 25714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 25715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 25716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 25717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 25718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 25719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 25720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 25721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 25722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 25723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 25724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 25725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 25726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 25727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 25728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 25731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 25734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 25737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 25740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 25743, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25744, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25745, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 25746, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25747, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25748, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 25749, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25750, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25751, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 25752, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 25753, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 25754, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 25755, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 25756, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 25757, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 25758, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 25759, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 25760, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 25761, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 25762, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 25763, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 25764, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25765, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25766, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 25767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 25770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 25773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 25776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 25779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 25782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 25785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 25786, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 1049, + "name": "minecraft:polished_deepslate", + "translation_key": "block.minecraft.polished_deepslate", + "item_id": 10, + "properties": [], + "default_state_id": 25787, + "states": [ + { + "id": 25787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1050, + "name": "minecraft:polished_deepslate_stairs", + "translation_key": "block.minecraft.polished_deepslate_stairs", + "item_id": 650, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "part": [ - "head", - "foot" - ] - }, - "states": [ - { - "id": 1731, - "properties": { - "facing": "north", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1732, - "properties": { - "facing": "north", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1733, - "properties": { - "facing": "north", - "occupied": "false", - "part": "head" - } - }, - { - "default": true, - "id": 1734, - "properties": { - "facing": "north", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1735, - "properties": { - "facing": "south", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1736, - "properties": { - "facing": "south", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1737, - "properties": { - "facing": "south", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1738, - "properties": { - "facing": "south", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1739, - "properties": { - "facing": "west", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1740, - "properties": { - "facing": "west", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1741, - "properties": { - "facing": "west", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1742, - "properties": { - "facing": "west", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1743, - "properties": { - "facing": "east", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1744, - "properties": { - "facing": "east", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1745, - "properties": { - "facing": "east", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1746, - "properties": { - "facing": "east", - "occupied": "false", - "part": "foot" - } - } - ] - }, - "minecraft:white_candle": { - "definition": { - "type": "minecraft:candle", - "properties": {} - }, - "properties": { - "candles": [ - "1", - "2", - "3", - "4" + "default_state_id": 25799, + "states": [ + { + "id": 25788, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 25789, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 25790, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 25791, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 25792, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 25793, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 25794, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 25795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 25796, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 25797, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 25798, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 25799, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 25800, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 25801, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 25802, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 25803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 25804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 25805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 25806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 25807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 25808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 25809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 25810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 25811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 25812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 25813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 25814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 25815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 25816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 25817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 25818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 25819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 25820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 25821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 25822, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 25823, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 25824, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 25825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 25826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 25827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 25828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 25829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 25830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 25831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 25832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 25833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 25834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 25835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 25836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 25837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 25838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 25839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 25840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 25841, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 25842, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 25843, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 25844, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 25845, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 25846, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 25847, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 25848, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 25849, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 25850, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 25851, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 25852, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 25853, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 25854, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 25855, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 25856, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 25857, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 25858, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 25859, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 25860, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 25861, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 25862, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 25863, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 25864, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 25865, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 25866, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 25867, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 1051, + "name": "minecraft:polished_deepslate_slab", + "translation_key": "block.minecraft.polished_deepslate_slab", + "item_id": 667, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "lit": [ - "true", - "false" + "default_state_id": 25871, + "states": [ + { + "id": 25868, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 25869, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 25870, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 25871, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 25872, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 25873, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1052, + "name": "minecraft:polished_deepslate_wall", + "translation_key": "block.minecraft.polished_deepslate_wall", + "item_id": 430, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21210, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21211, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21212, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21213, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21214, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21215, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21216, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21217, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21218, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21219, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21220, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21221, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21222, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21223, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21224, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21225, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:white_candle_cake": { - "definition": { - "type": "minecraft:candle_cake", - "candle": "minecraft:white_candle", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21468, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 21469, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:white_carpet": { - "definition": { - "type": "minecraft:wool_carpet", - "color": "white", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11063 - } - ] - }, - "minecraft:white_concrete": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13197 - } - ] - }, - "minecraft:white_concrete_powder": { - "definition": { - "type": "minecraft:concrete_powder", - "concrete": "minecraft:white_concrete", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13213 - } - ] - }, - "minecraft:white_glazed_terracotta": { - "definition": { - "type": "minecraft:glazed_terracotta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 13133, - "properties": { - "facing": "north" - } - }, - { - "id": 13134, - "properties": { - "facing": "south" - } - }, - { - "id": 13135, - "properties": { - "facing": "west" - } - }, - { - "id": 13136, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:white_shulker_box": { - "definition": { - "type": "minecraft:shulker_box", - "color": "white", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 13037, - "properties": { - "facing": "north" - } - }, - { - "id": 13038, - "properties": { - "facing": "east" - } - }, - { - "id": 13039, - "properties": { - "facing": "south" - } - }, - { - "id": 13040, - "properties": { - "facing": "west" - } - }, - { - "default": true, - "id": 13041, - "properties": { - "facing": "up" - } - }, - { - "id": 13042, - "properties": { - "facing": "down" - } - } - ] - }, - "minecraft:white_stained_glass": { - "definition": { - "type": "minecraft:stained_glass", - "color": "white", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6111 - } - ] - }, - "minecraft:white_stained_glass_pane": { - "definition": { - "type": "minecraft:stained_glass_pane", - "color": "white", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 25877, + "states": [ + { + "id": 25874, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 25875, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 25876, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 25877, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 25878, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 25879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 25880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 25882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 25883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 25884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 25885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 25886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 25887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 25888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 25889, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 25890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 25891, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 25892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 25893, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 25894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 25895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 25896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 25897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 25898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 25899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 25900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 25901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 25902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 25903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 25904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 25905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 25906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 25907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 25908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 25909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 25910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 25911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 25912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 25913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 25914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 25915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 25916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 25917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 25918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 25919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 25920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 25921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 25922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 25923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 25926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 25929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 25932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 25935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 25938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 25941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 25944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 25947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 25948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 25949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 25950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 25951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 25952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 25953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 25954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 25955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 25956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 25957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 25958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 25959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 25962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 25965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 25968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 25971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 25974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 25976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 25977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 25980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 25982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 25983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 25984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 25985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 25986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 25987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 25988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 25989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 25990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 25991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 25992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 25993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 25994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 25995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 25998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 25999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26030, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26031, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26032, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26033, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26034, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26035, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26036, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26037, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26038, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26039, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26040, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26041, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26043, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26044, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26045, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26046, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26047, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26048, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26049, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26050, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26051, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26052, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26053, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26054, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26055, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26056, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26057, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26058, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 26091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 26094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 26097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 26100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26107, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26108, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26109, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26110, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26111, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26112, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26113, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26114, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26115, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26116, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26117, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26118, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26119, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26120, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26121, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26122, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26123, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26124, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26125, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26126, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26127, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26128, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26129, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26130, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26131, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26132, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26133, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26134, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26135, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26136, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26137, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26138, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26139, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26140, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26141, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26142, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26143, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26144, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26145, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26146, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26147, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26148, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26149, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26150, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 1053, + "name": "minecraft:deepslate_tiles", + "translation_key": "block.minecraft.deepslate_tiles", + "item_id": 361, + "properties": [], + "default_state_id": 26198, + "states": [ + { + "id": 26198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1054, + "name": "minecraft:deepslate_tile_stairs", + "translation_key": "block.minecraft.deepslate_tile_stairs", + "item_id": 652, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 26210, + "states": [ + { + "id": 26199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 26200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 26201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 26202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 26203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 26204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 26205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 26206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 26207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 26208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 26209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 26210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 26211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 26212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 26213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 26214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 26215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 26216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 26217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 26218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 26219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 26220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 26221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 26222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 26223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 26224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 26225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 26226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 26227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 26228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 26229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 26230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 26231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 26232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 26233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 26234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 26235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 26236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 26237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 26238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 26239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 26240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 26241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 26242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 26243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 26244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 26245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 26246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 26247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 26248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 26249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 26250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 26251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 26252, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 26253, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 26254, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 26255, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 26256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 26257, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 26258, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 26259, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 26260, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 26261, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 26262, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 26263, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 26264, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 26265, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 26266, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 26267, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 26268, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 26269, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 26270, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 26271, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 26272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 26273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 26274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 26275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 26276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 26277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 26278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 1055, + "name": "minecraft:deepslate_tile_slab", + "translation_key": "block.minecraft.deepslate_tile_slab", + "item_id": 669, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 26282, + "states": [ + { + "id": 26279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 26280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 26281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 26282, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 26283, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 26284, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1056, + "name": "minecraft:deepslate_tile_wall", + "translation_key": "block.minecraft.deepslate_tile_wall", + "item_id": 432, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 26288, + "states": [ + { + "id": 26285, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 26286, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 26287, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 26288, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 26289, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 26290, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 26291, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 26292, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 26293, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 26294, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 26295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 26296, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 26297, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 26298, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 26299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 26300, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 26301, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 26302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 26303, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 26304, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 26305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 26306, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 26307, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 26308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 26309, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 26310, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 26311, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 26312, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 26313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 26314, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 26315, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 26316, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 26317, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 26318, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 26319, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 26320, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 26321, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 26322, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 26323, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 26324, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 26325, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 26326, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 26327, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 26328, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 26329, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 26330, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 26331, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 26332, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 26333, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 26334, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26335, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26336, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 26337, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26338, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26339, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 26340, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26341, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26342, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 26343, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26344, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26345, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 26346, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26347, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26348, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 26349, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26350, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26351, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 26352, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26353, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26354, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 26355, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26356, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26357, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 26358, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 26359, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 26360, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 26361, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 26362, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 26363, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 26364, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 26365, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 26366, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 26367, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 26368, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 26369, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 26370, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26371, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26372, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 26373, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26374, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26375, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 26376, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26377, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26378, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 26379, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26380, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26381, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 26382, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26383, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26384, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 26385, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26386, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26387, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 26388, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26389, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26390, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 26391, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26392, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26393, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 26394, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26395, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26396, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 26397, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26398, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26399, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 26400, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26401, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26402, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 26403, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26404, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26405, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26406, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26407, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26408, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26409, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26410, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26411, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26412, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26413, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26414, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26415, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26416, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26417, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26418, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26419, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26420, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26421, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26422, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26423, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26424, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26425, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26426, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26427, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26428, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26429, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26430, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26431, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26432, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26433, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26434, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26435, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26436, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26437, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26438, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26439, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26440, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26441, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26442, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26443, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26444, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26445, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26446, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26447, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26448, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26449, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26450, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26451, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26452, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26453, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26454, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26455, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26456, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26457, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26458, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26459, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26460, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26461, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26462, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26463, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26464, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26465, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26466, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26467, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26468, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26469, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26470, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26471, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26472, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26473, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26474, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26475, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26476, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26477, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26478, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26479, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26480, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26481, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26482, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26483, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26484, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26485, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26486, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26487, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26488, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26489, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26490, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26491, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26492, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26493, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26494, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26495, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26496, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26497, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26498, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26499, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26500, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26501, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 26502, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26503, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26504, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 26505, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26506, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26507, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 26508, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26509, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26510, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 26511, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26512, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26513, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26514, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26515, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26516, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26517, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26518, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26519, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26520, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26521, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26522, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26523, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26524, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26525, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26526, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26527, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26528, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26529, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26530, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26531, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26532, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26533, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26534, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26535, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26536, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26537, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26538, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26539, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26540, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26541, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26542, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26543, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26544, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26545, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26546, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26547, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26548, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26549, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26550, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26551, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26552, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26553, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26554, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26555, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26556, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26557, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26558, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26559, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26560, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26561, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26562, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26563, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26564, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26565, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26566, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26567, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26568, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26569, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26570, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26571, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26572, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26573, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26574, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26575, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26576, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26577, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26578, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26579, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26580, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26581, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26582, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26583, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26584, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26585, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26586, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26587, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26588, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26589, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26590, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26591, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26592, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26593, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26594, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26595, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26596, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26597, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26598, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26599, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26600, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26601, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26602, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26603, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26604, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26605, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26606, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26607, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26608, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 1057, + "name": "minecraft:deepslate_bricks", + "translation_key": "block.minecraft.deepslate_bricks", + "item_id": 359, + "properties": [], + "default_state_id": 26609, + "states": [ + { + "id": 26609, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1058, + "name": "minecraft:deepslate_brick_stairs", + "translation_key": "block.minecraft.deepslate_brick_stairs", + "item_id": 651, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "half", + "values": [ + "top", + "bottom" + ] + }, + { + "name": "shape", + "values": [ + "straight", + "inner_left", + "inner_right", + "outer_left", + "outer_right" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9627, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9628, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9629, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9630, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9631, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9632, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9633, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9634, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9635, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9636, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9637, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9638, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9639, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9640, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9641, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9642, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9643, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9644, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9645, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9646, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9647, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9648, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9649, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9650, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9651, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9652, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9653, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9654, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9655, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9656, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9657, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 9658, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:white_terracotta": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9611 - } - ] - }, - "minecraft:white_tulip": { - "definition": { - "type": "minecraft:flower", - "properties": {}, - "suspicious_stew_effects": [ - { - "duration": 180, - "id": "minecraft:weakness" - } - ] - }, - "states": [ - { - "default": true, - "id": 2126 - } - ] - }, - "minecraft:white_wall_banner": { - "definition": { - "type": "minecraft:wall_banner", - "color": "white", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 11350, - "properties": { - "facing": "north" - } - }, - { - "id": 11351, - "properties": { - "facing": "south" - } - }, - { - "id": 11352, - "properties": { - "facing": "west" - } - }, - { - "id": 11353, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:white_wool": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2090 - } - ] - }, - "minecraft:wither_rose": { - "definition": { - "type": "minecraft:wither_rose", - "properties": {}, - "suspicious_stew_effects": [ - { - "id": "minecraft:wither" - } - ] - }, - "states": [ - { - "default": true, - "id": 2130 - } - ] - }, - "minecraft:wither_skeleton_skull": { - "definition": { - "type": "minecraft:wither_skull", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" + "default_state_id": 26621, + "states": [ + { + "id": 26610, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 26611, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 42 + ] + }, + { + "id": 26612, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 26613, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 26614, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 26615, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 26616, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 26617, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 26618, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 26619, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 26620, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 26621, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52 + ] + }, + { + "id": 26622, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 26623, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 26624, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 26625, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 26626, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 26627, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 26628, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 26629, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 26630, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 26631, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 52 + ] + }, + { + "id": 26632, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 26633, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 26634, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 26635, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 26636, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 26637, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 26638, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 26639, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 26640, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 26641, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42 + ] + }, + { + "id": 26642, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 26643, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 26644, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 26645, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 26646, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 26647, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 26648, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 26649, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 26650, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 26651, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 56 + ] + }, + { + "id": 26652, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 26653, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 46, + 49 + ] + }, + { + "id": 26654, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 26655, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 43, + 44, + 45 + ] + }, + { + "id": 26656, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 26657, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 55, + 52, + 45 + ] + }, + { + "id": 26658, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 26659, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 48, + 42, + 49 + ] + }, + { + "id": 26660, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 26661, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50 + ] + }, + { + "id": 26662, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 26663, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 45 + ] + }, + { + "id": 26664, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 26665, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 50, + 49 + ] + }, + { + "id": 26666, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 26667, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 47 + ] + }, + { + "id": 26668, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 26669, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 53 + ] + }, + { + "id": 26670, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 26671, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 57, + 50 + ] + }, + { + "id": 26672, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 26673, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 41, + 46, + 47 + ] + }, + { + "id": 26674, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 26675, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 54, + 44, + 53 + ] + }, + { + "id": 26676, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 26677, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 44, + 50, + 45 + ] + }, + { + "id": 26678, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 26679, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 46, + 50, + 49 + ] + }, + { + "id": 26680, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 26681, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 56 + ] + }, + { + "id": 26682, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 26683, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 52, + 45 + ] + }, + { + "id": 26684, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 26685, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 42, + 49 + ] + }, + { + "id": 26686, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 26687, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 49 + ] + }, + { + "id": 26688, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + }, + { + "id": 26689, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51, + 45 + ] + } + ] + }, + { + "id": 1059, + "name": "minecraft:deepslate_brick_slab", + "translation_key": "block.minecraft.deepslate_brick_slab", + "item_id": 668, + "properties": [ + { + "name": "type", + "values": [ + "top", + "bottom", + "double" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "id": 9122, - "properties": { - "powered": "true", - "rotation": "0" - } - }, - { - "id": 9123, - "properties": { - "powered": "true", - "rotation": "1" - } - }, - { - "id": 9124, - "properties": { - "powered": "true", - "rotation": "2" - } - }, - { - "id": 9125, - "properties": { - "powered": "true", - "rotation": "3" - } - }, - { - "id": 9126, - "properties": { - "powered": "true", - "rotation": "4" - } - }, - { - "id": 9127, - "properties": { - "powered": "true", - "rotation": "5" - } - }, - { - "id": 9128, - "properties": { - "powered": "true", - "rotation": "6" - } - }, - { - "id": 9129, - "properties": { - "powered": "true", - "rotation": "7" - } - }, - { - "id": 9130, - "properties": { - "powered": "true", - "rotation": "8" - } - }, - { - "id": 9131, - "properties": { - "powered": "true", - "rotation": "9" - } - }, - { - "id": 9132, - "properties": { - "powered": "true", - "rotation": "10" - } - }, - { - "id": 9133, - "properties": { - "powered": "true", - "rotation": "11" - } - }, - { - "id": 9134, - "properties": { - "powered": "true", - "rotation": "12" - } - }, - { - "id": 9135, - "properties": { - "powered": "true", - "rotation": "13" - } - }, - { - "id": 9136, - "properties": { - "powered": "true", - "rotation": "14" - } - }, - { - "id": 9137, - "properties": { - "powered": "true", - "rotation": "15" - } - }, - { - "default": true, - "id": 9138, - "properties": { - "powered": "false", - "rotation": "0" - } - }, - { - "id": 9139, - "properties": { - "powered": "false", - "rotation": "1" - } - }, - { - "id": 9140, - "properties": { - "powered": "false", - "rotation": "2" - } - }, - { - "id": 9141, - "properties": { - "powered": "false", - "rotation": "3" - } - }, - { - "id": 9142, - "properties": { - "powered": "false", - "rotation": "4" - } - }, - { - "id": 9143, - "properties": { - "powered": "false", - "rotation": "5" - } - }, - { - "id": 9144, - "properties": { - "powered": "false", - "rotation": "6" - } - }, - { - "id": 9145, - "properties": { - "powered": "false", - "rotation": "7" - } - }, - { - "id": 9146, - "properties": { - "powered": "false", - "rotation": "8" - } - }, - { - "id": 9147, - "properties": { - "powered": "false", - "rotation": "9" - } - }, - { - "id": 9148, - "properties": { - "powered": "false", - "rotation": "10" - } - }, - { - "id": 9149, - "properties": { - "powered": "false", - "rotation": "11" - } - }, - { - "id": 9150, - "properties": { - "powered": "false", - "rotation": "12" - } - }, - { - "id": 9151, - "properties": { - "powered": "false", - "rotation": "13" - } - }, - { - "id": 9152, - "properties": { - "powered": "false", - "rotation": "14" - } - }, - { - "id": 9153, - "properties": { - "powered": "false", - "rotation": "15" - } - } - ] - }, - "minecraft:wither_skeleton_wall_skull": { - "definition": { - "type": "minecraft:wither_wall_skull", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 26693, + "states": [ + { + "id": 26690, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 26691, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 201 + ] + }, + { + "id": 26692, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 26693, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 51 + ] + }, + { + "id": 26694, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 26695, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1060, + "name": "minecraft:deepslate_brick_wall", + "translation_key": "block.minecraft.deepslate_brick_wall", + "item_id": 431, + "properties": [ + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "up", + "values": [ + "true", + "false" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9154, - "properties": { - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 9155, - "properties": { - "facing": "north", - "powered": "false" - } - }, - { - "id": 9156, - "properties": { - "facing": "south", - "powered": "true" - } - }, - { - "id": 9157, - "properties": { - "facing": "south", - "powered": "false" - } - }, - { - "id": 9158, - "properties": { - "facing": "west", - "powered": "true" - } - }, - { - "id": 9159, - "properties": { - "facing": "west", - "powered": "false" - } - }, - { - "id": 9160, - "properties": { - "facing": "east", - "powered": "true" - } - }, - { - "id": 9161, - "properties": { - "facing": "east", - "powered": "false" - } - } - ] - }, - "minecraft:yellow_banner": { - "definition": { - "type": "minecraft:banner", - "color": "yellow", - "properties": {} - }, - "properties": { - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "default": true, - "id": 11158, - "properties": { - "rotation": "0" - } - }, - { - "id": 11159, - "properties": { - "rotation": "1" - } - }, - { - "id": 11160, - "properties": { - "rotation": "2" - } - }, - { - "id": 11161, - "properties": { - "rotation": "3" - } - }, - { - "id": 11162, - "properties": { - "rotation": "4" - } - }, - { - "id": 11163, - "properties": { - "rotation": "5" - } - }, - { - "id": 11164, - "properties": { - "rotation": "6" - } - }, - { - "id": 11165, - "properties": { - "rotation": "7" - } - }, - { - "id": 11166, - "properties": { - "rotation": "8" - } - }, - { - "id": 11167, - "properties": { - "rotation": "9" - } - }, - { - "id": 11168, - "properties": { - "rotation": "10" - } - }, - { - "id": 11169, - "properties": { - "rotation": "11" - } - }, - { - "id": 11170, - "properties": { - "rotation": "12" - } - }, - { - "id": 11171, - "properties": { - "rotation": "13" - } - }, - { - "id": 11172, - "properties": { - "rotation": "14" - } - }, - { - "id": 11173, - "properties": { - "rotation": "15" - } - } - ] - }, - "minecraft:yellow_bed": { - "definition": { - "type": "minecraft:bed", - "color": "yellow", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 26699, + "states": [ + { + "id": 26696, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 26697, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 26698, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 26699, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140 + ] + }, + { + "id": 26700, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 26701, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143 + ] + }, + { + "id": 26702, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 26703, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 26704, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 26705, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 26706, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 26707, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144 + ] + }, + { + "id": 26708, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 26709, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 26710, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 26711, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 26712, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 26713, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 26714, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 26715, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 26716, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 26717, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 26718, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 26719, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 26720, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 26721, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 26722, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 26723, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145 + ] + }, + { + "id": 26724, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 26725, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 145 + ] + }, + { + "id": 26726, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 26727, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 26728, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 26729, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146 + ] + }, + { + "id": 26730, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 26731, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 147 + ] + }, + { + "id": 26732, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 26733, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 26734, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 26735, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 26736, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 26737, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 26738, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 26739, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 26740, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 26741, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 26742, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 26743, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 26744, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 26745, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26746, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26747, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 26748, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26749, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26750, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 26751, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26752, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26753, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 26754, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26755, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26756, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 26757, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26758, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26759, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 26760, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26761, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26762, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 26763, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26764, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26765, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 26766, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26767, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26768, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 26769, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 26770, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 26771, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148 + ] + }, + { + "id": 26772, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 26773, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148 + ] + }, + { + "id": 26774, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 26775, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 26776, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 26777, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149 + ] + }, + { + "id": 26778, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 26779, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150 + ] + }, + { + "id": 26780, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 26781, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26782, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26783, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 26784, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26785, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26786, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 26787, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26788, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26789, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 26790, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26791, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26792, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 26793, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26794, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26795, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145 + ] + }, + { + "id": 26796, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26797, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 141, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26798, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 26799, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26800, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26801, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151 + ] + }, + { + "id": 26802, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26803, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 144, + 150, + 147 + ] + }, + { + "id": 26804, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 26805, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26806, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26807, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 26808, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26809, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26810, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 26811, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26812, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26813, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 26814, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26815, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26816, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26817, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26818, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26819, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26820, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26821, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26822, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26823, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26824, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26825, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26826, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26827, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26828, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26829, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26830, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26831, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26832, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26833, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26834, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26835, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26836, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26837, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26838, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26839, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26840, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26841, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26842, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26843, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26844, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26845, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26846, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26847, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26848, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26849, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26850, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26851, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26852, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26853, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26854, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26855, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26856, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26857, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26858, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26859, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26860, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26861, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26862, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26863, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26864, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26865, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26866, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26867, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26868, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26869, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26870, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26871, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26872, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26873, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26874, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26875, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26876, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26877, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26878, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26879, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26880, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26881, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26882, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26883, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26884, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26885, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26886, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26887, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26888, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26889, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26890, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26891, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26892, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26893, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26894, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26895, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26896, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26897, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26898, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26899, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26900, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26901, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26902, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26903, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26904, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26905, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26906, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26907, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26908, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26909, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26910, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26911, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26912, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 26913, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26914, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26915, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 152 + ] + }, + { + "id": 26916, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26917, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143 + ] + }, + { + "id": 26918, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 26919, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26920, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26921, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 154 + ] + }, + { + "id": 26922, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26923, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153 + ] + }, + { + "id": 26924, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26925, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26926, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26927, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26928, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26929, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26930, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26931, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26932, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26933, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26934, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26935, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26936, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26937, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26938, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26939, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 145, + 152 + ] + }, + { + "id": 26940, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26941, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 145 + ] + }, + { + "id": 26942, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26943, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26944, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26945, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 146, + 155 + ] + }, + { + "id": 26946, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26947, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 147 + ] + }, + { + "id": 26948, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26949, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26950, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26951, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26952, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26953, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26954, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26955, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26956, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26957, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26958, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26959, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26960, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26961, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26962, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26963, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26964, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26965, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26966, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26967, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26968, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26969, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26970, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26971, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26972, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26973, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26974, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26975, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26976, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26977, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26978, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26979, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26980, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26981, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 26982, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26983, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 26984, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26985, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26986, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26987, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 152 + ] + }, + { + "id": 26988, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26989, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148 + ] + }, + { + "id": 26990, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26991, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26992, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26993, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 149, + 155 + ] + }, + { + "id": 26994, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26995, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150 + ] + }, + { + "id": 26996, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 26997, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26998, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 26999, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 27000, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 27001, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 27002, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 27003, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 27004, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 27005, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 27006, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 27007, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 27008, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 27009, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 27010, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 27011, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 140, + 148, + 145, + 152 + ] + }, + { + "id": 27012, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 27013, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 142, + 143, + 148, + 145 + ] + }, + { + "id": 27014, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 27015, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 27016, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 27017, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 151, + 155 + ] + }, + { + "id": 27018, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + }, + { + "id": 27019, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 153, + 150, + 147 + ] + } + ] + }, + { + "id": 1061, + "name": "minecraft:chiseled_deepslate", + "translation_key": "block.minecraft.chiseled_deepslate", + "item_id": 363, + "properties": [], + "default_state_id": 27020, + "states": [ + { + "id": 27020, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1062, + "name": "minecraft:cracked_deepslate_bricks", + "translation_key": "block.minecraft.cracked_deepslate_bricks", + "item_id": 360, + "properties": [], + "default_state_id": 27021, + "states": [ + { + "id": 27021, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1063, + "name": "minecraft:cracked_deepslate_tiles", + "translation_key": "block.minecraft.cracked_deepslate_tiles", + "item_id": 362, + "properties": [], + "default_state_id": 27022, + "states": [ + { + "id": 27022, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1064, + "name": "minecraft:infested_deepslate", + "translation_key": "block.minecraft.infested_deepslate", + "item_id": 352, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "occupied": [ - "true", - "false" + "default_state_id": 27024, + "states": [ + { + "id": 27023, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 27024, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 27025, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1065, + "name": "minecraft:smooth_basalt", + "translation_key": "block.minecraft.smooth_basalt", + "item_id": 343, + "properties": [], + "default_state_id": 27026, + "states": [ + { + "id": 27026, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1066, + "name": "minecraft:raw_iron_block", + "translation_key": "block.minecraft.raw_iron_block", + "item_id": 84, + "properties": [], + "default_state_id": 27027, + "states": [ + { + "id": 27027, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1067, + "name": "minecraft:raw_copper_block", + "translation_key": "block.minecraft.raw_copper_block", + "item_id": 85, + "properties": [], + "default_state_id": 27028, + "states": [ + { + "id": 27028, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1068, + "name": "minecraft:raw_gold_block", + "translation_key": "block.minecraft.raw_gold_block", + "item_id": 86, + "properties": [], + "default_state_id": 27029, + "states": [ + { + "id": 27029, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1069, + "name": "minecraft:potted_azalea_bush", + "translation_key": "block.minecraft.potted_azalea_bush", + "item_id": 0, + "properties": [], + "default_state_id": 27030, + "states": [ + { + "id": 27030, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 1070, + "name": "minecraft:potted_flowering_azalea_bush", + "translation_key": "block.minecraft.potted_flowering_azalea_bush", + "item_id": 0, + "properties": [], + "default_state_id": 27031, + "states": [ + { + "id": 27031, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 156 + ] + } + ] + }, + { + "id": 1071, + "name": "minecraft:ochre_froglight", + "translation_key": "block.minecraft.ochre_froglight", + "item_id": 1306, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "part": [ - "head", - "foot" - ] - }, - "states": [ - { - "id": 1795, - "properties": { - "facing": "north", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1796, - "properties": { - "facing": "north", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1797, - "properties": { - "facing": "north", - "occupied": "false", - "part": "head" - } - }, - { - "default": true, - "id": 1798, - "properties": { - "facing": "north", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1799, - "properties": { - "facing": "south", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1800, - "properties": { - "facing": "south", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1801, - "properties": { - "facing": "south", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1802, - "properties": { - "facing": "south", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1803, - "properties": { - "facing": "west", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1804, - "properties": { - "facing": "west", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1805, - "properties": { - "facing": "west", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1806, - "properties": { - "facing": "west", - "occupied": "false", - "part": "foot" - } - }, - { - "id": 1807, - "properties": { - "facing": "east", - "occupied": "true", - "part": "head" - } - }, - { - "id": 1808, - "properties": { - "facing": "east", - "occupied": "true", - "part": "foot" - } - }, - { - "id": 1809, - "properties": { - "facing": "east", - "occupied": "false", - "part": "head" - } - }, - { - "id": 1810, - "properties": { - "facing": "east", - "occupied": "false", - "part": "foot" - } - } - ] - }, - "minecraft:yellow_candle": { - "definition": { - "type": "minecraft:candle", - "properties": {} - }, - "properties": { - "candles": [ - "1", - "2", - "3", - "4" + "default_state_id": 27033, + "states": [ + { + "id": 27032, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 27033, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 27034, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1072, + "name": "minecraft:verdant_froglight", + "translation_key": "block.minecraft.verdant_froglight", + "item_id": 1307, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "lit": [ - "true", - "false" + "default_state_id": 27036, + "states": [ + { + "id": 27035, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 27036, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 27037, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1073, + "name": "minecraft:pearlescent_froglight", + "translation_key": "block.minecraft.pearlescent_froglight", + "item_id": 1308, + "properties": [ + { + "name": "axis", + "values": [ + "x", + "y", + "z" + ] + } ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21274, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21275, - "properties": { - "candles": "1", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21276, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 21277, - "properties": { - "candles": "1", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21278, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21279, - "properties": { - "candles": "2", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21280, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21281, - "properties": { - "candles": "2", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21282, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21283, - "properties": { - "candles": "3", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21284, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21285, - "properties": { - "candles": "3", - "lit": "false", - "waterlogged": "false" - } - }, - { - "id": 21286, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "true" - } - }, - { - "id": 21287, - "properties": { - "candles": "4", - "lit": "true", - "waterlogged": "false" - } - }, - { - "id": 21288, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "true" - } - }, - { - "id": 21289, - "properties": { - "candles": "4", - "lit": "false", - "waterlogged": "false" - } - } - ] - }, - "minecraft:yellow_candle_cake": { - "definition": { - "type": "minecraft:candle_cake", - "candle": "minecraft:yellow_candle", - "properties": {} - }, - "properties": { - "lit": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 21476, - "properties": { - "lit": "true" - } - }, - { - "default": true, - "id": 21477, - "properties": { - "lit": "false" - } - } - ] - }, - "minecraft:yellow_carpet": { - "definition": { - "type": "minecraft:wool_carpet", - "color": "yellow", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 11067 - } - ] - }, - "minecraft:yellow_concrete": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13201 - } - ] - }, - "minecraft:yellow_concrete_powder": { - "definition": { - "type": "minecraft:concrete_powder", - "concrete": "minecraft:yellow_concrete", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 13217 - } - ] - }, - "minecraft:yellow_glazed_terracotta": { - "definition": { - "type": "minecraft:glazed_terracotta", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 13149, - "properties": { - "facing": "north" - } - }, - { - "id": 13150, - "properties": { - "facing": "south" - } - }, - { - "id": 13151, - "properties": { - "facing": "west" - } - }, - { - "id": 13152, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:yellow_shulker_box": { - "definition": { - "type": "minecraft:shulker_box", - "color": "yellow", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "east", - "south", - "west", - "up", - "down" - ] - }, - "states": [ - { - "id": 13061, - "properties": { - "facing": "north" - } - }, - { - "id": 13062, - "properties": { - "facing": "east" - } - }, - { - "id": 13063, - "properties": { - "facing": "south" - } - }, - { - "id": 13064, - "properties": { - "facing": "west" - } - }, - { - "default": true, - "id": 13065, - "properties": { - "facing": "up" - } - }, - { - "id": 13066, - "properties": { - "facing": "down" - } - } - ] - }, - "minecraft:yellow_stained_glass": { - "definition": { - "type": "minecraft:stained_glass", - "color": "yellow", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 6115 - } - ] - }, - "minecraft:yellow_stained_glass_pane": { - "definition": { - "type": "minecraft:stained_glass_pane", - "color": "yellow", - "properties": {} - }, - "properties": { - "east": [ - "true", - "false" + "default_state_id": 27039, + "states": [ + { + "id": 27038, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 27039, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + }, + { + "id": 27040, + "luminance": 15, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1074, + "name": "minecraft:frogspawn", + "translation_key": "block.minecraft.frogspawn", + "item_id": 1309, + "properties": [], + "default_state_id": 27041, + "states": [ + { + "id": 27041, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 1075, + "name": "minecraft:reinforced_deepslate", + "translation_key": "block.minecraft.reinforced_deepslate", + "item_id": 364, + "properties": [], + "default_state_id": 27042, + "states": [ + { + "id": 27042, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1076, + "name": "minecraft:decorated_pot", + "translation_key": "block.minecraft.decorated_pot", + "item_id": 299, + "properties": [ + { + "name": "cracked", + "values": [ + "true", + "false" + ] + }, + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "north": [ - "true", - "false" + "default_state_id": 27052, + "states": [ + { + "id": 27043, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 127 + ], + "block_entity_type": 41 + }, + { + "id": 27044, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 127 + ], + "block_entity_type": 41 + }, + { + "id": 27045, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 127 + ], + "block_entity_type": 41 + }, + { + "id": 27046, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 127 + ], + "block_entity_type": 41 + }, + { + "id": 27047, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 127 + ], + "block_entity_type": 41 + }, + { + "id": 27048, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 127 + ], + "block_entity_type": 41 + }, + { + "id": 27049, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 127 + ], + "block_entity_type": 41 + }, + { + "id": 27050, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 127 + ], + "block_entity_type": 41 + }, + { + "id": 27051, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 127 + ], + "block_entity_type": 41 + }, + { + "id": 27052, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 127 + ], + "block_entity_type": 41 + }, + { + "id": 27053, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 127 + ], + "block_entity_type": 41 + }, + { + "id": 27054, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 127 + ], + "block_entity_type": 41 + }, + { + "id": 27055, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 127 + ], + "block_entity_type": 41 + }, + { + "id": 27056, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 127 + ], + "block_entity_type": 41 + }, + { + "id": 27057, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 127 + ], + "block_entity_type": 41 + }, + { + "id": 27058, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 127 + ], + "block_entity_type": 41 + } + ] + }, + { + "id": 1077, + "name": "minecraft:crafter", + "translation_key": "block.minecraft.crafter", + "item_id": 1021, + "properties": [ + { + "name": "crafting", + "values": [ + "true", + "false" + ] + }, + { + "name": "orientation", + "values": [ + "down_east", + "down_north", + "down_south", + "down_west", + "up_east", + "up_north", + "up_south", + "up_west", + "west_up", + "east_up", + "north_up", + "south_up" + ] + }, + { + "name": "triggered", + "values": [ + "true", + "false" + ] + } ], - "south": [ - "true", - "false" + "default_state_id": 27104, + "states": [ + { + "id": 27059, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27060, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27061, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27062, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27063, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27064, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27065, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27066, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27067, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27068, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27069, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27070, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27071, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27072, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27073, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27074, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27075, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27076, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27077, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27078, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27079, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27080, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27081, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27082, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27083, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27084, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27085, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27086, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27087, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27088, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27089, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27090, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27091, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27092, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27093, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27094, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27095, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27096, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27097, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27098, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27099, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27100, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27101, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27102, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27103, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27104, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27105, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + }, + { + "id": 27106, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 42 + } + ] + }, + { + "id": 1078, + "name": "minecraft:trial_spawner", + "translation_key": "block.minecraft.trial_spawner", + "item_id": 1370, + "properties": [ + { + "name": "ominous", + "values": [ + "true", + "false" + ] + }, + { + "name": "trial_spawner_state", + "values": [ + "inactive", + "waiting_for_players", + "active", + "waiting_for_reward_ejection", + "ejecting_reward", + "cooldown" + ] + } + ], + "default_state_id": 27113, + "states": [ + { + "id": 27107, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 43 + }, + { + "id": 27108, + "luminance": 4, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 43 + }, + { + "id": 27109, + "luminance": 8, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 43 + }, + { + "id": 27110, + "luminance": 8, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 43 + }, + { + "id": 27111, + "luminance": 8, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 43 + }, + { + "id": 27112, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 43 + }, + { + "id": 27113, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 43 + }, + { + "id": 27114, + "luminance": 4, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 43 + }, + { + "id": 27115, + "luminance": 8, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 43 + }, + { + "id": 27116, + "luminance": 8, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 43 + }, + { + "id": 27117, + "luminance": 8, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 43 + }, + { + "id": 27118, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 43 + } + ] + }, + { + "id": 1079, + "name": "minecraft:vault", + "translation_key": "block.minecraft.vault", + "item_id": 1373, + "properties": [ + { + "name": "facing", + "values": [ + "north", + "south", + "west", + "east" + ] + }, + { + "name": "ominous", + "values": [ + "true", + "false" + ] + }, + { + "name": "vault_state", + "values": [ + "inactive", + "active", + "unlocking", + "ejecting" + ] + } ], - "waterlogged": [ - "true", - "false" + "default_state_id": 27123, + "states": [ + { + "id": 27119, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27120, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27121, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27122, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27123, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27124, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27125, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27126, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27127, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27128, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27129, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27130, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27131, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27132, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27133, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27134, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27135, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27136, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27137, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27138, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27139, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27140, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27141, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27142, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27143, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27144, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27145, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27146, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27147, + "luminance": 6, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27148, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27149, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + }, + { + "id": 27150, + "luminance": 12, + "opaque": false, + "replaceable": false, + "collision_shapes": [ + 0 + ], + "block_entity_type": 44 + } + ] + }, + { + "id": 1080, + "name": "minecraft:heavy_core", + "translation_key": "block.minecraft.heavy_core", + "item_id": 87, + "properties": [ + { + "name": "waterlogged", + "values": [ + "true", + "false" + ] + } ], - "west": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9755, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9756, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9757, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9758, - "properties": { - "east": "true", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9759, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9760, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9761, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9762, - "properties": { - "east": "true", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9763, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9764, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9765, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9766, - "properties": { - "east": "true", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9767, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9768, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9769, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9770, - "properties": { - "east": "true", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9771, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9772, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9773, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9774, - "properties": { - "east": "false", - "north": "true", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9775, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9776, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9777, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9778, - "properties": { - "east": "false", - "north": "true", - "south": "false", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9779, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9780, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9781, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "true" - } - }, - { - "id": 9782, - "properties": { - "east": "false", - "north": "false", - "south": "true", - "waterlogged": "false", - "west": "false" - } - }, - { - "id": 9783, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "true" - } - }, - { - "id": 9784, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "true", - "west": "false" - } - }, - { - "id": 9785, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "true" - } - }, - { - "default": true, - "id": 9786, - "properties": { - "east": "false", - "north": "false", - "south": "false", - "waterlogged": "false", - "west": "false" - } - } - ] - }, - "minecraft:yellow_terracotta": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 9615 - } - ] - }, - "minecraft:yellow_wall_banner": { - "definition": { - "type": "minecraft:wall_banner", - "color": "yellow", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ] - }, - "states": [ - { - "default": true, - "id": 11366, - "properties": { - "facing": "north" - } - }, - { - "id": 11367, - "properties": { - "facing": "south" - } - }, - { - "id": 11368, - "properties": { - "facing": "west" - } - }, - { - "id": 11369, - "properties": { - "facing": "east" - } - } - ] - }, - "minecraft:yellow_wool": { - "definition": { - "type": "minecraft:block", - "properties": {} - }, - "states": [ - { - "default": true, - "id": 2094 - } - ] - }, - "minecraft:zombie_head": { - "definition": { - "type": "minecraft:skull", - "kind": "zombie", - "properties": {} - }, - "properties": { - "powered": [ - "true", - "false" + "default_state_id": 27152, + "states": [ + { + "id": 27151, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ] + }, + { + "id": 27152, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 157 + ] + } + ] + }, + { + "id": 1081, + "name": "minecraft:pale_moss_block", + "translation_key": "block.minecraft.pale_moss_block", + "item_id": 257, + "properties": [], + "default_state_id": 27153, + "states": [ + { + "id": 27153, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 0 + ] + } + ] + }, + { + "id": 1082, + "name": "minecraft:pale_moss_carpet", + "translation_key": "block.minecraft.pale_moss_carpet", + "item_id": 255, + "properties": [ + { + "name": "bottom", + "values": [ + "true", + "false" + ] + }, + { + "name": "east", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "north", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "south", + "values": [ + "none", + "low", + "tall" + ] + }, + { + "name": "west", + "values": [ + "none", + "low", + "tall" + ] + } ], - "rotation": [ - "0", - "1", - "2", - "3", - "4", - "5", - "6", - "7", - "8", - "9", - "10", - "11", - "12", - "13", - "14", - "15" - ] - }, - "states": [ - { - "id": 9162, - "properties": { - "powered": "true", - "rotation": "0" - } - }, - { - "id": 9163, - "properties": { - "powered": "true", - "rotation": "1" - } - }, - { - "id": 9164, - "properties": { - "powered": "true", - "rotation": "2" - } - }, - { - "id": 9165, - "properties": { - "powered": "true", - "rotation": "3" - } - }, - { - "id": 9166, - "properties": { - "powered": "true", - "rotation": "4" - } - }, - { - "id": 9167, - "properties": { - "powered": "true", - "rotation": "5" - } - }, - { - "id": 9168, - "properties": { - "powered": "true", - "rotation": "6" - } - }, - { - "id": 9169, - "properties": { - "powered": "true", - "rotation": "7" - } - }, - { - "id": 9170, - "properties": { - "powered": "true", - "rotation": "8" - } - }, - { - "id": 9171, - "properties": { - "powered": "true", - "rotation": "9" - } - }, - { - "id": 9172, - "properties": { - "powered": "true", - "rotation": "10" - } - }, - { - "id": 9173, - "properties": { - "powered": "true", - "rotation": "11" - } - }, - { - "id": 9174, - "properties": { - "powered": "true", - "rotation": "12" - } - }, - { - "id": 9175, - "properties": { - "powered": "true", - "rotation": "13" - } - }, - { - "id": 9176, - "properties": { - "powered": "true", - "rotation": "14" - } - }, - { - "id": 9177, - "properties": { - "powered": "true", - "rotation": "15" - } - }, - { - "default": true, - "id": 9178, - "properties": { - "powered": "false", - "rotation": "0" - } - }, - { - "id": 9179, - "properties": { - "powered": "false", - "rotation": "1" - } - }, - { - "id": 9180, - "properties": { - "powered": "false", - "rotation": "2" - } - }, - { - "id": 9181, - "properties": { - "powered": "false", - "rotation": "3" - } - }, - { - "id": 9182, - "properties": { - "powered": "false", - "rotation": "4" - } - }, - { - "id": 9183, - "properties": { - "powered": "false", - "rotation": "5" - } - }, - { - "id": 9184, - "properties": { - "powered": "false", - "rotation": "6" - } - }, - { - "id": 9185, - "properties": { - "powered": "false", - "rotation": "7" - } - }, - { - "id": 9186, - "properties": { - "powered": "false", - "rotation": "8" - } - }, - { - "id": 9187, - "properties": { - "powered": "false", - "rotation": "9" - } - }, - { - "id": 9188, - "properties": { - "powered": "false", - "rotation": "10" - } - }, - { - "id": 9189, - "properties": { - "powered": "false", - "rotation": "11" - } - }, - { - "id": 9190, - "properties": { - "powered": "false", - "rotation": "12" - } - }, - { - "id": 9191, - "properties": { - "powered": "false", - "rotation": "13" - } - }, - { - "id": 9192, - "properties": { - "powered": "false", - "rotation": "14" - } - }, - { - "id": 9193, - "properties": { - "powered": "false", - "rotation": "15" - } - } - ] - }, - "minecraft:zombie_wall_head": { - "definition": { - "type": "minecraft:wall_skull", - "kind": "zombie", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" + "default_state_id": 27154, + "states": [ + { + "id": 27154, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27155, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27156, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27157, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27158, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27159, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27160, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27161, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27162, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27163, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27164, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27165, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27166, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27167, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27168, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27169, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27170, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27171, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27172, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27173, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27174, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27175, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27176, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27177, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27178, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27179, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27180, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27181, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27182, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27183, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27184, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27185, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27186, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27187, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27188, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27189, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27190, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27191, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27192, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27193, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27194, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27195, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27196, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27197, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27198, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27199, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27200, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27201, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27202, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27203, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27204, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27205, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27206, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27207, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27208, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27209, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27210, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27211, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27212, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27213, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27214, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27215, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27216, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27217, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27218, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27219, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27220, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27221, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27222, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27223, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27224, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27225, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27226, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27227, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27228, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27229, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27230, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27231, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27232, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27233, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27234, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [ + 202 + ] + }, + { + "id": 27235, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27236, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27237, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27238, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27239, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27240, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27241, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27242, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27243, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27244, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27245, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27246, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27247, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27248, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27249, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27250, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27251, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27252, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27253, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27254, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27255, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27256, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27257, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27258, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27259, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27260, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27261, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27262, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27263, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27264, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27265, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27266, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27267, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27268, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27269, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27270, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27271, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27272, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27273, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27274, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27275, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27276, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27277, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27278, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27279, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27280, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27281, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27282, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27283, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27284, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27285, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27286, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27287, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27288, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27289, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27290, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27291, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27292, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27293, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27294, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27295, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27296, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27297, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27298, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27299, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27300, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27301, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27302, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27303, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27304, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27305, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27306, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27307, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27308, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27309, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27310, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27311, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27312, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27313, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27314, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27315, + "luminance": 0, + "opaque": true, + "replaceable": false, + "collision_shapes": [] + } + ] + }, + { + "id": 1083, + "name": "minecraft:pale_hanging_moss", + "translation_key": "block.minecraft.pale_hanging_moss", + "item_id": 256, + "properties": [ + { + "name": "tip", + "values": [ + "true", + "false" + ] + } ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 9194, - "properties": { - "facing": "north", - "powered": "true" - } - }, - { - "default": true, - "id": 9195, - "properties": { - "facing": "north", - "powered": "false" - } - }, - { - "id": 9196, - "properties": { - "facing": "south", - "powered": "true" - } - }, - { - "id": 9197, - "properties": { - "facing": "south", - "powered": "false" - } - }, - { - "id": 9198, - "properties": { - "facing": "west", - "powered": "true" - } - }, - { - "id": 9199, - "properties": { - "facing": "west", - "powered": "false" - } - }, - { - "id": 9200, - "properties": { - "facing": "east", - "powered": "true" - } - }, - { - "id": 9201, - "properties": { - "facing": "east", - "powered": "false" - } - } - ] - } + "default_state_id": 27316, + "states": [ + { + "id": 27316, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + }, + { + "id": 27317, + "luminance": 0, + "opaque": false, + "replaceable": false, + "collision_shapes": [] + } + ] + } + ] } \ No newline at end of file diff --git a/assets/items.json b/assets/items.json index 82af8fe4a..4f1e385f8 100644 --- a/assets/items.json +++ b/assets/items.json @@ -1,19177 +1,25084 @@ -{ - "minecraft:acacia_boat": { +[ + { + "id": "minecraft:air", + "name": "minecraft:air", + "translation_key": "block.minecraft.air", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:acacia_boat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.acacia_boat\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:acacia_button": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:air", + "minecraft:item_name": "{\"translate\":\"block.minecraft.air\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stone", + "name": "minecraft:stone", + "translation_key": "block.minecraft.stone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:acacia_button", - "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_button\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:acacia_chest_boat": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:granite", + "name": "minecraft:granite", + "translation_key": "block.minecraft.granite", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:acacia_chest_boat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.acacia_chest_boat\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:acacia_door": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:granite", + "minecraft:item_name": "{\"translate\":\"block.minecraft.granite\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_granite", + "name": "minecraft:polished_granite", + "translation_key": "block.minecraft.polished_granite", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:acacia_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:acacia_fence": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_granite", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_granite\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:diorite", + "name": "minecraft:diorite", + "translation_key": "block.minecraft.diorite", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:acacia_fence", - "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_fence\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:acacia_fence_gate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:diorite", + "minecraft:item_name": "{\"translate\":\"block.minecraft.diorite\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_diorite", + "name": "minecraft:polished_diorite", + "translation_key": "block.minecraft.polished_diorite", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:acacia_fence_gate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_fence_gate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:acacia_hanging_sign": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_diorite", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_diorite\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:andesite", + "name": "minecraft:andesite", + "translation_key": "block.minecraft.andesite", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:acacia_hanging_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_hanging_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:acacia_leaves": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:andesite", + "minecraft:item_name": "{\"translate\":\"block.minecraft.andesite\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_andesite", + "name": "minecraft:polished_andesite", + "translation_key": "block.minecraft.polished_andesite", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:acacia_leaves", - "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_leaves\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:acacia_log": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_andesite", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_andesite\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:deepslate", + "name": "minecraft:deepslate", + "translation_key": "block.minecraft.deepslate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:acacia_log", - "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_log\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:acacia_planks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:deepslate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cobbled_deepslate", + "name": "minecraft:cobbled_deepslate", + "translation_key": "block.minecraft.cobbled_deepslate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:acacia_planks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_planks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:acacia_pressure_plate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cobbled_deepslate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cobbled_deepslate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_deepslate", + "name": "minecraft:polished_deepslate", + "translation_key": "block.minecraft.polished_deepslate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:acacia_pressure_plate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_pressure_plate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:acacia_sapling": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_deepslate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_deepslate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:calcite", + "name": "minecraft:calcite", + "translation_key": "block.minecraft.calcite", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:acacia_sapling", - "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_sapling\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:acacia_sign": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:calcite", + "minecraft:item_name": "{\"translate\":\"block.minecraft.calcite\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tuff", + "name": "minecraft:tuff", + "translation_key": "block.minecraft.tuff", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:acacia_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:acacia_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tuff", + "minecraft:item_name": "{\"translate\":\"block.minecraft.tuff\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tuff_slab", + "name": "minecraft:tuff_slab", + "translation_key": "block.minecraft.tuff_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:acacia_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:acacia_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tuff_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.tuff_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tuff_stairs", + "name": "minecraft:tuff_stairs", + "translation_key": "block.minecraft.tuff_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:acacia_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:acacia_trapdoor": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tuff_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.tuff_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tuff_wall", + "name": "minecraft:tuff_wall", + "translation_key": "block.minecraft.tuff_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:acacia_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:acacia_wood": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tuff_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.tuff_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:chiseled_tuff", + "name": "minecraft:chiseled_tuff", + "translation_key": "block.minecraft.chiseled_tuff", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:acacia_wood", - "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_wood\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:activator_rail": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:chiseled_tuff", + "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_tuff\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_tuff", + "name": "minecraft:polished_tuff", + "translation_key": "block.minecraft.polished_tuff", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:activator_rail", - "minecraft:item_name": "{\"translate\":\"block.minecraft.activator_rail\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:air": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_tuff", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_tuff\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_tuff_slab", + "name": "minecraft:polished_tuff_slab", + "translation_key": "block.minecraft.polished_tuff_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:air", - "minecraft:item_name": "{\"translate\":\"block.minecraft.air\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:allay_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_tuff_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_tuff_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_tuff_stairs", + "name": "minecraft:polished_tuff_stairs", + "translation_key": "block.minecraft.polished_tuff_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:allay_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.allay_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:allium": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_tuff_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_tuff_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_tuff_wall", + "name": "minecraft:polished_tuff_wall", + "translation_key": "block.minecraft.polished_tuff_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:allium", - "minecraft:item_name": "{\"translate\":\"block.minecraft.allium\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:amethyst_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_tuff_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_tuff_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tuff_bricks", + "name": "minecraft:tuff_bricks", + "translation_key": "block.minecraft.tuff_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:amethyst_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.amethyst_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:amethyst_cluster": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tuff_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.tuff_bricks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tuff_brick_slab", + "name": "minecraft:tuff_brick_slab", + "translation_key": "block.minecraft.tuff_brick_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:amethyst_cluster", - "minecraft:item_name": "{\"translate\":\"block.minecraft.amethyst_cluster\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:amethyst_shard": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tuff_brick_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.tuff_brick_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tuff_brick_stairs", + "name": "minecraft:tuff_brick_stairs", + "translation_key": "block.minecraft.tuff_brick_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:amethyst_shard", - "minecraft:item_name": "{\"translate\":\"item.minecraft.amethyst_shard\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:ancient_debris": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tuff_brick_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.tuff_brick_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:damage_resistant": { - "types": "#minecraft:is_fire" - }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tuff_brick_wall", + "name": "minecraft:tuff_brick_wall", + "translation_key": "block.minecraft.tuff_brick_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:ancient_debris", - "minecraft:item_name": "{\"translate\":\"block.minecraft.ancient_debris\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:andesite": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tuff_brick_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.tuff_brick_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:chiseled_tuff_bricks", + "name": "minecraft:chiseled_tuff_bricks", + "translation_key": "block.minecraft.chiseled_tuff_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:andesite", - "minecraft:item_name": "{\"translate\":\"block.minecraft.andesite\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:andesite_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:chiseled_tuff_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_tuff_bricks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dripstone_block", + "name": "minecraft:dripstone_block", + "translation_key": "block.minecraft.dripstone_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:andesite_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.andesite_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:andesite_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dripstone_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dripstone_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:grass_block", + "name": "minecraft:grass_block", + "translation_key": "block.minecraft.grass_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:andesite_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.andesite_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:andesite_wall": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:grass_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.grass_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dirt", + "name": "minecraft:dirt", + "translation_key": "block.minecraft.dirt", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:andesite_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.andesite_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:angler_pottery_sherd": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dirt", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dirt\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:coarse_dirt", + "name": "minecraft:coarse_dirt", + "translation_key": "block.minecraft.coarse_dirt", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:angler_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.angler_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:anvil": { - "components": { + "minecraft:item_model": "minecraft:coarse_dirt", + "minecraft:item_name": "{\"translate\":\"block.minecraft.coarse_dirt\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:podzol", + "name": "minecraft:podzol", + "translation_key": "block.minecraft.podzol", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:anvil", - "minecraft:item_name": "{\"translate\":\"block.minecraft.anvil\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:apple": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:podzol", + "minecraft:item_name": "{\"translate\":\"block.minecraft.podzol\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:rooted_dirt", + "name": "minecraft:rooted_dirt", + "translation_key": "block.minecraft.rooted_dirt", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 4, - "saturation": 2.4 - }, - "minecraft:item_model": "minecraft:apple", - "minecraft:item_name": "{\"translate\":\"item.minecraft.apple\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:archer_pottery_sherd": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:rooted_dirt", + "minecraft:item_name": "{\"translate\":\"block.minecraft.rooted_dirt\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mud", + "name": "minecraft:mud", + "translation_key": "block.minecraft.mud", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:archer_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.archer_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:armadillo_scute": { - "components": { + "minecraft:item_model": "minecraft:mud", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mud\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:crimson_nylium", + "name": "minecraft:crimson_nylium", + "translation_key": "block.minecraft.crimson_nylium", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:armadillo_scute", - "minecraft:item_name": "{\"translate\":\"item.minecraft.armadillo_scute\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:armadillo_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:crimson_nylium", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_nylium\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:warped_nylium", + "name": "minecraft:warped_nylium", + "translation_key": "block.minecraft.warped_nylium", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:armadillo_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.armadillo_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:armor_stand": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:warped_nylium", + "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_nylium\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cobblestone", + "name": "minecraft:cobblestone", + "translation_key": "block.minecraft.cobblestone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:armor_stand", - "minecraft:item_name": "{\"translate\":\"item.minecraft.armor_stand\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:arms_up_pottery_sherd": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cobblestone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cobblestone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:arms_up_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.arms_up_pottery_sherd\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:arrow": { + { + "id": "minecraft:oak_planks", + "name": "minecraft:oak_planks", + "translation_key": "block.minecraft.oak_planks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:arrow", - "minecraft:item_name": "{\"translate\":\"item.minecraft.arrow\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:axolotl_bucket": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oak_planks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_planks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bucket_entity_data": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spruce_planks", + "name": "minecraft:spruce_planks", + "translation_key": "block.minecraft.spruce_planks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:axolotl_bucket", - "minecraft:item_name": "{\"translate\":\"item.minecraft.axolotl_bucket\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:axolotl_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spruce_planks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_planks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:birch_planks", + "name": "minecraft:birch_planks", + "translation_key": "block.minecraft.birch_planks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:axolotl_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.axolotl_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:azalea": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:birch_planks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_planks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jungle_planks", + "name": "minecraft:jungle_planks", + "translation_key": "block.minecraft.jungle_planks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:azalea", - "minecraft:item_name": "{\"translate\":\"block.minecraft.azalea\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:azalea_leaves": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:jungle_planks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_planks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:acacia_planks", + "name": "minecraft:acacia_planks", + "translation_key": "block.minecraft.acacia_planks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:azalea_leaves", - "minecraft:item_name": "{\"translate\":\"block.minecraft.azalea_leaves\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:azure_bluet": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:acacia_planks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_planks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cherry_planks", + "name": "minecraft:cherry_planks", + "translation_key": "block.minecraft.cherry_planks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:azure_bluet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.azure_bluet\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:baked_potato": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cherry_planks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_planks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dark_oak_planks", + "name": "minecraft:dark_oak_planks", + "translation_key": "block.minecraft.dark_oak_planks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 5, - "saturation": 6.0 - }, - "minecraft:item_model": "minecraft:baked_potato", - "minecraft:item_name": "{\"translate\":\"item.minecraft.baked_potato\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bamboo": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dark_oak_planks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_planks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pale_oak_planks", + "name": "minecraft:pale_oak_planks", + "translation_key": "block.minecraft.pale_oak_planks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bamboo", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bamboo_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pale_oak_planks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_planks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mangrove_planks", + "name": "minecraft:mangrove_planks", + "translation_key": "block.minecraft.mangrove_planks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bamboo_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bamboo_button": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mangrove_planks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_planks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bamboo_planks", + "name": "minecraft:bamboo_planks", + "translation_key": "block.minecraft.bamboo_planks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bamboo_button", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_button\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bamboo_chest_raft": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bamboo_planks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_planks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:crimson_planks", + "name": "minecraft:crimson_planks", + "translation_key": "block.minecraft.crimson_planks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bamboo_chest_raft", - "minecraft:item_name": "{\"translate\":\"item.minecraft.bamboo_chest_raft\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bamboo_door": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:crimson_planks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_planks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:warped_planks", + "name": "minecraft:warped_planks", + "translation_key": "block.minecraft.warped_planks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bamboo_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bamboo_fence": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:warped_planks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_planks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bamboo_mosaic", + "name": "minecraft:bamboo_mosaic", + "translation_key": "block.minecraft.bamboo_mosaic", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bamboo_fence", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_fence\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bamboo_fence_gate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bamboo_mosaic", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_mosaic\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oak_sapling", + "name": "minecraft:oak_sapling", + "translation_key": "block.minecraft.oak_sapling", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bamboo_fence_gate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_fence_gate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bamboo_hanging_sign": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oak_sapling", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_sapling\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spruce_sapling", + "name": "minecraft:spruce_sapling", + "translation_key": "block.minecraft.spruce_sapling", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bamboo_hanging_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_hanging_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bamboo_mosaic": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spruce_sapling", + "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_sapling\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:birch_sapling", + "name": "minecraft:birch_sapling", + "translation_key": "block.minecraft.birch_sapling", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bamboo_mosaic", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_mosaic\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bamboo_mosaic_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:birch_sapling", + "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_sapling\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jungle_sapling", + "name": "minecraft:jungle_sapling", + "translation_key": "block.minecraft.jungle_sapling", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bamboo_mosaic_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_mosaic_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bamboo_mosaic_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:jungle_sapling", + "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_sapling\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:acacia_sapling", + "name": "minecraft:acacia_sapling", + "translation_key": "block.minecraft.acacia_sapling", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bamboo_mosaic_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_mosaic_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bamboo_planks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:acacia_sapling", + "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_sapling\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cherry_sapling", + "name": "minecraft:cherry_sapling", + "translation_key": "block.minecraft.cherry_sapling", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bamboo_planks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_planks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bamboo_pressure_plate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cherry_sapling", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_sapling\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dark_oak_sapling", + "name": "minecraft:dark_oak_sapling", + "translation_key": "block.minecraft.dark_oak_sapling", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bamboo_pressure_plate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_pressure_plate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bamboo_raft": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dark_oak_sapling", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_sapling\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pale_oak_sapling", + "name": "minecraft:pale_oak_sapling", + "translation_key": "block.minecraft.pale_oak_sapling", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bamboo_raft", - "minecraft:item_name": "{\"translate\":\"item.minecraft.bamboo_raft\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bamboo_sign": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pale_oak_sapling", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_sapling\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mangrove_propagule", + "name": "minecraft:mangrove_propagule", + "translation_key": "block.minecraft.mangrove_propagule", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bamboo_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bamboo_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mangrove_propagule", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_propagule\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bedrock", + "name": "minecraft:bedrock", + "translation_key": "block.minecraft.bedrock", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bamboo_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bamboo_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bedrock", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bedrock\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:sand", + "name": "minecraft:sand", + "translation_key": "block.minecraft.sand", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bamboo_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bamboo_trapdoor": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sand", + "minecraft:item_name": "{\"translate\":\"block.minecraft.sand\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:suspicious_sand", + "name": "minecraft:suspicious_sand", + "translation_key": "block.minecraft.suspicious_sand", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bamboo_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:barrel": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:suspicious_sand", + "minecraft:item_name": "{\"translate\":\"block.minecraft.suspicious_sand\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:suspicious_gravel", + "name": "minecraft:suspicious_gravel", + "translation_key": "block.minecraft.suspicious_gravel", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:barrel", - "minecraft:item_name": "{\"translate\":\"block.minecraft.barrel\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:barrier": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:suspicious_gravel", + "minecraft:item_name": "{\"translate\":\"block.minecraft.suspicious_gravel\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:red_sand", + "name": "minecraft:red_sand", + "translation_key": "block.minecraft.red_sand", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:barrier", - "minecraft:item_name": "{\"translate\":\"block.minecraft.barrier\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "epic", - "minecraft:repair_cost": 0 - } - }, - "minecraft:basalt": { - "components": { + "minecraft:item_model": "minecraft:red_sand", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_sand\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:gravel", + "name": "minecraft:gravel", + "translation_key": "block.minecraft.gravel", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:basalt", - "minecraft:item_name": "{\"translate\":\"block.minecraft.basalt\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bat_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:gravel", + "minecraft:item_name": "{\"translate\":\"block.minecraft.gravel\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:coal_ore", + "name": "minecraft:coal_ore", + "translation_key": "block.minecraft.coal_ore", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bat_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.bat_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:beacon": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:coal_ore", + "minecraft:item_name": "{\"translate\":\"block.minecraft.coal_ore\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:deepslate_coal_ore", + "name": "minecraft:deepslate_coal_ore", + "translation_key": "block.minecraft.deepslate_coal_ore", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:beacon", - "minecraft:item_name": "{\"translate\":\"block.minecraft.beacon\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "rare", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bedrock": { - "components": { + "minecraft:item_model": "minecraft:deepslate_coal_ore", + "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_coal_ore\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:iron_ore", + "name": "minecraft:iron_ore", + "translation_key": "block.minecraft.iron_ore", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bedrock", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bedrock\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bee_nest": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:iron_ore", + "minecraft:item_name": "{\"translate\":\"block.minecraft.iron_ore\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bees": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:deepslate_iron_ore", + "name": "minecraft:deepslate_iron_ore", + "translation_key": "block.minecraft.deepslate_iron_ore", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bee_nest", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bee_nest\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bee_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:deepslate_iron_ore", + "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_iron_ore\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:copper_ore", + "name": "minecraft:copper_ore", + "translation_key": "block.minecraft.copper_ore", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bee_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.bee_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:beef": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:copper_ore", + "minecraft:item_name": "{\"translate\":\"block.minecraft.copper_ore\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:deepslate_copper_ore", + "name": "minecraft:deepslate_copper_ore", + "translation_key": "block.minecraft.deepslate_copper_ore", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 3, - "saturation": 1.8000001 - }, - "minecraft:item_model": "minecraft:beef", - "minecraft:item_name": "{\"translate\":\"item.minecraft.beef\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:beehive": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:deepslate_copper_ore", + "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_copper_ore\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bees": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:gold_ore", + "name": "minecraft:gold_ore", + "translation_key": "block.minecraft.gold_ore", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:beehive", - "minecraft:item_name": "{\"translate\":\"block.minecraft.beehive\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:beetroot": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:gold_ore", + "minecraft:item_name": "{\"translate\":\"block.minecraft.gold_ore\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:deepslate_gold_ore", + "name": "minecraft:deepslate_gold_ore", + "translation_key": "block.minecraft.deepslate_gold_ore", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 1, - "saturation": 1.2 - }, - "minecraft:item_model": "minecraft:beetroot", - "minecraft:item_name": "{\"translate\":\"item.minecraft.beetroot\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:beetroot_seeds": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:deepslate_gold_ore", + "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_gold_ore\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:redstone_ore", + "name": "minecraft:redstone_ore", + "translation_key": "block.minecraft.redstone_ore", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:beetroot_seeds", - "minecraft:item_name": "{\"translate\":\"item.minecraft.beetroot_seeds\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:beetroot_soup": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:redstone_ore", + "minecraft:item_name": "{\"translate\":\"block.minecraft.redstone_ore\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:deepslate_redstone_ore", + "name": "minecraft:deepslate_redstone_ore", + "translation_key": "block.minecraft.deepslate_redstone_ore", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 6, - "saturation": 7.2000003 - }, - "minecraft:item_model": "minecraft:beetroot_soup", - "minecraft:item_name": "{\"translate\":\"item.minecraft.beetroot_soup\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:use_remainder": { - "count": 1, - "id": "minecraft:bowl" - } - } - }, - "minecraft:bell": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:deepslate_redstone_ore", + "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_redstone_ore\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:emerald_ore", + "name": "minecraft:emerald_ore", + "translation_key": "block.minecraft.emerald_ore", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bell", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bell\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:big_dripleaf": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:emerald_ore", + "minecraft:item_name": "{\"translate\":\"block.minecraft.emerald_ore\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:deepslate_emerald_ore", + "name": "minecraft:deepslate_emerald_ore", + "translation_key": "block.minecraft.deepslate_emerald_ore", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:big_dripleaf", - "minecraft:item_name": "{\"translate\":\"block.minecraft.big_dripleaf\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:birch_boat": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:deepslate_emerald_ore", + "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_emerald_ore\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lapis_ore", + "name": "minecraft:lapis_ore", + "translation_key": "block.minecraft.lapis_ore", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:birch_boat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.birch_boat\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:birch_button": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lapis_ore", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lapis_ore\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:deepslate_lapis_ore", + "name": "minecraft:deepslate_lapis_ore", + "translation_key": "block.minecraft.deepslate_lapis_ore", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:birch_button", - "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_button\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:birch_chest_boat": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:deepslate_lapis_ore", + "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_lapis_ore\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:diamond_ore", + "name": "minecraft:diamond_ore", + "translation_key": "block.minecraft.diamond_ore", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:birch_chest_boat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.birch_chest_boat\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:birch_door": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:diamond_ore", + "minecraft:item_name": "{\"translate\":\"block.minecraft.diamond_ore\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:deepslate_diamond_ore", + "name": "minecraft:deepslate_diamond_ore", + "translation_key": "block.minecraft.deepslate_diamond_ore", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:birch_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:birch_fence": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:deepslate_diamond_ore", + "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_diamond_ore\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:nether_gold_ore", + "name": "minecraft:nether_gold_ore", + "translation_key": "block.minecraft.nether_gold_ore", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:birch_fence", - "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_fence\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:birch_fence_gate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:nether_gold_ore", + "minecraft:item_name": "{\"translate\":\"block.minecraft.nether_gold_ore\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:nether_quartz_ore", + "name": "minecraft:nether_quartz_ore", + "translation_key": "block.minecraft.nether_quartz_ore", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:birch_fence_gate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_fence_gate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:birch_hanging_sign": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:nether_quartz_ore", + "minecraft:item_name": "{\"translate\":\"block.minecraft.nether_quartz_ore\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:ancient_debris", + "name": "minecraft:ancient_debris", + "translation_key": "block.minecraft.ancient_debris", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:birch_hanging_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_hanging_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:birch_leaves": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:ancient_debris", + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" + }, + "minecraft:item_name": "{\"translate\":\"block.minecraft.ancient_debris\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:coal_block", + "name": "minecraft:coal_block", + "translation_key": "block.minecraft.coal_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:birch_leaves", - "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_leaves\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:birch_log": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:coal_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.coal_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:raw_iron_block", + "name": "minecraft:raw_iron_block", + "translation_key": "block.minecraft.raw_iron_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:birch_log", - "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_log\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:birch_planks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:raw_iron_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.raw_iron_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:raw_copper_block", + "name": "minecraft:raw_copper_block", + "translation_key": "block.minecraft.raw_copper_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:birch_planks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_planks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:birch_pressure_plate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:raw_copper_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.raw_copper_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:raw_gold_block", + "name": "minecraft:raw_gold_block", + "translation_key": "block.minecraft.raw_gold_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:birch_pressure_plate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_pressure_plate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:birch_sapling": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:raw_gold_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.raw_gold_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:heavy_core", + "name": "minecraft:heavy_core", + "translation_key": "block.minecraft.heavy_core", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:birch_sapling", - "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_sapling\"}", - "minecraft:lore": [], + "minecraft:rarity": "epic", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:birch_sign": { - "components": { + "minecraft:item_model": "minecraft:heavy_core", + "minecraft:item_name": "{\"translate\":\"block.minecraft.heavy_core\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:birch_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:birch_slab": { + { + "id": "minecraft:amethyst_block", + "name": "minecraft:amethyst_block", + "translation_key": "block.minecraft.amethyst_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:birch_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:birch_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:amethyst_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.amethyst_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:birch_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:birch_trapdoor": { + { + "id": "minecraft:budding_amethyst", + "name": "minecraft:budding_amethyst", + "translation_key": "block.minecraft.budding_amethyst", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:birch_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:birch_wood": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:budding_amethyst", + "minecraft:item_name": "{\"translate\":\"block.minecraft.budding_amethyst\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:iron_block", + "name": "minecraft:iron_block", + "translation_key": "block.minecraft.iron_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:birch_wood", - "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_wood\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:black_banner": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:iron_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.iron_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:copper_block", + "name": "minecraft:copper_block", + "translation_key": "block.minecraft.copper_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:black_banner", - "minecraft:item_name": "{\"translate\":\"block.minecraft.black_banner\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:black_bed": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:copper_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.copper_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:gold_block", + "name": "minecraft:gold_block", + "translation_key": "block.minecraft.gold_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:black_bed", - "minecraft:item_name": "{\"translate\":\"block.minecraft.black_bed\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:black_bundle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:gold_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.gold_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bundle_contents": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:diamond_block", + "name": "minecraft:diamond_block", + "translation_key": "block.minecraft.diamond_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:black_bundle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.black_bundle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:black_candle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:diamond_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.diamond_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:netherite_block", + "name": "minecraft:netherite_block", + "translation_key": "block.minecraft.netherite_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:black_candle", - "minecraft:item_name": "{\"translate\":\"block.minecraft.black_candle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:black_carpet": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:netherite_block", + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" + }, + "minecraft:item_name": "{\"translate\":\"block.minecraft.netherite_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:exposed_copper", + "name": "minecraft:exposed_copper", + "translation_key": "block.minecraft.exposed_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": [ - "minecraft:llama", - "minecraft:trader_llama" - ], - "equip_sound": "minecraft:entity.llama.swag", - "model": "minecraft:black_carpet", - "slot": "body" - }, - "minecraft:item_model": "minecraft:black_carpet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.black_carpet\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:black_concrete": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:exposed_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.exposed_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:weathered_copper", + "name": "minecraft:weathered_copper", + "translation_key": "block.minecraft.weathered_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:black_concrete", - "minecraft:item_name": "{\"translate\":\"block.minecraft.black_concrete\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:black_concrete_powder": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:weathered_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.weathered_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oxidized_copper", + "name": "minecraft:oxidized_copper", + "translation_key": "block.minecraft.oxidized_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:black_concrete_powder", - "minecraft:item_name": "{\"translate\":\"block.minecraft.black_concrete_powder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:black_dye": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oxidized_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oxidized_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:chiseled_copper", + "name": "minecraft:chiseled_copper", + "translation_key": "block.minecraft.chiseled_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:black_dye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.black_dye\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:black_glazed_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:chiseled_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:exposed_chiseled_copper", + "name": "minecraft:exposed_chiseled_copper", + "translation_key": "block.minecraft.exposed_chiseled_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:black_glazed_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.black_glazed_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:black_shulker_box": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:exposed_chiseled_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.exposed_chiseled_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:weathered_chiseled_copper", + "name": "minecraft:weathered_chiseled_copper", + "translation_key": "block.minecraft.weathered_chiseled_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:black_shulker_box", - "minecraft:item_name": "{\"translate\":\"block.minecraft.black_shulker_box\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:black_stained_glass": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:weathered_chiseled_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.weathered_chiseled_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oxidized_chiseled_copper", + "name": "minecraft:oxidized_chiseled_copper", + "translation_key": "block.minecraft.oxidized_chiseled_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:black_stained_glass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.black_stained_glass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:black_stained_glass_pane": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oxidized_chiseled_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oxidized_chiseled_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cut_copper", + "name": "minecraft:cut_copper", + "translation_key": "block.minecraft.cut_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:black_stained_glass_pane", - "minecraft:item_name": "{\"translate\":\"block.minecraft.black_stained_glass_pane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:black_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cut_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cut_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:exposed_cut_copper", + "name": "minecraft:exposed_cut_copper", + "translation_key": "block.minecraft.exposed_cut_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:black_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.black_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:black_wool": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:exposed_cut_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.exposed_cut_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:weathered_cut_copper", + "name": "minecraft:weathered_cut_copper", + "translation_key": "block.minecraft.weathered_cut_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:black_wool", - "minecraft:item_name": "{\"translate\":\"block.minecraft.black_wool\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blackstone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:weathered_cut_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.weathered_cut_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:blackstone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blackstone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:blackstone_slab": { + { + "id": "minecraft:oxidized_cut_copper", + "name": "minecraft:oxidized_cut_copper", + "translation_key": "block.minecraft.oxidized_cut_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blackstone_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blackstone_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blackstone_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oxidized_cut_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oxidized_cut_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cut_copper_stairs", + "name": "minecraft:cut_copper_stairs", + "translation_key": "block.minecraft.cut_copper_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blackstone_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blackstone_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blackstone_wall": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cut_copper_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cut_copper_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:exposed_cut_copper_stairs", + "name": "minecraft:exposed_cut_copper_stairs", + "translation_key": "block.minecraft.exposed_cut_copper_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blackstone_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blackstone_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blade_pottery_sherd": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:exposed_cut_copper_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.exposed_cut_copper_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:weathered_cut_copper_stairs", + "name": "minecraft:weathered_cut_copper_stairs", + "translation_key": "block.minecraft.weathered_cut_copper_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blade_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.blade_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blast_furnace": { - "components": { + "minecraft:item_model": "minecraft:weathered_cut_copper_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.weathered_cut_copper_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oxidized_cut_copper_stairs", + "name": "minecraft:oxidized_cut_copper_stairs", + "translation_key": "block.minecraft.oxidized_cut_copper_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blast_furnace", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blast_furnace\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blaze_powder": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oxidized_cut_copper_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oxidized_cut_copper_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cut_copper_slab", + "name": "minecraft:cut_copper_slab", + "translation_key": "block.minecraft.cut_copper_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blaze_powder", - "minecraft:item_name": "{\"translate\":\"item.minecraft.blaze_powder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blaze_rod": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cut_copper_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cut_copper_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:exposed_cut_copper_slab", + "name": "minecraft:exposed_cut_copper_slab", + "translation_key": "block.minecraft.exposed_cut_copper_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blaze_rod", - "minecraft:item_name": "{\"translate\":\"item.minecraft.blaze_rod\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blaze_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:exposed_cut_copper_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.exposed_cut_copper_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:weathered_cut_copper_slab", + "name": "minecraft:weathered_cut_copper_slab", + "translation_key": "block.minecraft.weathered_cut_copper_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blaze_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.blaze_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blue_banner": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:weathered_cut_copper_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.weathered_cut_copper_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oxidized_cut_copper_slab", + "name": "minecraft:oxidized_cut_copper_slab", + "translation_key": "block.minecraft.oxidized_cut_copper_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blue_banner", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_banner\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blue_bed": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oxidized_cut_copper_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oxidized_cut_copper_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_copper_block", + "name": "minecraft:waxed_copper_block", + "translation_key": "block.minecraft.waxed_copper_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blue_bed", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_bed\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blue_bundle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_copper_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_copper_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bundle_contents": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_exposed_copper", + "name": "minecraft:waxed_exposed_copper", + "translation_key": "block.minecraft.waxed_exposed_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blue_bundle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.blue_bundle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blue_candle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_exposed_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_exposed_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_weathered_copper", + "name": "minecraft:waxed_weathered_copper", + "translation_key": "block.minecraft.waxed_weathered_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blue_candle", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_candle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blue_carpet": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_weathered_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_weathered_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_oxidized_copper", + "name": "minecraft:waxed_oxidized_copper", + "translation_key": "block.minecraft.waxed_oxidized_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": [ - "minecraft:llama", - "minecraft:trader_llama" - ], - "equip_sound": "minecraft:entity.llama.swag", - "model": "minecraft:blue_carpet", - "slot": "body" - }, - "minecraft:item_model": "minecraft:blue_carpet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_carpet\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blue_concrete": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_oxidized_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_oxidized_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_chiseled_copper", + "name": "minecraft:waxed_chiseled_copper", + "translation_key": "block.minecraft.waxed_chiseled_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blue_concrete", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_concrete\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blue_concrete_powder": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_chiseled_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_chiseled_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_exposed_chiseled_copper", + "name": "minecraft:waxed_exposed_chiseled_copper", + "translation_key": "block.minecraft.waxed_exposed_chiseled_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blue_concrete_powder", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_concrete_powder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blue_dye": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_exposed_chiseled_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_exposed_chiseled_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_weathered_chiseled_copper", + "name": "minecraft:waxed_weathered_chiseled_copper", + "translation_key": "block.minecraft.waxed_weathered_chiseled_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blue_dye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.blue_dye\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blue_glazed_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_weathered_chiseled_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_weathered_chiseled_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_oxidized_chiseled_copper", + "name": "minecraft:waxed_oxidized_chiseled_copper", + "translation_key": "block.minecraft.waxed_oxidized_chiseled_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blue_glazed_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_glazed_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blue_ice": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_oxidized_chiseled_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_oxidized_chiseled_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_cut_copper", + "name": "minecraft:waxed_cut_copper", + "translation_key": "block.minecraft.waxed_cut_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blue_ice", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_ice\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blue_orchid": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_cut_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_cut_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_exposed_cut_copper", + "name": "minecraft:waxed_exposed_cut_copper", + "translation_key": "block.minecraft.waxed_exposed_cut_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blue_orchid", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_orchid\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blue_shulker_box": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_exposed_cut_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_exposed_cut_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_weathered_cut_copper", + "name": "minecraft:waxed_weathered_cut_copper", + "translation_key": "block.minecraft.waxed_weathered_cut_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blue_shulker_box", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_shulker_box\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blue_stained_glass": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_weathered_cut_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_weathered_cut_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_oxidized_cut_copper", + "name": "minecraft:waxed_oxidized_cut_copper", + "translation_key": "block.minecraft.waxed_oxidized_cut_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blue_stained_glass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_stained_glass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blue_stained_glass_pane": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_oxidized_cut_copper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_oxidized_cut_copper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_cut_copper_stairs", + "name": "minecraft:waxed_cut_copper_stairs", + "translation_key": "block.minecraft.waxed_cut_copper_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blue_stained_glass_pane", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_stained_glass_pane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blue_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_cut_copper_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_cut_copper_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_exposed_cut_copper_stairs", + "name": "minecraft:waxed_exposed_cut_copper_stairs", + "translation_key": "block.minecraft.waxed_exposed_cut_copper_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blue_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:blue_wool": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_exposed_cut_copper_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_exposed_cut_copper_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_weathered_cut_copper_stairs", + "name": "minecraft:waxed_weathered_cut_copper_stairs", + "translation_key": "block.minecraft.waxed_weathered_cut_copper_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:blue_wool", - "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_wool\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bogged_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_weathered_cut_copper_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_weathered_cut_copper_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_oxidized_cut_copper_stairs", + "name": "minecraft:waxed_oxidized_cut_copper_stairs", + "translation_key": "block.minecraft.waxed_oxidized_cut_copper_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bogged_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.bogged_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bolt_armor_trim_smithing_template": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_oxidized_cut_copper_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_oxidized_cut_copper_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_cut_copper_slab", + "name": "minecraft:waxed_cut_copper_slab", + "translation_key": "block.minecraft.waxed_cut_copper_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bolt_armor_trim_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.bolt_armor_trim_smithing_template\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bone": { - "components": { + "minecraft:item_model": "minecraft:waxed_cut_copper_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_cut_copper_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_exposed_cut_copper_slab", + "name": "minecraft:waxed_exposed_cut_copper_slab", + "translation_key": "block.minecraft.waxed_exposed_cut_copper_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bone", - "minecraft:item_name": "{\"translate\":\"item.minecraft.bone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bone_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_exposed_cut_copper_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_exposed_cut_copper_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_weathered_cut_copper_slab", + "name": "minecraft:waxed_weathered_cut_copper_slab", + "translation_key": "block.minecraft.waxed_weathered_cut_copper_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bone_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bone_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bone_meal": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_weathered_cut_copper_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_weathered_cut_copper_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_oxidized_cut_copper_slab", + "name": "minecraft:waxed_oxidized_cut_copper_slab", + "translation_key": "block.minecraft.waxed_oxidized_cut_copper_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bone_meal", - "minecraft:item_name": "{\"translate\":\"item.minecraft.bone_meal\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:book": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_oxidized_cut_copper_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_oxidized_cut_copper_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantable": { - "value": 1 - }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oak_log", + "name": "minecraft:oak_log", + "translation_key": "block.minecraft.oak_log", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:book", - "minecraft:item_name": "{\"translate\":\"item.minecraft.book\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bookshelf": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oak_log", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_log\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spruce_log", + "name": "minecraft:spruce_log", + "translation_key": "block.minecraft.spruce_log", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bookshelf", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bookshelf\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bordure_indented_banner_pattern": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spruce_log", + "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_log\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:birch_log", + "name": "minecraft:birch_log", + "translation_key": "block.minecraft.birch_log", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bordure_indented_banner_pattern", - "minecraft:item_name": "{\"translate\":\"item.minecraft.bordure_indented_banner_pattern\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bow": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:birch_log", + "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_log\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 1 - }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jungle_log", + "name": "minecraft:jungle_log", + "translation_key": "block.minecraft.jungle_log", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bow", - "minecraft:item_name": "{\"translate\":\"item.minecraft.bow\"}", - "minecraft:lore": [], - "minecraft:max_damage": 384, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bowl": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:jungle_log", + "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_log\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:acacia_log", + "name": "minecraft:acacia_log", + "translation_key": "block.minecraft.acacia_log", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bowl", - "minecraft:item_name": "{\"translate\":\"item.minecraft.bowl\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brain_coral": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:acacia_log", + "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_log\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cherry_log", + "name": "minecraft:cherry_log", + "translation_key": "block.minecraft.cherry_log", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brain_coral", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brain_coral\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brain_coral_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cherry_log", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_log\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pale_oak_log", + "name": "minecraft:pale_oak_log", + "translation_key": "block.minecraft.pale_oak_log", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brain_coral_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brain_coral_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brain_coral_fan": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pale_oak_log", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_log\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dark_oak_log", + "name": "minecraft:dark_oak_log", + "translation_key": "block.minecraft.dark_oak_log", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brain_coral_fan", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brain_coral_fan\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bread": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dark_oak_log", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_log\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mangrove_log", + "name": "minecraft:mangrove_log", + "translation_key": "block.minecraft.mangrove_log", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 5, - "saturation": 6.0 - }, - "minecraft:item_model": "minecraft:bread", - "minecraft:item_name": "{\"translate\":\"item.minecraft.bread\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:breeze_rod": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mangrove_log", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_log\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mangrove_roots", + "name": "minecraft:mangrove_roots", + "translation_key": "block.minecraft.mangrove_roots", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:breeze_rod", - "minecraft:item_name": "{\"translate\":\"item.minecraft.breeze_rod\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:breeze_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mangrove_roots", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_roots\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:muddy_mangrove_roots", + "name": "minecraft:muddy_mangrove_roots", + "translation_key": "block.minecraft.muddy_mangrove_roots", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:breeze_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.breeze_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brewer_pottery_sherd": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:muddy_mangrove_roots", + "minecraft:item_name": "{\"translate\":\"block.minecraft.muddy_mangrove_roots\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:crimson_stem", + "name": "minecraft:crimson_stem", + "translation_key": "block.minecraft.crimson_stem", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brewer_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.brewer_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brewing_stand": { - "components": { + "minecraft:item_model": "minecraft:crimson_stem", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_stem\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:warped_stem", + "name": "minecraft:warped_stem", + "translation_key": "block.minecraft.warped_stem", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brewing_stand", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brewing_stand\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brick": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:warped_stem", + "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_stem\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bamboo_block", + "name": "minecraft:bamboo_block", + "translation_key": "block.minecraft.bamboo_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brick", - "minecraft:item_name": "{\"translate\":\"item.minecraft.brick\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brick_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bamboo_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_oak_log", + "name": "minecraft:stripped_oak_log", + "translation_key": "block.minecraft.stripped_oak_log", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brick_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brick_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brick_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_oak_log", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_oak_log\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_spruce_log", + "name": "minecraft:stripped_spruce_log", + "translation_key": "block.minecraft.stripped_spruce_log", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brick_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brick_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brick_wall": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_spruce_log", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_spruce_log\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_birch_log", + "name": "minecraft:stripped_birch_log", + "translation_key": "block.minecraft.stripped_birch_log", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brick_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brick_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bricks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_birch_log", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_birch_log\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_jungle_log", + "name": "minecraft:stripped_jungle_log", + "translation_key": "block.minecraft.stripped_jungle_log", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brown_banner": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_jungle_log", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_jungle_log\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_acacia_log", + "name": "minecraft:stripped_acacia_log", + "translation_key": "block.minecraft.stripped_acacia_log", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brown_banner", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_banner\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brown_bed": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_acacia_log", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_acacia_log\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_cherry_log", + "name": "minecraft:stripped_cherry_log", + "translation_key": "block.minecraft.stripped_cherry_log", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brown_bed", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_bed\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brown_bundle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_cherry_log", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_cherry_log\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bundle_contents": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_dark_oak_log", + "name": "minecraft:stripped_dark_oak_log", + "translation_key": "block.minecraft.stripped_dark_oak_log", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brown_bundle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.brown_bundle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brown_candle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_dark_oak_log", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_dark_oak_log\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_pale_oak_log", + "name": "minecraft:stripped_pale_oak_log", + "translation_key": "block.minecraft.stripped_pale_oak_log", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brown_candle", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_candle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brown_carpet": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_pale_oak_log", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_pale_oak_log\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_mangrove_log", + "name": "minecraft:stripped_mangrove_log", + "translation_key": "block.minecraft.stripped_mangrove_log", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": [ - "minecraft:llama", - "minecraft:trader_llama" - ], - "equip_sound": "minecraft:entity.llama.swag", - "model": "minecraft:brown_carpet", - "slot": "body" - }, - "minecraft:item_model": "minecraft:brown_carpet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_carpet\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brown_concrete": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_mangrove_log", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_mangrove_log\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:brown_concrete", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_concrete\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:brown_concrete_powder": { + { + "id": "minecraft:stripped_crimson_stem", + "name": "minecraft:stripped_crimson_stem", + "translation_key": "block.minecraft.stripped_crimson_stem", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brown_concrete_powder", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_concrete_powder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brown_dye": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_crimson_stem", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_crimson_stem\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_warped_stem", + "name": "minecraft:stripped_warped_stem", + "translation_key": "block.minecraft.stripped_warped_stem", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brown_dye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.brown_dye\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brown_glazed_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_warped_stem", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_warped_stem\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_oak_wood", + "name": "minecraft:stripped_oak_wood", + "translation_key": "block.minecraft.stripped_oak_wood", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brown_glazed_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_glazed_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brown_mushroom": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_oak_wood", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_oak_wood\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_spruce_wood", + "name": "minecraft:stripped_spruce_wood", + "translation_key": "block.minecraft.stripped_spruce_wood", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brown_mushroom", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_mushroom\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brown_mushroom_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_spruce_wood", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_spruce_wood\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_birch_wood", + "name": "minecraft:stripped_birch_wood", + "translation_key": "block.minecraft.stripped_birch_wood", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brown_mushroom_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_mushroom_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brown_shulker_box": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_birch_wood", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_birch_wood\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_jungle_wood", + "name": "minecraft:stripped_jungle_wood", + "translation_key": "block.minecraft.stripped_jungle_wood", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brown_shulker_box", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_shulker_box\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brown_stained_glass": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_jungle_wood", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_jungle_wood\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_acacia_wood", + "name": "minecraft:stripped_acacia_wood", + "translation_key": "block.minecraft.stripped_acacia_wood", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brown_stained_glass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_stained_glass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brown_stained_glass_pane": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_acacia_wood", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_acacia_wood\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_cherry_wood", + "name": "minecraft:stripped_cherry_wood", + "translation_key": "block.minecraft.stripped_cherry_wood", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brown_stained_glass_pane", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_stained_glass_pane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brown_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_cherry_wood", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_cherry_wood\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_dark_oak_wood", + "name": "minecraft:stripped_dark_oak_wood", + "translation_key": "block.minecraft.stripped_dark_oak_wood", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brown_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brown_wool": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_dark_oak_wood", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_dark_oak_wood\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_pale_oak_wood", + "name": "minecraft:stripped_pale_oak_wood", + "translation_key": "block.minecraft.stripped_pale_oak_wood", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brown_wool", - "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_wool\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:brush": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_pale_oak_wood", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_pale_oak_wood\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:damage": 0, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_mangrove_wood", + "name": "minecraft:stripped_mangrove_wood", + "translation_key": "block.minecraft.stripped_mangrove_wood", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:brush", - "minecraft:item_name": "{\"translate\":\"item.minecraft.brush\"}", - "minecraft:lore": [], - "minecraft:max_damage": 64, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bubble_coral": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_mangrove_wood", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_mangrove_wood\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_crimson_hyphae", + "name": "minecraft:stripped_crimson_hyphae", + "translation_key": "block.minecraft.stripped_crimson_hyphae", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bubble_coral", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bubble_coral\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bubble_coral_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_crimson_hyphae", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_crimson_hyphae\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_warped_hyphae", + "name": "minecraft:stripped_warped_hyphae", + "translation_key": "block.minecraft.stripped_warped_hyphae", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bubble_coral_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bubble_coral_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bubble_coral_fan": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_warped_hyphae", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_warped_hyphae\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stripped_bamboo_block", + "name": "minecraft:stripped_bamboo_block", + "translation_key": "block.minecraft.stripped_bamboo_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bubble_coral_fan", - "minecraft:item_name": "{\"translate\":\"block.minecraft.bubble_coral_fan\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bucket": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stripped_bamboo_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_bamboo_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oak_wood", + "name": "minecraft:oak_wood", + "translation_key": "block.minecraft.oak_wood", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bucket", - "minecraft:item_name": "{\"translate\":\"item.minecraft.bucket\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:budding_amethyst": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oak_wood", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_wood\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spruce_wood", + "name": "minecraft:spruce_wood", + "translation_key": "block.minecraft.spruce_wood", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:budding_amethyst", - "minecraft:item_name": "{\"translate\":\"block.minecraft.budding_amethyst\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:bundle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spruce_wood", + "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_wood\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bundle_contents": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:birch_wood", + "name": "minecraft:birch_wood", + "translation_key": "block.minecraft.birch_wood", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:bundle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.bundle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:burn_pottery_sherd": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:birch_wood", + "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_wood\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jungle_wood", + "name": "minecraft:jungle_wood", + "translation_key": "block.minecraft.jungle_wood", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:burn_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.burn_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cactus": { - "components": { + "minecraft:item_model": "minecraft:jungle_wood", + "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_wood\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:acacia_wood", + "name": "minecraft:acacia_wood", + "translation_key": "block.minecraft.acacia_wood", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cactus", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cactus\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cake": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:acacia_wood", + "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_wood\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cherry_wood", + "name": "minecraft:cherry_wood", + "translation_key": "block.minecraft.cherry_wood", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cake", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cake\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:calcite": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cherry_wood", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_wood\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pale_oak_wood", + "name": "minecraft:pale_oak_wood", + "translation_key": "block.minecraft.pale_oak_wood", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:calcite", - "minecraft:item_name": "{\"translate\":\"block.minecraft.calcite\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:calibrated_sculk_sensor": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pale_oak_wood", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_wood\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dark_oak_wood", + "name": "minecraft:dark_oak_wood", + "translation_key": "block.minecraft.dark_oak_wood", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:calibrated_sculk_sensor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.calibrated_sculk_sensor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:camel_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dark_oak_wood", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_wood\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mangrove_wood", + "name": "minecraft:mangrove_wood", + "translation_key": "block.minecraft.mangrove_wood", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:camel_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.camel_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:campfire": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mangrove_wood", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_wood\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:crimson_hyphae", + "name": "minecraft:crimson_hyphae", + "translation_key": "block.minecraft.crimson_hyphae", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:campfire", - "minecraft:item_name": "{\"translate\":\"block.minecraft.campfire\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:candle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:crimson_hyphae", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_hyphae\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:warped_hyphae", + "name": "minecraft:warped_hyphae", + "translation_key": "block.minecraft.warped_hyphae", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:candle", - "minecraft:item_name": "{\"translate\":\"block.minecraft.candle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:carrot": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:warped_hyphae", + "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_hyphae\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oak_leaves", + "name": "minecraft:oak_leaves", + "translation_key": "block.minecraft.oak_leaves", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 3, - "saturation": 3.6000001 - }, - "minecraft:item_model": "minecraft:carrot", - "minecraft:item_name": "{\"translate\":\"item.minecraft.carrot\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:carrot_on_a_stick": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oak_leaves", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_leaves\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:damage": 0, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spruce_leaves", + "name": "minecraft:spruce_leaves", + "translation_key": "block.minecraft.spruce_leaves", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:carrot_on_a_stick", - "minecraft:item_name": "{\"translate\":\"item.minecraft.carrot_on_a_stick\"}", - "minecraft:lore": [], - "minecraft:max_damage": 25, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cartography_table": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spruce_leaves", + "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_leaves\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:birch_leaves", + "name": "minecraft:birch_leaves", + "translation_key": "block.minecraft.birch_leaves", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cartography_table", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cartography_table\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:carved_pumpkin": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:birch_leaves", + "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_leaves\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jungle_leaves", + "name": "minecraft:jungle_leaves", + "translation_key": "block.minecraft.jungle_leaves", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "camera_overlay": "minecraft:misc/pumpkinblur", - "slot": "head", - "swappable": false - }, - "minecraft:item_model": "minecraft:carved_pumpkin", - "minecraft:item_name": "{\"translate\":\"block.minecraft.carved_pumpkin\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cat_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:jungle_leaves", + "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_leaves\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:acacia_leaves", + "name": "minecraft:acacia_leaves", + "translation_key": "block.minecraft.acacia_leaves", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cat_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cat_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cauldron": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:acacia_leaves", + "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_leaves\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cherry_leaves", + "name": "minecraft:cherry_leaves", + "translation_key": "block.minecraft.cherry_leaves", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cauldron", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cauldron\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cave_spider_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cherry_leaves", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_leaves\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dark_oak_leaves", + "name": "minecraft:dark_oak_leaves", + "translation_key": "block.minecraft.dark_oak_leaves", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cave_spider_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cave_spider_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chain": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dark_oak_leaves", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_leaves\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pale_oak_leaves", + "name": "minecraft:pale_oak_leaves", + "translation_key": "block.minecraft.pale_oak_leaves", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:chain", - "minecraft:item_name": "{\"translate\":\"block.minecraft.chain\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chain_command_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pale_oak_leaves", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_leaves\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mangrove_leaves", + "name": "minecraft:mangrove_leaves", + "translation_key": "block.minecraft.mangrove_leaves", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:chain_command_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.chain_command_block\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "epic", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:mangrove_leaves", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_leaves\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:chainmail_boots": { + { + "id": "minecraft:azalea_leaves", + "name": "minecraft:azalea_leaves", + "translation_key": "block.minecraft.azalea_leaves", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 1.0, - "id": "minecraft:armor.boots", - "operation": "add_value", - "slot": "feet" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.boots", - "operation": "add_value", - "slot": "feet" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 12 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_chain", - "model": "minecraft:chainmail", - "slot": "feet" + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:azalea_leaves", + "minecraft:item_name": "{\"translate\":\"block.minecraft.azalea_leaves\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:item_model": "minecraft:chainmail_boots", - "minecraft:item_name": "{\"translate\":\"item.minecraft.chainmail_boots\"}", - "minecraft:lore": [], - "minecraft:max_damage": 195, - "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_chain_armor" - } + "minecraft:lore": [] } }, - "minecraft:chainmail_chestplate": { + { + "id": "minecraft:flowering_azalea_leaves", + "name": "minecraft:flowering_azalea_leaves", + "translation_key": "block.minecraft.flowering_azalea_leaves", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 5.0, - "id": "minecraft:armor.chestplate", - "operation": "add_value", - "slot": "chest" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.chestplate", - "operation": "add_value", - "slot": "chest" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 12 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_chain", - "model": "minecraft:chainmail", - "slot": "chest" + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:flowering_azalea_leaves", + "minecraft:item_name": "{\"translate\":\"block.minecraft.flowering_azalea_leaves\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:item_model": "minecraft:chainmail_chestplate", - "minecraft:item_name": "{\"translate\":\"item.minecraft.chainmail_chestplate\"}", - "minecraft:lore": [], - "minecraft:max_damage": 240, - "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_chain_armor" - } + "minecraft:lore": [] } }, - "minecraft:chainmail_helmet": { + { + "id": "minecraft:sponge", + "name": "minecraft:sponge", + "translation_key": "block.minecraft.sponge", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 2.0, - "id": "minecraft:armor.helmet", - "operation": "add_value", - "slot": "head" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.helmet", - "operation": "add_value", - "slot": "head" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 12 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_chain", - "model": "minecraft:chainmail", - "slot": "head" + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sponge", + "minecraft:item_name": "{\"translate\":\"block.minecraft.sponge\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:item_model": "minecraft:chainmail_helmet", - "minecraft:item_name": "{\"translate\":\"item.minecraft.chainmail_helmet\"}", - "minecraft:lore": [], - "minecraft:max_damage": 165, - "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_chain_armor" - } + "minecraft:lore": [] } }, - "minecraft:chainmail_leggings": { + { + "id": "minecraft:wet_sponge", + "name": "minecraft:wet_sponge", + "translation_key": "block.minecraft.wet_sponge", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 4.0, - "id": "minecraft:armor.leggings", - "operation": "add_value", - "slot": "legs" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.leggings", - "operation": "add_value", - "slot": "legs" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 12 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_chain", - "model": "minecraft:chainmail", - "slot": "legs" + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:wet_sponge", + "minecraft:item_name": "{\"translate\":\"block.minecraft.wet_sponge\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:item_model": "minecraft:chainmail_leggings", - "minecraft:item_name": "{\"translate\":\"item.minecraft.chainmail_leggings\"}", - "minecraft:lore": [], - "minecraft:max_damage": 225, - "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_chain_armor" - } + "minecraft:lore": [] } }, - "minecraft:charcoal": { + { + "id": "minecraft:glass", + "name": "minecraft:glass", + "translation_key": "block.minecraft.glass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:charcoal", - "minecraft:item_name": "{\"translate\":\"item.minecraft.charcoal\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cherry_boat": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:glass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.glass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tinted_glass", + "name": "minecraft:tinted_glass", + "translation_key": "block.minecraft.tinted_glass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cherry_boat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cherry_boat\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cherry_button": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tinted_glass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.tinted_glass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lapis_block", + "name": "minecraft:lapis_block", + "translation_key": "block.minecraft.lapis_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cherry_button", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_button\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cherry_chest_boat": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lapis_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lapis_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:sandstone", + "name": "minecraft:sandstone", + "translation_key": "block.minecraft.sandstone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cherry_chest_boat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cherry_chest_boat\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cherry_door": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sandstone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.sandstone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:chiseled_sandstone", + "name": "minecraft:chiseled_sandstone", + "translation_key": "block.minecraft.chiseled_sandstone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cherry_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cherry_fence": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:chiseled_sandstone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_sandstone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cut_sandstone", + "name": "minecraft:cut_sandstone", + "translation_key": "block.minecraft.cut_sandstone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cherry_fence", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_fence\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cherry_fence_gate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cut_sandstone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cut_sandstone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cobweb", + "name": "minecraft:cobweb", + "translation_key": "block.minecraft.cobweb", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cherry_fence_gate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_fence_gate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cherry_hanging_sign": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cobweb", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cobweb\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:short_grass", + "name": "minecraft:short_grass", + "translation_key": "block.minecraft.short_grass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cherry_hanging_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_hanging_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cherry_leaves": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:short_grass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.short_grass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:fern", + "name": "minecraft:fern", + "translation_key": "block.minecraft.fern", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cherry_leaves", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_leaves\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cherry_log": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:fern", + "minecraft:item_name": "{\"translate\":\"block.minecraft.fern\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:azalea", + "name": "minecraft:azalea", + "translation_key": "block.minecraft.azalea", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cherry_log", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_log\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cherry_planks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:azalea", + "minecraft:item_name": "{\"translate\":\"block.minecraft.azalea\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:flowering_azalea", + "name": "minecraft:flowering_azalea", + "translation_key": "block.minecraft.flowering_azalea", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cherry_planks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_planks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cherry_pressure_plate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:flowering_azalea", + "minecraft:item_name": "{\"translate\":\"block.minecraft.flowering_azalea\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dead_bush", + "name": "minecraft:dead_bush", + "translation_key": "block.minecraft.dead_bush", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cherry_pressure_plate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_pressure_plate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cherry_sapling": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dead_bush", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_bush\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:seagrass", + "name": "minecraft:seagrass", + "translation_key": "block.minecraft.seagrass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cherry_sapling", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_sapling\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cherry_sign": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:seagrass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.seagrass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:sea_pickle", + "name": "minecraft:sea_pickle", + "translation_key": "block.minecraft.sea_pickle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cherry_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cherry_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sea_pickle", + "minecraft:item_name": "{\"translate\":\"block.minecraft.sea_pickle\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:white_wool", + "name": "minecraft:white_wool", + "translation_key": "block.minecraft.white_wool", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cherry_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cherry_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:white_wool", + "minecraft:item_name": "{\"translate\":\"block.minecraft.white_wool\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:orange_wool", + "name": "minecraft:orange_wool", + "translation_key": "block.minecraft.orange_wool", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cherry_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cherry_trapdoor": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:orange_wool", + "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_wool\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:magenta_wool", + "name": "minecraft:magenta_wool", + "translation_key": "block.minecraft.magenta_wool", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cherry_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cherry_wood": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:magenta_wool", + "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_wool\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_blue_wool", + "name": "minecraft:light_blue_wool", + "translation_key": "block.minecraft.light_blue_wool", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cherry_wood", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_wood\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chest": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:light_blue_wool", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_wool\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:yellow_wool", + "name": "minecraft:yellow_wool", + "translation_key": "block.minecraft.yellow_wool", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:chest", - "minecraft:item_name": "{\"translate\":\"block.minecraft.chest\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chest_minecart": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:yellow_wool", + "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_wool\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lime_wool", + "name": "minecraft:lime_wool", + "translation_key": "block.minecraft.lime_wool", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:chest_minecart", - "minecraft:item_name": "{\"translate\":\"item.minecraft.chest_minecart\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chicken": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lime_wool", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_wool\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": { - "on_consume_effects": [ - { - "type": "minecraft:apply_effects", - "effects": [ - { - "duration": 600, - "id": "minecraft:hunger", - "show_icon": true - } - ], - "probability": 0.3 - } - ] - }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pink_wool", + "name": "minecraft:pink_wool", + "translation_key": "block.minecraft.pink_wool", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 2, - "saturation": 1.2 - }, - "minecraft:item_model": "minecraft:chicken", - "minecraft:item_name": "{\"translate\":\"item.minecraft.chicken\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chicken_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pink_wool", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_wool\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:gray_wool", + "name": "minecraft:gray_wool", + "translation_key": "block.minecraft.gray_wool", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:chicken_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.chicken_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chipped_anvil": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:gray_wool", + "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_wool\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_gray_wool", + "name": "minecraft:light_gray_wool", + "translation_key": "block.minecraft.light_gray_wool", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:chipped_anvil", - "minecraft:item_name": "{\"translate\":\"block.minecraft.chipped_anvil\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chiseled_bookshelf": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:light_gray_wool", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_wool\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cyan_wool", + "name": "minecraft:cyan_wool", + "translation_key": "block.minecraft.cyan_wool", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:chiseled_bookshelf", - "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_bookshelf\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chiseled_copper": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cyan_wool", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_wool\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:chiseled_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:chiseled_deepslate": { + { + "id": "minecraft:purple_wool", + "name": "minecraft:purple_wool", + "translation_key": "block.minecraft.purple_wool", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:chiseled_deepslate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_deepslate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chiseled_nether_bricks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:purple_wool", + "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_wool\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blue_wool", + "name": "minecraft:blue_wool", + "translation_key": "block.minecraft.blue_wool", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:chiseled_nether_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_nether_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chiseled_polished_blackstone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blue_wool", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_wool\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brown_wool", + "name": "minecraft:brown_wool", + "translation_key": "block.minecraft.brown_wool", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:chiseled_polished_blackstone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_polished_blackstone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chiseled_quartz_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brown_wool", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_wool\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:green_wool", + "name": "minecraft:green_wool", + "translation_key": "block.minecraft.green_wool", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:chiseled_quartz_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_quartz_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chiseled_red_sandstone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:green_wool", + "minecraft:item_name": "{\"translate\":\"block.minecraft.green_wool\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:red_wool", + "name": "minecraft:red_wool", + "translation_key": "block.minecraft.red_wool", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:chiseled_red_sandstone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_red_sandstone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chiseled_sandstone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_wool", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_wool\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:black_wool", + "name": "minecraft:black_wool", + "translation_key": "block.minecraft.black_wool", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:chiseled_sandstone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_sandstone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chiseled_stone_bricks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:black_wool", + "minecraft:item_name": "{\"translate\":\"block.minecraft.black_wool\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dandelion", + "name": "minecraft:dandelion", + "translation_key": "block.minecraft.dandelion", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:chiseled_stone_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_stone_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chiseled_tuff": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dandelion", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dandelion\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:poppy", + "name": "minecraft:poppy", + "translation_key": "block.minecraft.poppy", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:chiseled_tuff", - "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_tuff\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chiseled_tuff_bricks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:poppy", + "minecraft:item_name": "{\"translate\":\"block.minecraft.poppy\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blue_orchid", + "name": "minecraft:blue_orchid", + "translation_key": "block.minecraft.blue_orchid", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:chiseled_tuff_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_tuff_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chorus_flower": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blue_orchid", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_orchid\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:allium", + "name": "minecraft:allium", + "translation_key": "block.minecraft.allium", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:chorus_flower", - "minecraft:item_name": "{\"translate\":\"block.minecraft.chorus_flower\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:chorus_fruit": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:allium", + "minecraft:item_name": "{\"translate\":\"block.minecraft.allium\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": { - "on_consume_effects": [ - { - "type": "minecraft:teleport_randomly" - } - ] - }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:azure_bluet", + "name": "minecraft:azure_bluet", + "translation_key": "block.minecraft.azure_bluet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "can_always_eat": true, - "nutrition": 4, - "saturation": 2.4 - }, - "minecraft:item_model": "minecraft:chorus_fruit", - "minecraft:item_name": "{\"translate\":\"item.minecraft.chorus_fruit\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:use_cooldown": { - "seconds": 1.0 - } - } - }, - "minecraft:chorus_plant": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:azure_bluet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.azure_bluet\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:red_tulip", + "name": "minecraft:red_tulip", + "translation_key": "block.minecraft.red_tulip", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:chorus_plant", - "minecraft:item_name": "{\"translate\":\"block.minecraft.chorus_plant\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:clay": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_tulip", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_tulip\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:orange_tulip", + "name": "minecraft:orange_tulip", + "translation_key": "block.minecraft.orange_tulip", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:clay", - "minecraft:item_name": "{\"translate\":\"block.minecraft.clay\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:clay_ball": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:orange_tulip", + "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_tulip\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:white_tulip", + "name": "minecraft:white_tulip", + "translation_key": "block.minecraft.white_tulip", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:clay_ball", - "minecraft:item_name": "{\"translate\":\"item.minecraft.clay_ball\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:clock": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:white_tulip", + "minecraft:item_name": "{\"translate\":\"block.minecraft.white_tulip\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pink_tulip", + "name": "minecraft:pink_tulip", + "translation_key": "block.minecraft.pink_tulip", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:clock", - "minecraft:item_name": "{\"translate\":\"item.minecraft.clock\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:coal": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pink_tulip", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_tulip\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oxeye_daisy", + "name": "minecraft:oxeye_daisy", + "translation_key": "block.minecraft.oxeye_daisy", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:coal", - "minecraft:item_name": "{\"translate\":\"item.minecraft.coal\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:coal_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oxeye_daisy", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oxeye_daisy\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cornflower", + "name": "minecraft:cornflower", + "translation_key": "block.minecraft.cornflower", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:coal_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.coal_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:coal_ore": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cornflower", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cornflower\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lily_of_the_valley", + "name": "minecraft:lily_of_the_valley", + "translation_key": "block.minecraft.lily_of_the_valley", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:coal_ore", - "minecraft:item_name": "{\"translate\":\"block.minecraft.coal_ore\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:coarse_dirt": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lily_of_the_valley", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lily_of_the_valley\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:wither_rose", + "name": "minecraft:wither_rose", + "translation_key": "block.minecraft.wither_rose", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:coarse_dirt", - "minecraft:item_name": "{\"translate\":\"block.minecraft.coarse_dirt\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:coast_armor_trim_smithing_template": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:wither_rose", + "minecraft:item_name": "{\"translate\":\"block.minecraft.wither_rose\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:torchflower", + "name": "minecraft:torchflower", + "translation_key": "block.minecraft.torchflower", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:coast_armor_trim_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.coast_armor_trim_smithing_template\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cobbled_deepslate": { - "components": { + "minecraft:item_model": "minecraft:torchflower", + "minecraft:item_name": "{\"translate\":\"block.minecraft.torchflower\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pitcher_plant", + "name": "minecraft:pitcher_plant", + "translation_key": "block.minecraft.pitcher_plant", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cobbled_deepslate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cobbled_deepslate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cobbled_deepslate_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pitcher_plant", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pitcher_plant\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spore_blossom", + "name": "minecraft:spore_blossom", + "translation_key": "block.minecraft.spore_blossom", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cobbled_deepslate_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cobbled_deepslate_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cobbled_deepslate_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spore_blossom", + "minecraft:item_name": "{\"translate\":\"block.minecraft.spore_blossom\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brown_mushroom", + "name": "minecraft:brown_mushroom", + "translation_key": "block.minecraft.brown_mushroom", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cobbled_deepslate_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cobbled_deepslate_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cobbled_deepslate_wall": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brown_mushroom", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_mushroom\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:red_mushroom", + "name": "minecraft:red_mushroom", + "translation_key": "block.minecraft.red_mushroom", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cobbled_deepslate_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cobbled_deepslate_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cobblestone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_mushroom", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_mushroom\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:crimson_fungus", + "name": "minecraft:crimson_fungus", + "translation_key": "block.minecraft.crimson_fungus", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cobblestone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cobblestone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cobblestone_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:crimson_fungus", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_fungus\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:warped_fungus", + "name": "minecraft:warped_fungus", + "translation_key": "block.minecraft.warped_fungus", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cobblestone_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cobblestone_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cobblestone_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:warped_fungus", + "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_fungus\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:crimson_roots", + "name": "minecraft:crimson_roots", + "translation_key": "block.minecraft.crimson_roots", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cobblestone_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cobblestone_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cobblestone_wall": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:crimson_roots", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_roots\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:warped_roots", + "name": "minecraft:warped_roots", + "translation_key": "block.minecraft.warped_roots", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cobblestone_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cobblestone_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cobweb": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:warped_roots", + "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_roots\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:nether_sprouts", + "name": "minecraft:nether_sprouts", + "translation_key": "block.minecraft.nether_sprouts", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cobweb", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cobweb\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cocoa_beans": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:nether_sprouts", + "minecraft:item_name": "{\"translate\":\"block.minecraft.nether_sprouts\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:weeping_vines", + "name": "minecraft:weeping_vines", + "translation_key": "block.minecraft.weeping_vines", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cocoa_beans", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cocoa_beans\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cod": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:weeping_vines", + "minecraft:item_name": "{\"translate\":\"block.minecraft.weeping_vines\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:twisting_vines", + "name": "minecraft:twisting_vines", + "translation_key": "block.minecraft.twisting_vines", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 2, - "saturation": 0.4 - }, - "minecraft:item_model": "minecraft:cod", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cod\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cod_bucket": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:twisting_vines", + "minecraft:item_name": "{\"translate\":\"block.minecraft.twisting_vines\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bucket_entity_data": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:sugar_cane", + "name": "minecraft:sugar_cane", + "translation_key": "block.minecraft.sugar_cane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cod_bucket", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cod_bucket\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cod_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sugar_cane", + "minecraft:item_name": "{\"translate\":\"block.minecraft.sugar_cane\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:kelp", + "name": "minecraft:kelp", + "translation_key": "block.minecraft.kelp", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cod_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cod_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:command_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:kelp", + "minecraft:item_name": "{\"translate\":\"block.minecraft.kelp\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pink_petals", + "name": "minecraft:pink_petals", + "translation_key": "block.minecraft.pink_petals", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:command_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.command_block\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "epic", - "minecraft:repair_cost": 0 - } - }, - "minecraft:command_block_minecart": { - "components": { + "minecraft:item_model": "minecraft:pink_petals", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_petals\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:command_block_minecart", - "minecraft:item_name": "{\"translate\":\"item.minecraft.command_block_minecart\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "epic", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:comparator": { + { + "id": "minecraft:moss_carpet", + "name": "minecraft:moss_carpet", + "translation_key": "block.minecraft.moss_carpet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:comparator", - "minecraft:item_name": "{\"translate\":\"block.minecraft.comparator\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:compass": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:moss_carpet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.moss_carpet\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:moss_block", + "name": "minecraft:moss_block", + "translation_key": "block.minecraft.moss_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:compass", - "minecraft:item_name": "{\"translate\":\"item.minecraft.compass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:composter": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:moss_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.moss_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pale_moss_carpet", + "name": "minecraft:pale_moss_carpet", + "translation_key": "block.minecraft.pale_moss_carpet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:composter", - "minecraft:item_name": "{\"translate\":\"block.minecraft.composter\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:conduit": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pale_moss_carpet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_moss_carpet\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pale_hanging_moss", + "name": "minecraft:pale_hanging_moss", + "translation_key": "block.minecraft.pale_hanging_moss", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:conduit", - "minecraft:item_name": "{\"translate\":\"block.minecraft.conduit\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cooked_beef": { - "components": { + "minecraft:item_model": "minecraft:pale_hanging_moss", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_hanging_moss\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pale_moss_block", + "name": "minecraft:pale_moss_block", + "translation_key": "block.minecraft.pale_moss_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 8, - "saturation": 12.8 - }, - "minecraft:item_model": "minecraft:cooked_beef", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cooked_beef\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cooked_chicken": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pale_moss_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_moss_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:hanging_roots", + "name": "minecraft:hanging_roots", + "translation_key": "block.minecraft.hanging_roots", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 6, - "saturation": 7.2000003 - }, - "minecraft:item_model": "minecraft:cooked_chicken", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cooked_chicken\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cooked_cod": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:hanging_roots", + "minecraft:item_name": "{\"translate\":\"block.minecraft.hanging_roots\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:big_dripleaf", + "name": "minecraft:big_dripleaf", + "translation_key": "block.minecraft.big_dripleaf", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 5, - "saturation": 6.0 - }, - "minecraft:item_model": "minecraft:cooked_cod", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cooked_cod\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cooked_mutton": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:big_dripleaf", + "minecraft:item_name": "{\"translate\":\"block.minecraft.big_dripleaf\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:small_dripleaf", + "name": "minecraft:small_dripleaf", + "translation_key": "block.minecraft.small_dripleaf", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 6, - "saturation": 9.6 - }, - "minecraft:item_model": "minecraft:cooked_mutton", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cooked_mutton\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cooked_porkchop": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:small_dripleaf", + "minecraft:item_name": "{\"translate\":\"block.minecraft.small_dripleaf\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bamboo", + "name": "minecraft:bamboo", + "translation_key": "block.minecraft.bamboo", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 8, - "saturation": 12.8 - }, - "minecraft:item_model": "minecraft:cooked_porkchop", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cooked_porkchop\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cooked_rabbit": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bamboo", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oak_slab", + "name": "minecraft:oak_slab", + "translation_key": "block.minecraft.oak_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 5, - "saturation": 6.0 - }, - "minecraft:item_model": "minecraft:cooked_rabbit", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cooked_rabbit\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cooked_salmon": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oak_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spruce_slab", + "name": "minecraft:spruce_slab", + "translation_key": "block.minecraft.spruce_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 6, - "saturation": 9.6 - }, - "minecraft:item_model": "minecraft:cooked_salmon", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cooked_salmon\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cookie": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spruce_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:birch_slab", + "name": "minecraft:birch_slab", + "translation_key": "block.minecraft.birch_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 2, - "saturation": 0.4 - }, - "minecraft:item_model": "minecraft:cookie", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cookie\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:copper_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:birch_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jungle_slab", + "name": "minecraft:jungle_slab", + "translation_key": "block.minecraft.jungle_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:copper_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.copper_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:copper_bulb": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:jungle_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:acacia_slab", + "name": "minecraft:acacia_slab", + "translation_key": "block.minecraft.acacia_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:copper_bulb", - "minecraft:item_name": "{\"translate\":\"block.minecraft.copper_bulb\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:copper_door": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:acacia_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cherry_slab", + "name": "minecraft:cherry_slab", + "translation_key": "block.minecraft.cherry_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:copper_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.copper_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:copper_grate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cherry_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:copper_grate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.copper_grate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:copper_ingot": { + { + "id": "minecraft:dark_oak_slab", + "name": "minecraft:dark_oak_slab", + "translation_key": "block.minecraft.dark_oak_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:copper_ingot", - "minecraft:item_name": "{\"translate\":\"item.minecraft.copper_ingot\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:copper_ore": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dark_oak_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:copper_ore", - "minecraft:item_name": "{\"translate\":\"block.minecraft.copper_ore\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:copper_trapdoor": { + { + "id": "minecraft:pale_oak_slab", + "name": "minecraft:pale_oak_slab", + "translation_key": "block.minecraft.pale_oak_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:copper_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.copper_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cornflower": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pale_oak_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mangrove_slab", + "name": "minecraft:mangrove_slab", + "translation_key": "block.minecraft.mangrove_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cornflower", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cornflower\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cow_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mangrove_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bamboo_slab", + "name": "minecraft:bamboo_slab", + "translation_key": "block.minecraft.bamboo_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cow_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cow_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cracked_deepslate_bricks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bamboo_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bamboo_mosaic_slab", + "name": "minecraft:bamboo_mosaic_slab", + "translation_key": "block.minecraft.bamboo_mosaic_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cracked_deepslate_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cracked_deepslate_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cracked_deepslate_tiles": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bamboo_mosaic_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_mosaic_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:crimson_slab", + "name": "minecraft:crimson_slab", + "translation_key": "block.minecraft.crimson_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cracked_deepslate_tiles", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cracked_deepslate_tiles\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cracked_nether_bricks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:crimson_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:warped_slab", + "name": "minecraft:warped_slab", + "translation_key": "block.minecraft.warped_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cracked_nether_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cracked_nether_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cracked_polished_blackstone_bricks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:warped_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stone_slab", + "name": "minecraft:stone_slab", + "translation_key": "block.minecraft.stone_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cracked_polished_blackstone_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cracked_polished_blackstone_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cracked_stone_bricks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stone_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stone_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:smooth_stone_slab", + "name": "minecraft:smooth_stone_slab", + "translation_key": "block.minecraft.smooth_stone_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cracked_stone_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cracked_stone_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:crafter": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:smooth_stone_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_stone_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:sandstone_slab", + "name": "minecraft:sandstone_slab", + "translation_key": "block.minecraft.sandstone_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:crafter", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crafter\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:crafting_table": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sandstone_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.sandstone_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cut_sandstone_slab", + "name": "minecraft:cut_sandstone_slab", + "translation_key": "block.minecraft.cut_sandstone_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:crafting_table", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crafting_table\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:creaking_heart": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cut_sandstone_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cut_sandstone_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:petrified_oak_slab", + "name": "minecraft:petrified_oak_slab", + "translation_key": "block.minecraft.petrified_oak_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:creaking_heart", - "minecraft:item_name": "{\"translate\":\"block.minecraft.creaking_heart\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:creaking_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:petrified_oak_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.petrified_oak_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cobblestone_slab", + "name": "minecraft:cobblestone_slab", + "translation_key": "block.minecraft.cobblestone_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:creaking_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.creaking_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:creeper_banner_pattern": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cobblestone_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cobblestone_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:creeper_banner_pattern", - "minecraft:item_name": "{\"translate\":\"item.minecraft.creeper_banner_pattern\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:creeper_head": { + { + "id": "minecraft:brick_slab", + "name": "minecraft:brick_slab", + "translation_key": "block.minecraft.brick_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "slot": "head", - "swappable": false - }, - "minecraft:item_model": "minecraft:creeper_head", - "minecraft:item_name": "{\"translate\":\"block.minecraft.creeper_head\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:creeper_spawn_egg": { - "components": { + "minecraft:item_model": "minecraft:brick_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brick_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stone_brick_slab", + "name": "minecraft:stone_brick_slab", + "translation_key": "block.minecraft.stone_brick_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:creeper_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.creeper_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:crimson_button": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stone_brick_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stone_brick_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mud_brick_slab", + "name": "minecraft:mud_brick_slab", + "translation_key": "block.minecraft.mud_brick_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:crimson_button", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_button\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:crimson_door": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mud_brick_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mud_brick_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:nether_brick_slab", + "name": "minecraft:nether_brick_slab", + "translation_key": "block.minecraft.nether_brick_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:crimson_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:crimson_fence": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:nether_brick_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.nether_brick_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:crimson_fence", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_fence\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:crimson_fence_gate": { + { + "id": "minecraft:quartz_slab", + "name": "minecraft:quartz_slab", + "translation_key": "block.minecraft.quartz_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:crimson_fence_gate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_fence_gate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:crimson_fungus": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:quartz_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.quartz_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:crimson_fungus", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_fungus\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:crimson_hanging_sign": { + { + "id": "minecraft:red_sandstone_slab", + "name": "minecraft:red_sandstone_slab", + "translation_key": "block.minecraft.red_sandstone_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:crimson_hanging_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_hanging_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:crimson_hyphae": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_sandstone_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_sandstone_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:crimson_hyphae", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_hyphae\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:crimson_nylium": { + { + "id": "minecraft:cut_red_sandstone_slab", + "name": "minecraft:cut_red_sandstone_slab", + "translation_key": "block.minecraft.cut_red_sandstone_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:crimson_nylium", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_nylium\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:crimson_planks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cut_red_sandstone_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cut_red_sandstone_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:crimson_planks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_planks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:crimson_pressure_plate": { + { + "id": "minecraft:purpur_slab", + "name": "minecraft:purpur_slab", + "translation_key": "block.minecraft.purpur_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:crimson_pressure_plate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_pressure_plate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:crimson_roots": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:purpur_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.purpur_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:crimson_roots", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_roots\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:crimson_sign": { + { + "id": "minecraft:prismarine_slab", + "name": "minecraft:prismarine_slab", + "translation_key": "block.minecraft.prismarine_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:crimson_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:crimson_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:prismarine_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.prismarine_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:prismarine_brick_slab", + "name": "minecraft:prismarine_brick_slab", + "translation_key": "block.minecraft.prismarine_brick_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:crimson_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:crimson_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:prismarine_brick_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.prismarine_brick_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dark_prismarine_slab", + "name": "minecraft:dark_prismarine_slab", + "translation_key": "block.minecraft.dark_prismarine_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:crimson_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:crimson_stem": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dark_prismarine_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_prismarine_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:smooth_quartz", + "name": "minecraft:smooth_quartz", + "translation_key": "block.minecraft.smooth_quartz", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:crimson_stem", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_stem\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:crimson_trapdoor": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:smooth_quartz", + "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_quartz\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:smooth_red_sandstone", + "name": "minecraft:smooth_red_sandstone", + "translation_key": "block.minecraft.smooth_red_sandstone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:crimson_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:crossbow": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:smooth_red_sandstone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_red_sandstone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:charged_projectiles": [], - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 1 - }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:smooth_sandstone", + "name": "minecraft:smooth_sandstone", + "translation_key": "block.minecraft.smooth_sandstone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:crossbow", - "minecraft:item_name": "{\"translate\":\"item.minecraft.crossbow\"}", - "minecraft:lore": [], - "minecraft:max_damage": 465, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:crying_obsidian": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:smooth_sandstone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_sandstone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:smooth_stone", + "name": "minecraft:smooth_stone", + "translation_key": "block.minecraft.smooth_stone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:crying_obsidian", - "minecraft:item_name": "{\"translate\":\"block.minecraft.crying_obsidian\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cut_copper": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:smooth_stone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_stone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bricks", + "name": "minecraft:bricks", + "translation_key": "block.minecraft.bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cut_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cut_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cut_copper_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bricks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bookshelf", + "name": "minecraft:bookshelf", + "translation_key": "block.minecraft.bookshelf", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cut_copper_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cut_copper_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cut_copper_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bookshelf", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bookshelf\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:chiseled_bookshelf", + "name": "minecraft:chiseled_bookshelf", + "translation_key": "block.minecraft.chiseled_bookshelf", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cut_copper_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cut_copper_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cut_red_sandstone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:chiseled_bookshelf", + "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_bookshelf\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:decorated_pot", + "name": "minecraft:decorated_pot", + "translation_key": "block.minecraft.decorated_pot", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cut_red_sandstone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cut_red_sandstone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cut_red_sandstone_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:decorated_pot", + "minecraft:item_name": "{\"translate\":\"block.minecraft.decorated_pot\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:cut_red_sandstone_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cut_red_sandstone_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:pot_decorations": [ + "minecraft:brick", + "minecraft:brick", + "minecraft:brick", + "minecraft:brick" + ], + "minecraft:lore": [] } }, - "minecraft:cut_sandstone": { + { + "id": "minecraft:mossy_cobblestone", + "name": "minecraft:mossy_cobblestone", + "translation_key": "block.minecraft.mossy_cobblestone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cut_sandstone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cut_sandstone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cut_sandstone_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mossy_cobblestone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mossy_cobblestone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:obsidian", + "name": "minecraft:obsidian", + "translation_key": "block.minecraft.obsidian", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cut_sandstone_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cut_sandstone_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cyan_banner": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:obsidian", + "minecraft:item_name": "{\"translate\":\"block.minecraft.obsidian\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:torch", + "name": "minecraft:torch", + "translation_key": "block.minecraft.torch", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cyan_banner", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_banner\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cyan_bed": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:torch", + "minecraft:item_name": "{\"translate\":\"block.minecraft.torch\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:end_rod", + "name": "minecraft:end_rod", + "translation_key": "block.minecraft.end_rod", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cyan_bed", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_bed\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cyan_bundle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:end_rod", + "minecraft:item_name": "{\"translate\":\"block.minecraft.end_rod\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bundle_contents": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:chorus_plant", + "name": "minecraft:chorus_plant", + "translation_key": "block.minecraft.chorus_plant", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cyan_bundle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cyan_bundle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cyan_candle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:chorus_plant", + "minecraft:item_name": "{\"translate\":\"block.minecraft.chorus_plant\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:chorus_flower", + "name": "minecraft:chorus_flower", + "translation_key": "block.minecraft.chorus_flower", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cyan_candle", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_candle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cyan_carpet": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:chorus_flower", + "minecraft:item_name": "{\"translate\":\"block.minecraft.chorus_flower\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:purpur_block", + "name": "minecraft:purpur_block", + "translation_key": "block.minecraft.purpur_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": [ - "minecraft:llama", - "minecraft:trader_llama" - ], - "equip_sound": "minecraft:entity.llama.swag", - "model": "minecraft:cyan_carpet", - "slot": "body" - }, - "minecraft:item_model": "minecraft:cyan_carpet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_carpet\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cyan_concrete": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:purpur_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.purpur_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:purpur_pillar", + "name": "minecraft:purpur_pillar", + "translation_key": "block.minecraft.purpur_pillar", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cyan_concrete", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_concrete\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cyan_concrete_powder": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:purpur_pillar", + "minecraft:item_name": "{\"translate\":\"block.minecraft.purpur_pillar\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:purpur_stairs", + "name": "minecraft:purpur_stairs", + "translation_key": "block.minecraft.purpur_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cyan_concrete_powder", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_concrete_powder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cyan_dye": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:purpur_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.purpur_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spawner", + "name": "minecraft:spawner", + "translation_key": "block.minecraft.spawner", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cyan_dye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.cyan_dye\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cyan_glazed_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spawner", + "minecraft:item_name": "{\"translate\":\"block.minecraft.spawner\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:creaking_heart", + "name": "minecraft:creaking_heart", + "translation_key": "block.minecraft.creaking_heart", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cyan_glazed_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_glazed_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cyan_shulker_box": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:creaking_heart", + "minecraft:item_name": "{\"translate\":\"block.minecraft.creaking_heart\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:chest", + "name": "minecraft:chest", + "translation_key": "block.minecraft.chest", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cyan_shulker_box", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_shulker_box\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cyan_stained_glass": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:chest", + "minecraft:item_name": "{\"translate\":\"block.minecraft.chest\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:cyan_stained_glass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_stained_glass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:cyan_stained_glass_pane": { + { + "id": "minecraft:crafting_table", + "name": "minecraft:crafting_table", + "translation_key": "block.minecraft.crafting_table", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cyan_stained_glass_pane", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_stained_glass_pane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cyan_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:crafting_table", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crafting_table\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:farmland", + "name": "minecraft:farmland", + "translation_key": "block.minecraft.farmland", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cyan_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:cyan_wool": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:farmland", + "minecraft:item_name": "{\"translate\":\"block.minecraft.farmland\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:furnace", + "name": "minecraft:furnace", + "translation_key": "block.minecraft.furnace", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:cyan_wool", - "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_wool\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:damaged_anvil": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:furnace", + "minecraft:item_name": "{\"translate\":\"block.minecraft.furnace\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:ladder", + "name": "minecraft:ladder", + "translation_key": "block.minecraft.ladder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:damaged_anvil", - "minecraft:item_name": "{\"translate\":\"block.minecraft.damaged_anvil\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dandelion": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:ladder", + "minecraft:item_name": "{\"translate\":\"block.minecraft.ladder\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cobblestone_stairs", + "name": "minecraft:cobblestone_stairs", + "translation_key": "block.minecraft.cobblestone_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dandelion", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dandelion\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:danger_pottery_sherd": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cobblestone_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cobblestone_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:snow", + "name": "minecraft:snow", + "translation_key": "block.minecraft.snow", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:danger_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.danger_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dark_oak_boat": { - "components": { + "minecraft:item_model": "minecraft:snow", + "minecraft:item_name": "{\"translate\":\"block.minecraft.snow\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:ice", + "name": "minecraft:ice", + "translation_key": "block.minecraft.ice", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_oak_boat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.dark_oak_boat\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dark_oak_button": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:ice", + "minecraft:item_name": "{\"translate\":\"block.minecraft.ice\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:snow_block", + "name": "minecraft:snow_block", + "translation_key": "block.minecraft.snow_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_oak_button", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_button\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dark_oak_chest_boat": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:snow_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.snow_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cactus", + "name": "minecraft:cactus", + "translation_key": "block.minecraft.cactus", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_oak_chest_boat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.dark_oak_chest_boat\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dark_oak_door": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cactus", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cactus\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:clay", + "name": "minecraft:clay", + "translation_key": "block.minecraft.clay", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_oak_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dark_oak_fence": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:clay", + "minecraft:item_name": "{\"translate\":\"block.minecraft.clay\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jukebox", + "name": "minecraft:jukebox", + "translation_key": "block.minecraft.jukebox", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_oak_fence", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_fence\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dark_oak_fence_gate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:jukebox", + "minecraft:item_name": "{\"translate\":\"block.minecraft.jukebox\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oak_fence", + "name": "minecraft:oak_fence", + "translation_key": "block.minecraft.oak_fence", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_oak_fence_gate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_fence_gate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dark_oak_hanging_sign": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oak_fence", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_fence\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spruce_fence", + "name": "minecraft:spruce_fence", + "translation_key": "block.minecraft.spruce_fence", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_oak_hanging_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_hanging_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dark_oak_leaves": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spruce_fence", + "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_fence\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:birch_fence", + "name": "minecraft:birch_fence", + "translation_key": "block.minecraft.birch_fence", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_oak_leaves", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_leaves\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dark_oak_log": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:birch_fence", + "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_fence\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jungle_fence", + "name": "minecraft:jungle_fence", + "translation_key": "block.minecraft.jungle_fence", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_oak_log", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_log\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dark_oak_planks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:jungle_fence", + "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_fence\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:acacia_fence", + "name": "minecraft:acacia_fence", + "translation_key": "block.minecraft.acacia_fence", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_oak_planks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_planks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dark_oak_pressure_plate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:acacia_fence", + "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_fence\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cherry_fence", + "name": "minecraft:cherry_fence", + "translation_key": "block.minecraft.cherry_fence", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_oak_pressure_plate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_pressure_plate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dark_oak_sapling": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cherry_fence", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_fence\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dark_oak_fence", + "name": "minecraft:dark_oak_fence", + "translation_key": "block.minecraft.dark_oak_fence", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_oak_sapling", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_sapling\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dark_oak_sign": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dark_oak_fence", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_fence\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pale_oak_fence", + "name": "minecraft:pale_oak_fence", + "translation_key": "block.minecraft.pale_oak_fence", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_oak_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dark_oak_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pale_oak_fence", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_fence\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mangrove_fence", + "name": "minecraft:mangrove_fence", + "translation_key": "block.minecraft.mangrove_fence", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_oak_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dark_oak_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mangrove_fence", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_fence\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bamboo_fence", + "name": "minecraft:bamboo_fence", + "translation_key": "block.minecraft.bamboo_fence", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_oak_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dark_oak_trapdoor": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bamboo_fence", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_fence\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:crimson_fence", + "name": "minecraft:crimson_fence", + "translation_key": "block.minecraft.crimson_fence", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_oak_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dark_oak_wood": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:crimson_fence", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_fence\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:dark_oak_wood", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_wood\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:dark_prismarine": { + { + "id": "minecraft:warped_fence", + "name": "minecraft:warped_fence", + "translation_key": "block.minecraft.warped_fence", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_prismarine", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_prismarine\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dark_prismarine_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:warped_fence", + "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_fence\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pumpkin", + "name": "minecraft:pumpkin", + "translation_key": "block.minecraft.pumpkin", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_prismarine_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_prismarine_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pumpkin", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pumpkin\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:dark_prismarine_stairs": { + { + "id": "minecraft:carved_pumpkin", + "name": "minecraft:carved_pumpkin", + "translation_key": "block.minecraft.carved_pumpkin", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "swappable": false, + "slot": "head", + "camera_overlay": "minecraft:misc/pumpkinblur" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dark_prismarine_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_prismarine_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:daylight_detector": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:carved_pumpkin", + "minecraft:item_name": "{\"translate\":\"block.minecraft.carved_pumpkin\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jack_o_lantern", + "name": "minecraft:jack_o_lantern", + "translation_key": "block.minecraft.jack_o_lantern", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:daylight_detector", - "minecraft:item_name": "{\"translate\":\"block.minecraft.daylight_detector\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dead_brain_coral": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:jack_o_lantern", + "minecraft:item_name": "{\"translate\":\"block.minecraft.jack_o_lantern\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:netherrack", + "name": "minecraft:netherrack", + "translation_key": "block.minecraft.netherrack", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dead_brain_coral", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_brain_coral\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dead_brain_coral_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:netherrack", + "minecraft:item_name": "{\"translate\":\"block.minecraft.netherrack\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:soul_sand", + "name": "minecraft:soul_sand", + "translation_key": "block.minecraft.soul_sand", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dead_brain_coral_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_brain_coral_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dead_brain_coral_fan": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:soul_sand", + "minecraft:item_name": "{\"translate\":\"block.minecraft.soul_sand\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:soul_soil", + "name": "minecraft:soul_soil", + "translation_key": "block.minecraft.soul_soil", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dead_brain_coral_fan", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_brain_coral_fan\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dead_bubble_coral": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:soul_soil", + "minecraft:item_name": "{\"translate\":\"block.minecraft.soul_soil\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:basalt", + "name": "minecraft:basalt", + "translation_key": "block.minecraft.basalt", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dead_bubble_coral", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_bubble_coral\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dead_bubble_coral_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:basalt", + "minecraft:item_name": "{\"translate\":\"block.minecraft.basalt\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_basalt", + "name": "minecraft:polished_basalt", + "translation_key": "block.minecraft.polished_basalt", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dead_bubble_coral_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_bubble_coral_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dead_bubble_coral_fan": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_basalt", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_basalt\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:smooth_basalt", + "name": "minecraft:smooth_basalt", + "translation_key": "block.minecraft.smooth_basalt", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dead_bubble_coral_fan", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_bubble_coral_fan\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dead_bush": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:smooth_basalt", + "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_basalt\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:soul_torch", + "name": "minecraft:soul_torch", + "translation_key": "block.minecraft.soul_torch", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dead_bush", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_bush\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dead_fire_coral": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:soul_torch", + "minecraft:item_name": "{\"translate\":\"block.minecraft.soul_torch\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:glowstone", + "name": "minecraft:glowstone", + "translation_key": "block.minecraft.glowstone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dead_fire_coral", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_fire_coral\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dead_fire_coral_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:glowstone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.glowstone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:infested_stone", + "name": "minecraft:infested_stone", + "translation_key": "block.minecraft.infested_stone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dead_fire_coral_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_fire_coral_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dead_fire_coral_fan": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:infested_stone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.infested_stone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:infested_cobblestone", + "name": "minecraft:infested_cobblestone", + "translation_key": "block.minecraft.infested_cobblestone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dead_fire_coral_fan", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_fire_coral_fan\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dead_horn_coral": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:infested_cobblestone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.infested_cobblestone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:infested_stone_bricks", + "name": "minecraft:infested_stone_bricks", + "translation_key": "block.minecraft.infested_stone_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dead_horn_coral", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_horn_coral\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dead_horn_coral_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:infested_stone_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.infested_stone_bricks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:infested_mossy_stone_bricks", + "name": "minecraft:infested_mossy_stone_bricks", + "translation_key": "block.minecraft.infested_mossy_stone_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dead_horn_coral_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_horn_coral_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dead_horn_coral_fan": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:infested_mossy_stone_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.infested_mossy_stone_bricks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:infested_cracked_stone_bricks", + "name": "minecraft:infested_cracked_stone_bricks", + "translation_key": "block.minecraft.infested_cracked_stone_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dead_horn_coral_fan", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_horn_coral_fan\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dead_tube_coral": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:infested_cracked_stone_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.infested_cracked_stone_bricks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:infested_chiseled_stone_bricks", + "name": "minecraft:infested_chiseled_stone_bricks", + "translation_key": "block.minecraft.infested_chiseled_stone_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dead_tube_coral", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_tube_coral\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dead_tube_coral_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:infested_chiseled_stone_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.infested_chiseled_stone_bricks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:infested_deepslate", + "name": "minecraft:infested_deepslate", + "translation_key": "block.minecraft.infested_deepslate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dead_tube_coral_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_tube_coral_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dead_tube_coral_fan": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:infested_deepslate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.infested_deepslate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stone_bricks", + "name": "minecraft:stone_bricks", + "translation_key": "block.minecraft.stone_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dead_tube_coral_fan", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_tube_coral_fan\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:debug_stick": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stone_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stone_bricks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:debug_stick_state": {}, - "minecraft:enchantment_glint_override": true, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:debug_stick", - "minecraft:item_name": "{\"translate\":\"item.minecraft.debug_stick\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "epic", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:decorated_pot": { + { + "id": "minecraft:mossy_stone_bricks", + "name": "minecraft:mossy_stone_bricks", + "translation_key": "block.minecraft.mossy_stone_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:decorated_pot", - "minecraft:item_name": "{\"translate\":\"block.minecraft.decorated_pot\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:pot_decorations": [ - "minecraft:brick", - "minecraft:brick", - "minecraft:brick", - "minecraft:brick" - ], "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:deepslate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mossy_stone_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mossy_stone_bricks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cracked_stone_bricks", + "name": "minecraft:cracked_stone_bricks", + "translation_key": "block.minecraft.cracked_stone_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:deepslate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:deepslate_brick_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cracked_stone_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cracked_stone_bricks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:chiseled_stone_bricks", + "name": "minecraft:chiseled_stone_bricks", + "translation_key": "block.minecraft.chiseled_stone_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:deepslate_brick_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_brick_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:deepslate_brick_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:chiseled_stone_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_stone_bricks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:packed_mud", + "name": "minecraft:packed_mud", + "translation_key": "block.minecraft.packed_mud", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:deepslate_brick_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_brick_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:deepslate_brick_wall": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:packed_mud", + "minecraft:item_name": "{\"translate\":\"block.minecraft.packed_mud\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mud_bricks", + "name": "minecraft:mud_bricks", + "translation_key": "block.minecraft.mud_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:deepslate_brick_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_brick_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:deepslate_bricks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mud_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mud_bricks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:deepslate_bricks", + "name": "minecraft:deepslate_bricks", + "translation_key": "block.minecraft.deepslate_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:item_model": "minecraft:deepslate_bricks", "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:deepslate_coal_ore": { - "components": { "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cracked_deepslate_bricks", + "name": "minecraft:cracked_deepslate_bricks", + "translation_key": "block.minecraft.cracked_deepslate_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:deepslate_coal_ore", - "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_coal_ore\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:deepslate_copper_ore": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cracked_deepslate_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cracked_deepslate_bricks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:deepslate_tiles", + "name": "minecraft:deepslate_tiles", + "translation_key": "block.minecraft.deepslate_tiles", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:deepslate_copper_ore", - "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_copper_ore\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:deepslate_diamond_ore": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:deepslate_tiles", + "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_tiles\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cracked_deepslate_tiles", + "name": "minecraft:cracked_deepslate_tiles", + "translation_key": "block.minecraft.cracked_deepslate_tiles", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:deepslate_diamond_ore", - "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_diamond_ore\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:deepslate_emerald_ore": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cracked_deepslate_tiles", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cracked_deepslate_tiles\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:chiseled_deepslate", + "name": "minecraft:chiseled_deepslate", + "translation_key": "block.minecraft.chiseled_deepslate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:deepslate_emerald_ore", - "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_emerald_ore\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:deepslate_gold_ore": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:chiseled_deepslate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_deepslate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:reinforced_deepslate", + "name": "minecraft:reinforced_deepslate", + "translation_key": "block.minecraft.reinforced_deepslate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:deepslate_gold_ore", - "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_gold_ore\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:deepslate_iron_ore": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:reinforced_deepslate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.reinforced_deepslate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brown_mushroom_block", + "name": "minecraft:brown_mushroom_block", + "translation_key": "block.minecraft.brown_mushroom_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:deepslate_iron_ore", - "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_iron_ore\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:deepslate_lapis_ore": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brown_mushroom_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_mushroom_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:red_mushroom_block", + "name": "minecraft:red_mushroom_block", + "translation_key": "block.minecraft.red_mushroom_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:deepslate_lapis_ore", - "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_lapis_ore\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:deepslate_redstone_ore": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_mushroom_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_mushroom_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mushroom_stem", + "name": "minecraft:mushroom_stem", + "translation_key": "block.minecraft.mushroom_stem", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:deepslate_redstone_ore", - "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_redstone_ore\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:deepslate_tile_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mushroom_stem", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mushroom_stem\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:iron_bars", + "name": "minecraft:iron_bars", + "translation_key": "block.minecraft.iron_bars", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:deepslate_tile_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_tile_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:iron_bars", + "minecraft:item_name": "{\"translate\":\"block.minecraft.iron_bars\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:deepslate_tile_stairs": { + { + "id": "minecraft:chain", + "name": "minecraft:chain", + "translation_key": "block.minecraft.chain", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:chain", + "minecraft:item_name": "{\"translate\":\"block.minecraft.chain\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:glass_pane", + "name": "minecraft:glass_pane", + "translation_key": "block.minecraft.glass_pane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:deepslate_tile_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_tile_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:glass_pane", + "minecraft:item_name": "{\"translate\":\"block.minecraft.glass_pane\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:deepslate_tile_wall": { + { + "id": "minecraft:melon", + "name": "minecraft:melon", + "translation_key": "block.minecraft.melon", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:melon", + "minecraft:item_name": "{\"translate\":\"block.minecraft.melon\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:vine", + "name": "minecraft:vine", + "translation_key": "block.minecraft.vine", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:deepslate_tile_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_tile_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:vine", + "minecraft:item_name": "{\"translate\":\"block.minecraft.vine\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:deepslate_tiles": { + { + "id": "minecraft:glow_lichen", + "name": "minecraft:glow_lichen", + "translation_key": "block.minecraft.glow_lichen", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:glow_lichen", + "minecraft:item_name": "{\"translate\":\"block.minecraft.glow_lichen\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brick_stairs", + "name": "minecraft:brick_stairs", + "translation_key": "block.minecraft.brick_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:deepslate_tiles", - "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_tiles\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brick_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brick_stairs\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:detector_rail": { + { + "id": "minecraft:stone_brick_stairs", + "name": "minecraft:stone_brick_stairs", + "translation_key": "block.minecraft.stone_brick_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stone_brick_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stone_brick_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mud_brick_stairs", + "name": "minecraft:mud_brick_stairs", + "translation_key": "block.minecraft.mud_brick_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:detector_rail", - "minecraft:item_name": "{\"translate\":\"block.minecraft.detector_rail\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mud_brick_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mud_brick_stairs\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:diamond": { + { + "id": "minecraft:mycelium", + "name": "minecraft:mycelium", + "translation_key": "block.minecraft.mycelium", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mycelium", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mycelium\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lily_pad", + "name": "minecraft:lily_pad", + "translation_key": "block.minecraft.lily_pad", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:diamond", - "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lily_pad", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lily_pad\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:diamond_axe": { + { + "id": "minecraft:nether_bricks", + "name": "minecraft:nether_bricks", + "translation_key": "block.minecraft.nether_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 8.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -3.0, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 10 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:nether_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.nether_bricks\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cracked_nether_bricks", + "name": "minecraft:cracked_nether_bricks", + "translation_key": "block.minecraft.cracked_nether_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:diamond_axe", - "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_axe\"}", - "minecraft:lore": [], - "minecraft:max_damage": 1561, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:diamond_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cracked_nether_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cracked_nether_bricks\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_diamond_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/axe", - "correct_for_drops": true, - "speed": 8.0 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:diamond_block": { + { + "id": "minecraft:chiseled_nether_bricks", + "name": "minecraft:chiseled_nether_bricks", + "translation_key": "block.minecraft.chiseled_nether_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:chiseled_nether_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_nether_bricks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:nether_brick_fence", + "name": "minecraft:nether_brick_fence", + "translation_key": "block.minecraft.nether_brick_fence", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:diamond_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.diamond_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:nether_brick_fence", + "minecraft:item_name": "{\"translate\":\"block.minecraft.nether_brick_fence\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:diamond_boots": { + { + "id": "minecraft:nether_brick_stairs", + "name": "minecraft:nether_brick_stairs", + "translation_key": "block.minecraft.nether_brick_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 3.0, - "id": "minecraft:armor.boots", - "operation": "add_value", - "slot": "feet" - }, - { - "type": "minecraft:armor_toughness", - "amount": 2.0, - "id": "minecraft:armor.boots", - "operation": "add_value", - "slot": "feet" - } - ] + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 10 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:nether_brick_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.nether_brick_stairs\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:sculk", + "name": "minecraft:sculk", + "translation_key": "block.minecraft.sculk", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_diamond", - "model": "minecraft:diamond", - "slot": "feet" - }, - "minecraft:item_model": "minecraft:diamond_boots", - "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_boots\"}", - "minecraft:lore": [], - "minecraft:max_damage": 429, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_diamond_armor" - } + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sculk", + "minecraft:item_name": "{\"translate\":\"block.minecraft.sculk\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:diamond_chestplate": { + { + "id": "minecraft:sculk_vein", + "name": "minecraft:sculk_vein", + "translation_key": "block.minecraft.sculk_vein", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sculk_vein", + "minecraft:item_name": "{\"translate\":\"block.minecraft.sculk_vein\"}", "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 8.0, - "id": "minecraft:armor.chestplate", - "operation": "add_value", - "slot": "chest" - }, - { - "type": "minecraft:armor_toughness", - "amount": 2.0, - "id": "minecraft:armor.chestplate", - "operation": "add_value", - "slot": "chest" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 10 + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:sculk_catalyst", + "name": "minecraft:sculk_catalyst", + "translation_key": "block.minecraft.sculk_catalyst", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_diamond", - "model": "minecraft:diamond", - "slot": "chest" - }, - "minecraft:item_model": "minecraft:diamond_chestplate", - "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_chestplate\"}", - "minecraft:lore": [], - "minecraft:max_damage": 528, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_diamond_armor" - } + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sculk_catalyst", + "minecraft:item_name": "{\"translate\":\"block.minecraft.sculk_catalyst\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:diamond_helmet": { + { + "id": "minecraft:sculk_shrieker", + "name": "minecraft:sculk_shrieker", + "translation_key": "block.minecraft.sculk_shrieker", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 3.0, - "id": "minecraft:armor.helmet", - "operation": "add_value", - "slot": "head" - }, - { - "type": "minecraft:armor_toughness", - "amount": 2.0, - "id": "minecraft:armor.helmet", - "operation": "add_value", - "slot": "head" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 10 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_diamond", - "model": "minecraft:diamond", - "slot": "head" - }, - "minecraft:item_model": "minecraft:diamond_helmet", - "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_helmet\"}", - "minecraft:lore": [], - "minecraft:max_damage": 363, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_diamond_armor" - } + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sculk_shrieker", + "minecraft:item_name": "{\"translate\":\"block.minecraft.sculk_shrieker\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:diamond_hoe": { + { + "id": "minecraft:enchanting_table", + "name": "minecraft:enchanting_table", + "translation_key": "block.minecraft.enchanting_table", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 0.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": 0.0, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 10 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:diamond_hoe", - "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_hoe\"}", - "minecraft:lore": [], - "minecraft:max_damage": 1561, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:diamond_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:enchanting_table", + "minecraft:item_name": "{\"translate\":\"block.minecraft.enchanting_table\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_diamond_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/hoe", - "correct_for_drops": true, - "speed": 8.0 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:diamond_horse_armor": { + { + "id": "minecraft:end_portal_frame", + "name": "minecraft:end_portal_frame", + "translation_key": "block.minecraft.end_portal_frame", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:end_portal_frame", + "minecraft:item_name": "{\"translate\":\"block.minecraft.end_portal_frame\"}", "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 11.0, - "id": "minecraft:armor.body", - "operation": "add_value", - "slot": "body" - }, - { - "type": "minecraft:armor_toughness", - "amount": 2.0, - "id": "minecraft:armor.body", - "operation": "add_value", - "slot": "body" - } - ] + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:end_stone", + "name": "minecraft:end_stone", + "translation_key": "block.minecraft.end_stone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": "minecraft:horse", - "damage_on_hurt": false, - "equip_sound": "minecraft:entity.horse.armor", - "model": "minecraft:diamond", - "slot": "body" - }, - "minecraft:item_model": "minecraft:diamond_horse_armor", - "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_horse_armor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:end_stone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.end_stone\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:diamond_leggings": { + { + "id": "minecraft:end_stone_bricks", + "name": "minecraft:end_stone_bricks", + "translation_key": "block.minecraft.end_stone_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 6.0, - "id": "minecraft:armor.leggings", - "operation": "add_value", - "slot": "legs" - }, - { - "type": "minecraft:armor_toughness", - "amount": 2.0, - "id": "minecraft:armor.leggings", - "operation": "add_value", - "slot": "legs" - } - ] + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 10 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:end_stone_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.end_stone_bricks\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dragon_egg", + "name": "minecraft:dragon_egg", + "translation_key": "block.minecraft.dragon_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_diamond", - "model": "minecraft:diamond", - "slot": "legs" + "minecraft:rarity": "epic", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dragon_egg", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dragon_egg\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:item_model": "minecraft:diamond_leggings", - "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_leggings\"}", - "minecraft:lore": [], - "minecraft:max_damage": 495, - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_diamond_armor" - } + "minecraft:lore": [] } }, - "minecraft:diamond_ore": { + { + "id": "minecraft:sandstone_stairs", + "name": "minecraft:sandstone_stairs", + "translation_key": "block.minecraft.sandstone_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sandstone_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.sandstone_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:ender_chest", + "name": "minecraft:ender_chest", + "translation_key": "block.minecraft.ender_chest", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:diamond_ore", - "minecraft:item_name": "{\"translate\":\"block.minecraft.diamond_ore\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:ender_chest", + "minecraft:item_name": "{\"translate\":\"block.minecraft.ender_chest\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:diamond_pickaxe": { + { + "id": "minecraft:emerald_block", + "name": "minecraft:emerald_block", + "translation_key": "block.minecraft.emerald_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:emerald_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.emerald_block\"}", "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 4.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -2.799999952316284, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 10 + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oak_stairs", + "name": "minecraft:oak_stairs", + "translation_key": "block.minecraft.oak_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:diamond_pickaxe", - "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_pickaxe\"}", - "minecraft:lore": [], - "minecraft:max_damage": 1561, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:diamond_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oak_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_stairs\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_diamond_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/pickaxe", - "correct_for_drops": true, - "speed": 8.0 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:diamond_shovel": { + { + "id": "minecraft:spruce_stairs", + "name": "minecraft:spruce_stairs", + "translation_key": "block.minecraft.spruce_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 4.5, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -3.0, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 10 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:diamond_shovel", - "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_shovel\"}", - "minecraft:lore": [], - "minecraft:max_damage": 1561, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:diamond_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spruce_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_stairs\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_diamond_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/shovel", - "correct_for_drops": true, - "speed": 8.0 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:diamond_sword": { + { + "id": "minecraft:birch_stairs", + "name": "minecraft:birch_stairs", + "translation_key": "block.minecraft.birch_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 6.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -2.4000000953674316, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 10 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:diamond_sword", - "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_sword\"}", - "minecraft:lore": [], - "minecraft:max_damage": 1561, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:diamond_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:birch_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_stairs\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "damage_per_block": 2, - "rules": [ - { - "blocks": "minecraft:cobweb", - "correct_for_drops": true, - "speed": 15.0 - }, - { - "blocks": "#minecraft:sword_efficient", - "speed": 1.5 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:diorite": { + { + "id": "minecraft:jungle_stairs", + "name": "minecraft:jungle_stairs", + "translation_key": "block.minecraft.jungle_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:diorite", - "minecraft:item_name": "{\"translate\":\"block.minecraft.diorite\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:diorite_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:jungle_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:acacia_stairs", + "name": "minecraft:acacia_stairs", + "translation_key": "block.minecraft.acacia_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:diorite_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.diorite_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:diorite_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:acacia_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cherry_stairs", + "name": "minecraft:cherry_stairs", + "translation_key": "block.minecraft.cherry_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:diorite_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.diorite_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:diorite_wall": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cherry_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dark_oak_stairs", + "name": "minecraft:dark_oak_stairs", + "translation_key": "block.minecraft.dark_oak_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:diorite_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.diorite_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dirt": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dark_oak_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pale_oak_stairs", + "name": "minecraft:pale_oak_stairs", + "translation_key": "block.minecraft.pale_oak_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dirt", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dirt\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dirt_path": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pale_oak_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mangrove_stairs", + "name": "minecraft:mangrove_stairs", + "translation_key": "block.minecraft.mangrove_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dirt_path", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dirt_path\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:disc_fragment_5": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mangrove_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bamboo_stairs", + "name": "minecraft:bamboo_stairs", + "translation_key": "block.minecraft.bamboo_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:disc_fragment_5", - "minecraft:item_name": "{\"translate\":\"item.minecraft.disc_fragment_5\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dispenser": { - "components": { + "minecraft:item_model": "minecraft:bamboo_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bamboo_mosaic_stairs", + "name": "minecraft:bamboo_mosaic_stairs", + "translation_key": "block.minecraft.bamboo_mosaic_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dispenser", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dispenser\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dolphin_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bamboo_mosaic_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_mosaic_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:crimson_stairs", + "name": "minecraft:crimson_stairs", + "translation_key": "block.minecraft.crimson_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dolphin_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.dolphin_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:donkey_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:crimson_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:warped_stairs", + "name": "minecraft:warped_stairs", + "translation_key": "block.minecraft.warped_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:donkey_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.donkey_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dragon_breath": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:warped_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:command_block", + "name": "minecraft:command_block", + "translation_key": "block.minecraft.command_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dragon_breath", - "minecraft:item_name": "{\"translate\":\"item.minecraft.dragon_breath\"}", - "minecraft:lore": [], + "minecraft:rarity": "epic", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dragon_egg": { - "components": { + "minecraft:item_model": "minecraft:command_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.command_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:beacon", + "name": "minecraft:beacon", + "translation_key": "block.minecraft.beacon", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dragon_egg", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dragon_egg\"}", - "minecraft:lore": [], + "minecraft:rarity": "rare", "minecraft:max_stack_size": 64, - "minecraft:rarity": "epic", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dragon_head": { - "components": { + "minecraft:item_model": "minecraft:beacon", + "minecraft:item_name": "{\"translate\":\"block.minecraft.beacon\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cobblestone_wall", + "name": "minecraft:cobblestone_wall", + "translation_key": "block.minecraft.cobblestone_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "slot": "head", - "swappable": false - }, - "minecraft:item_model": "minecraft:dragon_head", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dragon_head\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "epic", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dried_kelp": { - "components": { + "minecraft:item_model": "minecraft:cobblestone_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cobblestone_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": { - "consume_seconds": 0.8 - }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mossy_cobblestone_wall", + "name": "minecraft:mossy_cobblestone_wall", + "translation_key": "block.minecraft.mossy_cobblestone_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 1, - "saturation": 0.6 - }, - "minecraft:item_model": "minecraft:dried_kelp", - "minecraft:item_name": "{\"translate\":\"item.minecraft.dried_kelp\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dried_kelp_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mossy_cobblestone_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mossy_cobblestone_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brick_wall", + "name": "minecraft:brick_wall", + "translation_key": "block.minecraft.brick_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dried_kelp_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dried_kelp_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dripstone_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brick_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brick_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:prismarine_wall", + "name": "minecraft:prismarine_wall", + "translation_key": "block.minecraft.prismarine_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dripstone_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dripstone_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dropper": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:prismarine_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.prismarine_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:red_sandstone_wall", + "name": "minecraft:red_sandstone_wall", + "translation_key": "block.minecraft.red_sandstone_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dropper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.dropper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:drowned_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_sandstone_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_sandstone_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mossy_stone_brick_wall", + "name": "minecraft:mossy_stone_brick_wall", + "translation_key": "block.minecraft.mossy_stone_brick_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:drowned_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.drowned_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:dune_armor_trim_smithing_template": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mossy_stone_brick_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mossy_stone_brick_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:granite_wall", + "name": "minecraft:granite_wall", + "translation_key": "block.minecraft.granite_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:dune_armor_trim_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.dune_armor_trim_smithing_template\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:echo_shard": { - "components": { + "minecraft:item_model": "minecraft:granite_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.granite_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stone_brick_wall", + "name": "minecraft:stone_brick_wall", + "translation_key": "block.minecraft.stone_brick_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:echo_shard", - "minecraft:item_name": "{\"translate\":\"item.minecraft.echo_shard\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:egg": { - "components": { + "minecraft:item_model": "minecraft:stone_brick_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stone_brick_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mud_brick_wall", + "name": "minecraft:mud_brick_wall", + "translation_key": "block.minecraft.mud_brick_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:elder_guardian_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mud_brick_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mud_brick_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:nether_brick_wall", + "name": "minecraft:nether_brick_wall", + "translation_key": "block.minecraft.nether_brick_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:elder_guardian_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.elder_guardian_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:elytra": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:nether_brick_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.nether_brick_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:damage": 0, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:andesite_wall", + "name": "minecraft:andesite_wall", + "translation_key": "block.minecraft.andesite_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "damage_on_hurt": false, - "equip_sound": "minecraft:item.armor.equip_elytra", - "model": "minecraft:elytra", - "slot": "chest" + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:andesite_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.andesite_wall\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:glider": {}, - "minecraft:item_model": "minecraft:elytra", - "minecraft:item_name": "{\"translate\":\"item.minecraft.elytra\"}", - "minecraft:lore": [], - "minecraft:max_damage": 432, - "minecraft:max_stack_size": 1, - "minecraft:rarity": "epic", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "minecraft:phantom_membrane" - } + "minecraft:lore": [] } }, - "minecraft:emerald": { + { + "id": "minecraft:red_nether_brick_wall", + "name": "minecraft:red_nether_brick_wall", + "translation_key": "block.minecraft.red_nether_brick_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:emerald", - "minecraft:item_name": "{\"translate\":\"item.minecraft.emerald\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:emerald_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_nether_brick_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_nether_brick_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:sandstone_wall", + "name": "minecraft:sandstone_wall", + "translation_key": "block.minecraft.sandstone_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:emerald_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.emerald_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:emerald_ore": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sandstone_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.sandstone_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:end_stone_brick_wall", + "name": "minecraft:end_stone_brick_wall", + "translation_key": "block.minecraft.end_stone_brick_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:emerald_ore", - "minecraft:item_name": "{\"translate\":\"block.minecraft.emerald_ore\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:enchanted_book": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:end_stone_brick_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.end_stone_brick_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantment_glint_override": true, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:enchanted_book", - "minecraft:item_name": "{\"translate\":\"item.minecraft.enchanted_book\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0, - "minecraft:stored_enchantments": { - "levels": {} - } + "minecraft:lore": [] } }, - "minecraft:enchanted_golden_apple": { + { + "id": "minecraft:diorite_wall", + "name": "minecraft:diorite_wall", + "translation_key": "block.minecraft.diorite_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, - "minecraft:consumable": { - "on_consume_effects": [ - { - "type": "minecraft:apply_effects", - "effects": [ - { - "amplifier": 1, - "duration": 400, - "id": "minecraft:regeneration", - "show_icon": true - }, - { - "duration": 6000, - "id": "minecraft:resistance", - "show_icon": true - }, - { - "duration": 6000, - "id": "minecraft:fire_resistance", - "show_icon": true - }, - { - "amplifier": 3, - "duration": 2400, - "id": "minecraft:absorption", - "show_icon": true - } - ] - } - ] - }, - "minecraft:enchantment_glint_override": true, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "can_always_eat": true, - "nutrition": 4, - "saturation": 9.6 - }, - "minecraft:item_model": "minecraft:enchanted_golden_apple", - "minecraft:item_name": "{\"translate\":\"item.minecraft.enchanted_golden_apple\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "rare", - "minecraft:repair_cost": 0 - } - }, - "minecraft:enchanting_table": { - "components": { + "minecraft:item_model": "minecraft:diorite_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.diorite_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blackstone_wall", + "name": "minecraft:blackstone_wall", + "translation_key": "block.minecraft.blackstone_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:enchanting_table", - "minecraft:item_name": "{\"translate\":\"block.minecraft.enchanting_table\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:end_crystal": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blackstone_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blackstone_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantment_glint_override": true, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_blackstone_wall", + "name": "minecraft:polished_blackstone_wall", + "translation_key": "block.minecraft.polished_blackstone_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:end_crystal", - "minecraft:item_name": "{\"translate\":\"item.minecraft.end_crystal\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:end_portal_frame": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_blackstone_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_blackstone_brick_wall", + "name": "minecraft:polished_blackstone_brick_wall", + "translation_key": "block.minecraft.polished_blackstone_brick_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:end_portal_frame", - "minecraft:item_name": "{\"translate\":\"block.minecraft.end_portal_frame\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:end_rod": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_blackstone_brick_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone_brick_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cobbled_deepslate_wall", + "name": "minecraft:cobbled_deepslate_wall", + "translation_key": "block.minecraft.cobbled_deepslate_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:end_rod", - "minecraft:item_name": "{\"translate\":\"block.minecraft.end_rod\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:end_stone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cobbled_deepslate_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cobbled_deepslate_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_deepslate_wall", + "name": "minecraft:polished_deepslate_wall", + "translation_key": "block.minecraft.polished_deepslate_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:end_stone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.end_stone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:end_stone_brick_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_deepslate_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_deepslate_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:deepslate_brick_wall", + "name": "minecraft:deepslate_brick_wall", + "translation_key": "block.minecraft.deepslate_brick_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:end_stone_brick_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.end_stone_brick_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:end_stone_brick_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:deepslate_brick_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_brick_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:deepslate_tile_wall", + "name": "minecraft:deepslate_tile_wall", + "translation_key": "block.minecraft.deepslate_tile_wall", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:end_stone_brick_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.end_stone_brick_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:end_stone_brick_wall": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:deepslate_tile_wall", + "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_tile_wall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:anvil", + "name": "minecraft:anvil", + "translation_key": "block.minecraft.anvil", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:end_stone_brick_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.end_stone_brick_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:end_stone_bricks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:anvil", + "minecraft:item_name": "{\"translate\":\"block.minecraft.anvil\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:chipped_anvil", + "name": "minecraft:chipped_anvil", + "translation_key": "block.minecraft.chipped_anvil", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:end_stone_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.end_stone_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:ender_chest": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:chipped_anvil", + "minecraft:item_name": "{\"translate\":\"block.minecraft.chipped_anvil\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:damaged_anvil", + "name": "minecraft:damaged_anvil", + "translation_key": "block.minecraft.damaged_anvil", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:ender_chest", - "minecraft:item_name": "{\"translate\":\"block.minecraft.ender_chest\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:ender_dragon_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:damaged_anvil", + "minecraft:item_name": "{\"translate\":\"block.minecraft.damaged_anvil\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:chiseled_quartz_block", + "name": "minecraft:chiseled_quartz_block", + "translation_key": "block.minecraft.chiseled_quartz_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:ender_dragon_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.ender_dragon_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:ender_eye": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:chiseled_quartz_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_quartz_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:quartz_block", + "name": "minecraft:quartz_block", + "translation_key": "block.minecraft.quartz_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:ender_eye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.ender_eye\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:quartz_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.quartz_block\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:ender_pearl": { + { + "id": "minecraft:quartz_bricks", + "name": "minecraft:quartz_bricks", + "translation_key": "block.minecraft.quartz_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:quartz_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.quartz_bricks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:quartz_pillar", + "name": "minecraft:quartz_pillar", + "translation_key": "block.minecraft.quartz_pillar", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:ender_pearl", - "minecraft:item_name": "{\"translate\":\"item.minecraft.ender_pearl\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:use_cooldown": { - "seconds": 1.0 - } - } - }, - "minecraft:enderman_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:quartz_pillar", + "minecraft:item_name": "{\"translate\":\"block.minecraft.quartz_pillar\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:quartz_stairs", + "name": "minecraft:quartz_stairs", + "translation_key": "block.minecraft.quartz_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:enderman_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.enderman_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:endermite_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:quartz_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.quartz_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:white_terracotta", + "name": "minecraft:white_terracotta", + "translation_key": "block.minecraft.white_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:endermite_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.endermite_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:evoker_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:white_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.white_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:orange_terracotta", + "name": "minecraft:orange_terracotta", + "translation_key": "block.minecraft.orange_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:evoker_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.evoker_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:experience_bottle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:orange_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantment_glint_override": true, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:magenta_terracotta", + "name": "minecraft:magenta_terracotta", + "translation_key": "block.minecraft.magenta_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:experience_bottle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.experience_bottle\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:explorer_pottery_sherd": { - "components": { + "minecraft:item_model": "minecraft:magenta_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_blue_terracotta", + "name": "minecraft:light_blue_terracotta", + "translation_key": "block.minecraft.light_blue_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:explorer_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.explorer_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:exposed_chiseled_copper": { - "components": { + "minecraft:item_model": "minecraft:light_blue_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:yellow_terracotta", + "name": "minecraft:yellow_terracotta", + "translation_key": "block.minecraft.yellow_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:exposed_chiseled_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.exposed_chiseled_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:exposed_copper": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:yellow_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lime_terracotta", + "name": "minecraft:lime_terracotta", + "translation_key": "block.minecraft.lime_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:exposed_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.exposed_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:exposed_copper_bulb": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lime_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pink_terracotta", + "name": "minecraft:pink_terracotta", + "translation_key": "block.minecraft.pink_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:exposed_copper_bulb", - "minecraft:item_name": "{\"translate\":\"block.minecraft.exposed_copper_bulb\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:exposed_copper_door": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pink_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:gray_terracotta", + "name": "minecraft:gray_terracotta", + "translation_key": "block.minecraft.gray_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:exposed_copper_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.exposed_copper_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:exposed_copper_grate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:gray_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_gray_terracotta", + "name": "minecraft:light_gray_terracotta", + "translation_key": "block.minecraft.light_gray_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:exposed_copper_grate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.exposed_copper_grate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:exposed_copper_trapdoor": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:light_gray_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cyan_terracotta", + "name": "minecraft:cyan_terracotta", + "translation_key": "block.minecraft.cyan_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:exposed_copper_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.exposed_copper_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:exposed_cut_copper": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cyan_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:purple_terracotta", + "name": "minecraft:purple_terracotta", + "translation_key": "block.minecraft.purple_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:exposed_cut_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.exposed_cut_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:exposed_cut_copper_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:purple_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blue_terracotta", + "name": "minecraft:blue_terracotta", + "translation_key": "block.minecraft.blue_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:exposed_cut_copper_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.exposed_cut_copper_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:exposed_cut_copper_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blue_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brown_terracotta", + "name": "minecraft:brown_terracotta", + "translation_key": "block.minecraft.brown_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:exposed_cut_copper_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.exposed_cut_copper_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:eye_armor_trim_smithing_template": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brown_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:green_terracotta", + "name": "minecraft:green_terracotta", + "translation_key": "block.minecraft.green_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:eye_armor_trim_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.eye_armor_trim_smithing_template\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "rare", - "minecraft:repair_cost": 0 - } - }, - "minecraft:farmland": { - "components": { + "minecraft:item_model": "minecraft:green_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.green_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:red_terracotta", + "name": "minecraft:red_terracotta", + "translation_key": "block.minecraft.red_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:farmland", - "minecraft:item_name": "{\"translate\":\"block.minecraft.farmland\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:feather": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:black_terracotta", + "name": "minecraft:black_terracotta", + "translation_key": "block.minecraft.black_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:feather", - "minecraft:item_name": "{\"translate\":\"item.minecraft.feather\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:fermented_spider_eye": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:black_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.black_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:barrier", + "name": "minecraft:barrier", + "translation_key": "block.minecraft.barrier", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:fermented_spider_eye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.fermented_spider_eye\"}", - "minecraft:lore": [], + "minecraft:rarity": "epic", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:fern": { - "components": { + "minecraft:item_model": "minecraft:barrier", + "minecraft:item_name": "{\"translate\":\"block.minecraft.barrier\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light", + "name": "minecraft:light", + "translation_key": "block.minecraft.light", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:fern", - "minecraft:item_name": "{\"translate\":\"block.minecraft.fern\"}", - "minecraft:lore": [], + "minecraft:rarity": "epic", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:field_masoned_banner_pattern": { - "components": { + "minecraft:item_model": "minecraft:light", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:hay_block", + "name": "minecraft:hay_block", + "translation_key": "block.minecraft.hay_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:field_masoned_banner_pattern", - "minecraft:item_name": "{\"translate\":\"item.minecraft.field_masoned_banner_pattern\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:hay_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.hay_block\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:filled_map": { + { + "id": "minecraft:white_carpet", + "name": "minecraft:white_carpet", + "translation_key": "block.minecraft.white_carpet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": [ + "minecraft:llama", + "minecraft:trader_llama" + ], + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", + "model": "minecraft:white_carpet" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:filled_map", - "minecraft:item_name": "{\"translate\":\"item.minecraft.filled_map\"}", - "minecraft:lore": [], - "minecraft:map_color": 4603950, - "minecraft:map_decorations": {}, - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:white_carpet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.white_carpet\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:fire_charge": { + { + "id": "minecraft:orange_carpet", + "name": "minecraft:orange_carpet", + "translation_key": "block.minecraft.orange_carpet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": [ + "minecraft:llama", + "minecraft:trader_llama" + ], + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", + "model": "minecraft:orange_carpet" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:fire_charge", - "minecraft:item_name": "{\"translate\":\"item.minecraft.fire_charge\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:orange_carpet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_carpet\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:fire_coral": { + { + "id": "minecraft:magenta_carpet", + "name": "minecraft:magenta_carpet", + "translation_key": "block.minecraft.magenta_carpet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": [ + "minecraft:llama", + "minecraft:trader_llama" + ], + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", + "model": "minecraft:magenta_carpet" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:fire_coral", - "minecraft:item_name": "{\"translate\":\"block.minecraft.fire_coral\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:magenta_carpet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_carpet\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:fire_coral_block": { + { + "id": "minecraft:light_blue_carpet", + "name": "minecraft:light_blue_carpet", + "translation_key": "block.minecraft.light_blue_carpet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": [ + "minecraft:llama", + "minecraft:trader_llama" + ], + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", + "model": "minecraft:light_blue_carpet" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:fire_coral_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.fire_coral_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:light_blue_carpet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_carpet\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:fire_coral_fan": { + { + "id": "minecraft:yellow_carpet", + "name": "minecraft:yellow_carpet", + "translation_key": "block.minecraft.yellow_carpet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": [ + "minecraft:llama", + "minecraft:trader_llama" + ], + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", + "model": "minecraft:yellow_carpet" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:fire_coral_fan", - "minecraft:item_name": "{\"translate\":\"block.minecraft.fire_coral_fan\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:yellow_carpet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_carpet\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:firework_rocket": { + { + "id": "minecraft:lime_carpet", + "name": "minecraft:lime_carpet", + "translation_key": "block.minecraft.lime_carpet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": [ + "minecraft:llama", + "minecraft:trader_llama" + ], + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", + "model": "minecraft:lime_carpet" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:fireworks": { - "flight_duration": 1 - }, - "minecraft:item_model": "minecraft:firework_rocket", - "minecraft:item_name": "{\"translate\":\"item.minecraft.firework_rocket\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lime_carpet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_carpet\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:firework_star": { + { + "id": "minecraft:pink_carpet", + "name": "minecraft:pink_carpet", + "translation_key": "block.minecraft.pink_carpet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": [ + "minecraft:llama", + "minecraft:trader_llama" + ], + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", + "model": "minecraft:pink_carpet" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:firework_star", - "minecraft:item_name": "{\"translate\":\"item.minecraft.firework_star\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:fishing_rod": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pink_carpet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_carpet\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 1 + "minecraft:lore": [] + } + }, + { + "id": "minecraft:gray_carpet", + "name": "minecraft:gray_carpet", + "translation_key": "block.minecraft.gray_carpet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:equippable": { + "allowed_entities": [ + "minecraft:llama", + "minecraft:trader_llama" + ], + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", + "model": "minecraft:gray_carpet" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:fishing_rod", - "minecraft:item_name": "{\"translate\":\"item.minecraft.fishing_rod\"}", - "minecraft:lore": [], - "minecraft:max_damage": 64, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:gray_carpet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_carpet\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:fletching_table": { + { + "id": "minecraft:light_gray_carpet", + "name": "minecraft:light_gray_carpet", + "translation_key": "block.minecraft.light_gray_carpet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": [ + "minecraft:llama", + "minecraft:trader_llama" + ], + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", + "model": "minecraft:light_gray_carpet" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:fletching_table", - "minecraft:item_name": "{\"translate\":\"block.minecraft.fletching_table\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:light_gray_carpet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_carpet\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:flint": { + { + "id": "minecraft:cyan_carpet", + "name": "minecraft:cyan_carpet", + "translation_key": "block.minecraft.cyan_carpet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": [ + "minecraft:llama", + "minecraft:trader_llama" + ], + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", + "model": "minecraft:cyan_carpet" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:flint", - "minecraft:item_name": "{\"translate\":\"item.minecraft.flint\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cyan_carpet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_carpet\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:flint_and_steel": { + { + "id": "minecraft:purple_carpet", + "name": "minecraft:purple_carpet", + "translation_key": "block.minecraft.purple_carpet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": [ + "minecraft:llama", + "minecraft:trader_llama" + ], + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", + "model": "minecraft:purple_carpet" }, - "minecraft:damage": 0, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:flint_and_steel", - "minecraft:item_name": "{\"translate\":\"item.minecraft.flint_and_steel\"}", - "minecraft:lore": [], - "minecraft:max_damage": 64, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:flow_armor_trim_smithing_template": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:purple_carpet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_carpet\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:flow_armor_trim_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.flow_armor_trim_smithing_template\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:flow_banner_pattern": { + { + "id": "minecraft:blue_carpet", + "name": "minecraft:blue_carpet", + "translation_key": "block.minecraft.blue_carpet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": [ + "minecraft:llama", + "minecraft:trader_llama" + ], + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", + "model": "minecraft:blue_carpet" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:flow_banner_pattern", - "minecraft:item_name": "{\"translate\":\"item.minecraft.flow_banner_pattern\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "rare", - "minecraft:repair_cost": 0 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blue_carpet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_carpet\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:flow_pottery_sherd": { + { + "id": "minecraft:brown_carpet", + "name": "minecraft:brown_carpet", + "translation_key": "block.minecraft.brown_carpet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": [ + "minecraft:llama", + "minecraft:trader_llama" + ], + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", + "model": "minecraft:brown_carpet" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:flow_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.flow_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:brown_carpet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_carpet\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:flower_banner_pattern": { + { + "id": "minecraft:green_carpet", + "name": "minecraft:green_carpet", + "translation_key": "block.minecraft.green_carpet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": [ + "minecraft:llama", + "minecraft:trader_llama" + ], + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", + "model": "minecraft:green_carpet" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:flower_banner_pattern", - "minecraft:item_name": "{\"translate\":\"item.minecraft.flower_banner_pattern\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:green_carpet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.green_carpet\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:flower_pot": { + { + "id": "minecraft:red_carpet", + "name": "minecraft:red_carpet", + "translation_key": "block.minecraft.red_carpet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": [ + "minecraft:llama", + "minecraft:trader_llama" + ], + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", + "model": "minecraft:red_carpet" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:flower_pot", - "minecraft:item_name": "{\"translate\":\"block.minecraft.flower_pot\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_carpet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_carpet\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:flowering_azalea": { + { + "id": "minecraft:black_carpet", + "name": "minecraft:black_carpet", + "translation_key": "block.minecraft.black_carpet", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": [ + "minecraft:llama", + "minecraft:trader_llama" + ], + "slot": "body", + "equip_sound": "minecraft:entity.llama.swag", + "model": "minecraft:black_carpet" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:flowering_azalea", - "minecraft:item_name": "{\"translate\":\"block.minecraft.flowering_azalea\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:flowering_azalea_leaves": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:black_carpet", + "minecraft:item_name": "{\"translate\":\"block.minecraft.black_carpet\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:terracotta", + "name": "minecraft:terracotta", + "translation_key": "block.minecraft.terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:flowering_azalea_leaves", - "minecraft:item_name": "{\"translate\":\"block.minecraft.flowering_azalea_leaves\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:fox_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:packed_ice", + "name": "minecraft:packed_ice", + "translation_key": "block.minecraft.packed_ice", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:fox_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.fox_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:friend_pottery_sherd": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:packed_ice", + "minecraft:item_name": "{\"translate\":\"block.minecraft.packed_ice\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dirt_path", + "name": "minecraft:dirt_path", + "translation_key": "block.minecraft.dirt_path", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:friend_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.friend_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:frog_spawn_egg": { - "components": { + "minecraft:item_model": "minecraft:dirt_path", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dirt_path\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:sunflower", + "name": "minecraft:sunflower", + "translation_key": "block.minecraft.sunflower", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:frog_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.frog_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:frogspawn": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sunflower", + "minecraft:item_name": "{\"translate\":\"block.minecraft.sunflower\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lilac", + "name": "minecraft:lilac", + "translation_key": "block.minecraft.lilac", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:frogspawn", - "minecraft:item_name": "{\"translate\":\"block.minecraft.frogspawn\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:furnace": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lilac", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lilac\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:rose_bush", + "name": "minecraft:rose_bush", + "translation_key": "block.minecraft.rose_bush", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:furnace", - "minecraft:item_name": "{\"translate\":\"block.minecraft.furnace\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:furnace_minecart": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:rose_bush", + "minecraft:item_name": "{\"translate\":\"block.minecraft.rose_bush\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:peony", + "name": "minecraft:peony", + "translation_key": "block.minecraft.peony", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:furnace_minecart", - "minecraft:item_name": "{\"translate\":\"item.minecraft.furnace_minecart\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:ghast_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:peony", + "minecraft:item_name": "{\"translate\":\"block.minecraft.peony\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tall_grass", + "name": "minecraft:tall_grass", + "translation_key": "block.minecraft.tall_grass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:ghast_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.ghast_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:ghast_tear": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tall_grass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.tall_grass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:large_fern", + "name": "minecraft:large_fern", + "translation_key": "block.minecraft.large_fern", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:ghast_tear", - "minecraft:item_name": "{\"translate\":\"item.minecraft.ghast_tear\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:gilded_blackstone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:large_fern", + "minecraft:item_name": "{\"translate\":\"block.minecraft.large_fern\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:white_stained_glass", + "name": "minecraft:white_stained_glass", + "translation_key": "block.minecraft.white_stained_glass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:gilded_blackstone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.gilded_blackstone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:glass": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:white_stained_glass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.white_stained_glass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:orange_stained_glass", + "name": "minecraft:orange_stained_glass", + "translation_key": "block.minecraft.orange_stained_glass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:glass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.glass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:glass_bottle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:orange_stained_glass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_stained_glass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:magenta_stained_glass", + "name": "minecraft:magenta_stained_glass", + "translation_key": "block.minecraft.magenta_stained_glass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:glass_bottle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.glass_bottle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:glass_pane": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:magenta_stained_glass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_stained_glass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_blue_stained_glass", + "name": "minecraft:light_blue_stained_glass", + "translation_key": "block.minecraft.light_blue_stained_glass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:glass_pane", - "minecraft:item_name": "{\"translate\":\"block.minecraft.glass_pane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:glistering_melon_slice": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:light_blue_stained_glass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_stained_glass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:yellow_stained_glass", + "name": "minecraft:yellow_stained_glass", + "translation_key": "block.minecraft.yellow_stained_glass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:glistering_melon_slice", - "minecraft:item_name": "{\"translate\":\"item.minecraft.glistering_melon_slice\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:globe_banner_pattern": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:yellow_stained_glass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_stained_glass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lime_stained_glass", + "name": "minecraft:lime_stained_glass", + "translation_key": "block.minecraft.lime_stained_glass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:globe_banner_pattern", - "minecraft:item_name": "{\"translate\":\"item.minecraft.globe_banner_pattern\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:glow_berries": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lime_stained_glass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_stained_glass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pink_stained_glass", + "name": "minecraft:pink_stained_glass", + "translation_key": "block.minecraft.pink_stained_glass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 2, - "saturation": 0.4 - }, - "minecraft:item_model": "minecraft:glow_berries", - "minecraft:item_name": "{\"translate\":\"item.minecraft.glow_berries\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:glow_ink_sac": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pink_stained_glass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_stained_glass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:gray_stained_glass", + "name": "minecraft:gray_stained_glass", + "translation_key": "block.minecraft.gray_stained_glass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:glow_ink_sac", - "minecraft:item_name": "{\"translate\":\"item.minecraft.glow_ink_sac\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:glow_item_frame": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:gray_stained_glass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_stained_glass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_gray_stained_glass", + "name": "minecraft:light_gray_stained_glass", + "translation_key": "block.minecraft.light_gray_stained_glass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:glow_item_frame", - "minecraft:item_name": "{\"translate\":\"item.minecraft.glow_item_frame\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:glow_lichen": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:light_gray_stained_glass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_stained_glass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cyan_stained_glass", + "name": "minecraft:cyan_stained_glass", + "translation_key": "block.minecraft.cyan_stained_glass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:glow_lichen", - "minecraft:item_name": "{\"translate\":\"block.minecraft.glow_lichen\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:glow_squid_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cyan_stained_glass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_stained_glass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:purple_stained_glass", + "name": "minecraft:purple_stained_glass", + "translation_key": "block.minecraft.purple_stained_glass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:glow_squid_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.glow_squid_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:glowstone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:purple_stained_glass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_stained_glass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blue_stained_glass", + "name": "minecraft:blue_stained_glass", + "translation_key": "block.minecraft.blue_stained_glass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:glowstone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.glowstone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:glowstone_dust": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blue_stained_glass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_stained_glass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brown_stained_glass", + "name": "minecraft:brown_stained_glass", + "translation_key": "block.minecraft.brown_stained_glass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:glowstone_dust", - "minecraft:item_name": "{\"translate\":\"item.minecraft.glowstone_dust\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:goat_horn": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brown_stained_glass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_stained_glass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:goat_horn", - "minecraft:item_name": "{\"translate\":\"item.minecraft.goat_horn\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:goat_spawn_egg": { + { + "id": "minecraft:green_stained_glass", + "name": "minecraft:green_stained_glass", + "translation_key": "block.minecraft.green_stained_glass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:goat_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.goat_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:gold_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:green_stained_glass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.green_stained_glass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:red_stained_glass", + "name": "minecraft:red_stained_glass", + "translation_key": "block.minecraft.red_stained_glass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:gold_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.gold_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:gold_ingot": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_stained_glass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_stained_glass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:black_stained_glass", + "name": "minecraft:black_stained_glass", + "translation_key": "block.minecraft.black_stained_glass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:gold_ingot", - "minecraft:item_name": "{\"translate\":\"item.minecraft.gold_ingot\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:gold_nugget": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:black_stained_glass", + "minecraft:item_name": "{\"translate\":\"block.minecraft.black_stained_glass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:white_stained_glass_pane", + "name": "minecraft:white_stained_glass_pane", + "translation_key": "block.minecraft.white_stained_glass_pane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:gold_nugget", - "minecraft:item_name": "{\"translate\":\"item.minecraft.gold_nugget\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:white_stained_glass_pane", + "minecraft:item_name": "{\"translate\":\"block.minecraft.white_stained_glass_pane\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:gold_ore": { + { + "id": "minecraft:orange_stained_glass_pane", + "name": "minecraft:orange_stained_glass_pane", + "translation_key": "block.minecraft.orange_stained_glass_pane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:orange_stained_glass_pane", + "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_stained_glass_pane\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:magenta_stained_glass_pane", + "name": "minecraft:magenta_stained_glass_pane", + "translation_key": "block.minecraft.magenta_stained_glass_pane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:gold_ore", - "minecraft:item_name": "{\"translate\":\"block.minecraft.gold_ore\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:magenta_stained_glass_pane", + "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_stained_glass_pane\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:golden_apple": { + { + "id": "minecraft:light_blue_stained_glass_pane", + "name": "minecraft:light_blue_stained_glass_pane", + "translation_key": "block.minecraft.light_blue_stained_glass_pane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:light_blue_stained_glass_pane", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_stained_glass_pane\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": { - "on_consume_effects": [ - { - "type": "minecraft:apply_effects", - "effects": [ - { - "amplifier": 1, - "duration": 100, - "id": "minecraft:regeneration", - "show_icon": true - }, - { - "duration": 2400, - "id": "minecraft:absorption", - "show_icon": true - } - ] - } - ] - }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:yellow_stained_glass_pane", + "name": "minecraft:yellow_stained_glass_pane", + "translation_key": "block.minecraft.yellow_stained_glass_pane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "can_always_eat": true, - "nutrition": 4, - "saturation": 9.6 - }, - "minecraft:item_model": "minecraft:golden_apple", - "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_apple\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:yellow_stained_glass_pane", + "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_stained_glass_pane\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:golden_axe": { + { + "id": "minecraft:lime_stained_glass_pane", + "name": "minecraft:lime_stained_glass_pane", + "translation_key": "block.minecraft.lime_stained_glass_pane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 6.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -3.0, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 22 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:golden_axe", - "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_axe\"}", - "minecraft:lore": [], - "minecraft:max_damage": 32, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:gold_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lime_stained_glass_pane", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_stained_glass_pane\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_gold_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/axe", - "correct_for_drops": true, - "speed": 12.0 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:golden_boots": { + { + "id": "minecraft:pink_stained_glass_pane", + "name": "minecraft:pink_stained_glass_pane", + "translation_key": "block.minecraft.pink_stained_glass_pane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 1.0, - "id": "minecraft:armor.boots", - "operation": "add_value", - "slot": "feet" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.boots", - "operation": "add_value", - "slot": "feet" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 25 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_gold", - "model": "minecraft:gold", - "slot": "feet" - }, - "minecraft:item_model": "minecraft:golden_boots", - "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_boots\"}", - "minecraft:lore": [], - "minecraft:max_damage": 91, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_gold_armor" - } + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pink_stained_glass_pane", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_stained_glass_pane\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:golden_carrot": { + { + "id": "minecraft:gray_stained_glass_pane", + "name": "minecraft:gray_stained_glass_pane", + "translation_key": "block.minecraft.gray_stained_glass_pane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:gray_stained_glass_pane", + "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_stained_glass_pane\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_gray_stained_glass_pane", + "name": "minecraft:light_gray_stained_glass_pane", + "translation_key": "block.minecraft.light_gray_stained_glass_pane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 6, - "saturation": 14.400001 - }, - "minecraft:item_model": "minecraft:golden_carrot", - "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_carrot\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:light_gray_stained_glass_pane", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_stained_glass_pane\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:golden_chestplate": { + { + "id": "minecraft:cyan_stained_glass_pane", + "name": "minecraft:cyan_stained_glass_pane", + "translation_key": "block.minecraft.cyan_stained_glass_pane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 5.0, - "id": "minecraft:armor.chestplate", - "operation": "add_value", - "slot": "chest" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.chestplate", - "operation": "add_value", - "slot": "chest" - } - ] + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 25 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cyan_stained_glass_pane", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_stained_glass_pane\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:purple_stained_glass_pane", + "name": "minecraft:purple_stained_glass_pane", + "translation_key": "block.minecraft.purple_stained_glass_pane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_gold", - "model": "minecraft:gold", - "slot": "chest" - }, - "minecraft:item_model": "minecraft:golden_chestplate", - "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_chestplate\"}", - "minecraft:lore": [], - "minecraft:max_damage": 112, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_gold_armor" - } + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:purple_stained_glass_pane", + "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_stained_glass_pane\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:golden_helmet": { + { + "id": "minecraft:blue_stained_glass_pane", + "name": "minecraft:blue_stained_glass_pane", + "translation_key": "block.minecraft.blue_stained_glass_pane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 2.0, - "id": "minecraft:armor.helmet", - "operation": "add_value", - "slot": "head" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.helmet", - "operation": "add_value", - "slot": "head" - } - ] + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 25 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blue_stained_glass_pane", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_stained_glass_pane\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brown_stained_glass_pane", + "name": "minecraft:brown_stained_glass_pane", + "translation_key": "block.minecraft.brown_stained_glass_pane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_gold", - "model": "minecraft:gold", - "slot": "head" - }, - "minecraft:item_model": "minecraft:golden_helmet", - "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_helmet\"}", - "minecraft:lore": [], - "minecraft:max_damage": 77, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_gold_armor" - } + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brown_stained_glass_pane", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_stained_glass_pane\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:golden_hoe": { + { + "id": "minecraft:green_stained_glass_pane", + "name": "minecraft:green_stained_glass_pane", + "translation_key": "block.minecraft.green_stained_glass_pane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 0.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -3.0, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 22 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:golden_hoe", - "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_hoe\"}", - "minecraft:lore": [], - "minecraft:max_damage": 32, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:gold_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:green_stained_glass_pane", + "minecraft:item_name": "{\"translate\":\"block.minecraft.green_stained_glass_pane\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_gold_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/hoe", - "correct_for_drops": true, - "speed": 12.0 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:golden_horse_armor": { + { + "id": "minecraft:red_stained_glass_pane", + "name": "minecraft:red_stained_glass_pane", + "translation_key": "block.minecraft.red_stained_glass_pane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_stained_glass_pane", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_stained_glass_pane\"}", "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 7.0, - "id": "minecraft:armor.body", - "operation": "add_value", - "slot": "body" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.body", - "operation": "add_value", - "slot": "body" - } - ] + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:black_stained_glass_pane", + "name": "minecraft:black_stained_glass_pane", + "translation_key": "block.minecraft.black_stained_glass_pane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": "minecraft:horse", - "damage_on_hurt": false, - "equip_sound": "minecraft:entity.horse.armor", - "model": "minecraft:gold", - "slot": "body" - }, - "minecraft:item_model": "minecraft:golden_horse_armor", - "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_horse_armor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:black_stained_glass_pane", + "minecraft:item_name": "{\"translate\":\"block.minecraft.black_stained_glass_pane\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:golden_leggings": { + { + "id": "minecraft:prismarine", + "name": "minecraft:prismarine", + "translation_key": "block.minecraft.prismarine", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 3.0, - "id": "minecraft:armor.leggings", - "operation": "add_value", - "slot": "legs" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.leggings", - "operation": "add_value", - "slot": "legs" - } - ] + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 25 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:prismarine", + "minecraft:item_name": "{\"translate\":\"block.minecraft.prismarine\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:prismarine_bricks", + "name": "minecraft:prismarine_bricks", + "translation_key": "block.minecraft.prismarine_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_gold", - "model": "minecraft:gold", - "slot": "legs" - }, - "minecraft:item_model": "minecraft:golden_leggings", - "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_leggings\"}", - "minecraft:lore": [], - "minecraft:max_damage": 105, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_gold_armor" - } + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:prismarine_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.prismarine_bricks\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:golden_pickaxe": { + { + "id": "minecraft:dark_prismarine", + "name": "minecraft:dark_prismarine", + "translation_key": "block.minecraft.dark_prismarine", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 1.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -2.799999952316284, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 22 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dark_prismarine", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_prismarine\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:prismarine_stairs", + "name": "minecraft:prismarine_stairs", + "translation_key": "block.minecraft.prismarine_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:golden_pickaxe", - "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_pickaxe\"}", - "minecraft:lore": [], - "minecraft:max_damage": 32, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:gold_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:prismarine_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.prismarine_stairs\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_gold_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/pickaxe", - "correct_for_drops": true, - "speed": 12.0 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:golden_shovel": { + { + "id": "minecraft:prismarine_brick_stairs", + "name": "minecraft:prismarine_brick_stairs", + "translation_key": "block.minecraft.prismarine_brick_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 1.5, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -3.0, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 22 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:prismarine_brick_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.prismarine_brick_stairs\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dark_prismarine_stairs", + "name": "minecraft:dark_prismarine_stairs", + "translation_key": "block.minecraft.dark_prismarine_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:golden_shovel", - "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_shovel\"}", - "minecraft:lore": [], - "minecraft:max_damage": 32, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:gold_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dark_prismarine_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_prismarine_stairs\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_gold_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/shovel", - "correct_for_drops": true, - "speed": 12.0 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:golden_sword": { + { + "id": "minecraft:sea_lantern", + "name": "minecraft:sea_lantern", + "translation_key": "block.minecraft.sea_lantern", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 3.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -2.4000000953674316, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 22 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:golden_sword", - "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_sword\"}", - "minecraft:lore": [], - "minecraft:max_damage": 32, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:gold_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sea_lantern", + "minecraft:item_name": "{\"translate\":\"block.minecraft.sea_lantern\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "damage_per_block": 2, - "rules": [ - { - "blocks": "minecraft:cobweb", - "correct_for_drops": true, - "speed": 15.0 - }, - { - "blocks": "#minecraft:sword_efficient", - "speed": 1.5 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:granite": { + { + "id": "minecraft:red_sandstone", + "name": "minecraft:red_sandstone", + "translation_key": "block.minecraft.red_sandstone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:granite", - "minecraft:item_name": "{\"translate\":\"block.minecraft.granite\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:granite_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_sandstone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_sandstone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:chiseled_red_sandstone", + "name": "minecraft:chiseled_red_sandstone", + "translation_key": "block.minecraft.chiseled_red_sandstone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:granite_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.granite_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:granite_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:chiseled_red_sandstone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_red_sandstone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cut_red_sandstone", + "name": "minecraft:cut_red_sandstone", + "translation_key": "block.minecraft.cut_red_sandstone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:granite_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.granite_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:granite_wall": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cut_red_sandstone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cut_red_sandstone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:red_sandstone_stairs", + "name": "minecraft:red_sandstone_stairs", + "translation_key": "block.minecraft.red_sandstone_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:granite_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.granite_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:grass_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_sandstone_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_sandstone_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:repeating_command_block", + "name": "minecraft:repeating_command_block", + "translation_key": "block.minecraft.repeating_command_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:grass_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.grass_block\"}", - "minecraft:lore": [], + "minecraft:rarity": "epic", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:gravel": { - "components": { + "minecraft:item_model": "minecraft:repeating_command_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.repeating_command_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:chain_command_block", + "name": "minecraft:chain_command_block", + "translation_key": "block.minecraft.chain_command_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:gravel", - "minecraft:item_name": "{\"translate\":\"block.minecraft.gravel\"}", - "minecraft:lore": [], + "minecraft:rarity": "epic", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:gray_banner": { - "components": { + "minecraft:item_model": "minecraft:chain_command_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.chain_command_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:banner_patterns": [], - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:gray_banner", - "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_banner\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:gray_bed": { + { + "id": "minecraft:magma_block", + "name": "minecraft:magma_block", + "translation_key": "block.minecraft.magma_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:gray_bed", - "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_bed\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:gray_bundle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:magma_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.magma_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bundle_contents": [], - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:gray_bundle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.gray_bundle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:gray_candle": { + { + "id": "minecraft:nether_wart_block", + "name": "minecraft:nether_wart_block", + "translation_key": "block.minecraft.nether_wart_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:gray_candle", - "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_candle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:gray_carpet": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:nether_wart_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.nether_wart_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:warped_wart_block", + "name": "minecraft:warped_wart_block", + "translation_key": "block.minecraft.warped_wart_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": [ - "minecraft:llama", - "minecraft:trader_llama" - ], - "equip_sound": "minecraft:entity.llama.swag", - "model": "minecraft:gray_carpet", - "slot": "body" - }, - "minecraft:item_model": "minecraft:gray_carpet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_carpet\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:gray_concrete": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:warped_wart_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_wart_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:red_nether_bricks", + "name": "minecraft:red_nether_bricks", + "translation_key": "block.minecraft.red_nether_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:gray_concrete", - "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_concrete\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:gray_concrete_powder": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_nether_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_nether_bricks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bone_block", + "name": "minecraft:bone_block", + "translation_key": "block.minecraft.bone_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:gray_concrete_powder", - "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_concrete_powder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:gray_dye": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bone_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bone_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:structure_void", + "name": "minecraft:structure_void", + "translation_key": "block.minecraft.structure_void", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:gray_dye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.gray_dye\"}", - "minecraft:lore": [], + "minecraft:rarity": "epic", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:gray_glazed_terracotta": { - "components": { + "minecraft:item_model": "minecraft:structure_void", + "minecraft:item_name": "{\"translate\":\"block.minecraft.structure_void\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:shulker_box", + "name": "minecraft:shulker_box", + "translation_key": "block.minecraft.shulker_box", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:gray_glazed_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_glazed_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:gray_shulker_box": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:shulker_box", + "minecraft:item_name": "{\"translate\":\"block.minecraft.shulker_box\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:white_shulker_box", + "name": "minecraft:white_shulker_box", + "translation_key": "block.minecraft.white_shulker_box", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:gray_shulker_box", - "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_shulker_box\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:gray_stained_glass": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:white_shulker_box", + "minecraft:item_name": "{\"translate\":\"block.minecraft.white_shulker_box\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:gray_stained_glass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_stained_glass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:gray_stained_glass_pane": { + { + "id": "minecraft:orange_shulker_box", + "name": "minecraft:orange_shulker_box", + "translation_key": "block.minecraft.orange_shulker_box", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:gray_stained_glass_pane", - "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_stained_glass_pane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:gray_terracotta": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:orange_shulker_box", + "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_shulker_box\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:magenta_shulker_box", + "name": "minecraft:magenta_shulker_box", + "translation_key": "block.minecraft.magenta_shulker_box", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:gray_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:gray_wool": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:magenta_shulker_box", + "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_shulker_box\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_blue_shulker_box", + "name": "minecraft:light_blue_shulker_box", + "translation_key": "block.minecraft.light_blue_shulker_box", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:gray_wool", - "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_wool\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:green_banner": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:light_blue_shulker_box", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_shulker_box\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:yellow_shulker_box", + "name": "minecraft:yellow_shulker_box", + "translation_key": "block.minecraft.yellow_shulker_box", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:green_banner", - "minecraft:item_name": "{\"translate\":\"block.minecraft.green_banner\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:green_bed": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:yellow_shulker_box", + "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_shulker_box\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lime_shulker_box", + "name": "minecraft:lime_shulker_box", + "translation_key": "block.minecraft.lime_shulker_box", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:green_bed", - "minecraft:item_name": "{\"translate\":\"block.minecraft.green_bed\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:green_bundle": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:lime_shulker_box", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_shulker_box\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bundle_contents": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pink_shulker_box", + "name": "minecraft:pink_shulker_box", + "translation_key": "block.minecraft.pink_shulker_box", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:green_bundle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.green_bundle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:green_candle": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:pink_shulker_box", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_shulker_box\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:gray_shulker_box", + "name": "minecraft:gray_shulker_box", + "translation_key": "block.minecraft.gray_shulker_box", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:green_candle", - "minecraft:item_name": "{\"translate\":\"block.minecraft.green_candle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:green_carpet": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:gray_shulker_box", + "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_shulker_box\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_gray_shulker_box", + "name": "minecraft:light_gray_shulker_box", + "translation_key": "block.minecraft.light_gray_shulker_box", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": [ - "minecraft:llama", - "minecraft:trader_llama" - ], - "equip_sound": "minecraft:entity.llama.swag", - "model": "minecraft:green_carpet", - "slot": "body" - }, - "minecraft:item_model": "minecraft:green_carpet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.green_carpet\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:green_concrete": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:light_gray_shulker_box", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_shulker_box\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cyan_shulker_box", + "name": "minecraft:cyan_shulker_box", + "translation_key": "block.minecraft.cyan_shulker_box", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:green_concrete", - "minecraft:item_name": "{\"translate\":\"block.minecraft.green_concrete\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:green_concrete_powder": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:cyan_shulker_box", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_shulker_box\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:purple_shulker_box", + "name": "minecraft:purple_shulker_box", + "translation_key": "block.minecraft.purple_shulker_box", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:green_concrete_powder", - "minecraft:item_name": "{\"translate\":\"block.minecraft.green_concrete_powder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:green_dye": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:purple_shulker_box", + "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_shulker_box\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blue_shulker_box", + "name": "minecraft:blue_shulker_box", + "translation_key": "block.minecraft.blue_shulker_box", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:green_dye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.green_dye\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:green_glazed_terracotta": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:blue_shulker_box", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_shulker_box\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brown_shulker_box", + "name": "minecraft:brown_shulker_box", + "translation_key": "block.minecraft.brown_shulker_box", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:green_glazed_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.green_glazed_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:green_shulker_box": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:brown_shulker_box", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_shulker_box\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:green_shulker_box", + "name": "minecraft:green_shulker_box", + "translation_key": "block.minecraft.green_shulker_box", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, "minecraft:item_model": "minecraft:green_shulker_box", "minecraft:item_name": "{\"translate\":\"block.minecraft.green_shulker_box\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:green_stained_glass": { - "components": { "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:red_shulker_box", + "name": "minecraft:red_shulker_box", + "translation_key": "block.minecraft.red_shulker_box", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:green_stained_glass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.green_stained_glass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:green_stained_glass_pane": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:red_shulker_box", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_shulker_box\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:black_shulker_box", + "name": "minecraft:black_shulker_box", + "translation_key": "block.minecraft.black_shulker_box", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:green_stained_glass_pane", - "minecraft:item_name": "{\"translate\":\"block.minecraft.green_stained_glass_pane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:green_terracotta": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:black_shulker_box", + "minecraft:item_name": "{\"translate\":\"block.minecraft.black_shulker_box\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:white_glazed_terracotta", + "name": "minecraft:white_glazed_terracotta", + "translation_key": "block.minecraft.white_glazed_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:green_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.green_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:green_wool": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:white_glazed_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.white_glazed_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:orange_glazed_terracotta", + "name": "minecraft:orange_glazed_terracotta", + "translation_key": "block.minecraft.orange_glazed_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:green_wool", - "minecraft:item_name": "{\"translate\":\"block.minecraft.green_wool\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:grindstone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:orange_glazed_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_glazed_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:magenta_glazed_terracotta", + "name": "minecraft:magenta_glazed_terracotta", + "translation_key": "block.minecraft.magenta_glazed_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:grindstone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.grindstone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:guardian_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:magenta_glazed_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_glazed_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_blue_glazed_terracotta", + "name": "minecraft:light_blue_glazed_terracotta", + "translation_key": "block.minecraft.light_blue_glazed_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:guardian_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.guardian_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:gunpowder": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:light_blue_glazed_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_glazed_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:yellow_glazed_terracotta", + "name": "minecraft:yellow_glazed_terracotta", + "translation_key": "block.minecraft.yellow_glazed_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:gunpowder", - "minecraft:item_name": "{\"translate\":\"item.minecraft.gunpowder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:guster_banner_pattern": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:yellow_glazed_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_glazed_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:guster_banner_pattern", - "minecraft:item_name": "{\"translate\":\"item.minecraft.guster_banner_pattern\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "rare", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:guster_pottery_sherd": { + { + "id": "minecraft:lime_glazed_terracotta", + "name": "minecraft:lime_glazed_terracotta", + "translation_key": "block.minecraft.lime_glazed_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:guster_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.guster_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:hanging_roots": { - "components": { + "minecraft:item_model": "minecraft:lime_glazed_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_glazed_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pink_glazed_terracotta", + "name": "minecraft:pink_glazed_terracotta", + "translation_key": "block.minecraft.pink_glazed_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:hanging_roots", - "minecraft:item_name": "{\"translate\":\"block.minecraft.hanging_roots\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:hay_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pink_glazed_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_glazed_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:gray_glazed_terracotta", + "name": "minecraft:gray_glazed_terracotta", + "translation_key": "block.minecraft.gray_glazed_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:hay_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.hay_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:heart_of_the_sea": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:gray_glazed_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_glazed_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_gray_glazed_terracotta", + "name": "minecraft:light_gray_glazed_terracotta", + "translation_key": "block.minecraft.light_gray_glazed_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:heart_of_the_sea", - "minecraft:item_name": "{\"translate\":\"item.minecraft.heart_of_the_sea\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:heart_pottery_sherd": { - "components": { + "minecraft:item_model": "minecraft:light_gray_glazed_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_glazed_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cyan_glazed_terracotta", + "name": "minecraft:cyan_glazed_terracotta", + "translation_key": "block.minecraft.cyan_glazed_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:heart_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.heart_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:heartbreak_pottery_sherd": { - "components": { + "minecraft:item_model": "minecraft:cyan_glazed_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_glazed_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:purple_glazed_terracotta", + "name": "minecraft:purple_glazed_terracotta", + "translation_key": "block.minecraft.purple_glazed_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:heartbreak_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.heartbreak_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:heavy_core": { - "components": { + "minecraft:item_model": "minecraft:purple_glazed_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_glazed_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blue_glazed_terracotta", + "name": "minecraft:blue_glazed_terracotta", + "translation_key": "block.minecraft.blue_glazed_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:heavy_core", - "minecraft:item_name": "{\"translate\":\"block.minecraft.heavy_core\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "epic", - "minecraft:repair_cost": 0 - } - }, - "minecraft:heavy_weighted_pressure_plate": { - "components": { + "minecraft:item_model": "minecraft:blue_glazed_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_glazed_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brown_glazed_terracotta", + "name": "minecraft:brown_glazed_terracotta", + "translation_key": "block.minecraft.brown_glazed_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:heavy_weighted_pressure_plate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.heavy_weighted_pressure_plate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:hoglin_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brown_glazed_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_glazed_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:green_glazed_terracotta", + "name": "minecraft:green_glazed_terracotta", + "translation_key": "block.minecraft.green_glazed_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:hoglin_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.hoglin_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:honey_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:green_glazed_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.green_glazed_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:red_glazed_terracotta", + "name": "minecraft:red_glazed_terracotta", + "translation_key": "block.minecraft.red_glazed_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:honey_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.honey_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:honey_bottle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_glazed_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_glazed_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": { - "animation": "drink", - "consume_seconds": 2.0, - "has_consume_particles": false, - "on_consume_effects": [ - { - "type": "minecraft:remove_effects", - "effects": "minecraft:poison" - } - ], - "sound": "minecraft:item.honey_bottle.drink" - }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:black_glazed_terracotta", + "name": "minecraft:black_glazed_terracotta", + "translation_key": "block.minecraft.black_glazed_terracotta", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "can_always_eat": true, - "nutrition": 6, - "saturation": 1.2 - }, - "minecraft:item_model": "minecraft:honey_bottle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.honey_bottle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:use_remainder": { - "count": 1, - "id": "minecraft:glass_bottle" - } - } - }, - "minecraft:honeycomb": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:black_glazed_terracotta", + "minecraft:item_name": "{\"translate\":\"block.minecraft.black_glazed_terracotta\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:white_concrete", + "name": "minecraft:white_concrete", + "translation_key": "block.minecraft.white_concrete", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:honeycomb", - "minecraft:item_name": "{\"translate\":\"item.minecraft.honeycomb\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:honeycomb_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:white_concrete", + "minecraft:item_name": "{\"translate\":\"block.minecraft.white_concrete\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:orange_concrete", + "name": "minecraft:orange_concrete", + "translation_key": "block.minecraft.orange_concrete", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:honeycomb_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.honeycomb_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:hopper": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:orange_concrete", + "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_concrete\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:magenta_concrete", + "name": "minecraft:magenta_concrete", + "translation_key": "block.minecraft.magenta_concrete", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:hopper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.hopper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:hopper_minecart": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:magenta_concrete", + "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_concrete\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_blue_concrete", + "name": "minecraft:light_blue_concrete", + "translation_key": "block.minecraft.light_blue_concrete", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:hopper_minecart", - "minecraft:item_name": "{\"translate\":\"item.minecraft.hopper_minecart\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:horn_coral": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:light_blue_concrete", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_concrete\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:yellow_concrete", + "name": "minecraft:yellow_concrete", + "translation_key": "block.minecraft.yellow_concrete", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:horn_coral", - "minecraft:item_name": "{\"translate\":\"block.minecraft.horn_coral\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:horn_coral_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:yellow_concrete", + "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_concrete\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lime_concrete", + "name": "minecraft:lime_concrete", + "translation_key": "block.minecraft.lime_concrete", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:horn_coral_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.horn_coral_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:horn_coral_fan": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lime_concrete", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_concrete\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pink_concrete", + "name": "minecraft:pink_concrete", + "translation_key": "block.minecraft.pink_concrete", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:horn_coral_fan", - "minecraft:item_name": "{\"translate\":\"block.minecraft.horn_coral_fan\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:horse_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pink_concrete", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_concrete\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:gray_concrete", + "name": "minecraft:gray_concrete", + "translation_key": "block.minecraft.gray_concrete", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:horse_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.horse_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:host_armor_trim_smithing_template": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:gray_concrete", + "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_concrete\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_gray_concrete", + "name": "minecraft:light_gray_concrete", + "translation_key": "block.minecraft.light_gray_concrete", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:host_armor_trim_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.host_armor_trim_smithing_template\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:howl_pottery_sherd": { - "components": { + "minecraft:item_model": "minecraft:light_gray_concrete", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_concrete\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cyan_concrete", + "name": "minecraft:cyan_concrete", + "translation_key": "block.minecraft.cyan_concrete", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:howl_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.howl_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:husk_spawn_egg": { - "components": { + "minecraft:item_model": "minecraft:cyan_concrete", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_concrete\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:purple_concrete", + "name": "minecraft:purple_concrete", + "translation_key": "block.minecraft.purple_concrete", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:husk_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.husk_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:ice": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:purple_concrete", + "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_concrete\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blue_concrete", + "name": "minecraft:blue_concrete", + "translation_key": "block.minecraft.blue_concrete", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:ice", - "minecraft:item_name": "{\"translate\":\"block.minecraft.ice\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:infested_chiseled_stone_bricks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blue_concrete", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_concrete\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brown_concrete", + "name": "minecraft:brown_concrete", + "translation_key": "block.minecraft.brown_concrete", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:infested_chiseled_stone_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.infested_chiseled_stone_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:infested_cobblestone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brown_concrete", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_concrete\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:green_concrete", + "name": "minecraft:green_concrete", + "translation_key": "block.minecraft.green_concrete", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:infested_cobblestone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.infested_cobblestone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:infested_cracked_stone_bricks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:green_concrete", + "minecraft:item_name": "{\"translate\":\"block.minecraft.green_concrete\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:red_concrete", + "name": "minecraft:red_concrete", + "translation_key": "block.minecraft.red_concrete", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:infested_cracked_stone_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.infested_cracked_stone_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:infested_deepslate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_concrete", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_concrete\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:black_concrete", + "name": "minecraft:black_concrete", + "translation_key": "block.minecraft.black_concrete", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:infested_deepslate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.infested_deepslate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:infested_mossy_stone_bricks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:black_concrete", + "minecraft:item_name": "{\"translate\":\"block.minecraft.black_concrete\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:white_concrete_powder", + "name": "minecraft:white_concrete_powder", + "translation_key": "block.minecraft.white_concrete_powder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:infested_mossy_stone_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.infested_mossy_stone_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:infested_stone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:white_concrete_powder", + "minecraft:item_name": "{\"translate\":\"block.minecraft.white_concrete_powder\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:orange_concrete_powder", + "name": "minecraft:orange_concrete_powder", + "translation_key": "block.minecraft.orange_concrete_powder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:infested_stone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.infested_stone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:infested_stone_bricks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:orange_concrete_powder", + "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_concrete_powder\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:magenta_concrete_powder", + "name": "minecraft:magenta_concrete_powder", + "translation_key": "block.minecraft.magenta_concrete_powder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:infested_stone_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.infested_stone_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:ink_sac": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:magenta_concrete_powder", + "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_concrete_powder\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_blue_concrete_powder", + "name": "minecraft:light_blue_concrete_powder", + "translation_key": "block.minecraft.light_blue_concrete_powder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:ink_sac", - "minecraft:item_name": "{\"translate\":\"item.minecraft.ink_sac\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:light_blue_concrete_powder", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_concrete_powder\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:iron_axe": { + { + "id": "minecraft:yellow_concrete_powder", + "name": "minecraft:yellow_concrete_powder", + "translation_key": "block.minecraft.yellow_concrete_powder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 8.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -3.0999999046325684, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 14 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:yellow_concrete_powder", + "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_concrete_powder\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lime_concrete_powder", + "name": "minecraft:lime_concrete_powder", + "translation_key": "block.minecraft.lime_concrete_powder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:iron_axe", - "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_axe\"}", - "minecraft:lore": [], - "minecraft:max_damage": 250, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:iron_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lime_concrete_powder", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_concrete_powder\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_iron_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/axe", - "correct_for_drops": true, - "speed": 6.0 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:iron_bars": { + { + "id": "minecraft:pink_concrete_powder", + "name": "minecraft:pink_concrete_powder", + "translation_key": "block.minecraft.pink_concrete_powder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pink_concrete_powder", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_concrete_powder\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:gray_concrete_powder", + "name": "minecraft:gray_concrete_powder", + "translation_key": "block.minecraft.gray_concrete_powder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:iron_bars", - "minecraft:item_name": "{\"translate\":\"block.minecraft.iron_bars\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:gray_concrete_powder", + "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_concrete_powder\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:iron_block": { + { + "id": "minecraft:light_gray_concrete_powder", + "name": "minecraft:light_gray_concrete_powder", + "translation_key": "block.minecraft.light_gray_concrete_powder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:light_gray_concrete_powder", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_concrete_powder\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cyan_concrete_powder", + "name": "minecraft:cyan_concrete_powder", + "translation_key": "block.minecraft.cyan_concrete_powder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:iron_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.iron_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cyan_concrete_powder", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_concrete_powder\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:iron_boots": { + { + "id": "minecraft:purple_concrete_powder", + "name": "minecraft:purple_concrete_powder", + "translation_key": "block.minecraft.purple_concrete_powder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 2.0, - "id": "minecraft:armor.boots", - "operation": "add_value", - "slot": "feet" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.boots", - "operation": "add_value", - "slot": "feet" - } - ] + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 9 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:purple_concrete_powder", + "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_concrete_powder\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blue_concrete_powder", + "name": "minecraft:blue_concrete_powder", + "translation_key": "block.minecraft.blue_concrete_powder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_iron", - "model": "minecraft:iron", - "slot": "feet" - }, - "minecraft:item_model": "minecraft:iron_boots", - "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_boots\"}", - "minecraft:lore": [], - "minecraft:max_damage": 195, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_iron_armor" - } + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blue_concrete_powder", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_concrete_powder\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:iron_chestplate": { + { + "id": "minecraft:brown_concrete_powder", + "name": "minecraft:brown_concrete_powder", + "translation_key": "block.minecraft.brown_concrete_powder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 6.0, - "id": "minecraft:armor.chestplate", - "operation": "add_value", - "slot": "chest" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.chestplate", - "operation": "add_value", - "slot": "chest" - } - ] + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 9 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brown_concrete_powder", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_concrete_powder\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:green_concrete_powder", + "name": "minecraft:green_concrete_powder", + "translation_key": "block.minecraft.green_concrete_powder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_iron", - "model": "minecraft:iron", - "slot": "chest" - }, - "minecraft:item_model": "minecraft:iron_chestplate", - "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_chestplate\"}", - "minecraft:lore": [], - "minecraft:max_damage": 240, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_iron_armor" - } + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:green_concrete_powder", + "minecraft:item_name": "{\"translate\":\"block.minecraft.green_concrete_powder\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:iron_door": { + { + "id": "minecraft:red_concrete_powder", + "name": "minecraft:red_concrete_powder", + "translation_key": "block.minecraft.red_concrete_powder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_concrete_powder", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_concrete_powder\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:black_concrete_powder", + "name": "minecraft:black_concrete_powder", + "translation_key": "block.minecraft.black_concrete_powder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:iron_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.iron_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:black_concrete_powder", + "minecraft:item_name": "{\"translate\":\"block.minecraft.black_concrete_powder\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:iron_golem_spawn_egg": { + { + "id": "minecraft:turtle_egg", + "name": "minecraft:turtle_egg", + "translation_key": "block.minecraft.turtle_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:turtle_egg", + "minecraft:item_name": "{\"translate\":\"block.minecraft.turtle_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:sniffer_egg", + "name": "minecraft:sniffer_egg", + "translation_key": "block.minecraft.sniffer_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:iron_golem_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_golem_spawn_egg\"}", - "minecraft:lore": [], + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:sniffer_egg", + "minecraft:item_name": "{\"translate\":\"block.minecraft.sniffer_egg\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:iron_helmet": { + { + "id": "minecraft:dead_tube_coral_block", + "name": "minecraft:dead_tube_coral_block", + "translation_key": "block.minecraft.dead_tube_coral_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 2.0, - "id": "minecraft:armor.helmet", - "operation": "add_value", - "slot": "head" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.helmet", - "operation": "add_value", - "slot": "head" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 9 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_iron", - "model": "minecraft:iron", - "slot": "head" - }, - "minecraft:item_model": "minecraft:iron_helmet", - "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_helmet\"}", - "minecraft:lore": [], - "minecraft:max_damage": 165, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_iron_armor" - } + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dead_tube_coral_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_tube_coral_block\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:iron_hoe": { + { + "id": "minecraft:dead_brain_coral_block", + "name": "minecraft:dead_brain_coral_block", + "translation_key": "block.minecraft.dead_brain_coral_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 0.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -1.0, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 14 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:iron_hoe", - "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_hoe\"}", - "minecraft:lore": [], - "minecraft:max_damage": 250, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:iron_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dead_brain_coral_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_brain_coral_block\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_iron_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/hoe", - "correct_for_drops": true, - "speed": 6.0 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:iron_horse_armor": { + { + "id": "minecraft:dead_bubble_coral_block", + "name": "minecraft:dead_bubble_coral_block", + "translation_key": "block.minecraft.dead_bubble_coral_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dead_bubble_coral_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_bubble_coral_block\"}", "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 5.0, - "id": "minecraft:armor.body", - "operation": "add_value", - "slot": "body" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.body", - "operation": "add_value", - "slot": "body" - } - ] + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dead_fire_coral_block", + "name": "minecraft:dead_fire_coral_block", + "translation_key": "block.minecraft.dead_fire_coral_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": "minecraft:horse", - "damage_on_hurt": false, - "equip_sound": "minecraft:entity.horse.armor", - "model": "minecraft:iron", - "slot": "body" - }, - "minecraft:item_model": "minecraft:iron_horse_armor", - "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_horse_armor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dead_fire_coral_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_fire_coral_block\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:iron_ingot": { + { + "id": "minecraft:dead_horn_coral_block", + "name": "minecraft:dead_horn_coral_block", + "translation_key": "block.minecraft.dead_horn_coral_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dead_horn_coral_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_horn_coral_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tube_coral_block", + "name": "minecraft:tube_coral_block", + "translation_key": "block.minecraft.tube_coral_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:iron_ingot", - "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_ingot\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tube_coral_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.tube_coral_block\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:iron_leggings": { + { + "id": "minecraft:brain_coral_block", + "name": "minecraft:brain_coral_block", + "translation_key": "block.minecraft.brain_coral_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 5.0, - "id": "minecraft:armor.leggings", - "operation": "add_value", - "slot": "legs" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.leggings", - "operation": "add_value", - "slot": "legs" - } - ] + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 9 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brain_coral_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brain_coral_block\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bubble_coral_block", + "name": "minecraft:bubble_coral_block", + "translation_key": "block.minecraft.bubble_coral_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_iron", - "model": "minecraft:iron", - "slot": "legs" - }, - "minecraft:item_model": "minecraft:iron_leggings", - "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_leggings\"}", - "minecraft:lore": [], - "minecraft:max_damage": 225, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_iron_armor" - } + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bubble_coral_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bubble_coral_block\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:iron_nugget": { + { + "id": "minecraft:fire_coral_block", + "name": "minecraft:fire_coral_block", + "translation_key": "block.minecraft.fire_coral_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:fire_coral_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.fire_coral_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:horn_coral_block", + "name": "minecraft:horn_coral_block", + "translation_key": "block.minecraft.horn_coral_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:iron_nugget", - "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_nugget\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:horn_coral_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.horn_coral_block\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:iron_ore": { + { + "id": "minecraft:tube_coral", + "name": "minecraft:tube_coral", + "translation_key": "block.minecraft.tube_coral", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tube_coral", + "minecraft:item_name": "{\"translate\":\"block.minecraft.tube_coral\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brain_coral", + "name": "minecraft:brain_coral", + "translation_key": "block.minecraft.brain_coral", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:iron_ore", - "minecraft:item_name": "{\"translate\":\"block.minecraft.iron_ore\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brain_coral", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brain_coral\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:iron_pickaxe": { + { + "id": "minecraft:bubble_coral", + "name": "minecraft:bubble_coral", + "translation_key": "block.minecraft.bubble_coral", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bubble_coral", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bubble_coral\"}", "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 3.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -2.799999952316284, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 14 + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:fire_coral", + "name": "minecraft:fire_coral", + "translation_key": "block.minecraft.fire_coral", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:iron_pickaxe", - "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_pickaxe\"}", - "minecraft:lore": [], - "minecraft:max_damage": 250, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:iron_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:fire_coral", + "minecraft:item_name": "{\"translate\":\"block.minecraft.fire_coral\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_iron_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/pickaxe", - "correct_for_drops": true, - "speed": 6.0 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:iron_shovel": { + { + "id": "minecraft:horn_coral", + "name": "minecraft:horn_coral", + "translation_key": "block.minecraft.horn_coral", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 3.5, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -3.0, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 14 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:iron_shovel", - "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_shovel\"}", - "minecraft:lore": [], - "minecraft:max_damage": 250, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:iron_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:horn_coral", + "minecraft:item_name": "{\"translate\":\"block.minecraft.horn_coral\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_iron_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/shovel", - "correct_for_drops": true, - "speed": 6.0 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:iron_sword": { + { + "id": "minecraft:dead_brain_coral", + "name": "minecraft:dead_brain_coral", + "translation_key": "block.minecraft.dead_brain_coral", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 5.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -2.4000000953674316, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 14 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:iron_sword", - "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_sword\"}", - "minecraft:lore": [], - "minecraft:max_damage": 250, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:iron_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dead_brain_coral", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_brain_coral\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "damage_per_block": 2, - "rules": [ - { - "blocks": "minecraft:cobweb", - "correct_for_drops": true, - "speed": 15.0 - }, - { - "blocks": "#minecraft:sword_efficient", - "speed": 1.5 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:iron_trapdoor": { + { + "id": "minecraft:dead_bubble_coral", + "name": "minecraft:dead_bubble_coral", + "translation_key": "block.minecraft.dead_bubble_coral", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:iron_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.iron_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:item_frame": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dead_bubble_coral", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_bubble_coral\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dead_fire_coral", + "name": "minecraft:dead_fire_coral", + "translation_key": "block.minecraft.dead_fire_coral", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:item_frame", - "minecraft:item_name": "{\"translate\":\"item.minecraft.item_frame\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jack_o_lantern": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dead_fire_coral", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_fire_coral\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dead_horn_coral", + "name": "minecraft:dead_horn_coral", + "translation_key": "block.minecraft.dead_horn_coral", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jack_o_lantern", - "minecraft:item_name": "{\"translate\":\"block.minecraft.jack_o_lantern\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jigsaw": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dead_horn_coral", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_horn_coral\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dead_tube_coral", + "name": "minecraft:dead_tube_coral", + "translation_key": "block.minecraft.dead_tube_coral", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jigsaw", - "minecraft:item_name": "{\"translate\":\"block.minecraft.jigsaw\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "epic", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jukebox": { - "components": { + "minecraft:item_model": "minecraft:dead_tube_coral", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_tube_coral\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tube_coral_fan", + "name": "minecraft:tube_coral_fan", + "translation_key": "block.minecraft.tube_coral_fan", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jukebox", - "minecraft:item_name": "{\"translate\":\"block.minecraft.jukebox\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jungle_boat": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tube_coral_fan", + "minecraft:item_name": "{\"translate\":\"block.minecraft.tube_coral_fan\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brain_coral_fan", + "name": "minecraft:brain_coral_fan", + "translation_key": "block.minecraft.brain_coral_fan", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jungle_boat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.jungle_boat\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jungle_button": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brain_coral_fan", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brain_coral_fan\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bubble_coral_fan", + "name": "minecraft:bubble_coral_fan", + "translation_key": "block.minecraft.bubble_coral_fan", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jungle_button", - "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_button\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jungle_chest_boat": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bubble_coral_fan", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bubble_coral_fan\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:fire_coral_fan", + "name": "minecraft:fire_coral_fan", + "translation_key": "block.minecraft.fire_coral_fan", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jungle_chest_boat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.jungle_chest_boat\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jungle_door": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:fire_coral_fan", + "minecraft:item_name": "{\"translate\":\"block.minecraft.fire_coral_fan\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:horn_coral_fan", + "name": "minecraft:horn_coral_fan", + "translation_key": "block.minecraft.horn_coral_fan", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jungle_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jungle_fence": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:horn_coral_fan", + "minecraft:item_name": "{\"translate\":\"block.minecraft.horn_coral_fan\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dead_tube_coral_fan", + "name": "minecraft:dead_tube_coral_fan", + "translation_key": "block.minecraft.dead_tube_coral_fan", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jungle_fence", - "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_fence\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jungle_fence_gate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dead_tube_coral_fan", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_tube_coral_fan\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dead_brain_coral_fan", + "name": "minecraft:dead_brain_coral_fan", + "translation_key": "block.minecraft.dead_brain_coral_fan", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jungle_fence_gate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_fence_gate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jungle_hanging_sign": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dead_brain_coral_fan", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_brain_coral_fan\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dead_bubble_coral_fan", + "name": "minecraft:dead_bubble_coral_fan", + "translation_key": "block.minecraft.dead_bubble_coral_fan", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jungle_hanging_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_hanging_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jungle_leaves": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dead_bubble_coral_fan", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_bubble_coral_fan\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dead_fire_coral_fan", + "name": "minecraft:dead_fire_coral_fan", + "translation_key": "block.minecraft.dead_fire_coral_fan", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jungle_leaves", - "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_leaves\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jungle_log": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dead_fire_coral_fan", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_fire_coral_fan\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dead_horn_coral_fan", + "name": "minecraft:dead_horn_coral_fan", + "translation_key": "block.minecraft.dead_horn_coral_fan", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jungle_log", - "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_log\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jungle_planks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dead_horn_coral_fan", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dead_horn_coral_fan\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blue_ice", + "name": "minecraft:blue_ice", + "translation_key": "block.minecraft.blue_ice", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jungle_planks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_planks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jungle_pressure_plate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blue_ice", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_ice\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:conduit", + "name": "minecraft:conduit", + "translation_key": "block.minecraft.conduit", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jungle_pressure_plate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_pressure_plate\"}", - "minecraft:lore": [], + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jungle_sapling": { - "components": { + "minecraft:item_model": "minecraft:conduit", + "minecraft:item_name": "{\"translate\":\"block.minecraft.conduit\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_granite_stairs", + "name": "minecraft:polished_granite_stairs", + "translation_key": "block.minecraft.polished_granite_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jungle_sapling", - "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_sapling\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jungle_sign": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_granite_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_granite_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:smooth_red_sandstone_stairs", + "name": "minecraft:smooth_red_sandstone_stairs", + "translation_key": "block.minecraft.smooth_red_sandstone_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jungle_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jungle_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:smooth_red_sandstone_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_red_sandstone_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mossy_stone_brick_stairs", + "name": "minecraft:mossy_stone_brick_stairs", + "translation_key": "block.minecraft.mossy_stone_brick_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jungle_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jungle_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mossy_stone_brick_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mossy_stone_brick_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_diorite_stairs", + "name": "minecraft:polished_diorite_stairs", + "translation_key": "block.minecraft.polished_diorite_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jungle_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jungle_trapdoor": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_diorite_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_diorite_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mossy_cobblestone_stairs", + "name": "minecraft:mossy_cobblestone_stairs", + "translation_key": "block.minecraft.mossy_cobblestone_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jungle_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:jungle_wood": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mossy_cobblestone_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mossy_cobblestone_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:end_stone_brick_stairs", + "name": "minecraft:end_stone_brick_stairs", + "translation_key": "block.minecraft.end_stone_brick_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:jungle_wood", - "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_wood\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:kelp": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:end_stone_brick_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.end_stone_brick_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stone_stairs", + "name": "minecraft:stone_stairs", + "translation_key": "block.minecraft.stone_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:kelp", - "minecraft:item_name": "{\"translate\":\"block.minecraft.kelp\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:knowledge_book": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stone_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stone_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:knowledge_book", - "minecraft:item_name": "{\"translate\":\"item.minecraft.knowledge_book\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "epic", - "minecraft:recipes": [], - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:ladder": { + { + "id": "minecraft:smooth_sandstone_stairs", + "name": "minecraft:smooth_sandstone_stairs", + "translation_key": "block.minecraft.smooth_sandstone_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:ladder", - "minecraft:item_name": "{\"translate\":\"block.minecraft.ladder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lantern": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:smooth_sandstone_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_sandstone_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:smooth_quartz_stairs", + "name": "minecraft:smooth_quartz_stairs", + "translation_key": "block.minecraft.smooth_quartz_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lantern", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lantern\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lapis_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:smooth_quartz_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_quartz_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:granite_stairs", + "name": "minecraft:granite_stairs", + "translation_key": "block.minecraft.granite_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lapis_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lapis_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lapis_lazuli": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:granite_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.granite_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:andesite_stairs", + "name": "minecraft:andesite_stairs", + "translation_key": "block.minecraft.andesite_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lapis_lazuli", - "minecraft:item_name": "{\"translate\":\"item.minecraft.lapis_lazuli\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:andesite_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.andesite_stairs\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:lapis_ore": { + { + "id": "minecraft:red_nether_brick_stairs", + "name": "minecraft:red_nether_brick_stairs", + "translation_key": "block.minecraft.red_nether_brick_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_nether_brick_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_nether_brick_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_andesite_stairs", + "name": "minecraft:polished_andesite_stairs", + "translation_key": "block.minecraft.polished_andesite_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lapis_ore", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lapis_ore\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_andesite_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_andesite_stairs\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:large_amethyst_bud": { + { + "id": "minecraft:diorite_stairs", + "name": "minecraft:diorite_stairs", + "translation_key": "block.minecraft.diorite_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:diorite_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.diorite_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cobbled_deepslate_stairs", + "name": "minecraft:cobbled_deepslate_stairs", + "translation_key": "block.minecraft.cobbled_deepslate_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:large_amethyst_bud", - "minecraft:item_name": "{\"translate\":\"block.minecraft.large_amethyst_bud\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cobbled_deepslate_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cobbled_deepslate_stairs\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:large_fern": { + { + "id": "minecraft:polished_deepslate_stairs", + "name": "minecraft:polished_deepslate_stairs", + "translation_key": "block.minecraft.polished_deepslate_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_deepslate_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_deepslate_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:deepslate_brick_stairs", + "name": "minecraft:deepslate_brick_stairs", + "translation_key": "block.minecraft.deepslate_brick_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:large_fern", - "minecraft:item_name": "{\"translate\":\"block.minecraft.large_fern\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:deepslate_brick_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_brick_stairs\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:lava_bucket": { + { + "id": "minecraft:deepslate_tile_stairs", + "name": "minecraft:deepslate_tile_stairs", + "translation_key": "block.minecraft.deepslate_tile_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:deepslate_tile_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_tile_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_granite_slab", + "name": "minecraft:polished_granite_slab", + "translation_key": "block.minecraft.polished_granite_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lava_bucket", - "minecraft:item_name": "{\"translate\":\"item.minecraft.lava_bucket\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_granite_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_granite_slab\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:lead": { + { + "id": "minecraft:smooth_red_sandstone_slab", + "name": "minecraft:smooth_red_sandstone_slab", + "translation_key": "block.minecraft.smooth_red_sandstone_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:smooth_red_sandstone_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_red_sandstone_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mossy_stone_brick_slab", + "name": "minecraft:mossy_stone_brick_slab", + "translation_key": "block.minecraft.mossy_stone_brick_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lead", - "minecraft:item_name": "{\"translate\":\"item.minecraft.lead\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mossy_stone_brick_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mossy_stone_brick_slab\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:leather": { + { + "id": "minecraft:polished_diorite_slab", + "name": "minecraft:polished_diorite_slab", + "translation_key": "block.minecraft.polished_diorite_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_diorite_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_diorite_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mossy_cobblestone_slab", + "name": "minecraft:mossy_cobblestone_slab", + "translation_key": "block.minecraft.mossy_cobblestone_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:leather", - "minecraft:item_name": "{\"translate\":\"item.minecraft.leather\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mossy_cobblestone_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mossy_cobblestone_slab\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:leather_boots": { + { + "id": "minecraft:end_stone_brick_slab", + "name": "minecraft:end_stone_brick_slab", + "translation_key": "block.minecraft.end_stone_brick_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 1.0, - "id": "minecraft:armor.boots", - "operation": "add_value", - "slot": "feet" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.boots", - "operation": "add_value", - "slot": "feet" - } - ] + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 15 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:end_stone_brick_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.end_stone_brick_slab\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:smooth_sandstone_slab", + "name": "minecraft:smooth_sandstone_slab", + "translation_key": "block.minecraft.smooth_sandstone_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_leather", - "model": "minecraft:leather", - "slot": "feet" - }, - "minecraft:item_model": "minecraft:leather_boots", - "minecraft:item_name": "{\"translate\":\"item.minecraft.leather_boots\"}", - "minecraft:lore": [], - "minecraft:max_damage": 65, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_leather_armor" - } + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:smooth_sandstone_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_sandstone_slab\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:leather_chestplate": { + { + "id": "minecraft:smooth_quartz_slab", + "name": "minecraft:smooth_quartz_slab", + "translation_key": "block.minecraft.smooth_quartz_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 3.0, - "id": "minecraft:armor.chestplate", - "operation": "add_value", - "slot": "chest" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.chestplate", - "operation": "add_value", - "slot": "chest" - } - ] + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 15 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:smooth_quartz_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_quartz_slab\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:granite_slab", + "name": "minecraft:granite_slab", + "translation_key": "block.minecraft.granite_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_leather", - "model": "minecraft:leather", - "slot": "chest" - }, - "minecraft:item_model": "minecraft:leather_chestplate", - "minecraft:item_name": "{\"translate\":\"item.minecraft.leather_chestplate\"}", - "minecraft:lore": [], - "minecraft:max_damage": 80, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_leather_armor" - } + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:granite_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.granite_slab\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:leather_helmet": { + { + "id": "minecraft:andesite_slab", + "name": "minecraft:andesite_slab", + "translation_key": "block.minecraft.andesite_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 1.0, - "id": "minecraft:armor.helmet", - "operation": "add_value", - "slot": "head" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.helmet", - "operation": "add_value", - "slot": "head" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 15 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_leather", - "model": "minecraft:leather", - "slot": "head" - }, - "minecraft:item_model": "minecraft:leather_helmet", - "minecraft:item_name": "{\"translate\":\"item.minecraft.leather_helmet\"}", - "minecraft:lore": [], - "minecraft:max_damage": 55, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_leather_armor" - } + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:andesite_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.andesite_slab\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:leather_horse_armor": { + { + "id": "minecraft:red_nether_brick_slab", + "name": "minecraft:red_nether_brick_slab", + "translation_key": "block.minecraft.red_nether_brick_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 3.0, - "id": "minecraft:armor.body", - "operation": "add_value", - "slot": "body" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.body", - "operation": "add_value", - "slot": "body" - } - ] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": "minecraft:horse", - "damage_on_hurt": false, - "equip_sound": "minecraft:entity.horse.armor", - "model": "minecraft:leather", - "slot": "body" - }, - "minecraft:item_model": "minecraft:leather_horse_armor", - "minecraft:item_name": "{\"translate\":\"item.minecraft.leather_horse_armor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_nether_brick_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_nether_brick_slab\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:leather_leggings": { + { + "id": "minecraft:polished_andesite_slab", + "name": "minecraft:polished_andesite_slab", + "translation_key": "block.minecraft.polished_andesite_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 2.0, - "id": "minecraft:armor.leggings", - "operation": "add_value", - "slot": "legs" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.leggings", - "operation": "add_value", - "slot": "legs" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 15 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_leather", - "model": "minecraft:leather", - "slot": "legs" - }, - "minecraft:item_model": "minecraft:leather_leggings", - "minecraft:item_name": "{\"translate\":\"item.minecraft.leather_leggings\"}", - "minecraft:lore": [], - "minecraft:max_damage": 75, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_leather_armor" - } - } - }, - "minecraft:lectern": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_andesite_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_andesite_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:diorite_slab", + "name": "minecraft:diorite_slab", + "translation_key": "block.minecraft.diorite_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lectern", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lectern\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lever": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:diorite_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.diorite_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cobbled_deepslate_slab", + "name": "minecraft:cobbled_deepslate_slab", + "translation_key": "block.minecraft.cobbled_deepslate_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lever", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lever\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cobbled_deepslate_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cobbled_deepslate_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_deepslate_slab", + "name": "minecraft:polished_deepslate_slab", + "translation_key": "block.minecraft.polished_deepslate_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "epic", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_blue_banner": { - "components": { + "minecraft:item_model": "minecraft:polished_deepslate_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_deepslate_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:deepslate_brick_slab", + "name": "minecraft:deepslate_brick_slab", + "translation_key": "block.minecraft.deepslate_brick_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_blue_banner", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_banner\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_blue_bed": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:deepslate_brick_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_brick_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:deepslate_tile_slab", + "name": "minecraft:deepslate_tile_slab", + "translation_key": "block.minecraft.deepslate_tile_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_blue_bed", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_bed\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_blue_bundle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:deepslate_tile_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.deepslate_tile_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bundle_contents": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:scaffolding", + "name": "minecraft:scaffolding", + "translation_key": "block.minecraft.scaffolding", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_blue_bundle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.light_blue_bundle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_blue_candle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:scaffolding", + "minecraft:item_name": "{\"translate\":\"block.minecraft.scaffolding\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:redstone", + "name": "minecraft:redstone", + "translation_key": "item.minecraft.redstone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_blue_candle", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_candle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_blue_carpet": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:redstone", + "minecraft:item_name": "{\"translate\":\"item.minecraft.redstone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:redstone_torch", + "name": "minecraft:redstone_torch", + "translation_key": "block.minecraft.redstone_torch", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": [ - "minecraft:llama", - "minecraft:trader_llama" - ], - "equip_sound": "minecraft:entity.llama.swag", - "model": "minecraft:light_blue_carpet", - "slot": "body" - }, - "minecraft:item_model": "minecraft:light_blue_carpet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_carpet\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_blue_concrete": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:redstone_torch", + "minecraft:item_name": "{\"translate\":\"block.minecraft.redstone_torch\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:redstone_block", + "name": "minecraft:redstone_block", + "translation_key": "block.minecraft.redstone_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_blue_concrete", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_concrete\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_blue_concrete_powder": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:redstone_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.redstone_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:repeater", + "name": "minecraft:repeater", + "translation_key": "block.minecraft.repeater", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_blue_concrete_powder", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_concrete_powder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_blue_dye": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:repeater", + "minecraft:item_name": "{\"translate\":\"block.minecraft.repeater\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:comparator", + "name": "minecraft:comparator", + "translation_key": "block.minecraft.comparator", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_blue_dye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.light_blue_dye\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_blue_glazed_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:comparator", + "minecraft:item_name": "{\"translate\":\"block.minecraft.comparator\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:piston", + "name": "minecraft:piston", + "translation_key": "block.minecraft.piston", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_blue_glazed_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_glazed_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_blue_shulker_box": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:piston", + "minecraft:item_name": "{\"translate\":\"block.minecraft.piston\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:sticky_piston", + "name": "minecraft:sticky_piston", + "translation_key": "block.minecraft.sticky_piston", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_blue_shulker_box", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_shulker_box\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_blue_stained_glass": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sticky_piston", + "minecraft:item_name": "{\"translate\":\"block.minecraft.sticky_piston\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:slime_block", + "name": "minecraft:slime_block", + "translation_key": "block.minecraft.slime_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_blue_stained_glass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_stained_glass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_blue_stained_glass_pane": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:slime_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.slime_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:honey_block", + "name": "minecraft:honey_block", + "translation_key": "block.minecraft.honey_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_blue_stained_glass_pane", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_stained_glass_pane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_blue_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:honey_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.honey_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:observer", + "name": "minecraft:observer", + "translation_key": "block.minecraft.observer", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_blue_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_blue_wool": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:observer", + "minecraft:item_name": "{\"translate\":\"block.minecraft.observer\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:hopper", + "name": "minecraft:hopper", + "translation_key": "block.minecraft.hopper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_blue_wool", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_wool\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_gray_banner": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:hopper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.hopper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dispenser", + "name": "minecraft:dispenser", + "translation_key": "block.minecraft.dispenser", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_gray_banner", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_banner\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_gray_bed": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dispenser", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dispenser\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dropper", + "name": "minecraft:dropper", + "translation_key": "block.minecraft.dropper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_gray_bed", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_bed\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_gray_bundle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dropper", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dropper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bundle_contents": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lectern", + "name": "minecraft:lectern", + "translation_key": "block.minecraft.lectern", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_gray_bundle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.light_gray_bundle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_gray_candle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lectern", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lectern\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:target", + "name": "minecraft:target", + "translation_key": "block.minecraft.target", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_gray_candle", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_candle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_gray_carpet": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:target", + "minecraft:item_name": "{\"translate\":\"block.minecraft.target\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lever", + "name": "minecraft:lever", + "translation_key": "block.minecraft.lever", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": [ - "minecraft:llama", - "minecraft:trader_llama" - ], - "equip_sound": "minecraft:entity.llama.swag", - "model": "minecraft:light_gray_carpet", - "slot": "body" - }, - "minecraft:item_model": "minecraft:light_gray_carpet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_carpet\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_gray_concrete": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lever", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lever\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lightning_rod", + "name": "minecraft:lightning_rod", + "translation_key": "block.minecraft.lightning_rod", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_gray_concrete", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_concrete\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_gray_concrete_powder": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lightning_rod", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lightning_rod\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:daylight_detector", + "name": "minecraft:daylight_detector", + "translation_key": "block.minecraft.daylight_detector", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_gray_concrete_powder", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_concrete_powder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_gray_dye": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:daylight_detector", + "minecraft:item_name": "{\"translate\":\"block.minecraft.daylight_detector\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:sculk_sensor", + "name": "minecraft:sculk_sensor", + "translation_key": "block.minecraft.sculk_sensor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_gray_dye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.light_gray_dye\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_gray_glazed_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sculk_sensor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.sculk_sensor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:calibrated_sculk_sensor", + "name": "minecraft:calibrated_sculk_sensor", + "translation_key": "block.minecraft.calibrated_sculk_sensor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_gray_glazed_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_glazed_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:calibrated_sculk_sensor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.calibrated_sculk_sensor\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:light_gray_shulker_box": { + { + "id": "minecraft:tripwire_hook", + "name": "minecraft:tripwire_hook", + "translation_key": "block.minecraft.tripwire_hook", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tripwire_hook", + "minecraft:item_name": "{\"translate\":\"block.minecraft.tripwire_hook\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:trapped_chest", + "name": "minecraft:trapped_chest", + "translation_key": "block.minecraft.trapped_chest", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_gray_shulker_box", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_shulker_box\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_gray_stained_glass": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:trapped_chest", + "minecraft:item_name": "{\"translate\":\"block.minecraft.trapped_chest\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:light_gray_stained_glass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_stained_glass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:light_gray_stained_glass_pane": { + { + "id": "minecraft:tnt", + "name": "minecraft:tnt", + "translation_key": "block.minecraft.tnt", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_gray_stained_glass_pane", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_stained_glass_pane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_gray_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tnt", + "minecraft:item_name": "{\"translate\":\"block.minecraft.tnt\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:redstone_lamp", + "name": "minecraft:redstone_lamp", + "translation_key": "block.minecraft.redstone_lamp", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_gray_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_gray_wool": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:redstone_lamp", + "minecraft:item_name": "{\"translate\":\"block.minecraft.redstone_lamp\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:note_block", + "name": "minecraft:note_block", + "translation_key": "block.minecraft.note_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_gray_wool", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_wool\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:light_weighted_pressure_plate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:note_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.note_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stone_button", + "name": "minecraft:stone_button", + "translation_key": "block.minecraft.stone_button", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:light_weighted_pressure_plate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.light_weighted_pressure_plate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lightning_rod": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stone_button", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stone_button\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_blackstone_button", + "name": "minecraft:polished_blackstone_button", + "translation_key": "block.minecraft.polished_blackstone_button", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lightning_rod", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lightning_rod\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lilac": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_blackstone_button", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone_button\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oak_button", + "name": "minecraft:oak_button", + "translation_key": "block.minecraft.oak_button", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lilac", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lilac\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lily_of_the_valley": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oak_button", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_button\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spruce_button", + "name": "minecraft:spruce_button", + "translation_key": "block.minecraft.spruce_button", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lily_of_the_valley", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lily_of_the_valley\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lily_pad": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spruce_button", + "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_button\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:birch_button", + "name": "minecraft:birch_button", + "translation_key": "block.minecraft.birch_button", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lily_pad", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lily_pad\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lime_banner": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:birch_button", + "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_button\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jungle_button", + "name": "minecraft:jungle_button", + "translation_key": "block.minecraft.jungle_button", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lime_banner", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_banner\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lime_bed": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:jungle_button", + "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_button\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:acacia_button", + "name": "minecraft:acacia_button", + "translation_key": "block.minecraft.acacia_button", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lime_bed", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_bed\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lime_bundle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:acacia_button", + "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_button\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bundle_contents": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cherry_button", + "name": "minecraft:cherry_button", + "translation_key": "block.minecraft.cherry_button", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lime_bundle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.lime_bundle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lime_candle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cherry_button", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_button\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dark_oak_button", + "name": "minecraft:dark_oak_button", + "translation_key": "block.minecraft.dark_oak_button", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lime_candle", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_candle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lime_carpet": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dark_oak_button", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_button\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pale_oak_button", + "name": "minecraft:pale_oak_button", + "translation_key": "block.minecraft.pale_oak_button", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": [ - "minecraft:llama", - "minecraft:trader_llama" - ], - "equip_sound": "minecraft:entity.llama.swag", - "model": "minecraft:lime_carpet", - "slot": "body" - }, - "minecraft:item_model": "minecraft:lime_carpet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_carpet\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lime_concrete": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pale_oak_button", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_button\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mangrove_button", + "name": "minecraft:mangrove_button", + "translation_key": "block.minecraft.mangrove_button", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lime_concrete", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_concrete\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lime_concrete_powder": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mangrove_button", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_button\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bamboo_button", + "name": "minecraft:bamboo_button", + "translation_key": "block.minecraft.bamboo_button", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lime_concrete_powder", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_concrete_powder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lime_dye": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bamboo_button", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_button\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:crimson_button", + "name": "minecraft:crimson_button", + "translation_key": "block.minecraft.crimson_button", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lime_dye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.lime_dye\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lime_glazed_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:crimson_button", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_button\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:warped_button", + "name": "minecraft:warped_button", + "translation_key": "block.minecraft.warped_button", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lime_glazed_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_glazed_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lime_shulker_box": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:warped_button", + "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_button\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stone_pressure_plate", + "name": "minecraft:stone_pressure_plate", + "translation_key": "block.minecraft.stone_pressure_plate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lime_shulker_box", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_shulker_box\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lime_stained_glass": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stone_pressure_plate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stone_pressure_plate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_blackstone_pressure_plate", + "name": "minecraft:polished_blackstone_pressure_plate", + "translation_key": "block.minecraft.polished_blackstone_pressure_plate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lime_stained_glass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_stained_glass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lime_stained_glass_pane": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_blackstone_pressure_plate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone_pressure_plate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_weighted_pressure_plate", + "name": "minecraft:light_weighted_pressure_plate", + "translation_key": "block.minecraft.light_weighted_pressure_plate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lime_stained_glass_pane", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_stained_glass_pane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lime_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:light_weighted_pressure_plate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_weighted_pressure_plate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:heavy_weighted_pressure_plate", + "name": "minecraft:heavy_weighted_pressure_plate", + "translation_key": "block.minecraft.heavy_weighted_pressure_plate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lime_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lime_wool": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:heavy_weighted_pressure_plate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.heavy_weighted_pressure_plate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oak_pressure_plate", + "name": "minecraft:oak_pressure_plate", + "translation_key": "block.minecraft.oak_pressure_plate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lime_wool", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_wool\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lingering_potion": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oak_pressure_plate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_pressure_plate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spruce_pressure_plate", + "name": "minecraft:spruce_pressure_plate", + "translation_key": "block.minecraft.spruce_pressure_plate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lingering_potion", - "minecraft:item_name": "{\"translate\":\"item.minecraft.lingering_potion\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:potion_contents": {}, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:llama_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spruce_pressure_plate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_pressure_plate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:birch_pressure_plate", + "name": "minecraft:birch_pressure_plate", + "translation_key": "block.minecraft.birch_pressure_plate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:llama_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.llama_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:lodestone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:birch_pressure_plate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_pressure_plate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jungle_pressure_plate", + "name": "minecraft:jungle_pressure_plate", + "translation_key": "block.minecraft.jungle_pressure_plate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:lodestone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.lodestone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:loom": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:jungle_pressure_plate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_pressure_plate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:acacia_pressure_plate", + "name": "minecraft:acacia_pressure_plate", + "translation_key": "block.minecraft.acacia_pressure_plate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:loom", - "minecraft:item_name": "{\"translate\":\"block.minecraft.loom\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:acacia_pressure_plate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_pressure_plate\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:mace": { + { + "id": "minecraft:cherry_pressure_plate", + "name": "minecraft:cherry_pressure_plate", + "translation_key": "block.minecraft.cherry_pressure_plate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 5.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -3.4000000953674316, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 15 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mace", - "minecraft:item_name": "{\"translate\":\"item.minecraft.mace\"}", - "minecraft:lore": [], - "minecraft:max_damage": 500, - "minecraft:max_stack_size": 1, - "minecraft:rarity": "epic", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "minecraft:breeze_rod" + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cherry_pressure_plate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_pressure_plate\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "damage_per_block": 2, - "rules": [] - } + "minecraft:lore": [] } }, - "minecraft:magenta_banner": { + { + "id": "minecraft:dark_oak_pressure_plate", + "name": "minecraft:dark_oak_pressure_plate", + "translation_key": "block.minecraft.dark_oak_pressure_plate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, - "minecraft:banner_patterns": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:magenta_banner", - "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_banner\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:magenta_bed": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dark_oak_pressure_plate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_pressure_plate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pale_oak_pressure_plate", + "name": "minecraft:pale_oak_pressure_plate", + "translation_key": "block.minecraft.pale_oak_pressure_plate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:magenta_bed", - "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_bed\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:magenta_bundle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pale_oak_pressure_plate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_pressure_plate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bundle_contents": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mangrove_pressure_plate", + "name": "minecraft:mangrove_pressure_plate", + "translation_key": "block.minecraft.mangrove_pressure_plate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:magenta_bundle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.magenta_bundle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mangrove_pressure_plate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_pressure_plate\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:magenta_candle": { + { + "id": "minecraft:bamboo_pressure_plate", + "name": "minecraft:bamboo_pressure_plate", + "translation_key": "block.minecraft.bamboo_pressure_plate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bamboo_pressure_plate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_pressure_plate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:crimson_pressure_plate", + "name": "minecraft:crimson_pressure_plate", + "translation_key": "block.minecraft.crimson_pressure_plate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:magenta_candle", - "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_candle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:crimson_pressure_plate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_pressure_plate\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:magenta_carpet": { + { + "id": "minecraft:warped_pressure_plate", + "name": "minecraft:warped_pressure_plate", + "translation_key": "block.minecraft.warped_pressure_plate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:warped_pressure_plate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_pressure_plate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:iron_door", + "name": "minecraft:iron_door", + "translation_key": "block.minecraft.iron_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": [ - "minecraft:llama", - "minecraft:trader_llama" - ], - "equip_sound": "minecraft:entity.llama.swag", - "model": "minecraft:magenta_carpet", - "slot": "body" - }, - "minecraft:item_model": "minecraft:magenta_carpet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_carpet\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:magenta_concrete": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:iron_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.iron_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oak_door", + "name": "minecraft:oak_door", + "translation_key": "block.minecraft.oak_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:magenta_concrete", - "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_concrete\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:magenta_concrete_powder": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oak_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spruce_door", + "name": "minecraft:spruce_door", + "translation_key": "block.minecraft.spruce_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:magenta_concrete_powder", - "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_concrete_powder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:magenta_dye": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spruce_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:birch_door", + "name": "minecraft:birch_door", + "translation_key": "block.minecraft.birch_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:magenta_dye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.magenta_dye\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:magenta_glazed_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:birch_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jungle_door", + "name": "minecraft:jungle_door", + "translation_key": "block.minecraft.jungle_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:magenta_glazed_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_glazed_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:magenta_shulker_box": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:jungle_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:acacia_door", + "name": "minecraft:acacia_door", + "translation_key": "block.minecraft.acacia_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:magenta_shulker_box", - "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_shulker_box\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:magenta_stained_glass": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:acacia_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cherry_door", + "name": "minecraft:cherry_door", + "translation_key": "block.minecraft.cherry_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:magenta_stained_glass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_stained_glass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:magenta_stained_glass_pane": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cherry_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dark_oak_door", + "name": "minecraft:dark_oak_door", + "translation_key": "block.minecraft.dark_oak_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:magenta_stained_glass_pane", - "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_stained_glass_pane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:magenta_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dark_oak_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pale_oak_door", + "name": "minecraft:pale_oak_door", + "translation_key": "block.minecraft.pale_oak_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:magenta_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:magenta_wool": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pale_oak_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mangrove_door", + "name": "minecraft:mangrove_door", + "translation_key": "block.minecraft.mangrove_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:magenta_wool", - "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_wool\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:magma_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mangrove_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bamboo_door", + "name": "minecraft:bamboo_door", + "translation_key": "block.minecraft.bamboo_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:magma_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.magma_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:magma_cream": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bamboo_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:crimson_door", + "name": "minecraft:crimson_door", + "translation_key": "block.minecraft.crimson_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:magma_cream", - "minecraft:item_name": "{\"translate\":\"item.minecraft.magma_cream\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:magma_cube_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:crimson_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:warped_door", + "name": "minecraft:warped_door", + "translation_key": "block.minecraft.warped_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:magma_cube_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.magma_cube_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mangrove_boat": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:warped_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:copper_door", + "name": "minecraft:copper_door", + "translation_key": "block.minecraft.copper_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mangrove_boat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.mangrove_boat\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mangrove_button": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:copper_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.copper_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:exposed_copper_door", + "name": "minecraft:exposed_copper_door", + "translation_key": "block.minecraft.exposed_copper_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mangrove_button", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_button\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mangrove_chest_boat": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:exposed_copper_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.exposed_copper_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:weathered_copper_door", + "name": "minecraft:weathered_copper_door", + "translation_key": "block.minecraft.weathered_copper_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mangrove_chest_boat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.mangrove_chest_boat\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mangrove_door": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:weathered_copper_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.weathered_copper_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oxidized_copper_door", + "name": "minecraft:oxidized_copper_door", + "translation_key": "block.minecraft.oxidized_copper_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mangrove_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mangrove_fence": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oxidized_copper_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oxidized_copper_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_copper_door", + "name": "minecraft:waxed_copper_door", + "translation_key": "block.minecraft.waxed_copper_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mangrove_fence", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_fence\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mangrove_fence_gate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_copper_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_copper_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:mangrove_fence_gate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_fence_gate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:mangrove_hanging_sign": { + { + "id": "minecraft:waxed_exposed_copper_door", + "name": "minecraft:waxed_exposed_copper_door", + "translation_key": "block.minecraft.waxed_exposed_copper_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mangrove_hanging_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_hanging_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mangrove_leaves": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_exposed_copper_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_exposed_copper_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_weathered_copper_door", + "name": "minecraft:waxed_weathered_copper_door", + "translation_key": "block.minecraft.waxed_weathered_copper_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mangrove_leaves", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_leaves\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mangrove_log": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_weathered_copper_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_weathered_copper_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_oxidized_copper_door", + "name": "minecraft:waxed_oxidized_copper_door", + "translation_key": "block.minecraft.waxed_oxidized_copper_door", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mangrove_log", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_log\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mangrove_planks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_oxidized_copper_door", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_oxidized_copper_door\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:iron_trapdoor", + "name": "minecraft:iron_trapdoor", + "translation_key": "block.minecraft.iron_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mangrove_planks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_planks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mangrove_pressure_plate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:iron_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.iron_trapdoor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oak_trapdoor", + "name": "minecraft:oak_trapdoor", + "translation_key": "block.minecraft.oak_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mangrove_pressure_plate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_pressure_plate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mangrove_propagule": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oak_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_trapdoor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spruce_trapdoor", + "name": "minecraft:spruce_trapdoor", + "translation_key": "block.minecraft.spruce_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mangrove_propagule", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_propagule\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mangrove_roots": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spruce_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_trapdoor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:birch_trapdoor", + "name": "minecraft:birch_trapdoor", + "translation_key": "block.minecraft.birch_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mangrove_roots", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_roots\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mangrove_sign": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:birch_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_trapdoor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jungle_trapdoor", + "name": "minecraft:jungle_trapdoor", + "translation_key": "block.minecraft.jungle_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mangrove_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mangrove_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:jungle_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_trapdoor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:acacia_trapdoor", + "name": "minecraft:acacia_trapdoor", + "translation_key": "block.minecraft.acacia_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mangrove_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:acacia_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_trapdoor\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:mangrove_stairs": { + { + "id": "minecraft:cherry_trapdoor", + "name": "minecraft:cherry_trapdoor", + "translation_key": "block.minecraft.cherry_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cherry_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_trapdoor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dark_oak_trapdoor", + "name": "minecraft:dark_oak_trapdoor", + "translation_key": "block.minecraft.dark_oak_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mangrove_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dark_oak_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_trapdoor\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:mangrove_trapdoor": { + { + "id": "minecraft:pale_oak_trapdoor", + "name": "minecraft:pale_oak_trapdoor", + "translation_key": "block.minecraft.pale_oak_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pale_oak_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_trapdoor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mangrove_trapdoor", + "name": "minecraft:mangrove_trapdoor", + "translation_key": "block.minecraft.mangrove_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:item_model": "minecraft:mangrove_trapdoor", "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mangrove_wood": { - "components": { "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bamboo_trapdoor", + "name": "minecraft:bamboo_trapdoor", + "translation_key": "block.minecraft.bamboo_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mangrove_wood", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_wood\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:map": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bamboo_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_trapdoor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:crimson_trapdoor", + "name": "minecraft:crimson_trapdoor", + "translation_key": "block.minecraft.crimson_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:map", - "minecraft:item_name": "{\"translate\":\"item.minecraft.map\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:medium_amethyst_bud": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:crimson_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_trapdoor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:warped_trapdoor", + "name": "minecraft:warped_trapdoor", + "translation_key": "block.minecraft.warped_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:medium_amethyst_bud", - "minecraft:item_name": "{\"translate\":\"block.minecraft.medium_amethyst_bud\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:melon": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:warped_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_trapdoor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:copper_trapdoor", + "name": "minecraft:copper_trapdoor", + "translation_key": "block.minecraft.copper_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:melon", - "minecraft:item_name": "{\"translate\":\"block.minecraft.melon\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:melon_seeds": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:copper_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.copper_trapdoor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:exposed_copper_trapdoor", + "name": "minecraft:exposed_copper_trapdoor", + "translation_key": "block.minecraft.exposed_copper_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:melon_seeds", - "minecraft:item_name": "{\"translate\":\"item.minecraft.melon_seeds\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:melon_slice": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:exposed_copper_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.exposed_copper_trapdoor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:weathered_copper_trapdoor", + "name": "minecraft:weathered_copper_trapdoor", + "translation_key": "block.minecraft.weathered_copper_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 2, - "saturation": 1.2 - }, - "minecraft:item_model": "minecraft:melon_slice", - "minecraft:item_name": "{\"translate\":\"item.minecraft.melon_slice\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:milk_bucket": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:weathered_copper_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.weathered_copper_trapdoor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": { - "animation": "drink", - "has_consume_particles": false, - "on_consume_effects": [ - { - "type": "minecraft:clear_all_effects" - } - ], - "sound": "minecraft:entity.generic.drink" - }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oxidized_copper_trapdoor", + "name": "minecraft:oxidized_copper_trapdoor", + "translation_key": "block.minecraft.oxidized_copper_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:milk_bucket", - "minecraft:item_name": "{\"translate\":\"item.minecraft.milk_bucket\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:use_remainder": { - "count": 1, - "id": "minecraft:bucket" - } - } - }, - "minecraft:minecart": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oxidized_copper_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oxidized_copper_trapdoor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_copper_trapdoor", + "name": "minecraft:waxed_copper_trapdoor", + "translation_key": "block.minecraft.waxed_copper_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:minecart", - "minecraft:item_name": "{\"translate\":\"item.minecraft.minecart\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:miner_pottery_sherd": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_copper_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_copper_trapdoor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_exposed_copper_trapdoor", + "name": "minecraft:waxed_exposed_copper_trapdoor", + "translation_key": "block.minecraft.waxed_exposed_copper_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:miner_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.miner_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mojang_banner_pattern": { - "components": { + "minecraft:item_model": "minecraft:waxed_exposed_copper_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_exposed_copper_trapdoor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:mojang_banner_pattern", - "minecraft:item_name": "{\"translate\":\"item.minecraft.mojang_banner_pattern\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "rare", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:mooshroom_spawn_egg": { + { + "id": "minecraft:waxed_weathered_copper_trapdoor", + "name": "minecraft:waxed_weathered_copper_trapdoor", + "translation_key": "block.minecraft.waxed_weathered_copper_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mooshroom_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.mooshroom_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:moss_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_weathered_copper_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_weathered_copper_trapdoor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_oxidized_copper_trapdoor", + "name": "minecraft:waxed_oxidized_copper_trapdoor", + "translation_key": "block.minecraft.waxed_oxidized_copper_trapdoor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:moss_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.moss_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:moss_carpet": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_oxidized_copper_trapdoor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_oxidized_copper_trapdoor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oak_fence_gate", + "name": "minecraft:oak_fence_gate", + "translation_key": "block.minecraft.oak_fence_gate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:moss_carpet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.moss_carpet\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mossy_cobblestone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oak_fence_gate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_fence_gate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spruce_fence_gate", + "name": "minecraft:spruce_fence_gate", + "translation_key": "block.minecraft.spruce_fence_gate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mossy_cobblestone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mossy_cobblestone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mossy_cobblestone_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spruce_fence_gate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_fence_gate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:birch_fence_gate", + "name": "minecraft:birch_fence_gate", + "translation_key": "block.minecraft.birch_fence_gate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mossy_cobblestone_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mossy_cobblestone_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mossy_cobblestone_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:birch_fence_gate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_fence_gate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jungle_fence_gate", + "name": "minecraft:jungle_fence_gate", + "translation_key": "block.minecraft.jungle_fence_gate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mossy_cobblestone_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mossy_cobblestone_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mossy_cobblestone_wall": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:jungle_fence_gate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_fence_gate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:acacia_fence_gate", + "name": "minecraft:acacia_fence_gate", + "translation_key": "block.minecraft.acacia_fence_gate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mossy_cobblestone_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mossy_cobblestone_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mossy_stone_brick_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:acacia_fence_gate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_fence_gate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cherry_fence_gate", + "name": "minecraft:cherry_fence_gate", + "translation_key": "block.minecraft.cherry_fence_gate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mossy_stone_brick_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mossy_stone_brick_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mossy_stone_brick_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cherry_fence_gate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_fence_gate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dark_oak_fence_gate", + "name": "minecraft:dark_oak_fence_gate", + "translation_key": "block.minecraft.dark_oak_fence_gate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mossy_stone_brick_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mossy_stone_brick_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mossy_stone_brick_wall": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dark_oak_fence_gate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_fence_gate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pale_oak_fence_gate", + "name": "minecraft:pale_oak_fence_gate", + "translation_key": "block.minecraft.pale_oak_fence_gate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mossy_stone_brick_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mossy_stone_brick_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mossy_stone_bricks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pale_oak_fence_gate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_fence_gate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mangrove_fence_gate", + "name": "minecraft:mangrove_fence_gate", + "translation_key": "block.minecraft.mangrove_fence_gate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mossy_stone_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mossy_stone_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mourner_pottery_sherd": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mangrove_fence_gate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_fence_gate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bamboo_fence_gate", + "name": "minecraft:bamboo_fence_gate", + "translation_key": "block.minecraft.bamboo_fence_gate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mourner_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.mourner_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mud": { - "components": { + "minecraft:item_model": "minecraft:bamboo_fence_gate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_fence_gate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:crimson_fence_gate", + "name": "minecraft:crimson_fence_gate", + "translation_key": "block.minecraft.crimson_fence_gate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mud", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mud\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mud_brick_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:crimson_fence_gate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_fence_gate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:warped_fence_gate", + "name": "minecraft:warped_fence_gate", + "translation_key": "block.minecraft.warped_fence_gate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mud_brick_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mud_brick_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mud_brick_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:warped_fence_gate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_fence_gate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:powered_rail", + "name": "minecraft:powered_rail", + "translation_key": "block.minecraft.powered_rail", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mud_brick_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mud_brick_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mud_brick_wall": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:powered_rail", + "minecraft:item_name": "{\"translate\":\"block.minecraft.powered_rail\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:detector_rail", + "name": "minecraft:detector_rail", + "translation_key": "block.minecraft.detector_rail", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mud_brick_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mud_brick_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mud_bricks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:detector_rail", + "minecraft:item_name": "{\"translate\":\"block.minecraft.detector_rail\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:rail", + "name": "minecraft:rail", + "translation_key": "block.minecraft.rail", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mud_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mud_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:muddy_mangrove_roots": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:rail", + "minecraft:item_name": "{\"translate\":\"block.minecraft.rail\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:activator_rail", + "name": "minecraft:activator_rail", + "translation_key": "block.minecraft.activator_rail", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:muddy_mangrove_roots", - "minecraft:item_name": "{\"translate\":\"block.minecraft.muddy_mangrove_roots\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mule_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:activator_rail", + "minecraft:item_name": "{\"translate\":\"block.minecraft.activator_rail\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:saddle", + "name": "minecraft:saddle", + "translation_key": "item.minecraft.saddle", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mule_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.mule_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mushroom_stem": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:saddle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.saddle\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:minecart", + "name": "minecraft:minecart", + "translation_key": "item.minecraft.minecart", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mushroom_stem", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mushroom_stem\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mushroom_stew": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:minecart", + "minecraft:item_name": "{\"translate\":\"item.minecraft.minecart\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:chest_minecart", + "name": "minecraft:chest_minecart", + "translation_key": "item.minecraft.chest_minecart", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 6, - "saturation": 7.2000003 - }, - "minecraft:item_model": "minecraft:mushroom_stew", - "minecraft:item_name": "{\"translate\":\"item.minecraft.mushroom_stew\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:use_remainder": { - "count": 1, - "id": "minecraft:bowl" - } - } - }, - "minecraft:music_disc_11": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:chest_minecart", + "minecraft:item_name": "{\"translate\":\"item.minecraft.chest_minecart\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:furnace_minecart", + "name": "minecraft:furnace_minecart", + "translation_key": "item.minecraft.furnace_minecart", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:music_disc_11", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_11\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:11" - }, - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:music_disc_13": { - "components": { + "minecraft:item_model": "minecraft:furnace_minecart", + "minecraft:item_name": "{\"translate\":\"item.minecraft.furnace_minecart\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tnt_minecart", + "name": "minecraft:tnt_minecart", + "translation_key": "item.minecraft.tnt_minecart", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:music_disc_13", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_13\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:13" - }, - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:music_disc_5": { - "components": { + "minecraft:item_model": "minecraft:tnt_minecart", + "minecraft:item_name": "{\"translate\":\"item.minecraft.tnt_minecart\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:hopper_minecart", + "name": "minecraft:hopper_minecart", + "translation_key": "item.minecraft.hopper_minecart", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:music_disc_5", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_5\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:5" - }, - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:music_disc_blocks": { - "components": { + "minecraft:item_model": "minecraft:hopper_minecart", + "minecraft:item_name": "{\"translate\":\"item.minecraft.hopper_minecart\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:carrot_on_a_stick", + "name": "minecraft:carrot_on_a_stick", + "translation_key": "item.minecraft.carrot_on_a_stick", + "max_stack": 1, + "max_durability": 25, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:max_damage": 25, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:music_disc_blocks", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_blocks\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:blocks" - }, - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:music_disc_cat": { - "components": { + "minecraft:item_model": "minecraft:carrot_on_a_stick", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.carrot_on_a_stick\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:warped_fungus_on_a_stick", + "name": "minecraft:warped_fungus_on_a_stick", + "translation_key": "item.minecraft.warped_fungus_on_a_stick", + "max_stack": 1, + "max_durability": 100, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:max_damage": 100, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:music_disc_cat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_cat\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:cat" - }, - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:music_disc_chirp": { - "components": { + "minecraft:item_model": "minecraft:warped_fungus_on_a_stick", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.warped_fungus_on_a_stick\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:phantom_membrane", + "name": "minecraft:phantom_membrane", + "translation_key": "item.minecraft.phantom_membrane", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:music_disc_chirp", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_chirp\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:chirp" + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:phantom_membrane", + "minecraft:item_name": "{\"translate\":\"item.minecraft.phantom_membrane\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:music_disc_creator": { + { + "id": "minecraft:elytra", + "name": "minecraft:elytra", + "translation_key": "item.minecraft.elytra", + "max_stack": 1, + "max_durability": 432, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "damage_on_hurt": false, + "slot": "chest", + "equip_sound": "minecraft:item.armor.equip_elytra", + "model": "minecraft:elytra" + }, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:elytra", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.elytra\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [], + "minecraft:max_damage": 432, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:music_disc_creator", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_creator\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:creator" + "minecraft:rarity": "epic", + "minecraft:repairable": { + "items": "minecraft:phantom_membrane" }, - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "rare", - "minecraft:repair_cost": 0 + "minecraft:glider": {} } }, - "minecraft:music_disc_creator_music_box": { + { + "id": "minecraft:oak_boat", + "name": "minecraft:oak_boat", + "translation_key": "item.minecraft.oak_boat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:oak_boat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.oak_boat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oak_chest_boat", + "name": "minecraft:oak_chest_boat", + "translation_key": "item.minecraft.oak_chest_boat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:music_disc_creator_music_box", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_creator_music_box\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:creator_music_box" - }, - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:music_disc_far": { - "components": { + "minecraft:item_model": "minecraft:oak_chest_boat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.oak_chest_boat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:music_disc_far", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_far\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:far" - }, - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:music_disc_mall": { + { + "id": "minecraft:spruce_boat", + "name": "minecraft:spruce_boat", + "translation_key": "item.minecraft.spruce_boat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:music_disc_mall", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_mall\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:mall" - }, - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:music_disc_mellohi": { - "components": { + "minecraft:item_model": "minecraft:spruce_boat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.spruce_boat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spruce_chest_boat", + "name": "minecraft:spruce_chest_boat", + "translation_key": "item.minecraft.spruce_chest_boat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:music_disc_mellohi", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_mellohi\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:mellohi" - }, - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:music_disc_otherside": { - "components": { + "minecraft:item_model": "minecraft:spruce_chest_boat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.spruce_chest_boat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:birch_boat", + "name": "minecraft:birch_boat", + "translation_key": "item.minecraft.birch_boat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:music_disc_otherside", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_otherside\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:otherside" - }, - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:rarity": "rare", - "minecraft:repair_cost": 0 - } - }, - "minecraft:music_disc_pigstep": { - "components": { + "minecraft:item_model": "minecraft:birch_boat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.birch_boat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:birch_chest_boat", + "name": "minecraft:birch_chest_boat", + "translation_key": "item.minecraft.birch_chest_boat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:music_disc_pigstep", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_pigstep\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:pigstep" - }, - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:rarity": "rare", - "minecraft:repair_cost": 0 - } - }, - "minecraft:music_disc_precipice": { - "components": { + "minecraft:item_model": "minecraft:birch_chest_boat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.birch_chest_boat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jungle_boat", + "name": "minecraft:jungle_boat", + "translation_key": "item.minecraft.jungle_boat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:music_disc_precipice", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_precipice\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:precipice" - }, - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:music_disc_relic": { - "components": { + "minecraft:item_model": "minecraft:jungle_boat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.jungle_boat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jungle_chest_boat", + "name": "minecraft:jungle_chest_boat", + "translation_key": "item.minecraft.jungle_chest_boat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:music_disc_relic", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_relic\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:relic" - }, - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:music_disc_stal": { - "components": { + "minecraft:item_model": "minecraft:jungle_chest_boat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.jungle_chest_boat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:acacia_boat", + "name": "minecraft:acacia_boat", + "translation_key": "item.minecraft.acacia_boat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:music_disc_stal", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_stal\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:stal" - }, - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:music_disc_strad": { - "components": { + "minecraft:item_model": "minecraft:acacia_boat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.acacia_boat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:acacia_chest_boat", + "name": "minecraft:acacia_chest_boat", + "translation_key": "item.minecraft.acacia_chest_boat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:music_disc_strad", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_strad\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:strad" - }, - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:music_disc_wait": { - "components": { + "minecraft:item_model": "minecraft:acacia_chest_boat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.acacia_chest_boat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cherry_boat", + "name": "minecraft:cherry_boat", + "translation_key": "item.minecraft.cherry_boat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:music_disc_wait", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_wait\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:wait" - }, - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:music_disc_ward": { - "components": { + "minecraft:item_model": "minecraft:cherry_boat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cherry_boat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cherry_chest_boat", + "name": "minecraft:cherry_chest_boat", + "translation_key": "item.minecraft.cherry_chest_boat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:music_disc_ward", - "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_ward\"}", - "minecraft:jukebox_playable": { - "song": "minecraft:ward" - }, - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mutton": { - "components": { + "minecraft:item_model": "minecraft:cherry_chest_boat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cherry_chest_boat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dark_oak_boat", + "name": "minecraft:dark_oak_boat", + "translation_key": "item.minecraft.dark_oak_boat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 2, - "saturation": 1.2 - }, - "minecraft:item_model": "minecraft:mutton", - "minecraft:item_name": "{\"translate\":\"item.minecraft.mutton\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:mycelium": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:dark_oak_boat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.dark_oak_boat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dark_oak_chest_boat", + "name": "minecraft:dark_oak_chest_boat", + "translation_key": "item.minecraft.dark_oak_chest_boat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:mycelium", - "minecraft:item_name": "{\"translate\":\"block.minecraft.mycelium\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:name_tag": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:dark_oak_chest_boat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.dark_oak_chest_boat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pale_oak_boat", + "name": "minecraft:pale_oak_boat", + "translation_key": "item.minecraft.pale_oak_boat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:name_tag", - "minecraft:item_name": "{\"translate\":\"item.minecraft.name_tag\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:nautilus_shell": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:pale_oak_boat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.pale_oak_boat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:nautilus_shell", - "minecraft:item_name": "{\"translate\":\"item.minecraft.nautilus_shell\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:nether_brick": { + { + "id": "minecraft:pale_oak_chest_boat", + "name": "minecraft:pale_oak_chest_boat", + "translation_key": "item.minecraft.pale_oak_chest_boat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:nether_brick", - "minecraft:item_name": "{\"translate\":\"item.minecraft.nether_brick\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:nether_brick_fence": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:pale_oak_chest_boat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.pale_oak_chest_boat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:nether_brick_fence", - "minecraft:item_name": "{\"translate\":\"block.minecraft.nether_brick_fence\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:nether_brick_slab": { + { + "id": "minecraft:mangrove_boat", + "name": "minecraft:mangrove_boat", + "translation_key": "item.minecraft.mangrove_boat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:nether_brick_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.nether_brick_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:nether_brick_stairs": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:mangrove_boat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.mangrove_boat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:nether_brick_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.nether_brick_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:nether_brick_wall": { + { + "id": "minecraft:mangrove_chest_boat", + "name": "minecraft:mangrove_chest_boat", + "translation_key": "item.minecraft.mangrove_chest_boat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:nether_brick_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.nether_brick_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:nether_bricks": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:mangrove_chest_boat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.mangrove_chest_boat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:nether_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.nether_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:nether_gold_ore": { + { + "id": "minecraft:bamboo_raft", + "name": "minecraft:bamboo_raft", + "translation_key": "item.minecraft.bamboo_raft", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:nether_gold_ore", - "minecraft:item_name": "{\"translate\":\"block.minecraft.nether_gold_ore\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:nether_quartz_ore": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:bamboo_raft", + "minecraft:item_name": "{\"translate\":\"item.minecraft.bamboo_raft\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:nether_quartz_ore", - "minecraft:item_name": "{\"translate\":\"block.minecraft.nether_quartz_ore\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:nether_sprouts": { + { + "id": "minecraft:bamboo_chest_raft", + "name": "minecraft:bamboo_chest_raft", + "translation_key": "item.minecraft.bamboo_chest_raft", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:nether_sprouts", - "minecraft:item_name": "{\"translate\":\"block.minecraft.nether_sprouts\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:nether_star": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:bamboo_chest_raft", + "minecraft:item_name": "{\"translate\":\"item.minecraft.bamboo_chest_raft\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:damage_resistant": { - "types": "#minecraft:is_explosion" - }, - "minecraft:enchantment_glint_override": true, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:nether_star", - "minecraft:item_name": "{\"translate\":\"item.minecraft.nether_star\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "rare", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:nether_wart": { + { + "id": "minecraft:structure_block", + "name": "minecraft:structure_block", + "translation_key": "block.minecraft.structure_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:nether_wart", - "minecraft:item_name": "{\"translate\":\"item.minecraft.nether_wart\"}", - "minecraft:lore": [], + "minecraft:rarity": "epic", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:nether_wart_block": { - "components": { + "minecraft:item_model": "minecraft:structure_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.structure_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jigsaw", + "name": "minecraft:jigsaw", + "translation_key": "block.minecraft.jigsaw", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:nether_wart_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.nether_wart_block\"}", - "minecraft:lore": [], + "minecraft:rarity": "epic", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:jigsaw", + "minecraft:item_name": "{\"translate\":\"block.minecraft.jigsaw\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:netherite_axe": { + { + "id": "minecraft:turtle_helmet", + "name": "minecraft:turtle_helmet", + "translation_key": "item.minecraft.turtle_helmet", + "max_stack": 1, + "max_durability": 275, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 9 + }, + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "head", + "equip_sound": "minecraft:item.armor.equip_turtle", + "model": "minecraft:turtle_scute" + }, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:turtle_helmet", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.turtle_helmet\"}", "minecraft:attribute_modifiers": { "modifiers": [ { - "type": "minecraft:attack_damage", - "amount": 9.0, - "id": "minecraft:base_attack_damage", + "type": "minecraft:armor", + "id": "minecraft:armor.helmet", + "amount": 2.0, "operation": "add_value", - "slot": "mainhand" + "slot": "head" }, { - "type": "minecraft:attack_speed", - "amount": -3.0, - "id": "minecraft:base_attack_speed", + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.helmet", + "amount": 0.0, "operation": "add_value", - "slot": "mainhand" + "slot": "head" } ] }, - "minecraft:damage": 0, - "minecraft:damage_resistant": { - "types": "#minecraft:is_fire" - }, - "minecraft:enchantable": { - "value": 15 - }, + "minecraft:lore": [], + "minecraft:max_damage": 275, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:netherite_axe", - "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_axe\"}", - "minecraft:lore": [], - "minecraft:max_damage": 2031, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, "minecraft:repairable": { - "items": "#minecraft:netherite_tool_materials" - }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_netherite_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/axe", - "correct_for_drops": true, - "speed": 9.0 - } - ] + "items": "#minecraft:repairs_turtle_helmet" } } }, - "minecraft:netherite_block": { + { + "id": "minecraft:turtle_scute", + "name": "minecraft:turtle_scute", + "translation_key": "item.minecraft.turtle_scute", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:turtle_scute", + "minecraft:item_name": "{\"translate\":\"item.minecraft.turtle_scute\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:damage_resistant": { - "types": "#minecraft:is_fire" - }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:armadillo_scute", + "name": "minecraft:armadillo_scute", + "translation_key": "item.minecraft.armadillo_scute", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:netherite_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.netherite_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:armadillo_scute", + "minecraft:item_name": "{\"translate\":\"item.minecraft.armadillo_scute\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:netherite_boots": { + { + "id": "minecraft:wolf_armor", + "name": "minecraft:wolf_armor", + "translation_key": "item.minecraft.wolf_armor", + "max_stack": 1, + "max_durability": 64, + "break_sound": "minecraft:item.wolf_armor.break", "components": { + "minecraft:max_damage": 64, + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:item_model": "minecraft:wolf_armor", + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:repairable": { + "items": "#minecraft:repairs_wolf_armor" + }, + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.wolf_armor\"}", "minecraft:attribute_modifiers": { "modifiers": [ { "type": "minecraft:armor", - "amount": 3.0, - "id": "minecraft:armor.boots", + "id": "minecraft:armor.body", + "amount": 11.0, "operation": "add_value", - "slot": "feet" + "slot": "body" }, { "type": "minecraft:armor_toughness", - "amount": 3.0, - "id": "minecraft:armor.boots", - "operation": "add_value", - "slot": "feet" - }, - { - "type": "minecraft:knockback_resistance", - "amount": 0.10000000149011612, - "id": "minecraft:armor.boots", + "id": "minecraft:armor.body", + "amount": 0.0, "operation": "add_value", - "slot": "feet" + "slot": "body" } ] }, - "minecraft:damage": 0, - "minecraft:damage_resistant": { - "types": "#minecraft:is_fire" - }, - "minecraft:enchantable": { - "value": 15 - }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_netherite", - "model": "minecraft:netherite", - "slot": "feet" - }, - "minecraft:item_model": "minecraft:netherite_boots", - "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_boots\"}", "minecraft:lore": [], - "minecraft:max_damage": 481, - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_netherite_armor" + "minecraft:equippable": { + "allowed_entities": "minecraft:wolf", + "slot": "body", + "equip_sound": "minecraft:item.armor.equip_wolf", + "model": "minecraft:armadillo_scute" } } }, - "minecraft:netherite_chestplate": { + { + "id": "minecraft:flint_and_steel", + "name": "minecraft:flint_and_steel", + "translation_key": "item.minecraft.flint_and_steel", + "max_stack": 1, + "max_durability": 64, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 8.0, - "id": "minecraft:armor.chestplate", - "operation": "add_value", - "slot": "chest" - }, - { - "type": "minecraft:armor_toughness", - "amount": 3.0, - "id": "minecraft:armor.chestplate", - "operation": "add_value", - "slot": "chest" - }, - { - "type": "minecraft:knockback_resistance", - "amount": 0.10000000149011612, - "id": "minecraft:armor.chestplate", - "operation": "add_value", - "slot": "chest" - } - ] + "minecraft:max_damage": 64, + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:flint_and_steel", "minecraft:damage": 0, - "minecraft:damage_resistant": { - "types": "#minecraft:is_fire" - }, - "minecraft:enchantable": { - "value": 15 + "minecraft:item_name": "{\"translate\":\"item.minecraft.flint_and_steel\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bowl", + "name": "minecraft:bowl", + "translation_key": "item.minecraft.bowl", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_netherite", - "model": "minecraft:netherite", - "slot": "chest" - }, - "minecraft:item_model": "minecraft:netherite_chestplate", - "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_chestplate\"}", - "minecraft:lore": [], - "minecraft:max_damage": 592, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_netherite_armor" - } + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bowl", + "minecraft:item_name": "{\"translate\":\"item.minecraft.bowl\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:netherite_helmet": { + { + "id": "minecraft:apple", + "name": "minecraft:apple", + "translation_key": "item.minecraft.apple", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 3.0, - "id": "minecraft:armor.helmet", - "operation": "add_value", - "slot": "head" - }, - { - "type": "minecraft:armor_toughness", - "amount": 3.0, - "id": "minecraft:armor.helmet", - "operation": "add_value", - "slot": "head" - }, - { - "type": "minecraft:knockback_resistance", - "amount": 0.10000000149011612, - "id": "minecraft:armor.helmet", - "operation": "add_value", - "slot": "head" - } - ] + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:damage": 0, - "minecraft:damage_resistant": { - "types": "#minecraft:is_fire" + "minecraft:food": { + "nutrition": 4, + "saturation": 2.4 }, - "minecraft:enchantable": { - "value": 15 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:apple", + "minecraft:item_name": "{\"translate\":\"item.minecraft.apple\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bow", + "name": "minecraft:bow", + "translation_key": "item.minecraft.bow", + "max_stack": 1, + "max_durability": 384, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:max_damage": 384, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_netherite", - "model": "minecraft:netherite", - "slot": "head" + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:bow", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.bow\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:item_model": "minecraft:netherite_helmet", - "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_helmet\"}", "minecraft:lore": [], - "minecraft:max_damage": 407, - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_netherite_armor" + "minecraft:enchantable": { + "value": 1 } } }, - "minecraft:netherite_hoe": { + { + "id": "minecraft:arrow", + "name": "minecraft:arrow", + "translation_key": "item.minecraft.arrow", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:arrow", + "minecraft:item_name": "{\"translate\":\"item.minecraft.arrow\"}", "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 0.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": 0.0, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] + "modifiers": [] }, - "minecraft:damage": 0, - "minecraft:damage_resistant": { - "types": "#minecraft:is_fire" + "minecraft:lore": [] + } + }, + { + "id": "minecraft:coal", + "name": "minecraft:coal", + "translation_key": "item.minecraft.coal", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:enchantable": { - "value": 15 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:coal", + "minecraft:item_name": "{\"translate\":\"item.minecraft.coal\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:charcoal", + "name": "minecraft:charcoal", + "translation_key": "item.minecraft.charcoal", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:netherite_hoe", - "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_hoe\"}", - "minecraft:lore": [], - "minecraft:max_damage": 2031, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:netherite_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:charcoal", + "minecraft:item_name": "{\"translate\":\"item.minecraft.charcoal\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_netherite_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/hoe", - "correct_for_drops": true, - "speed": 9.0 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:netherite_ingot": { + { + "id": "minecraft:diamond", + "name": "minecraft:diamond", + "translation_key": "item.minecraft.diamond", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:diamond", + "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:damage_resistant": { - "types": "#minecraft:is_fire" - }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:emerald", + "name": "minecraft:emerald", + "translation_key": "item.minecraft.emerald", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:netherite_ingot", - "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_ingot\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:emerald", + "minecraft:item_name": "{\"translate\":\"item.minecraft.emerald\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:netherite_leggings": { + { + "id": "minecraft:lapis_lazuli", + "name": "minecraft:lapis_lazuli", + "translation_key": "item.minecraft.lapis_lazuli", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lapis_lazuli", + "minecraft:item_name": "{\"translate\":\"item.minecraft.lapis_lazuli\"}", "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 6.0, - "id": "minecraft:armor.leggings", - "operation": "add_value", - "slot": "legs" - }, - { - "type": "minecraft:armor_toughness", - "amount": 3.0, - "id": "minecraft:armor.leggings", - "operation": "add_value", - "slot": "legs" - }, - { - "type": "minecraft:knockback_resistance", - "amount": 0.10000000149011612, - "id": "minecraft:armor.leggings", - "operation": "add_value", - "slot": "legs" - } - ] + "modifiers": [] }, - "minecraft:damage": 0, - "minecraft:damage_resistant": { - "types": "#minecraft:is_fire" + "minecraft:lore": [] + } + }, + { + "id": "minecraft:quartz", + "name": "minecraft:quartz", + "translation_key": "item.minecraft.quartz", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:enchantable": { - "value": 15 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:quartz", + "minecraft:item_name": "{\"translate\":\"item.minecraft.quartz\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:amethyst_shard", + "name": "minecraft:amethyst_shard", + "translation_key": "item.minecraft.amethyst_shard", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_netherite", - "model": "minecraft:netherite", - "slot": "legs" - }, - "minecraft:item_model": "minecraft:netherite_leggings", - "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_leggings\"}", - "minecraft:lore": [], - "minecraft:max_damage": 555, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:amethyst_shard", + "minecraft:item_name": "{\"translate\":\"item.minecraft.amethyst_shard\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:raw_iron", + "name": "minecraft:raw_iron", + "translation_key": "item.minecraft.raw_iron", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_netherite_armor" - } + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:raw_iron", + "minecraft:item_name": "{\"translate\":\"item.minecraft.raw_iron\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:netherite_pickaxe": { + { + "id": "minecraft:iron_ingot", + "name": "minecraft:iron_ingot", + "translation_key": "item.minecraft.iron_ingot", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:iron_ingot", + "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_ingot\"}", "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 5.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -2.799999952316284, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] + "modifiers": [] }, - "minecraft:damage": 0, - "minecraft:damage_resistant": { - "types": "#minecraft:is_fire" + "minecraft:lore": [] + } + }, + { + "id": "minecraft:raw_copper", + "name": "minecraft:raw_copper", + "translation_key": "item.minecraft.raw_copper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:enchantable": { - "value": 15 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:raw_copper", + "minecraft:item_name": "{\"translate\":\"item.minecraft.raw_copper\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:copper_ingot", + "name": "minecraft:copper_ingot", + "translation_key": "item.minecraft.copper_ingot", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:netherite_pickaxe", - "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_pickaxe\"}", - "minecraft:lore": [], - "minecraft:max_damage": 2031, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:copper_ingot", + "minecraft:item_name": "{\"translate\":\"item.minecraft.copper_ingot\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:raw_gold", + "name": "minecraft:raw_gold", + "translation_key": "item.minecraft.raw_gold", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:netherite_tool_materials" + "minecraft:enchantments": { + "levels": {} }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_netherite_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/pickaxe", - "correct_for_drops": true, - "speed": 9.0 - } - ] - } + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:raw_gold", + "minecraft:item_name": "{\"translate\":\"item.minecraft.raw_gold\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:netherite_scrap": { + { + "id": "minecraft:gold_ingot", + "name": "minecraft:gold_ingot", + "translation_key": "item.minecraft.gold_ingot", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:gold_ingot", + "minecraft:item_name": "{\"translate\":\"item.minecraft.gold_ingot\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:netherite_ingot", + "name": "minecraft:netherite_ingot", + "translation_key": "item.minecraft.netherite_ingot", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:netherite_ingot", "minecraft:damage_resistant": { "types": "#minecraft:is_fire" }, + "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_ingot\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:netherite_scrap", + "name": "minecraft:netherite_scrap", + "translation_key": "item.minecraft.netherite_scrap", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:item_model": "minecraft:netherite_scrap", + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" + }, "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_scrap\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:netherite_shovel": { + { + "id": "minecraft:wooden_sword", + "name": "minecraft:wooden_sword", + "translation_key": "item.minecraft.wooden_sword", + "max_stack": 1, + "max_durability": 59, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:wooden_sword", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.wooden_sword\"}", "minecraft:attribute_modifiers": { "modifiers": [ { "type": "minecraft:attack_damage", - "amount": 5.5, "id": "minecraft:base_attack_damage", + "amount": 3.0, "operation": "add_value", "slot": "mainhand" }, { "type": "minecraft:attack_speed", - "amount": -3.0, "id": "minecraft:base_attack_speed", + "amount": -2.4000000953674316, "operation": "add_value", "slot": "mainhand" } ] }, - "minecraft:damage": 0, - "minecraft:damage_resistant": { - "types": "#minecraft:is_fire" - }, - "minecraft:enchantable": { - "value": 15 - }, + "minecraft:lore": [], + "minecraft:max_damage": 59, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:netherite_shovel", - "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_shovel\"}", - "minecraft:lore": [], - "minecraft:max_damage": 2031, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, "minecraft:repairable": { - "items": "#minecraft:netherite_tool_materials" + "items": "#minecraft:wooden_tool_materials" }, "minecraft:tool": { "rules": [ { - "blocks": "#minecraft:incorrect_for_netherite_tool", - "correct_for_drops": false + "blocks": "minecraft:cobweb", + "speed": 15.0, + "correct_for_drops": true }, { - "blocks": "#minecraft:mineable/shovel", - "correct_for_drops": true, - "speed": 9.0 + "blocks": "#minecraft:sword_efficient", + "speed": 1.5 } - ] + ], + "damage_per_block": 2 } } }, - "minecraft:netherite_sword": { + { + "id": "minecraft:wooden_shovel", + "name": "minecraft:wooden_shovel", + "translation_key": "item.minecraft.wooden_shovel", + "max_stack": 1, + "max_durability": 59, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:wooden_shovel", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.wooden_shovel\"}", "minecraft:attribute_modifiers": { "modifiers": [ { "type": "minecraft:attack_damage", - "amount": 7.0, "id": "minecraft:base_attack_damage", + "amount": 1.5, "operation": "add_value", "slot": "mainhand" }, { "type": "minecraft:attack_speed", - "amount": -2.4000000953674316, "id": "minecraft:base_attack_speed", + "amount": -3.0, "operation": "add_value", "slot": "mainhand" } ] }, - "minecraft:damage": 0, - "minecraft:damage_resistant": { - "types": "#minecraft:is_fire" - }, - "minecraft:enchantable": { - "value": 15 - }, + "minecraft:lore": [], + "minecraft:max_damage": 59, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:netherite_sword", - "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_sword\"}", - "minecraft:lore": [], - "minecraft:max_damage": 2031, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, "minecraft:repairable": { - "items": "#minecraft:netherite_tool_materials" + "items": "#minecraft:wooden_tool_materials" }, "minecraft:tool": { - "damage_per_block": 2, "rules": [ { - "blocks": "minecraft:cobweb", - "correct_for_drops": true, - "speed": 15.0 + "blocks": "#minecraft:incorrect_for_wooden_tool", + "correct_for_drops": false }, { - "blocks": "#minecraft:sword_efficient", - "speed": 1.5 + "blocks": "#minecraft:mineable/shovel", + "speed": 2.0, + "correct_for_drops": true } ] } } }, - "minecraft:netherite_upgrade_smithing_template": { + { + "id": "minecraft:wooden_pickaxe", + "name": "minecraft:wooden_pickaxe", + "translation_key": "item.minecraft.wooden_pickaxe", + "max_stack": 1, + "max_durability": 59, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, - "minecraft:enchantments": { - "levels": {} + "minecraft:enchantable": { + "value": 15 }, - "minecraft:item_model": "minecraft:netherite_upgrade_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_upgrade_smithing_template\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:netherrack": { - "components": { + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:wooden_pickaxe", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.wooden_pickaxe\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 1.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -2.799999952316284, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 59, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:netherrack", - "minecraft:item_name": "{\"translate\":\"block.minecraft.netherrack\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:wooden_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_wooden_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/pickaxe", + "speed": 2.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:note_block": { + { + "id": "minecraft:wooden_axe", + "name": "minecraft:wooden_axe", + "translation_key": "item.minecraft.wooden_axe", + "max_stack": 1, + "max_durability": 59, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:wooden_axe", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.wooden_axe\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 6.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -3.200000047683716, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 59, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:note_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.note_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:wooden_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_wooden_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/axe", + "speed": 2.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:oak_boat": { + { + "id": "minecraft:wooden_hoe", + "name": "minecraft:wooden_hoe", + "translation_key": "item.minecraft.wooden_hoe", + "max_stack": 1, + "max_durability": 59, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, - "minecraft:enchantments": { - "levels": {} + "minecraft:enchantable": { + "value": 15 }, - "minecraft:item_model": "minecraft:oak_boat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.oak_boat\"}", - "minecraft:lore": [], + "minecraft:repair_cost": 0, "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:oak_button": { - "components": { + "minecraft:item_model": "minecraft:wooden_hoe", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.wooden_hoe\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 0.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -3.0, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 59, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oak_button", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_button\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:wooden_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_wooden_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/hoe", + "speed": 2.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:oak_chest_boat": { + { + "id": "minecraft:stone_sword", + "name": "minecraft:stone_sword", + "translation_key": "item.minecraft.stone_sword", + "max_stack": 1, + "max_durability": 131, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 5 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:stone_sword", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.stone_sword\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 4.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -2.4000000953674316, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 131, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oak_chest_boat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.oak_chest_boat\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:stone_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "minecraft:cobweb", + "speed": 15.0, + "correct_for_drops": true + }, + { + "blocks": "#minecraft:sword_efficient", + "speed": 1.5 + } + ], + "damage_per_block": 2 + } } }, - "minecraft:oak_door": { + { + "id": "minecraft:stone_shovel", + "name": "minecraft:stone_shovel", + "translation_key": "item.minecraft.stone_shovel", + "max_stack": 1, + "max_durability": 131, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 5 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:stone_shovel", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.stone_shovel\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 2.5, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -3.0, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 131, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oak_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:stone_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_stone_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/shovel", + "speed": 4.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:oak_fence": { + { + "id": "minecraft:stone_pickaxe", + "name": "minecraft:stone_pickaxe", + "translation_key": "item.minecraft.stone_pickaxe", + "max_stack": 1, + "max_durability": 131, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, - "minecraft:enchantments": { - "levels": {} + "minecraft:enchantable": { + "value": 5 }, - "minecraft:item_model": "minecraft:oak_fence", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_fence\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:oak_fence_gate": { - "components": { + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:stone_pickaxe", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.stone_pickaxe\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 2.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -2.799999952316284, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 131, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oak_fence_gate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_fence_gate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:stone_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_stone_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/pickaxe", + "speed": 4.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:oak_hanging_sign": { + { + "id": "minecraft:stone_axe", + "name": "minecraft:stone_axe", + "translation_key": "item.minecraft.stone_axe", + "max_stack": 1, + "max_durability": 131, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 5 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:stone_axe", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.stone_axe\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 8.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -3.200000047683716, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 131, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oak_hanging_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_hanging_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:stone_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_stone_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/axe", + "speed": 4.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:oak_leaves": { + { + "id": "minecraft:stone_hoe", + "name": "minecraft:stone_hoe", + "translation_key": "item.minecraft.stone_hoe", + "max_stack": 1, + "max_durability": 131, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 5 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:stone_hoe", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.stone_hoe\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 0.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -2.0, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 131, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oak_leaves", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_leaves\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:stone_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_stone_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/hoe", + "speed": 4.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:oak_log": { + { + "id": "minecraft:golden_sword", + "name": "minecraft:golden_sword", + "translation_key": "item.minecraft.golden_sword", + "max_stack": 1, + "max_durability": 32, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 22 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:golden_sword", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_sword\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 3.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -2.4000000953674316, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 32, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oak_log", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_log\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:gold_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "minecraft:cobweb", + "speed": 15.0, + "correct_for_drops": true + }, + { + "blocks": "#minecraft:sword_efficient", + "speed": 1.5 + } + ], + "damage_per_block": 2 + } } }, - "minecraft:oak_planks": { + { + "id": "minecraft:golden_shovel", + "name": "minecraft:golden_shovel", + "translation_key": "item.minecraft.golden_shovel", + "max_stack": 1, + "max_durability": 32, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 22 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:golden_shovel", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_shovel\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 1.5, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -3.0, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 32, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oak_planks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_planks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:gold_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_gold_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/shovel", + "speed": 12.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:oak_pressure_plate": { + { + "id": "minecraft:golden_pickaxe", + "name": "minecraft:golden_pickaxe", + "translation_key": "item.minecraft.golden_pickaxe", + "max_stack": 1, + "max_durability": 32, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 22 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:golden_pickaxe", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_pickaxe\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 1.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -2.799999952316284, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 32, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oak_pressure_plate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_pressure_plate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:oak_sapling": { - "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, - "minecraft:enchantments": { - "levels": {} + "minecraft:repairable": { + "items": "#minecraft:gold_tool_materials" }, - "minecraft:item_model": "minecraft:oak_sapling", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_sapling\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_gold_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/pickaxe", + "speed": 12.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:oak_sign": { + { + "id": "minecraft:golden_axe", + "name": "minecraft:golden_axe", + "translation_key": "item.minecraft.golden_axe", + "max_stack": 1, + "max_durability": 32, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 22 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:golden_axe", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_axe\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 6.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -3.0, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 32, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oak_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:gold_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_gold_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/axe", + "speed": 12.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:oak_slab": { + { + "id": "minecraft:golden_hoe", + "name": "minecraft:golden_hoe", + "translation_key": "item.minecraft.golden_hoe", + "max_stack": 1, + "max_durability": 32, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 22 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:golden_hoe", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_hoe\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 0.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -3.0, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 32, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oak_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:gold_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_gold_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/hoe", + "speed": 12.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:oak_stairs": { + { + "id": "minecraft:iron_sword", + "name": "minecraft:iron_sword", + "translation_key": "item.minecraft.iron_sword", + "max_stack": 1, + "max_durability": 250, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 14 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:iron_sword", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_sword\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 5.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -2.4000000953674316, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 250, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oak_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:iron_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "minecraft:cobweb", + "speed": 15.0, + "correct_for_drops": true + }, + { + "blocks": "#minecraft:sword_efficient", + "speed": 1.5 + } + ], + "damage_per_block": 2 + } } }, - "minecraft:oak_trapdoor": { + { + "id": "minecraft:iron_shovel", + "name": "minecraft:iron_shovel", + "translation_key": "item.minecraft.iron_shovel", + "max_stack": 1, + "max_durability": 250, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 14 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:iron_shovel", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_shovel\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 3.5, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -3.0, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 250, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oak_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:iron_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_iron_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/shovel", + "speed": 6.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:oak_wood": { + { + "id": "minecraft:iron_pickaxe", + "name": "minecraft:iron_pickaxe", + "translation_key": "item.minecraft.iron_pickaxe", + "max_stack": 1, + "max_durability": 250, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 14 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:iron_pickaxe", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_pickaxe\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 3.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -2.799999952316284, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 250, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oak_wood", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_wood\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:iron_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_iron_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/pickaxe", + "speed": 6.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:observer": { + { + "id": "minecraft:iron_axe", + "name": "minecraft:iron_axe", + "translation_key": "item.minecraft.iron_axe", + "max_stack": 1, + "max_durability": 250, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, - "minecraft:enchantments": { - "levels": {} + "minecraft:enchantable": { + "value": 14 }, - "minecraft:item_model": "minecraft:observer", - "minecraft:item_name": "{\"translate\":\"block.minecraft.observer\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:obsidian": { - "components": { + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:iron_axe", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_axe\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 8.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -3.0999999046325684, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 250, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:obsidian", - "minecraft:item_name": "{\"translate\":\"block.minecraft.obsidian\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:iron_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_iron_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/axe", + "speed": 6.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:ocelot_spawn_egg": { + { + "id": "minecraft:iron_hoe", + "name": "minecraft:iron_hoe", + "translation_key": "item.minecraft.iron_hoe", + "max_stack": 1, + "max_durability": 250, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 14 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:iron_hoe", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_hoe\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 0.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -1.0, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 250, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:ocelot_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.ocelot_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:iron_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_iron_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/hoe", + "speed": 6.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:ochre_froglight": { + { + "id": "minecraft:diamond_sword", + "name": "minecraft:diamond_sword", + "translation_key": "item.minecraft.diamond_sword", + "max_stack": 1, + "max_durability": 1561, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 10 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:diamond_sword", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_sword\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 6.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -2.4000000953674316, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 1561, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:ochre_froglight", - "minecraft:item_name": "{\"translate\":\"block.minecraft.ochre_froglight\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:ominous_bottle": { - "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:repairable": { + "items": "#minecraft:diamond_tool_materials" }, - "minecraft:consumable": { - "animation": "drink", - "has_consume_particles": false, - "on_consume_effects": [ + "minecraft:tool": { + "rules": [ + { + "blocks": "minecraft:cobweb", + "speed": 15.0, + "correct_for_drops": true + }, { - "type": "minecraft:play_sound", - "sound": "minecraft:item.ominous_bottle.dispose" + "blocks": "#minecraft:sword_efficient", + "speed": 1.5 } ], - "sound": "minecraft:entity.generic.drink" - }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:ominous_bottle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.ominous_bottle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:ominous_bottle_amplifier": 0, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 + "damage_per_block": 2 + } } }, - "minecraft:ominous_trial_key": { + { + "id": "minecraft:diamond_shovel", + "name": "minecraft:diamond_shovel", + "translation_key": "item.minecraft.diamond_shovel", + "max_stack": 1, + "max_durability": 1561, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 10 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:diamond_shovel", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_shovel\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 4.5, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -3.0, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 1561, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:ominous_trial_key", - "minecraft:item_name": "{\"translate\":\"item.minecraft.ominous_trial_key\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:diamond_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_diamond_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/shovel", + "speed": 8.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:orange_banner": { + { + "id": "minecraft:diamond_pickaxe", + "name": "minecraft:diamond_pickaxe", + "translation_key": "item.minecraft.diamond_pickaxe", + "max_stack": 1, + "max_durability": 1561, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 10 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:diamond_pickaxe", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_pickaxe\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 4.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -2.799999952316284, + "operation": "add_value", + "slot": "mainhand" + } + ] }, - "minecraft:banner_patterns": [], + "minecraft:lore": [], + "minecraft:max_damage": 1561, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:orange_banner", - "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_banner\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:diamond_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_diamond_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/pickaxe", + "speed": 8.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:orange_bed": { + { + "id": "minecraft:diamond_axe", + "name": "minecraft:diamond_axe", + "translation_key": "item.minecraft.diamond_axe", + "max_stack": 1, + "max_durability": 1561, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, - "minecraft:enchantments": { - "levels": {} + "minecraft:enchantable": { + "value": 10 }, - "minecraft:item_model": "minecraft:orange_bed", - "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_bed\"}", - "minecraft:lore": [], + "minecraft:repair_cost": 0, "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:orange_bundle": { - "components": { + "minecraft:item_model": "minecraft:diamond_axe", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_axe\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 8.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -3.0, + "operation": "add_value", + "slot": "mainhand" + } + ] }, - "minecraft:bundle_contents": [], + "minecraft:lore": [], + "minecraft:max_damage": 1561, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:orange_bundle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.orange_bundle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:diamond_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_diamond_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/axe", + "speed": 8.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:orange_candle": { + { + "id": "minecraft:diamond_hoe", + "name": "minecraft:diamond_hoe", + "translation_key": "item.minecraft.diamond_hoe", + "max_stack": 1, + "max_durability": 1561, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 10 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:diamond_hoe", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_hoe\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 0.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": 0.0, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 1561, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:orange_candle", - "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_candle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:diamond_tool_materials" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_diamond_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/hoe", + "speed": 8.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:orange_carpet": { + { + "id": "minecraft:netherite_sword", + "name": "minecraft:netherite_sword", + "translation_key": "item.minecraft.netherite_sword", + "max_stack": 1, + "max_durability": 2031, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:netherite_sword", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_sword\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 7.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -2.4000000953674316, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 2031, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": [ - "minecraft:llama", - "minecraft:trader_llama" - ], - "equip_sound": "minecraft:entity.llama.swag", - "model": "minecraft:orange_carpet", - "slot": "body" - }, - "minecraft:item_model": "minecraft:orange_carpet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_carpet\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:orange_concrete": { - "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:repairable": { + "items": "#minecraft:netherite_tool_materials" }, - "minecraft:enchantments": { - "levels": {} + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" }, - "minecraft:item_model": "minecraft:orange_concrete", - "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_concrete\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:tool": { + "rules": [ + { + "blocks": "minecraft:cobweb", + "speed": 15.0, + "correct_for_drops": true + }, + { + "blocks": "#minecraft:sword_efficient", + "speed": 1.5 + } + ], + "damage_per_block": 2 + } } }, - "minecraft:orange_concrete_powder": { + { + "id": "minecraft:netherite_shovel", + "name": "minecraft:netherite_shovel", + "translation_key": "item.minecraft.netherite_shovel", + "max_stack": 1, + "max_durability": 2031, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:netherite_shovel", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_shovel\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 5.5, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -3.0, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 2031, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:orange_concrete_powder", - "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_concrete_powder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:orange_dye": { - "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:repairable": { + "items": "#minecraft:netherite_tool_materials" }, - "minecraft:enchantments": { - "levels": {} + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" }, - "minecraft:item_model": "minecraft:orange_dye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.orange_dye\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_netherite_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/shovel", + "speed": 9.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:orange_glazed_terracotta": { + { + "id": "minecraft:netherite_pickaxe", + "name": "minecraft:netherite_pickaxe", + "translation_key": "item.minecraft.netherite_pickaxe", + "max_stack": 1, + "max_durability": 2031, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:netherite_pickaxe", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_pickaxe\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 5.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -2.799999952316284, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 2031, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:orange_glazed_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_glazed_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:orange_shulker_box": { - "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:repairable": { + "items": "#minecraft:netherite_tool_materials" }, - "minecraft:container": [], - "minecraft:enchantments": { - "levels": {} + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" }, - "minecraft:item_model": "minecraft:orange_shulker_box", - "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_shulker_box\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_netherite_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/pickaxe", + "speed": 9.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:orange_stained_glass": { + { + "id": "minecraft:netherite_axe", + "name": "minecraft:netherite_axe", + "translation_key": "item.minecraft.netherite_axe", + "max_stack": 1, + "max_durability": 2031, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:netherite_axe", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_axe\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 9.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -3.0, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 2031, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:orange_stained_glass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_stained_glass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:netherite_tool_materials" + }, + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_netherite_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/axe", + "speed": 9.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:orange_stained_glass_pane": { + { + "id": "minecraft:netherite_hoe", + "name": "minecraft:netherite_hoe", + "translation_key": "item.minecraft.netherite_hoe", + "max_stack": 1, + "max_durability": 2031, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:netherite_hoe", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_hoe\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 0.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": 0.0, + "operation": "add_value", + "slot": "mainhand" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 2031, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:orange_stained_glass_pane", - "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_stained_glass_pane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:netherite_tool_materials" + }, + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" + }, + "minecraft:tool": { + "rules": [ + { + "blocks": "#minecraft:incorrect_for_netherite_tool", + "correct_for_drops": false + }, + { + "blocks": "#minecraft:mineable/hoe", + "speed": 9.0, + "correct_for_drops": true + } + ] + } } }, - "minecraft:orange_terracotta": { + { + "id": "minecraft:stick", + "name": "minecraft:stick", + "translation_key": "item.minecraft.stick", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:orange_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:orange_tulip": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stick", + "minecraft:item_name": "{\"translate\":\"item.minecraft.stick\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:orange_tulip", - "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_tulip\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:orange_wool": { + { + "id": "minecraft:mushroom_stew", + "name": "minecraft:mushroom_stew", + "translation_key": "item.minecraft.mushroom_stew", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:orange_wool", - "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_wool\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 6, + "saturation": 7.2000003 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:oxeye_daisy": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:mushroom_stew", + "minecraft:item_name": "{\"translate\":\"item.minecraft.mushroom_stew\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:oxeye_daisy", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oxeye_daisy\"}", "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:use_remainder": { + "id": "minecraft:bowl", + "count": 1 + } } }, - "minecraft:oxidized_chiseled_copper": { + { + "id": "minecraft:string", + "name": "minecraft:string", + "translation_key": "item.minecraft.string", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oxidized_chiseled_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oxidized_chiseled_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:oxidized_copper": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:string", + "minecraft:item_name": "{\"translate\":\"item.minecraft.string\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:feather", + "name": "minecraft:feather", + "translation_key": "item.minecraft.feather", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oxidized_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oxidized_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:oxidized_copper_bulb": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:feather", + "minecraft:item_name": "{\"translate\":\"item.minecraft.feather\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:gunpowder", + "name": "minecraft:gunpowder", + "translation_key": "item.minecraft.gunpowder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oxidized_copper_bulb", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oxidized_copper_bulb\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:oxidized_copper_door": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:gunpowder", + "minecraft:item_name": "{\"translate\":\"item.minecraft.gunpowder\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:wheat_seeds", + "name": "minecraft:wheat_seeds", + "translation_key": "item.minecraft.wheat_seeds", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oxidized_copper_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oxidized_copper_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:oxidized_copper_grate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:wheat_seeds", + "minecraft:item_name": "{\"translate\":\"item.minecraft.wheat_seeds\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:wheat", + "name": "minecraft:wheat", + "translation_key": "item.minecraft.wheat", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oxidized_copper_grate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oxidized_copper_grate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:oxidized_copper_trapdoor": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:wheat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.wheat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bread", + "name": "minecraft:bread", + "translation_key": "item.minecraft.bread", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oxidized_copper_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oxidized_copper_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 5, + "saturation": 6.0 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:oxidized_cut_copper": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bread", + "minecraft:item_name": "{\"translate\":\"item.minecraft.bread\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:oxidized_cut_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oxidized_cut_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:oxidized_cut_copper_slab": { + { + "id": "minecraft:leather_helmet", + "name": "minecraft:leather_helmet", + "translation_key": "item.minecraft.leather_helmet", + "max_stack": 1, + "max_durability": 55, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:enchantable": { + "value": 15 }, - "minecraft:enchantments": { - "levels": {} + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "head", + "equip_sound": "minecraft:item.armor.equip_leather", + "model": "minecraft:leather" }, - "minecraft:item_model": "minecraft:oxidized_cut_copper_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oxidized_cut_copper_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:oxidized_cut_copper_stairs": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:leather_helmet", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.leather_helmet\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.helmet", + "amount": 1.0, + "operation": "add_value", + "slot": "head" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.helmet", + "amount": 0.0, + "operation": "add_value", + "slot": "head" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 55, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:oxidized_cut_copper_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.oxidized_cut_copper_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_leather_armor" + } } }, - "minecraft:packed_ice": { + { + "id": "minecraft:leather_chestplate", + "name": "minecraft:leather_chestplate", + "translation_key": "item.minecraft.leather_chestplate", + "max_stack": 1, + "max_durability": 80, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:enchantable": { + "value": 15 }, - "minecraft:enchantments": { - "levels": {} + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "chest", + "equip_sound": "minecraft:item.armor.equip_leather", + "model": "minecraft:leather" }, - "minecraft:item_model": "minecraft:packed_ice", - "minecraft:item_name": "{\"translate\":\"block.minecraft.packed_ice\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:packed_mud": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:leather_chestplate", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.leather_chestplate\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.chestplate", + "amount": 3.0, + "operation": "add_value", + "slot": "chest" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.chestplate", + "amount": 0.0, + "operation": "add_value", + "slot": "chest" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 80, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:packed_mud", - "minecraft:item_name": "{\"translate\":\"block.minecraft.packed_mud\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_leather_armor" + } } }, - "minecraft:painting": { + { + "id": "minecraft:leather_leggings", + "name": "minecraft:leather_leggings", + "translation_key": "item.minecraft.leather_leggings", + "max_stack": 1, + "max_durability": 75, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:enchantable": { + "value": 15 }, - "minecraft:enchantments": { - "levels": {} + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "legs", + "equip_sound": "minecraft:item.armor.equip_leather", + "model": "minecraft:leather" }, - "minecraft:item_model": "minecraft:painting", - "minecraft:item_name": "{\"translate\":\"item.minecraft.painting\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pale_hanging_moss": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:leather_leggings", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.leather_leggings\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.leggings", + "amount": 2.0, + "operation": "add_value", + "slot": "legs" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.leggings", + "amount": 0.0, + "operation": "add_value", + "slot": "legs" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 75, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pale_hanging_moss", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_hanging_moss\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_leather_armor" + } } }, - "minecraft:pale_moss_block": { + { + "id": "minecraft:leather_boots", + "name": "minecraft:leather_boots", + "translation_key": "item.minecraft.leather_boots", + "max_stack": 1, + "max_durability": 65, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:enchantable": { + "value": 15 }, - "minecraft:enchantments": { - "levels": {} + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "feet", + "equip_sound": "minecraft:item.armor.equip_leather", + "model": "minecraft:leather" }, - "minecraft:item_model": "minecraft:pale_moss_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_moss_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pale_moss_carpet": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:leather_boots", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.leather_boots\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.boots", + "amount": 1.0, + "operation": "add_value", + "slot": "feet" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.boots", + "amount": 0.0, + "operation": "add_value", + "slot": "feet" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 65, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pale_moss_carpet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_moss_carpet\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_leather_armor" + } } }, - "minecraft:pale_oak_boat": { + { + "id": "minecraft:chainmail_helmet", + "name": "minecraft:chainmail_helmet", + "translation_key": "item.minecraft.chainmail_helmet", + "max_stack": 1, + "max_durability": 165, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:enchantable": { + "value": 12 }, - "minecraft:enchantments": { - "levels": {} + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "head", + "equip_sound": "minecraft:item.armor.equip_chain", + "model": "minecraft:chainmail" }, - "minecraft:item_model": "minecraft:pale_oak_boat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.pale_oak_boat\"}", - "minecraft:lore": [], "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pale_oak_button": { - "components": { + "minecraft:item_model": "minecraft:chainmail_helmet", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.chainmail_helmet\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.helmet", + "amount": 2.0, + "operation": "add_value", + "slot": "head" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.helmet", + "amount": 0.0, + "operation": "add_value", + "slot": "head" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 165, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pale_oak_button", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_button\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:rarity": "uncommon", + "minecraft:repairable": { + "items": "#minecraft:repairs_chain_armor" + } } }, - "minecraft:pale_oak_chest_boat": { + { + "id": "minecraft:chainmail_chestplate", + "name": "minecraft:chainmail_chestplate", + "translation_key": "item.minecraft.chainmail_chestplate", + "max_stack": 1, + "max_durability": 240, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:enchantable": { + "value": 12 }, - "minecraft:enchantments": { - "levels": {} + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "chest", + "equip_sound": "minecraft:item.armor.equip_chain", + "model": "minecraft:chainmail" }, - "minecraft:item_model": "minecraft:pale_oak_chest_boat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.pale_oak_chest_boat\"}", - "minecraft:lore": [], "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pale_oak_door": { - "components": { + "minecraft:item_model": "minecraft:chainmail_chestplate", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.chainmail_chestplate\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.chestplate", + "amount": 5.0, + "operation": "add_value", + "slot": "chest" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.chestplate", + "amount": 0.0, + "operation": "add_value", + "slot": "chest" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 240, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pale_oak_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:rarity": "uncommon", + "minecraft:repairable": { + "items": "#minecraft:repairs_chain_armor" + } } }, - "minecraft:pale_oak_fence": { + { + "id": "minecraft:chainmail_leggings", + "name": "minecraft:chainmail_leggings", + "translation_key": "item.minecraft.chainmail_leggings", + "max_stack": 1, + "max_durability": 225, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:enchantable": { + "value": 12 }, - "minecraft:enchantments": { - "levels": {} + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "legs", + "equip_sound": "minecraft:item.armor.equip_chain", + "model": "minecraft:chainmail" }, - "minecraft:item_model": "minecraft:pale_oak_fence", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_fence\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pale_oak_fence_gate": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:chainmail_leggings", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.chainmail_leggings\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.leggings", + "amount": 4.0, + "operation": "add_value", + "slot": "legs" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.leggings", + "amount": 0.0, + "operation": "add_value", + "slot": "legs" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 225, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pale_oak_fence_gate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_fence_gate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:rarity": "uncommon", + "minecraft:repairable": { + "items": "#minecraft:repairs_chain_armor" + } } }, - "minecraft:pale_oak_hanging_sign": { + { + "id": "minecraft:chainmail_boots", + "name": "minecraft:chainmail_boots", + "translation_key": "item.minecraft.chainmail_boots", + "max_stack": 1, + "max_durability": 195, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:enchantable": { + "value": 12 }, - "minecraft:enchantments": { - "levels": {} + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "feet", + "equip_sound": "minecraft:item.armor.equip_chain", + "model": "minecraft:chainmail" }, - "minecraft:item_model": "minecraft:pale_oak_hanging_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_hanging_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pale_oak_leaves": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:chainmail_boots", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.chainmail_boots\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.boots", + "amount": 1.0, + "operation": "add_value", + "slot": "feet" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.boots", + "amount": 0.0, + "operation": "add_value", + "slot": "feet" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 195, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pale_oak_leaves", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_leaves\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:rarity": "uncommon", + "minecraft:repairable": { + "items": "#minecraft:repairs_chain_armor" + } } }, - "minecraft:pale_oak_log": { + { + "id": "minecraft:iron_helmet", + "name": "minecraft:iron_helmet", + "translation_key": "item.minecraft.iron_helmet", + "max_stack": 1, + "max_durability": 165, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:enchantable": { + "value": 9 }, - "minecraft:enchantments": { - "levels": {} + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "head", + "equip_sound": "minecraft:item.armor.equip_iron", + "model": "minecraft:iron" }, - "minecraft:item_model": "minecraft:pale_oak_log", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_log\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pale_oak_planks": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:iron_helmet", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_helmet\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.helmet", + "amount": 2.0, + "operation": "add_value", + "slot": "head" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.helmet", + "amount": 0.0, + "operation": "add_value", + "slot": "head" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 165, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pale_oak_planks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_planks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_iron_armor" + } } }, - "minecraft:pale_oak_pressure_plate": { + { + "id": "minecraft:iron_chestplate", + "name": "minecraft:iron_chestplate", + "translation_key": "item.minecraft.iron_chestplate", + "max_stack": 1, + "max_durability": 240, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 9 + }, + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "chest", + "equip_sound": "minecraft:item.armor.equip_iron", + "model": "minecraft:iron" + }, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:iron_chestplate", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_chestplate\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.chestplate", + "amount": 6.0, + "operation": "add_value", + "slot": "chest" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.chestplate", + "amount": 0.0, + "operation": "add_value", + "slot": "chest" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 240, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pale_oak_pressure_plate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_pressure_plate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_iron_armor" + } } }, - "minecraft:pale_oak_sapling": { + { + "id": "minecraft:iron_leggings", + "name": "minecraft:iron_leggings", + "translation_key": "item.minecraft.iron_leggings", + "max_stack": 1, + "max_durability": 225, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 9 + }, + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "legs", + "equip_sound": "minecraft:item.armor.equip_iron", + "model": "minecraft:iron" + }, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:iron_leggings", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_leggings\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.leggings", + "amount": 5.0, + "operation": "add_value", + "slot": "legs" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.leggings", + "amount": 0.0, + "operation": "add_value", + "slot": "legs" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 225, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pale_oak_sapling", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_sapling\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_iron_armor" + } } }, - "minecraft:pale_oak_sign": { + { + "id": "minecraft:iron_boots", + "name": "minecraft:iron_boots", + "translation_key": "item.minecraft.iron_boots", + "max_stack": 1, + "max_durability": 195, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:enchantable": { + "value": 9 }, - "minecraft:enchantments": { - "levels": {} + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "feet", + "equip_sound": "minecraft:item.armor.equip_iron", + "model": "minecraft:iron" }, - "minecraft:item_model": "minecraft:pale_oak_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pale_oak_slab": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:iron_boots", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_boots\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.boots", + "amount": 2.0, + "operation": "add_value", + "slot": "feet" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.boots", + "amount": 0.0, + "operation": "add_value", + "slot": "feet" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 195, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pale_oak_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_iron_armor" + } } }, - "minecraft:pale_oak_stairs": { + { + "id": "minecraft:diamond_helmet", + "name": "minecraft:diamond_helmet", + "translation_key": "item.minecraft.diamond_helmet", + "max_stack": 1, + "max_durability": 363, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:enchantable": { + "value": 10 }, - "minecraft:enchantments": { - "levels": {} + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "head", + "equip_sound": "minecraft:item.armor.equip_diamond", + "model": "minecraft:diamond" }, - "minecraft:item_model": "minecraft:pale_oak_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pale_oak_trapdoor": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:diamond_helmet", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_helmet\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.helmet", + "amount": 3.0, + "operation": "add_value", + "slot": "head" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.helmet", + "amount": 2.0, + "operation": "add_value", + "slot": "head" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 363, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pale_oak_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_diamond_armor" + } } }, - "minecraft:pale_oak_wood": { + { + "id": "minecraft:diamond_chestplate", + "name": "minecraft:diamond_chestplate", + "translation_key": "item.minecraft.diamond_chestplate", + "max_stack": 1, + "max_durability": 528, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:enchantable": { + "value": 10 }, - "minecraft:enchantments": { - "levels": {} + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "chest", + "equip_sound": "minecraft:item.armor.equip_diamond", + "model": "minecraft:diamond" }, - "minecraft:item_model": "minecraft:pale_oak_wood", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_wood\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:panda_spawn_egg": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:diamond_chestplate", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_chestplate\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.chestplate", + "amount": 8.0, + "operation": "add_value", + "slot": "chest" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.chestplate", + "amount": 2.0, + "operation": "add_value", + "slot": "chest" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 528, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:panda_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.panda_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_diamond_armor" + } } }, - "minecraft:paper": { + { + "id": "minecraft:diamond_leggings", + "name": "minecraft:diamond_leggings", + "translation_key": "item.minecraft.diamond_leggings", + "max_stack": 1, + "max_durability": 495, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 10 + }, + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "legs", + "equip_sound": "minecraft:item.armor.equip_diamond", + "model": "minecraft:diamond" + }, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:diamond_leggings", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_leggings\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.leggings", + "amount": 6.0, + "operation": "add_value", + "slot": "legs" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.leggings", + "amount": 2.0, + "operation": "add_value", + "slot": "legs" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 495, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:paper", - "minecraft:item_name": "{\"translate\":\"item.minecraft.paper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_diamond_armor" + } } }, - "minecraft:parrot_spawn_egg": { + { + "id": "minecraft:diamond_boots", + "name": "minecraft:diamond_boots", + "translation_key": "item.minecraft.diamond_boots", + "max_stack": 1, + "max_durability": 429, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 10 + }, + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "feet", + "equip_sound": "minecraft:item.armor.equip_diamond", + "model": "minecraft:diamond" + }, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:diamond_boots", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_boots\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.boots", + "amount": 3.0, + "operation": "add_value", + "slot": "feet" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.boots", + "amount": 2.0, + "operation": "add_value", + "slot": "feet" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 429, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:parrot_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.parrot_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_diamond_armor" + } } }, - "minecraft:pearlescent_froglight": { + { + "id": "minecraft:golden_helmet", + "name": "minecraft:golden_helmet", + "translation_key": "item.minecraft.golden_helmet", + "max_stack": 1, + "max_durability": 77, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 25 + }, + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "head", + "equip_sound": "minecraft:item.armor.equip_gold", + "model": "minecraft:gold" + }, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:golden_helmet", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_helmet\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.helmet", + "amount": 2.0, + "operation": "add_value", + "slot": "head" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.helmet", + "amount": 0.0, + "operation": "add_value", + "slot": "head" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 77, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pearlescent_froglight", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pearlescent_froglight\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_gold_armor" + } } }, - "minecraft:peony": { + { + "id": "minecraft:golden_chestplate", + "name": "minecraft:golden_chestplate", + "translation_key": "item.minecraft.golden_chestplate", + "max_stack": 1, + "max_durability": 112, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:peony", - "minecraft:item_name": "{\"translate\":\"block.minecraft.peony\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:petrified_oak_slab": { - "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:enchantable": { + "value": 25 }, - "minecraft:enchantments": { - "levels": {} + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "chest", + "equip_sound": "minecraft:item.armor.equip_gold", + "model": "minecraft:gold" }, - "minecraft:item_model": "minecraft:petrified_oak_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.petrified_oak_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:phantom_membrane": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:golden_chestplate", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_chestplate\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.chestplate", + "amount": 5.0, + "operation": "add_value", + "slot": "chest" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.chestplate", + "amount": 0.0, + "operation": "add_value", + "slot": "chest" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 112, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:phantom_membrane", - "minecraft:item_name": "{\"translate\":\"item.minecraft.phantom_membrane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_gold_armor" + } } }, - "minecraft:phantom_spawn_egg": { + { + "id": "minecraft:golden_leggings", + "name": "minecraft:golden_leggings", + "translation_key": "item.minecraft.golden_leggings", + "max_stack": 1, + "max_durability": 105, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:enchantable": { + "value": 25 }, - "minecraft:enchantments": { - "levels": {} + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "legs", + "equip_sound": "minecraft:item.armor.equip_gold", + "model": "minecraft:gold" }, - "minecraft:item_model": "minecraft:phantom_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.phantom_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pig_spawn_egg": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:golden_leggings", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_leggings\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.leggings", + "amount": 3.0, + "operation": "add_value", + "slot": "legs" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.leggings", + "amount": 0.0, + "operation": "add_value", + "slot": "legs" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 105, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pig_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.pig_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_gold_armor" + } } }, - "minecraft:piglin_banner_pattern": { + { + "id": "minecraft:golden_boots", + "name": "minecraft:golden_boots", + "translation_key": "item.minecraft.golden_boots", + "max_stack": 1, + "max_durability": 91, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:enchantable": { + "value": 25 }, - "minecraft:enchantments": { - "levels": {} + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "feet", + "equip_sound": "minecraft:item.armor.equip_gold", + "model": "minecraft:gold" }, - "minecraft:item_model": "minecraft:piglin_banner_pattern", - "minecraft:item_name": "{\"translate\":\"item.minecraft.piglin_banner_pattern\"}", - "minecraft:lore": [], "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:piglin_brute_spawn_egg": { - "components": { + "minecraft:item_model": "minecraft:golden_boots", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_boots\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.boots", + "amount": 1.0, + "operation": "add_value", + "slot": "feet" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.boots", + "amount": 0.0, + "operation": "add_value", + "slot": "feet" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 91, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:piglin_brute_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.piglin_brute_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_gold_armor" + } } }, - "minecraft:piglin_head": { + { + "id": "minecraft:netherite_helmet", + "name": "minecraft:netherite_helmet", + "translation_key": "item.minecraft.netherite_helmet", + "max_stack": 1, + "max_durability": 407, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, - "minecraft:enchantments": { - "levels": {} + "minecraft:enchantable": { + "value": 15 }, + "minecraft:repair_cost": 0, "minecraft:equippable": { "slot": "head", - "swappable": false + "equip_sound": "minecraft:item.armor.equip_netherite", + "model": "minecraft:netherite" }, - "minecraft:item_model": "minecraft:piglin_head", - "minecraft:item_name": "{\"translate\":\"block.minecraft.piglin_head\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:piglin_spawn_egg": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:netherite_helmet", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_helmet\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.helmet", + "amount": 3.0, + "operation": "add_value", + "slot": "head" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.helmet", + "amount": 3.0, + "operation": "add_value", + "slot": "head" + }, + { + "type": "minecraft:knockback_resistance", + "id": "minecraft:armor.helmet", + "amount": 0.10000000149011612, + "operation": "add_value", + "slot": "head" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 407, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:piglin_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.piglin_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_netherite_armor" + }, + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" + } } }, - "minecraft:pillager_spawn_egg": { + { + "id": "minecraft:netherite_chestplate", + "name": "minecraft:netherite_chestplate", + "translation_key": "item.minecraft.netherite_chestplate", + "max_stack": 1, + "max_durability": 592, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "chest", + "equip_sound": "minecraft:item.armor.equip_netherite", + "model": "minecraft:netherite" + }, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:netherite_chestplate", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_chestplate\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.chestplate", + "amount": 8.0, + "operation": "add_value", + "slot": "chest" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.chestplate", + "amount": 3.0, + "operation": "add_value", + "slot": "chest" + }, + { + "type": "minecraft:knockback_resistance", + "id": "minecraft:armor.chestplate", + "amount": 0.10000000149011612, + "operation": "add_value", + "slot": "chest" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 592, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pillager_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.pillager_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_netherite_armor" + }, + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" + } } }, - "minecraft:pink_banner": { + { + "id": "minecraft:netherite_leggings", + "name": "minecraft:netherite_leggings", + "translation_key": "item.minecraft.netherite_leggings", + "max_stack": 1, + "max_durability": 555, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:enchantable": { + "value": 15 }, - "minecraft:banner_patterns": [], - "minecraft:enchantments": { - "levels": {} + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "legs", + "equip_sound": "minecraft:item.armor.equip_netherite", + "model": "minecraft:netherite" }, - "minecraft:item_model": "minecraft:pink_banner", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_banner\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pink_bed": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:netherite_leggings", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_leggings\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.leggings", + "amount": 6.0, + "operation": "add_value", + "slot": "legs" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.leggings", + "amount": 3.0, + "operation": "add_value", + "slot": "legs" + }, + { + "type": "minecraft:knockback_resistance", + "id": "minecraft:armor.leggings", + "amount": 0.10000000149011612, + "operation": "add_value", + "slot": "legs" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 555, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pink_bed", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_bed\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_netherite_armor" + }, + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" + } } }, - "minecraft:pink_bundle": { + { + "id": "minecraft:netherite_boots", + "name": "minecraft:netherite_boots", + "translation_key": "item.minecraft.netherite_boots", + "max_stack": 1, + "max_durability": 481, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:enchantable": { + "value": 15 }, - "minecraft:bundle_contents": [], - "minecraft:enchantments": { - "levels": {} + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "slot": "feet", + "equip_sound": "minecraft:item.armor.equip_netherite", + "model": "minecraft:netherite" }, - "minecraft:item_model": "minecraft:pink_bundle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.pink_bundle\"}", - "minecraft:lore": [], "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pink_candle": { - "components": { + "minecraft:item_model": "minecraft:netherite_boots", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_boots\"}", "minecraft:attribute_modifiers": { - "modifiers": [] + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.boots", + "amount": 3.0, + "operation": "add_value", + "slot": "feet" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.boots", + "amount": 3.0, + "operation": "add_value", + "slot": "feet" + }, + { + "type": "minecraft:knockback_resistance", + "id": "minecraft:armor.boots", + "amount": 0.10000000149011612, + "operation": "add_value", + "slot": "feet" + } + ] }, + "minecraft:lore": [], + "minecraft:max_damage": 481, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pink_candle", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_candle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:repairs_netherite_armor" + }, + "minecraft:damage_resistant": { + "types": "#minecraft:is_fire" + } } }, - "minecraft:pink_carpet": { + { + "id": "minecraft:flint", + "name": "minecraft:flint", + "translation_key": "item.minecraft.flint", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": [ - "minecraft:llama", - "minecraft:trader_llama" - ], - "equip_sound": "minecraft:entity.llama.swag", - "model": "minecraft:pink_carpet", - "slot": "body" - }, - "minecraft:item_model": "minecraft:pink_carpet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_carpet\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pink_concrete": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:flint", + "minecraft:item_name": "{\"translate\":\"item.minecraft.flint\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:pink_concrete", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_concrete\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:pink_concrete_powder": { + { + "id": "minecraft:porkchop", + "name": "minecraft:porkchop", + "translation_key": "item.minecraft.porkchop", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pink_concrete_powder", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_concrete_powder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 3, + "saturation": 1.8000001 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pink_dye": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:porkchop", + "minecraft:item_name": "{\"translate\":\"item.minecraft.porkchop\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:pink_dye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.pink_dye\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:pink_glazed_terracotta": { + { + "id": "minecraft:cooked_porkchop", + "name": "minecraft:cooked_porkchop", + "translation_key": "item.minecraft.cooked_porkchop", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pink_glazed_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_glazed_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 8, + "saturation": 12.8 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pink_petals": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cooked_porkchop", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cooked_porkchop\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:pink_petals", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_petals\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:pink_shulker_box": { + { + "id": "minecraft:painting", + "name": "minecraft:painting", + "translation_key": "item.minecraft.painting", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, - "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pink_shulker_box", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_shulker_box\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pink_stained_glass": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:painting", + "minecraft:item_name": "{\"translate\":\"item.minecraft.painting\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:pink_stained_glass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_stained_glass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:pink_stained_glass_pane": { + { + "id": "minecraft:golden_apple", + "name": "minecraft:golden_apple", + "translation_key": "item.minecraft.golden_apple", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:consumable": { + "on_consume_effects": [ + { + "effects": [ + { + "id": "minecraft:regeneration", + "show_icon": true, + "amplifier": 1, + "duration": 100 + }, + { + "id": "minecraft:absorption", + "show_icon": true, + "duration": 2400 + } + ], + "type": "minecraft:apply_effects" + } + ] }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pink_stained_glass_pane", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_stained_glass_pane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 4, + "saturation": 9.6, + "can_always_eat": true + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pink_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:golden_apple", + "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_apple\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:pink_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:pink_tulip": { + { + "id": "minecraft:enchanted_golden_apple", + "name": "minecraft:enchanted_golden_apple", + "translation_key": "item.minecraft.enchanted_golden_apple", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:consumable": { + "on_consume_effects": [ + { + "effects": [ + { + "id": "minecraft:regeneration", + "show_icon": true, + "amplifier": 1, + "duration": 400 + }, + { + "id": "minecraft:resistance", + "show_icon": true, + "duration": 6000 + }, + { + "id": "minecraft:fire_resistance", + "show_icon": true, + "duration": 6000 + }, + { + "id": "minecraft:absorption", + "show_icon": true, + "amplifier": 3, + "duration": 2400 + } + ], + "type": "minecraft:apply_effects" + } + ] }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pink_tulip", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_tulip\"}", - "minecraft:lore": [], + "minecraft:food": { + "nutrition": 4, + "saturation": 9.6, + "can_always_eat": true + }, + "minecraft:rarity": "rare", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pink_wool": { - "components": { + "minecraft:item_model": "minecraft:enchanted_golden_apple", + "minecraft:item_name": "{\"translate\":\"item.minecraft.enchanted_golden_apple\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:pink_wool", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_wool\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:enchantment_glint_override": true, + "minecraft:lore": [] } }, - "minecraft:piston": { + { + "id": "minecraft:oak_sign", + "name": "minecraft:oak_sign", + "translation_key": "block.minecraft.oak_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:piston", - "minecraft:item_name": "{\"translate\":\"block.minecraft.piston\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pitcher_plant": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:oak_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spruce_sign", + "name": "minecraft:spruce_sign", + "translation_key": "block.minecraft.spruce_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pitcher_plant", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pitcher_plant\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pitcher_pod": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:spruce_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:birch_sign", + "name": "minecraft:birch_sign", + "translation_key": "block.minecraft.birch_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pitcher_pod", - "minecraft:item_name": "{\"translate\":\"item.minecraft.pitcher_pod\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:player_head": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:birch_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jungle_sign", + "name": "minecraft:jungle_sign", + "translation_key": "block.minecraft.jungle_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "slot": "head", - "swappable": false + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:jungle_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_sign\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:item_model": "minecraft:player_head", - "minecraft:item_name": "{\"translate\":\"block.minecraft.player_head\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:plenty_pottery_sherd": { + { + "id": "minecraft:acacia_sign", + "name": "minecraft:acacia_sign", + "translation_key": "block.minecraft.acacia_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:plenty_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.plenty_pottery_sherd\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:podzol": { - "components": { + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:acacia_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cherry_sign", + "name": "minecraft:cherry_sign", + "translation_key": "block.minecraft.cherry_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:podzol", - "minecraft:item_name": "{\"translate\":\"block.minecraft.podzol\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pointed_dripstone": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:cherry_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dark_oak_sign", + "name": "minecraft:dark_oak_sign", + "translation_key": "block.minecraft.dark_oak_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pointed_dripstone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pointed_dripstone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:poisonous_potato": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:dark_oak_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": { - "on_consume_effects": [ - { - "type": "minecraft:apply_effects", - "effects": [ - { - "duration": 100, - "id": "minecraft:poison", - "show_icon": true - } - ], - "probability": 0.6 - } - ] - }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pale_oak_sign", + "name": "minecraft:pale_oak_sign", + "translation_key": "block.minecraft.pale_oak_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 2, - "saturation": 1.2 - }, - "minecraft:item_model": "minecraft:poisonous_potato", - "minecraft:item_name": "{\"translate\":\"item.minecraft.poisonous_potato\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polar_bear_spawn_egg": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:pale_oak_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mangrove_sign", + "name": "minecraft:mangrove_sign", + "translation_key": "block.minecraft.mangrove_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polar_bear_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.polar_bear_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_andesite": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:mangrove_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bamboo_sign", + "name": "minecraft:bamboo_sign", + "translation_key": "block.minecraft.bamboo_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_andesite", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_andesite\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_andesite_slab": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:bamboo_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:crimson_sign", + "name": "minecraft:crimson_sign", + "translation_key": "block.minecraft.crimson_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_andesite_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_andesite_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_andesite_stairs": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:crimson_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:warped_sign", + "name": "minecraft:warped_sign", + "translation_key": "block.minecraft.warped_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_andesite_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_andesite_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_basalt": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:warped_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oak_hanging_sign", + "name": "minecraft:oak_hanging_sign", + "translation_key": "block.minecraft.oak_hanging_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_basalt", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_basalt\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_blackstone": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:oak_hanging_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oak_hanging_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spruce_hanging_sign", + "name": "minecraft:spruce_hanging_sign", + "translation_key": "block.minecraft.spruce_hanging_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_blackstone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_blackstone_brick_slab": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:spruce_hanging_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_hanging_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:birch_hanging_sign", + "name": "minecraft:birch_hanging_sign", + "translation_key": "block.minecraft.birch_hanging_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_blackstone_brick_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone_brick_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_blackstone_brick_stairs": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:birch_hanging_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.birch_hanging_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:jungle_hanging_sign", + "name": "minecraft:jungle_hanging_sign", + "translation_key": "block.minecraft.jungle_hanging_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_blackstone_brick_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone_brick_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_blackstone_brick_wall": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:jungle_hanging_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.jungle_hanging_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:acacia_hanging_sign", + "name": "minecraft:acacia_hanging_sign", + "translation_key": "block.minecraft.acacia_hanging_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_blackstone_brick_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone_brick_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_blackstone_bricks": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:acacia_hanging_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.acacia_hanging_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cherry_hanging_sign", + "name": "minecraft:cherry_hanging_sign", + "translation_key": "block.minecraft.cherry_hanging_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_blackstone_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_blackstone_button": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:cherry_hanging_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cherry_hanging_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dark_oak_hanging_sign", + "name": "minecraft:dark_oak_hanging_sign", + "translation_key": "block.minecraft.dark_oak_hanging_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_blackstone_button", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone_button\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_blackstone_pressure_plate": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:dark_oak_hanging_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dark_oak_hanging_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pale_oak_hanging_sign", + "name": "minecraft:pale_oak_hanging_sign", + "translation_key": "block.minecraft.pale_oak_hanging_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_blackstone_pressure_plate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone_pressure_plate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_blackstone_slab": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:pale_oak_hanging_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pale_oak_hanging_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mangrove_hanging_sign", + "name": "minecraft:mangrove_hanging_sign", + "translation_key": "block.minecraft.mangrove_hanging_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_blackstone_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_blackstone_stairs": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:mangrove_hanging_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.mangrove_hanging_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bamboo_hanging_sign", + "name": "minecraft:bamboo_hanging_sign", + "translation_key": "block.minecraft.bamboo_hanging_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_blackstone_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_blackstone_wall": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:bamboo_hanging_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bamboo_hanging_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:crimson_hanging_sign", + "name": "minecraft:crimson_hanging_sign", + "translation_key": "block.minecraft.crimson_hanging_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_blackstone_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_deepslate": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:crimson_hanging_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crimson_hanging_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:warped_hanging_sign", + "name": "minecraft:warped_hanging_sign", + "translation_key": "block.minecraft.warped_hanging_sign", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_deepslate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_deepslate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_deepslate_slab": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:warped_hanging_sign", + "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_hanging_sign\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bucket", + "name": "minecraft:bucket", + "translation_key": "item.minecraft.bucket", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_deepslate_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_deepslate_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_deepslate_stairs": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:bucket", + "minecraft:item_name": "{\"translate\":\"item.minecraft.bucket\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:water_bucket", + "name": "minecraft:water_bucket", + "translation_key": "item.minecraft.water_bucket", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_deepslate_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_deepslate_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_deepslate_wall": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:water_bucket", + "minecraft:item_name": "{\"translate\":\"item.minecraft.water_bucket\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lava_bucket", + "name": "minecraft:lava_bucket", + "translation_key": "item.minecraft.lava_bucket", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_deepslate_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_deepslate_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_diorite": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:lava_bucket", + "minecraft:item_name": "{\"translate\":\"item.minecraft.lava_bucket\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:powder_snow_bucket", + "name": "minecraft:powder_snow_bucket", + "translation_key": "item.minecraft.powder_snow_bucket", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_diorite", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_diorite\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_diorite_slab": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:powder_snow_bucket", + "minecraft:item_name": "{\"translate\":\"item.minecraft.powder_snow_bucket\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:snowball", + "name": "minecraft:snowball", + "translation_key": "item.minecraft.snowball", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_diorite_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_diorite_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_diorite_stairs": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:snowball", + "minecraft:item_name": "{\"translate\":\"item.minecraft.snowball\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:leather", + "name": "minecraft:leather", + "translation_key": "item.minecraft.leather", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_diorite_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_diorite_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:leather", + "minecraft:item_name": "{\"translate\":\"item.minecraft.leather\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:polished_granite": { + { + "id": "minecraft:milk_bucket", + "name": "minecraft:milk_bucket", + "translation_key": "item.minecraft.milk_bucket", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:use_remainder": { + "id": "minecraft:bucket", + "count": 1 }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_granite", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_granite\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:consumable": { + "sound": "minecraft:entity.generic.drink", + "has_consume_particles": false, + "on_consume_effects": [ + { + "type": "minecraft:clear_all_effects" + } + ], + "animation": "drink" + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_granite_slab": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:milk_bucket", + "minecraft:item_name": "{\"translate\":\"item.minecraft.milk_bucket\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pufferfish_bucket", + "name": "minecraft:pufferfish_bucket", + "translation_key": "item.minecraft.pufferfish_bucket", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_granite_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_granite_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_granite_stairs": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:pufferfish_bucket", + "minecraft:item_name": "{\"translate\":\"item.minecraft.pufferfish_bucket\"}", + "minecraft:bucket_entity_data": {}, "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:salmon_bucket", + "name": "minecraft:salmon_bucket", + "translation_key": "item.minecraft.salmon_bucket", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_granite_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_granite_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_tuff": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:salmon_bucket", + "minecraft:item_name": "{\"translate\":\"item.minecraft.salmon_bucket\"}", + "minecraft:bucket_entity_data": {}, "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cod_bucket", + "name": "minecraft:cod_bucket", + "translation_key": "item.minecraft.cod_bucket", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_tuff", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_tuff\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_tuff_slab": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:cod_bucket", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cod_bucket\"}", + "minecraft:bucket_entity_data": {}, "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tropical_fish_bucket", + "name": "minecraft:tropical_fish_bucket", + "translation_key": "item.minecraft.tropical_fish_bucket", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_tuff_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_tuff_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_tuff_stairs": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:tropical_fish_bucket", + "minecraft:item_name": "{\"translate\":\"item.minecraft.tropical_fish_bucket\"}", + "minecraft:bucket_entity_data": {}, "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:axolotl_bucket", + "name": "minecraft:axolotl_bucket", + "translation_key": "item.minecraft.axolotl_bucket", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_tuff_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_tuff_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:polished_tuff_wall": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:axolotl_bucket", + "minecraft:item_name": "{\"translate\":\"item.minecraft.axolotl_bucket\"}", + "minecraft:bucket_entity_data": {}, "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tadpole_bucket", + "name": "minecraft:tadpole_bucket", + "translation_key": "item.minecraft.tadpole_bucket", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:polished_tuff_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_tuff_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:popped_chorus_fruit": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:tadpole_bucket", + "minecraft:item_name": "{\"translate\":\"item.minecraft.tadpole_bucket\"}", + "minecraft:bucket_entity_data": {}, "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brick", + "name": "minecraft:brick", + "translation_key": "item.minecraft.brick", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:popped_chorus_fruit", - "minecraft:item_name": "{\"translate\":\"item.minecraft.popped_chorus_fruit\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:poppy": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brick", + "minecraft:item_name": "{\"translate\":\"item.minecraft.brick\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:clay_ball", + "name": "minecraft:clay_ball", + "translation_key": "item.minecraft.clay_ball", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:poppy", - "minecraft:item_name": "{\"translate\":\"block.minecraft.poppy\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:porkchop": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:clay_ball", + "minecraft:item_name": "{\"translate\":\"item.minecraft.clay_ball\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dried_kelp_block", + "name": "minecraft:dried_kelp_block", + "translation_key": "block.minecraft.dried_kelp_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 3, - "saturation": 1.8000001 - }, - "minecraft:item_model": "minecraft:porkchop", - "minecraft:item_name": "{\"translate\":\"item.minecraft.porkchop\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:potato": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dried_kelp_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dried_kelp_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:paper", + "name": "minecraft:paper", + "translation_key": "item.minecraft.paper", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 1, - "saturation": 0.6 - }, - "minecraft:item_model": "minecraft:potato", - "minecraft:item_name": "{\"translate\":\"item.minecraft.potato\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:potion": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:paper", + "minecraft:item_name": "{\"translate\":\"item.minecraft.paper\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": { - "animation": "drink", - "has_consume_particles": false, - "sound": "minecraft:entity.generic.drink" + "minecraft:lore": [] + } + }, + { + "id": "minecraft:book", + "name": "minecraft:book", + "translation_key": "item.minecraft.book", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:enchantable": { + "value": 1 }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:potion", - "minecraft:item_name": "{\"translate\":\"item.minecraft.potion\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:potion_contents": {}, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:use_remainder": { - "count": 1, - "id": "minecraft:glass_bottle" - } - } - }, - "minecraft:powder_snow_bucket": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:book", + "minecraft:item_name": "{\"translate\":\"item.minecraft.book\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:slime_ball", + "name": "minecraft:slime_ball", + "translation_key": "item.minecraft.slime_ball", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:powder_snow_bucket", - "minecraft:item_name": "{\"translate\":\"item.minecraft.powder_snow_bucket\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:powered_rail": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:slime_ball", + "minecraft:item_name": "{\"translate\":\"item.minecraft.slime_ball\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:egg", + "name": "minecraft:egg", + "translation_key": "item.minecraft.egg", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:powered_rail", - "minecraft:item_name": "{\"translate\":\"block.minecraft.powered_rail\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:prismarine": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:compass", + "name": "minecraft:compass", + "translation_key": "item.minecraft.compass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:prismarine", - "minecraft:item_name": "{\"translate\":\"block.minecraft.prismarine\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:prismarine_brick_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:compass", + "minecraft:item_name": "{\"translate\":\"item.minecraft.compass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:recovery_compass", + "name": "minecraft:recovery_compass", + "translation_key": "item.minecraft.recovery_compass", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:prismarine_brick_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.prismarine_brick_slab\"}", - "minecraft:lore": [], + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:prismarine_brick_stairs": { - "components": { + "minecraft:item_model": "minecraft:recovery_compass", + "minecraft:item_name": "{\"translate\":\"item.minecraft.recovery_compass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bundle", + "name": "minecraft:bundle", + "translation_key": "item.minecraft.bundle", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:prismarine_brick_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.prismarine_brick_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:prismarine_bricks": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:bundle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.bundle\"}", + "minecraft:bundle_contents": [], "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:white_bundle", + "name": "minecraft:white_bundle", + "translation_key": "item.minecraft.white_bundle", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:prismarine_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.prismarine_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:prismarine_crystals": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:white_bundle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.white_bundle\"}", + "minecraft:bundle_contents": [], "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:orange_bundle", + "name": "minecraft:orange_bundle", + "translation_key": "item.minecraft.orange_bundle", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:prismarine_crystals", - "minecraft:item_name": "{\"translate\":\"item.minecraft.prismarine_crystals\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:prismarine_shard": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:orange_bundle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.orange_bundle\"}", + "minecraft:bundle_contents": [], "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:magenta_bundle", + "name": "minecraft:magenta_bundle", + "translation_key": "item.minecraft.magenta_bundle", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:prismarine_shard", - "minecraft:item_name": "{\"translate\":\"item.minecraft.prismarine_shard\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:prismarine_slab": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:magenta_bundle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.magenta_bundle\"}", + "minecraft:bundle_contents": [], "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_blue_bundle", + "name": "minecraft:light_blue_bundle", + "translation_key": "item.minecraft.light_blue_bundle", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:prismarine_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.prismarine_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:prismarine_stairs": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:light_blue_bundle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.light_blue_bundle\"}", + "minecraft:bundle_contents": [], "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:yellow_bundle", + "name": "minecraft:yellow_bundle", + "translation_key": "item.minecraft.yellow_bundle", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:prismarine_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.prismarine_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:prismarine_wall": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:yellow_bundle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.yellow_bundle\"}", + "minecraft:bundle_contents": [], "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lime_bundle", + "name": "minecraft:lime_bundle", + "translation_key": "item.minecraft.lime_bundle", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:prismarine_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.prismarine_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:prize_pottery_sherd": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:lime_bundle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.lime_bundle\"}", + "minecraft:bundle_contents": [], "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:prize_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.prize_pottery_sherd\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:pufferfish": { + { + "id": "minecraft:pink_bundle", + "name": "minecraft:pink_bundle", + "translation_key": "item.minecraft.pink_bundle", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, - "minecraft:consumable": { - "on_consume_effects": [ - { - "type": "minecraft:apply_effects", - "effects": [ - { - "amplifier": 1, - "duration": 1200, - "id": "minecraft:poison", - "show_icon": true - }, - { - "amplifier": 2, - "duration": 300, - "id": "minecraft:hunger", - "show_icon": true - }, - { - "duration": 300, - "id": "minecraft:nausea", - "show_icon": true - } - ] - } - ] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 1, - "saturation": 0.2 - }, - "minecraft:item_model": "minecraft:pufferfish", - "minecraft:item_name": "{\"translate\":\"item.minecraft.pufferfish\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pufferfish_bucket": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:pink_bundle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.pink_bundle\"}", + "minecraft:bundle_contents": [], "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bucket_entity_data": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:gray_bundle", + "name": "minecraft:gray_bundle", + "translation_key": "item.minecraft.gray_bundle", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pufferfish_bucket", - "minecraft:item_name": "{\"translate\":\"item.minecraft.pufferfish_bucket\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pufferfish_spawn_egg": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:gray_bundle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.gray_bundle\"}", + "minecraft:bundle_contents": [], "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_gray_bundle", + "name": "minecraft:light_gray_bundle", + "translation_key": "item.minecraft.light_gray_bundle", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pufferfish_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.pufferfish_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pumpkin": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:light_gray_bundle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.light_gray_bundle\"}", + "minecraft:bundle_contents": [], "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cyan_bundle", + "name": "minecraft:cyan_bundle", + "translation_key": "item.minecraft.cyan_bundle", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pumpkin", - "minecraft:item_name": "{\"translate\":\"block.minecraft.pumpkin\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pumpkin_pie": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:cyan_bundle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cyan_bundle\"}", + "minecraft:bundle_contents": [], "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:purple_bundle", + "name": "minecraft:purple_bundle", + "translation_key": "item.minecraft.purple_bundle", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 8, - "saturation": 4.8 - }, - "minecraft:item_model": "minecraft:pumpkin_pie", - "minecraft:item_name": "{\"translate\":\"item.minecraft.pumpkin_pie\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:pumpkin_seeds": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:purple_bundle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.purple_bundle\"}", + "minecraft:bundle_contents": [], "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blue_bundle", + "name": "minecraft:blue_bundle", + "translation_key": "item.minecraft.blue_bundle", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:pumpkin_seeds", - "minecraft:item_name": "{\"translate\":\"item.minecraft.pumpkin_seeds\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:purple_banner": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:blue_bundle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.blue_bundle\"}", + "minecraft:bundle_contents": [], "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brown_bundle", + "name": "minecraft:brown_bundle", + "translation_key": "item.minecraft.brown_bundle", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:purple_banner", - "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_banner\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:purple_bed": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:brown_bundle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.brown_bundle\"}", + "minecraft:bundle_contents": [], "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:green_bundle", + "name": "minecraft:green_bundle", + "translation_key": "item.minecraft.green_bundle", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:purple_bed", - "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_bed\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:purple_bundle": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:green_bundle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.green_bundle\"}", + "minecraft:bundle_contents": [], "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bundle_contents": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:red_bundle", + "name": "minecraft:red_bundle", + "translation_key": "item.minecraft.red_bundle", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:purple_bundle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.purple_bundle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:purple_candle": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:red_bundle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.red_bundle\"}", + "minecraft:bundle_contents": [], "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:black_bundle", + "name": "minecraft:black_bundle", + "translation_key": "item.minecraft.black_bundle", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:purple_candle", - "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_candle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:purple_carpet": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:black_bundle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.black_bundle\"}", + "minecraft:bundle_contents": [], "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:fishing_rod", + "name": "minecraft:fishing_rod", + "translation_key": "item.minecraft.fishing_rod", + "max_stack": 1, + "max_durability": 64, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:max_damage": 64, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": [ - "minecraft:llama", - "minecraft:trader_llama" - ], - "equip_sound": "minecraft:entity.llama.swag", - "model": "minecraft:purple_carpet", - "slot": "body" + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:fishing_rod", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.fishing_rod\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:item_model": "minecraft:purple_carpet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_carpet\"}", "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:enchantable": { + "value": 1 + } } }, - "minecraft:purple_concrete": { + { + "id": "minecraft:clock", + "name": "minecraft:clock", + "translation_key": "item.minecraft.clock", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:purple_concrete", - "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_concrete\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:purple_concrete_powder": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:clock", + "minecraft:item_name": "{\"translate\":\"item.minecraft.clock\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spyglass", + "name": "minecraft:spyglass", + "translation_key": "item.minecraft.spyglass", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:purple_concrete_powder", - "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_concrete_powder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:purple_dye": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:spyglass_in_hand", + "minecraft:item_name": "{\"translate\":\"item.minecraft.spyglass\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:glowstone_dust", + "name": "minecraft:glowstone_dust", + "translation_key": "item.minecraft.glowstone_dust", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:purple_dye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.purple_dye\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:purple_glazed_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:glowstone_dust", + "minecraft:item_name": "{\"translate\":\"item.minecraft.glowstone_dust\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cod", + "name": "minecraft:cod", + "translation_key": "item.minecraft.cod", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:purple_glazed_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_glazed_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 2, + "saturation": 0.4 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:purple_shulker_box": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cod", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cod\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:salmon", + "name": "minecraft:salmon", + "translation_key": "item.minecraft.salmon", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:purple_shulker_box", - "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_shulker_box\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, + "minecraft:food": { + "nutrition": 2, + "saturation": 0.4 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:purple_stained_glass": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:salmon", + "minecraft:item_name": "{\"translate\":\"item.minecraft.salmon\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tropical_fish", + "name": "minecraft:tropical_fish", + "translation_key": "item.minecraft.tropical_fish", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:purple_stained_glass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_stained_glass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 1, + "saturation": 0.2 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tropical_fish", + "minecraft:item_name": "{\"translate\":\"item.minecraft.tropical_fish\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:purple_stained_glass_pane": { + { + "id": "minecraft:pufferfish", + "name": "minecraft:pufferfish", + "translation_key": "item.minecraft.pufferfish", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:consumable": { + "on_consume_effects": [ + { + "effects": [ + { + "id": "minecraft:poison", + "show_icon": true, + "amplifier": 1, + "duration": 1200 + }, + { + "id": "minecraft:hunger", + "show_icon": true, + "amplifier": 2, + "duration": 300 + }, + { + "id": "minecraft:nausea", + "show_icon": true, + "duration": 300 + } + ], + "type": "minecraft:apply_effects" + } + ] }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:purple_stained_glass_pane", - "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_stained_glass_pane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 1, + "saturation": 0.2 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:purple_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pufferfish", + "minecraft:item_name": "{\"translate\":\"item.minecraft.pufferfish\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cooked_cod", + "name": "minecraft:cooked_cod", + "translation_key": "item.minecraft.cooked_cod", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:purple_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 5, + "saturation": 6.0 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:purple_wool": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cooked_cod", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cooked_cod\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cooked_salmon", + "name": "minecraft:cooked_salmon", + "translation_key": "item.minecraft.cooked_salmon", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:purple_wool", - "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_wool\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 6, + "saturation": 9.6 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:purpur_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cooked_salmon", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cooked_salmon\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:ink_sac", + "name": "minecraft:ink_sac", + "translation_key": "item.minecraft.ink_sac", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:purpur_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.purpur_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:purpur_pillar": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:ink_sac", + "minecraft:item_name": "{\"translate\":\"item.minecraft.ink_sac\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:glow_ink_sac", + "name": "minecraft:glow_ink_sac", + "translation_key": "item.minecraft.glow_ink_sac", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:purpur_pillar", - "minecraft:item_name": "{\"translate\":\"block.minecraft.purpur_pillar\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:purpur_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:glow_ink_sac", + "minecraft:item_name": "{\"translate\":\"item.minecraft.glow_ink_sac\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cocoa_beans", + "name": "minecraft:cocoa_beans", + "translation_key": "item.minecraft.cocoa_beans", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:purpur_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.purpur_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:purpur_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cocoa_beans", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cocoa_beans\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:white_dye", + "name": "minecraft:white_dye", + "translation_key": "item.minecraft.white_dye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:purpur_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.purpur_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:quartz": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:white_dye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.white_dye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:orange_dye", + "name": "minecraft:orange_dye", + "translation_key": "item.minecraft.orange_dye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:quartz", - "minecraft:item_name": "{\"translate\":\"item.minecraft.quartz\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:quartz_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:orange_dye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.orange_dye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:magenta_dye", + "name": "minecraft:magenta_dye", + "translation_key": "item.minecraft.magenta_dye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:quartz_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.quartz_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:quartz_bricks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:magenta_dye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.magenta_dye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_blue_dye", + "name": "minecraft:light_blue_dye", + "translation_key": "item.minecraft.light_blue_dye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:quartz_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.quartz_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:quartz_pillar": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:light_blue_dye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.light_blue_dye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:yellow_dye", + "name": "minecraft:yellow_dye", + "translation_key": "item.minecraft.yellow_dye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:quartz_pillar", - "minecraft:item_name": "{\"translate\":\"block.minecraft.quartz_pillar\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:quartz_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:yellow_dye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.yellow_dye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lime_dye", + "name": "minecraft:lime_dye", + "translation_key": "item.minecraft.lime_dye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:quartz_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.quartz_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:quartz_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lime_dye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.lime_dye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pink_dye", + "name": "minecraft:pink_dye", + "translation_key": "item.minecraft.pink_dye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:quartz_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.quartz_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:rabbit": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pink_dye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.pink_dye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:gray_dye", + "name": "minecraft:gray_dye", + "translation_key": "item.minecraft.gray_dye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 3, - "saturation": 1.8000001 - }, - "minecraft:item_model": "minecraft:rabbit", - "minecraft:item_name": "{\"translate\":\"item.minecraft.rabbit\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:rabbit_foot": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:gray_dye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.gray_dye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_gray_dye", + "name": "minecraft:light_gray_dye", + "translation_key": "item.minecraft.light_gray_dye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:rabbit_foot", - "minecraft:item_name": "{\"translate\":\"item.minecraft.rabbit_foot\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:rabbit_hide": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:light_gray_dye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.light_gray_dye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cyan_dye", + "name": "minecraft:cyan_dye", + "translation_key": "item.minecraft.cyan_dye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:rabbit_hide", - "minecraft:item_name": "{\"translate\":\"item.minecraft.rabbit_hide\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:rabbit_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cyan_dye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cyan_dye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:purple_dye", + "name": "minecraft:purple_dye", + "translation_key": "item.minecraft.purple_dye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:rabbit_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.rabbit_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:rabbit_stew": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:purple_dye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.purple_dye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blue_dye", + "name": "minecraft:blue_dye", + "translation_key": "item.minecraft.blue_dye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 10, - "saturation": 12.0 - }, - "minecraft:item_model": "minecraft:rabbit_stew", - "minecraft:item_name": "{\"translate\":\"item.minecraft.rabbit_stew\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:use_remainder": { - "count": 1, - "id": "minecraft:bowl" - } - } - }, - "minecraft:rail": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blue_dye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.blue_dye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brown_dye", + "name": "minecraft:brown_dye", + "translation_key": "item.minecraft.brown_dye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:rail", - "minecraft:item_name": "{\"translate\":\"block.minecraft.rail\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:raiser_armor_trim_smithing_template": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brown_dye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.brown_dye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:green_dye", + "name": "minecraft:green_dye", + "translation_key": "item.minecraft.green_dye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:raiser_armor_trim_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.raiser_armor_trim_smithing_template\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:ravager_spawn_egg": { - "components": { + "minecraft:item_model": "minecraft:green_dye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.green_dye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:red_dye", + "name": "minecraft:red_dye", + "translation_key": "item.minecraft.red_dye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:ravager_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.ravager_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:raw_copper": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_dye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.red_dye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:black_dye", + "name": "minecraft:black_dye", + "translation_key": "item.minecraft.black_dye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:raw_copper", - "minecraft:item_name": "{\"translate\":\"item.minecraft.raw_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:raw_copper_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:black_dye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.black_dye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bone_meal", + "name": "minecraft:bone_meal", + "translation_key": "item.minecraft.bone_meal", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:raw_copper_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.raw_copper_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:raw_gold": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bone_meal", + "minecraft:item_name": "{\"translate\":\"item.minecraft.bone_meal\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bone", + "name": "minecraft:bone", + "translation_key": "item.minecraft.bone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:raw_gold", - "minecraft:item_name": "{\"translate\":\"item.minecraft.raw_gold\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:raw_gold_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bone", + "minecraft:item_name": "{\"translate\":\"item.minecraft.bone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:sugar", + "name": "minecraft:sugar", + "translation_key": "item.minecraft.sugar", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:raw_gold_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.raw_gold_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:raw_iron": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sugar", + "minecraft:item_name": "{\"translate\":\"item.minecraft.sugar\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cake", + "name": "minecraft:cake", + "translation_key": "block.minecraft.cake", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:raw_iron", - "minecraft:item_name": "{\"translate\":\"item.minecraft.raw_iron\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:raw_iron_block": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:cake", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cake\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:white_bed", + "name": "minecraft:white_bed", + "translation_key": "block.minecraft.white_bed", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:raw_iron_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.raw_iron_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:recovery_compass": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:white_bed", + "minecraft:item_name": "{\"translate\":\"block.minecraft.white_bed\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:recovery_compass", - "minecraft:item_name": "{\"translate\":\"item.minecraft.recovery_compass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:red_banner": { + { + "id": "minecraft:orange_bed", + "name": "minecraft:orange_bed", + "translation_key": "block.minecraft.orange_bed", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, - "minecraft:banner_patterns": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_banner", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_banner\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_bed": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:orange_bed", + "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_bed\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:magenta_bed", + "name": "minecraft:magenta_bed", + "translation_key": "block.minecraft.magenta_bed", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_bed", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_bed\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_bundle": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:magenta_bed", + "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_bed\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bundle_contents": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_blue_bed", + "name": "minecraft:light_blue_bed", + "translation_key": "block.minecraft.light_blue_bed", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_bundle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.red_bundle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_candle": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:light_blue_bed", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_bed\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:yellow_bed", + "name": "minecraft:yellow_bed", + "translation_key": "block.minecraft.yellow_bed", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_candle", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_candle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_carpet": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:yellow_bed", + "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_bed\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lime_bed", + "name": "minecraft:lime_bed", + "translation_key": "block.minecraft.lime_bed", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": [ - "minecraft:llama", - "minecraft:trader_llama" - ], - "equip_sound": "minecraft:entity.llama.swag", - "model": "minecraft:red_carpet", - "slot": "body" - }, - "minecraft:item_model": "minecraft:red_carpet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_carpet\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_concrete": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:lime_bed", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_bed\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pink_bed", + "name": "minecraft:pink_bed", + "translation_key": "block.minecraft.pink_bed", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_concrete", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_concrete\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_concrete_powder": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:pink_bed", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_bed\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:gray_bed", + "name": "minecraft:gray_bed", + "translation_key": "block.minecraft.gray_bed", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_concrete_powder", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_concrete_powder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_dye": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:gray_bed", + "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_bed\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_gray_bed", + "name": "minecraft:light_gray_bed", + "translation_key": "block.minecraft.light_gray_bed", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_dye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.red_dye\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_glazed_terracotta": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:light_gray_bed", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_bed\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cyan_bed", + "name": "minecraft:cyan_bed", + "translation_key": "block.minecraft.cyan_bed", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_glazed_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_glazed_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_mushroom": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:cyan_bed", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_bed\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:purple_bed", + "name": "minecraft:purple_bed", + "translation_key": "block.minecraft.purple_bed", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_mushroom", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_mushroom\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_mushroom_block": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:purple_bed", + "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_bed\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blue_bed", + "name": "minecraft:blue_bed", + "translation_key": "block.minecraft.blue_bed", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_mushroom_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_mushroom_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_nether_brick_slab": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:blue_bed", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_bed\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brown_bed", + "name": "minecraft:brown_bed", + "translation_key": "block.minecraft.brown_bed", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_nether_brick_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_nether_brick_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_nether_brick_stairs": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:brown_bed", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_bed\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:green_bed", + "name": "minecraft:green_bed", + "translation_key": "block.minecraft.green_bed", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_nether_brick_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_nether_brick_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_nether_brick_wall": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:green_bed", + "minecraft:item_name": "{\"translate\":\"block.minecraft.green_bed\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:red_bed", + "name": "minecraft:red_bed", + "translation_key": "block.minecraft.red_bed", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_nether_brick_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_nether_brick_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_nether_bricks": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:red_bed", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_bed\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:red_nether_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_nether_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:red_sand": { + { + "id": "minecraft:black_bed", + "name": "minecraft:black_bed", + "translation_key": "block.minecraft.black_bed", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_sand", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_sand\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_sandstone": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:black_bed", + "minecraft:item_name": "{\"translate\":\"block.minecraft.black_bed\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:red_sandstone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_sandstone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:red_sandstone_slab": { + { + "id": "minecraft:cookie", + "name": "minecraft:cookie", + "translation_key": "item.minecraft.cookie", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_sandstone_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_sandstone_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 2, + "saturation": 0.4 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_sandstone_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cookie", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cookie\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:red_sandstone_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_sandstone_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:red_sandstone_wall": { + { + "id": "minecraft:crafter", + "name": "minecraft:crafter", + "translation_key": "block.minecraft.crafter", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_sandstone_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_sandstone_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_shulker_box": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:crafter", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crafter\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:red_shulker_box", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_shulker_box\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:red_stained_glass": { + { + "id": "minecraft:filled_map", + "name": "minecraft:filled_map", + "translation_key": "item.minecraft.filled_map", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_stained_glass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_stained_glass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:map_decorations": {}, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_stained_glass_pane": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:filled_map", + "minecraft:item_name": "{\"translate\":\"item.minecraft.filled_map\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:red_stained_glass_pane", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_stained_glass_pane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:map_color": 4603950, + "minecraft:lore": [] } }, - "minecraft:red_terracotta": { + { + "id": "minecraft:shears", + "name": "minecraft:shears", + "translation_key": "item.minecraft.shears", + "max_stack": 1, + "max_durability": 238, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:max_damage": 238, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:shears", "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:red_tulip": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_name": "{\"translate\":\"item.minecraft.shears\"}", + "minecraft:damage": 0, + "minecraft:tool": { + "rules": [ + { + "blocks": "minecraft:cobweb", + "speed": 15.0, + "correct_for_drops": true + }, + { + "blocks": "#minecraft:leaves", + "speed": 15.0 + }, + { + "blocks": "#minecraft:wool", + "speed": 5.0 + }, + { + "blocks": [ + "minecraft:vine", + "minecraft:glow_lichen" + ], + "speed": 2.0 + } + ] + }, "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:red_tulip", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_tulip\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:red_wool": { + { + "id": "minecraft:melon_slice", + "name": "minecraft:melon_slice", + "translation_key": "item.minecraft.melon_slice", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:red_wool", - "minecraft:item_name": "{\"translate\":\"block.minecraft.red_wool\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 2, + "saturation": 1.2 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:redstone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:melon_slice", + "minecraft:item_name": "{\"translate\":\"item.minecraft.melon_slice\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:redstone", - "minecraft:item_name": "{\"translate\":\"item.minecraft.redstone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:redstone_block": { + { + "id": "minecraft:dried_kelp", + "name": "minecraft:dried_kelp", + "translation_key": "item.minecraft.dried_kelp", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:consumable": { + "consume_seconds": 0.8 }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:redstone_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.redstone_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 1, + "saturation": 0.6 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:redstone_lamp": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dried_kelp", + "minecraft:item_name": "{\"translate\":\"item.minecraft.dried_kelp\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:redstone_lamp", - "minecraft:item_name": "{\"translate\":\"block.minecraft.redstone_lamp\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:redstone_ore": { + { + "id": "minecraft:pumpkin_seeds", + "name": "minecraft:pumpkin_seeds", + "translation_key": "item.minecraft.pumpkin_seeds", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:redstone_ore", - "minecraft:item_name": "{\"translate\":\"block.minecraft.redstone_ore\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:redstone_torch": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pumpkin_seeds", + "minecraft:item_name": "{\"translate\":\"item.minecraft.pumpkin_seeds\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:melon_seeds", + "name": "minecraft:melon_seeds", + "translation_key": "item.minecraft.melon_seeds", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:redstone_torch", - "minecraft:item_name": "{\"translate\":\"block.minecraft.redstone_torch\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:reinforced_deepslate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:melon_seeds", + "minecraft:item_name": "{\"translate\":\"item.minecraft.melon_seeds\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:beef", + "name": "minecraft:beef", + "translation_key": "item.minecraft.beef", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:reinforced_deepslate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.reinforced_deepslate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 3, + "saturation": 1.8000001 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:repeater": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:beef", + "minecraft:item_name": "{\"translate\":\"item.minecraft.beef\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:repeater", - "minecraft:item_name": "{\"translate\":\"block.minecraft.repeater\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:repeating_command_block": { + { + "id": "minecraft:cooked_beef", + "name": "minecraft:cooked_beef", + "translation_key": "item.minecraft.cooked_beef", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:repeating_command_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.repeating_command_block\"}", - "minecraft:lore": [], + "minecraft:food": { + "nutrition": 8, + "saturation": 12.8 + }, + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "epic", - "minecraft:repair_cost": 0 - } - }, - "minecraft:respawn_anchor": { - "components": { + "minecraft:item_model": "minecraft:cooked_beef", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cooked_beef\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:respawn_anchor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.respawn_anchor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:rib_armor_trim_smithing_template": { + { + "id": "minecraft:chicken", + "name": "minecraft:chicken", + "translation_key": "item.minecraft.chicken", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:consumable": { + "on_consume_effects": [ + { + "effects": [ + { + "id": "minecraft:hunger", + "show_icon": true, + "duration": 600 + } + ], + "probability": 0.3, + "type": "minecraft:apply_effects" + } + ] }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:rib_armor_trim_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.rib_armor_trim_smithing_template\"}", - "minecraft:lore": [], + "minecraft:food": { + "nutrition": 2, + "saturation": 1.2 + }, + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:rooted_dirt": { - "components": { + "minecraft:item_model": "minecraft:chicken", + "minecraft:item_name": "{\"translate\":\"item.minecraft.chicken\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:rooted_dirt", - "minecraft:item_name": "{\"translate\":\"block.minecraft.rooted_dirt\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:rose_bush": { + { + "id": "minecraft:cooked_chicken", + "name": "minecraft:cooked_chicken", + "translation_key": "item.minecraft.cooked_chicken", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:rose_bush", - "minecraft:item_name": "{\"translate\":\"block.minecraft.rose_bush\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 6, + "saturation": 7.2000003 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:rotten_flesh": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cooked_chicken", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cooked_chicken\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:rotten_flesh", + "name": "minecraft:rotten_flesh", + "translation_key": "item.minecraft.rotten_flesh", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { "minecraft:consumable": { "on_consume_effects": [ { - "type": "minecraft:apply_effects", "effects": [ { - "duration": 600, "id": "minecraft:hunger", - "show_icon": true + "show_icon": true, + "duration": 600 } ], - "probability": 0.8 + "probability": 0.8, + "type": "minecraft:apply_effects" } ] }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, @@ -19179,5701 +25086,8044 @@ "nutrition": 4, "saturation": 0.8 }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, "minecraft:item_model": "minecraft:rotten_flesh", "minecraft:item_name": "{\"translate\":\"item.minecraft.rotten_flesh\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:saddle": { - "components": { "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:saddle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.saddle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:salmon": { + { + "id": "minecraft:ender_pearl", + "name": "minecraft:ender_pearl", + "translation_key": "item.minecraft.ender_pearl", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, - "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 2, - "saturation": 0.4 - }, - "minecraft:item_model": "minecraft:salmon", - "minecraft:item_name": "{\"translate\":\"item.minecraft.salmon\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:salmon_bucket": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:ender_pearl", + "minecraft:item_name": "{\"translate\":\"item.minecraft.ender_pearl\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bucket_entity_data": {}, - "minecraft:enchantments": { - "levels": {} + "minecraft:use_cooldown": { + "seconds": 1.0 }, - "minecraft:item_model": "minecraft:salmon_bucket", - "minecraft:item_name": "{\"translate\":\"item.minecraft.salmon_bucket\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:salmon_spawn_egg": { + { + "id": "minecraft:blaze_rod", + "name": "minecraft:blaze_rod", + "translation_key": "item.minecraft.blaze_rod", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:salmon_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.salmon_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:sand": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blaze_rod", + "minecraft:item_name": "{\"translate\":\"item.minecraft.blaze_rod\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:sand", - "minecraft:item_name": "{\"translate\":\"block.minecraft.sand\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:sandstone": { + { + "id": "minecraft:ghast_tear", + "name": "minecraft:ghast_tear", + "translation_key": "item.minecraft.ghast_tear", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:sandstone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.sandstone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:sandstone_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:ghast_tear", + "minecraft:item_name": "{\"translate\":\"item.minecraft.ghast_tear\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:sandstone_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.sandstone_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:sandstone_stairs": { + { + "id": "minecraft:gold_nugget", + "name": "minecraft:gold_nugget", + "translation_key": "item.minecraft.gold_nugget", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:sandstone_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.sandstone_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:sandstone_wall": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:gold_nugget", + "minecraft:item_name": "{\"translate\":\"item.minecraft.gold_nugget\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:sandstone_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.sandstone_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:scaffolding": { + { + "id": "minecraft:nether_wart", + "name": "minecraft:nether_wart", + "translation_key": "item.minecraft.nether_wart", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:scaffolding", - "minecraft:item_name": "{\"translate\":\"block.minecraft.scaffolding\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:scrape_pottery_sherd": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:nether_wart", + "minecraft:item_name": "{\"translate\":\"item.minecraft.nether_wart\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:glass_bottle", + "name": "minecraft:glass_bottle", + "translation_key": "item.minecraft.glass_bottle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:scrape_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.scrape_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:glass_bottle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.glass_bottle\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:sculk": { + { + "id": "minecraft:potion", + "name": "minecraft:potion", + "translation_key": "item.minecraft.potion", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:consumable": { + "sound": "minecraft:entity.generic.drink", + "has_consume_particles": false, + "animation": "drink" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:sculk", - "minecraft:item_name": "{\"translate\":\"block.minecraft.sculk\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:potion_contents": {}, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:sculk_catalyst": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:potion", + "minecraft:item_name": "{\"translate\":\"item.minecraft.potion\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:sculk_catalyst", - "minecraft:item_name": "{\"translate\":\"block.minecraft.sculk_catalyst\"}", "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:use_remainder": { + "id": "minecraft:glass_bottle", + "count": 1 + } } }, - "minecraft:sculk_sensor": { + { + "id": "minecraft:spider_eye", + "name": "minecraft:spider_eye", + "translation_key": "item.minecraft.spider_eye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:consumable": { + "on_consume_effects": [ + { + "effects": [ + { + "id": "minecraft:poison", + "show_icon": true, + "duration": 100 + } + ], + "type": "minecraft:apply_effects" + } + ] }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:sculk_sensor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.sculk_sensor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 2, + "saturation": 3.2 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:sculk_shrieker": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spider_eye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.spider_eye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:fermented_spider_eye", + "name": "minecraft:fermented_spider_eye", + "translation_key": "item.minecraft.fermented_spider_eye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:sculk_shrieker", - "minecraft:item_name": "{\"translate\":\"block.minecraft.sculk_shrieker\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:sculk_vein": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:fermented_spider_eye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.fermented_spider_eye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blaze_powder", + "name": "minecraft:blaze_powder", + "translation_key": "item.minecraft.blaze_powder", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:sculk_vein", - "minecraft:item_name": "{\"translate\":\"block.minecraft.sculk_vein\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:sea_lantern": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blaze_powder", + "minecraft:item_name": "{\"translate\":\"item.minecraft.blaze_powder\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:magma_cream", + "name": "minecraft:magma_cream", + "translation_key": "item.minecraft.magma_cream", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:sea_lantern", - "minecraft:item_name": "{\"translate\":\"block.minecraft.sea_lantern\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:sea_pickle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:magma_cream", + "minecraft:item_name": "{\"translate\":\"item.minecraft.magma_cream\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brewing_stand", + "name": "minecraft:brewing_stand", + "translation_key": "block.minecraft.brewing_stand", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:sea_pickle", - "minecraft:item_name": "{\"translate\":\"block.minecraft.sea_pickle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:seagrass": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brewing_stand", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brewing_stand\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cauldron", + "name": "minecraft:cauldron", + "translation_key": "block.minecraft.cauldron", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:seagrass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.seagrass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:sentry_armor_trim_smithing_template": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cauldron", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cauldron\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:ender_eye", + "name": "minecraft:ender_eye", + "translation_key": "item.minecraft.ender_eye", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:sentry_armor_trim_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.sentry_armor_trim_smithing_template\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:shaper_armor_trim_smithing_template": { - "components": { + "minecraft:item_model": "minecraft:ender_eye", + "minecraft:item_name": "{\"translate\":\"item.minecraft.ender_eye\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:glistering_melon_slice", + "name": "minecraft:glistering_melon_slice", + "translation_key": "item.minecraft.glistering_melon_slice", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:shaper_armor_trim_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.shaper_armor_trim_smithing_template\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:sheaf_pottery_sherd": { - "components": { + "minecraft:item_model": "minecraft:glistering_melon_slice", + "minecraft:item_name": "{\"translate\":\"item.minecraft.glistering_melon_slice\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:armadillo_spawn_egg", + "name": "minecraft:armadillo_spawn_egg", + "translation_key": "item.minecraft.armadillo_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:sheaf_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.sheaf_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:shears": { - "components": { + "minecraft:item_model": "minecraft:armadillo_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.armadillo_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:damage": 0, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:allay_spawn_egg", + "name": "minecraft:allay_spawn_egg", + "translation_key": "item.minecraft.allay_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:shears", - "minecraft:item_name": "{\"translate\":\"item.minecraft.shears\"}", - "minecraft:lore": [], - "minecraft:max_damage": 238, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:tool": { - "rules": [ - { - "blocks": "minecraft:cobweb", - "correct_for_drops": true, - "speed": 15.0 - }, - { - "blocks": "#minecraft:leaves", - "speed": 15.0 - }, - { - "blocks": "#minecraft:wool", - "speed": 5.0 - }, - { - "blocks": [ - "minecraft:vine", - "minecraft:glow_lichen" - ], - "speed": 2.0 - } - ] - } - } - }, - "minecraft:sheep_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:allay_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.allay_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:axolotl_spawn_egg", + "name": "minecraft:axolotl_spawn_egg", + "translation_key": "item.minecraft.axolotl_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:sheep_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.sheep_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:shelter_pottery_sherd": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:axolotl_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.axolotl_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bat_spawn_egg", + "name": "minecraft:bat_spawn_egg", + "translation_key": "item.minecraft.bat_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:shelter_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.shelter_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:shield": { - "components": { + "minecraft:item_model": "minecraft:bat_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.bat_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:banner_patterns": [], - "minecraft:damage": 0, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bee_spawn_egg", + "name": "minecraft:bee_spawn_egg", + "translation_key": "item.minecraft.bee_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "slot": "offhand", - "swappable": false - }, - "minecraft:item_model": "minecraft:shield", - "minecraft:item_name": "{\"translate\":\"item.minecraft.shield\"}", - "minecraft:lore": [], - "minecraft:max_damage": 336, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:wooden_tool_materials" - } - } - }, - "minecraft:short_grass": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bee_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.bee_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blaze_spawn_egg", + "name": "minecraft:blaze_spawn_egg", + "translation_key": "item.minecraft.blaze_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:short_grass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.short_grass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:shroomlight": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blaze_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.blaze_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bogged_spawn_egg", + "name": "minecraft:bogged_spawn_egg", + "translation_key": "item.minecraft.bogged_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:shroomlight", - "minecraft:item_name": "{\"translate\":\"block.minecraft.shroomlight\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:shulker_box": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bogged_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.bogged_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:shulker_box", - "minecraft:item_name": "{\"translate\":\"block.minecraft.shulker_box\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:shulker_shell": { + { + "id": "minecraft:breeze_spawn_egg", + "name": "minecraft:breeze_spawn_egg", + "translation_key": "item.minecraft.breeze_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:shulker_shell", - "minecraft:item_name": "{\"translate\":\"item.minecraft.shulker_shell\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:shulker_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:breeze_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.breeze_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cat_spawn_egg", + "name": "minecraft:cat_spawn_egg", + "translation_key": "item.minecraft.cat_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:shulker_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.shulker_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:silence_armor_trim_smithing_template": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cat_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cat_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:camel_spawn_egg", + "name": "minecraft:camel_spawn_egg", + "translation_key": "item.minecraft.camel_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:silence_armor_trim_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.silence_armor_trim_smithing_template\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "epic", - "minecraft:repair_cost": 0 - } - }, - "minecraft:silverfish_spawn_egg": { - "components": { + "minecraft:item_model": "minecraft:camel_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.camel_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cave_spider_spawn_egg", + "name": "minecraft:cave_spider_spawn_egg", + "translation_key": "item.minecraft.cave_spider_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:silverfish_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.silverfish_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:skeleton_horse_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cave_spider_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cave_spider_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:chicken_spawn_egg", + "name": "minecraft:chicken_spawn_egg", + "translation_key": "item.minecraft.chicken_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:skeleton_horse_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.skeleton_horse_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:skeleton_skull": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:chicken_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.chicken_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cod_spawn_egg", + "name": "minecraft:cod_spawn_egg", + "translation_key": "item.minecraft.cod_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "slot": "head", - "swappable": false - }, - "minecraft:item_model": "minecraft:skeleton_skull", - "minecraft:item_name": "{\"translate\":\"block.minecraft.skeleton_skull\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:skeleton_spawn_egg": { - "components": { + "minecraft:item_model": "minecraft:cod_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cod_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cow_spawn_egg", + "name": "minecraft:cow_spawn_egg", + "translation_key": "item.minecraft.cow_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:skeleton_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.skeleton_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:skull_banner_pattern": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cow_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cow_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:skull_banner_pattern", - "minecraft:item_name": "{\"translate\":\"item.minecraft.skull_banner_pattern\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "rare", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:skull_pottery_sherd": { + { + "id": "minecraft:creeper_spawn_egg", + "name": "minecraft:creeper_spawn_egg", + "translation_key": "item.minecraft.creeper_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:skull_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.skull_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:slime_ball": { - "components": { + "minecraft:item_model": "minecraft:creeper_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.creeper_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:dolphin_spawn_egg", + "name": "minecraft:dolphin_spawn_egg", + "translation_key": "item.minecraft.dolphin_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:slime_ball", - "minecraft:item_name": "{\"translate\":\"item.minecraft.slime_ball\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:slime_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dolphin_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.dolphin_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:donkey_spawn_egg", + "name": "minecraft:donkey_spawn_egg", + "translation_key": "item.minecraft.donkey_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:slime_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.slime_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:slime_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:donkey_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.donkey_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:drowned_spawn_egg", + "name": "minecraft:drowned_spawn_egg", + "translation_key": "item.minecraft.drowned_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:slime_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.slime_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:small_amethyst_bud": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:drowned_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.drowned_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:elder_guardian_spawn_egg", + "name": "minecraft:elder_guardian_spawn_egg", + "translation_key": "item.minecraft.elder_guardian_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:small_amethyst_bud", - "minecraft:item_name": "{\"translate\":\"block.minecraft.small_amethyst_bud\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:small_dripleaf": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:elder_guardian_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.elder_guardian_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:ender_dragon_spawn_egg", + "name": "minecraft:ender_dragon_spawn_egg", + "translation_key": "item.minecraft.ender_dragon_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:small_dripleaf", - "minecraft:item_name": "{\"translate\":\"block.minecraft.small_dripleaf\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:smithing_table": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:ender_dragon_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.ender_dragon_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:enderman_spawn_egg", + "name": "minecraft:enderman_spawn_egg", + "translation_key": "item.minecraft.enderman_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:smithing_table", - "minecraft:item_name": "{\"translate\":\"block.minecraft.smithing_table\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:smoker": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:enderman_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.enderman_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:endermite_spawn_egg", + "name": "minecraft:endermite_spawn_egg", + "translation_key": "item.minecraft.endermite_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:smoker", - "minecraft:item_name": "{\"translate\":\"block.minecraft.smoker\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:smooth_basalt": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:endermite_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.endermite_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:evoker_spawn_egg", + "name": "minecraft:evoker_spawn_egg", + "translation_key": "item.minecraft.evoker_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:smooth_basalt", - "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_basalt\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:smooth_quartz": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:evoker_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.evoker_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:fox_spawn_egg", + "name": "minecraft:fox_spawn_egg", + "translation_key": "item.minecraft.fox_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:smooth_quartz", - "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_quartz\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:smooth_quartz_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:fox_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.fox_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:frog_spawn_egg", + "name": "minecraft:frog_spawn_egg", + "translation_key": "item.minecraft.frog_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:smooth_quartz_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_quartz_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:smooth_quartz_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:frog_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.frog_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:ghast_spawn_egg", + "name": "minecraft:ghast_spawn_egg", + "translation_key": "item.minecraft.ghast_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:smooth_quartz_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_quartz_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:smooth_red_sandstone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:ghast_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.ghast_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:glow_squid_spawn_egg", + "name": "minecraft:glow_squid_spawn_egg", + "translation_key": "item.minecraft.glow_squid_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:smooth_red_sandstone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_red_sandstone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:smooth_red_sandstone_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:glow_squid_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.glow_squid_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:goat_spawn_egg", + "name": "minecraft:goat_spawn_egg", + "translation_key": "item.minecraft.goat_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:smooth_red_sandstone_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_red_sandstone_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:smooth_red_sandstone_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:goat_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.goat_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:guardian_spawn_egg", + "name": "minecraft:guardian_spawn_egg", + "translation_key": "item.minecraft.guardian_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:smooth_red_sandstone_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_red_sandstone_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:smooth_sandstone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:guardian_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.guardian_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:hoglin_spawn_egg", + "name": "minecraft:hoglin_spawn_egg", + "translation_key": "item.minecraft.hoglin_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:smooth_sandstone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_sandstone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:smooth_sandstone_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:hoglin_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.hoglin_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:horse_spawn_egg", + "name": "minecraft:horse_spawn_egg", + "translation_key": "item.minecraft.horse_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:smooth_sandstone_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_sandstone_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:smooth_sandstone_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:horse_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.horse_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:husk_spawn_egg", + "name": "minecraft:husk_spawn_egg", + "translation_key": "item.minecraft.husk_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:smooth_sandstone_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_sandstone_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:smooth_stone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:husk_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.husk_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:iron_golem_spawn_egg", + "name": "minecraft:iron_golem_spawn_egg", + "translation_key": "item.minecraft.iron_golem_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:smooth_stone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_stone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:smooth_stone_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:iron_golem_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_golem_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:llama_spawn_egg", + "name": "minecraft:llama_spawn_egg", + "translation_key": "item.minecraft.llama_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:smooth_stone_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.smooth_stone_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:sniffer_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:llama_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.llama_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:magma_cube_spawn_egg", + "name": "minecraft:magma_cube_spawn_egg", + "translation_key": "item.minecraft.magma_cube_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:sniffer_egg", - "minecraft:item_name": "{\"translate\":\"block.minecraft.sniffer_egg\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:sniffer_spawn_egg": { - "components": { + "minecraft:item_model": "minecraft:magma_cube_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.magma_cube_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mooshroom_spawn_egg", + "name": "minecraft:mooshroom_spawn_egg", + "translation_key": "item.minecraft.mooshroom_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:sniffer_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.sniffer_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:snort_pottery_sherd": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mooshroom_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.mooshroom_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:mule_spawn_egg", + "name": "minecraft:mule_spawn_egg", + "translation_key": "item.minecraft.mule_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:snort_pottery_sherd", - "minecraft:item_name": "{\"translate\":\"item.minecraft.snort_pottery_sherd\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:snout_armor_trim_smithing_template": { - "components": { + "minecraft:item_model": "minecraft:mule_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.mule_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:ocelot_spawn_egg", + "name": "minecraft:ocelot_spawn_egg", + "translation_key": "item.minecraft.ocelot_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:snout_armor_trim_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.snout_armor_trim_smithing_template\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:snow": { - "components": { + "minecraft:item_model": "minecraft:ocelot_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.ocelot_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:panda_spawn_egg", + "name": "minecraft:panda_spawn_egg", + "translation_key": "item.minecraft.panda_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:snow", - "minecraft:item_name": "{\"translate\":\"block.minecraft.snow\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:snow_block": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:panda_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.panda_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:parrot_spawn_egg", + "name": "minecraft:parrot_spawn_egg", + "translation_key": "item.minecraft.parrot_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:snow_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.snow_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:snow_golem_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:parrot_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.parrot_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:phantom_spawn_egg", + "name": "minecraft:phantom_spawn_egg", + "translation_key": "item.minecraft.phantom_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:snow_golem_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.snow_golem_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:phantom_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.phantom_spawn_egg\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:snowball": { + { + "id": "minecraft:pig_spawn_egg", + "name": "minecraft:pig_spawn_egg", + "translation_key": "item.minecraft.pig_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pig_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.pig_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:piglin_spawn_egg", + "name": "minecraft:piglin_spawn_egg", + "translation_key": "item.minecraft.piglin_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:snowball", - "minecraft:item_name": "{\"translate\":\"item.minecraft.snowball\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:soul_campfire": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:piglin_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.piglin_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:piglin_brute_spawn_egg", + "name": "minecraft:piglin_brute_spawn_egg", + "translation_key": "item.minecraft.piglin_brute_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:soul_campfire", - "minecraft:item_name": "{\"translate\":\"block.minecraft.soul_campfire\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:soul_lantern": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:piglin_brute_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.piglin_brute_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pillager_spawn_egg", + "name": "minecraft:pillager_spawn_egg", + "translation_key": "item.minecraft.pillager_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:soul_lantern", - "minecraft:item_name": "{\"translate\":\"block.minecraft.soul_lantern\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:soul_sand": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pillager_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.pillager_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polar_bear_spawn_egg", + "name": "minecraft:polar_bear_spawn_egg", + "translation_key": "item.minecraft.polar_bear_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:soul_sand", - "minecraft:item_name": "{\"translate\":\"block.minecraft.soul_sand\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:soul_soil": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polar_bear_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.polar_bear_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pufferfish_spawn_egg", + "name": "minecraft:pufferfish_spawn_egg", + "translation_key": "item.minecraft.pufferfish_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:soul_soil", - "minecraft:item_name": "{\"translate\":\"block.minecraft.soul_soil\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:soul_torch": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pufferfish_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.pufferfish_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:rabbit_spawn_egg", + "name": "minecraft:rabbit_spawn_egg", + "translation_key": "item.minecraft.rabbit_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:soul_torch", - "minecraft:item_name": "{\"translate\":\"block.minecraft.soul_torch\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spawner": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:rabbit_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.rabbit_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:ravager_spawn_egg", + "name": "minecraft:ravager_spawn_egg", + "translation_key": "item.minecraft.ravager_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spawner", - "minecraft:item_name": "{\"translate\":\"block.minecraft.spawner\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spectral_arrow": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:ravager_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.ravager_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:salmon_spawn_egg", + "name": "minecraft:salmon_spawn_egg", + "translation_key": "item.minecraft.salmon_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spectral_arrow", - "minecraft:item_name": "{\"translate\":\"item.minecraft.spectral_arrow\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spider_eye": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:salmon_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.salmon_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:consumable": { - "on_consume_effects": [ - { - "type": "minecraft:apply_effects", - "effects": [ - { - "duration": 100, - "id": "minecraft:poison", - "show_icon": true - } - ] - } - ] - }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:sheep_spawn_egg", + "name": "minecraft:sheep_spawn_egg", + "translation_key": "item.minecraft.sheep_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:food": { - "nutrition": 2, - "saturation": 3.2 - }, - "minecraft:item_model": "minecraft:spider_eye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.spider_eye\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spider_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sheep_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.sheep_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:shulker_spawn_egg", + "name": "minecraft:shulker_spawn_egg", + "translation_key": "item.minecraft.shulker_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spider_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.spider_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spire_armor_trim_smithing_template": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:shulker_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.shulker_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:silverfish_spawn_egg", + "name": "minecraft:silverfish_spawn_egg", + "translation_key": "item.minecraft.silverfish_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spire_armor_trim_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.spire_armor_trim_smithing_template\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "rare", - "minecraft:repair_cost": 0 - } - }, - "minecraft:splash_potion": { - "components": { + "minecraft:item_model": "minecraft:silverfish_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.silverfish_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:skeleton_spawn_egg", + "name": "minecraft:skeleton_spawn_egg", + "translation_key": "item.minecraft.skeleton_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:splash_potion", - "minecraft:item_name": "{\"translate\":\"item.minecraft.splash_potion\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:potion_contents": {}, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:sponge": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:skeleton_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.skeleton_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:skeleton_horse_spawn_egg", + "name": "minecraft:skeleton_horse_spawn_egg", + "translation_key": "item.minecraft.skeleton_horse_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:sponge", - "minecraft:item_name": "{\"translate\":\"block.minecraft.sponge\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spore_blossom": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:skeleton_horse_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.skeleton_horse_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:slime_spawn_egg", + "name": "minecraft:slime_spawn_egg", + "translation_key": "item.minecraft.slime_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spore_blossom", - "minecraft:item_name": "{\"translate\":\"block.minecraft.spore_blossom\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spruce_boat": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:slime_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.slime_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:sniffer_spawn_egg", + "name": "minecraft:sniffer_spawn_egg", + "translation_key": "item.minecraft.sniffer_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spruce_boat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.spruce_boat\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spruce_button": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sniffer_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.sniffer_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:snow_golem_spawn_egg", + "name": "minecraft:snow_golem_spawn_egg", + "translation_key": "item.minecraft.snow_golem_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spruce_button", - "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_button\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spruce_chest_boat": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:snow_golem_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.snow_golem_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spider_spawn_egg", + "name": "minecraft:spider_spawn_egg", + "translation_key": "item.minecraft.spider_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spruce_chest_boat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.spruce_chest_boat\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spruce_door": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spider_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.spider_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:squid_spawn_egg", + "name": "minecraft:squid_spawn_egg", + "translation_key": "item.minecraft.squid_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spruce_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spruce_fence": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:squid_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.squid_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stray_spawn_egg", + "name": "minecraft:stray_spawn_egg", + "translation_key": "item.minecraft.stray_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spruce_fence", - "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_fence\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spruce_fence_gate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stray_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.stray_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:strider_spawn_egg", + "name": "minecraft:strider_spawn_egg", + "translation_key": "item.minecraft.strider_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spruce_fence_gate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_fence_gate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spruce_hanging_sign": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:strider_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.strider_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tadpole_spawn_egg", + "name": "minecraft:tadpole_spawn_egg", + "translation_key": "item.minecraft.tadpole_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spruce_hanging_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_hanging_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spruce_leaves": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tadpole_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.tadpole_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:trader_llama_spawn_egg", + "name": "minecraft:trader_llama_spawn_egg", + "translation_key": "item.minecraft.trader_llama_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spruce_leaves", - "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_leaves\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spruce_log": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:trader_llama_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.trader_llama_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tropical_fish_spawn_egg", + "name": "minecraft:tropical_fish_spawn_egg", + "translation_key": "item.minecraft.tropical_fish_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spruce_log", - "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_log\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spruce_planks": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tropical_fish_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.tropical_fish_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:turtle_spawn_egg", + "name": "minecraft:turtle_spawn_egg", + "translation_key": "item.minecraft.turtle_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spruce_planks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_planks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spruce_pressure_plate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:turtle_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.turtle_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:vex_spawn_egg", + "name": "minecraft:vex_spawn_egg", + "translation_key": "item.minecraft.vex_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spruce_pressure_plate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_pressure_plate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spruce_sapling": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:vex_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.vex_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:villager_spawn_egg", + "name": "minecraft:villager_spawn_egg", + "translation_key": "item.minecraft.villager_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spruce_sapling", - "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_sapling\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spruce_sign": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:villager_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.villager_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:vindicator_spawn_egg", + "name": "minecraft:vindicator_spawn_egg", + "translation_key": "item.minecraft.vindicator_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spruce_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spruce_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:vindicator_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.vindicator_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:wandering_trader_spawn_egg", + "name": "minecraft:wandering_trader_spawn_egg", + "translation_key": "item.minecraft.wandering_trader_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spruce_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spruce_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:wandering_trader_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.wandering_trader_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:warden_spawn_egg", + "name": "minecraft:warden_spawn_egg", + "translation_key": "item.minecraft.warden_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spruce_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spruce_trapdoor": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:warden_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.warden_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:witch_spawn_egg", + "name": "minecraft:witch_spawn_egg", + "translation_key": "item.minecraft.witch_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spruce_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spruce_wood": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:witch_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.witch_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:wither_spawn_egg", + "name": "minecraft:wither_spawn_egg", + "translation_key": "item.minecraft.wither_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spruce_wood", - "minecraft:item_name": "{\"translate\":\"block.minecraft.spruce_wood\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:spyglass": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:wither_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.wither_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:wither_skeleton_spawn_egg", + "name": "minecraft:wither_skeleton_spawn_egg", + "translation_key": "item.minecraft.wither_skeleton_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:spyglass_in_hand", - "minecraft:item_name": "{\"translate\":\"item.minecraft.spyglass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:squid_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:wither_skeleton_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.wither_skeleton_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:wolf_spawn_egg", + "name": "minecraft:wolf_spawn_egg", + "translation_key": "item.minecraft.wolf_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:squid_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.squid_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:stick": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:wolf_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.wolf_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:zoglin_spawn_egg", + "name": "minecraft:zoglin_spawn_egg", + "translation_key": "item.minecraft.zoglin_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stick", - "minecraft:item_name": "{\"translate\":\"item.minecraft.stick\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:sticky_piston": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:zoglin_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.zoglin_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:creaking_spawn_egg", + "name": "minecraft:creaking_spawn_egg", + "translation_key": "item.minecraft.creaking_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:sticky_piston", - "minecraft:item_name": "{\"translate\":\"block.minecraft.sticky_piston\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:stone": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:creaking_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.creaking_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:zombie_spawn_egg", + "name": "minecraft:zombie_spawn_egg", + "translation_key": "item.minecraft.zombie_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stone", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stone\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:stone_axe": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:zombie_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.zombie_spawn_egg\"}", "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 8.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -3.200000047683716, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 5 + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:zombie_horse_spawn_egg", + "name": "minecraft:zombie_horse_spawn_egg", + "translation_key": "item.minecraft.zombie_horse_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stone_axe", - "minecraft:item_name": "{\"translate\":\"item.minecraft.stone_axe\"}", - "minecraft:lore": [], - "minecraft:max_damage": 131, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:stone_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:zombie_horse_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.zombie_horse_spawn_egg\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_stone_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/axe", - "correct_for_drops": true, - "speed": 4.0 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:stone_brick_slab": { + { + "id": "minecraft:zombie_villager_spawn_egg", + "name": "minecraft:zombie_villager_spawn_egg", + "translation_key": "item.minecraft.zombie_villager_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stone_brick_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stone_brick_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:stone_brick_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:zombie_villager_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.zombie_villager_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:zombified_piglin_spawn_egg", + "name": "minecraft:zombified_piglin_spawn_egg", + "translation_key": "item.minecraft.zombified_piglin_spawn_egg", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stone_brick_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stone_brick_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:stone_brick_wall": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:zombified_piglin_spawn_egg", + "minecraft:item_name": "{\"translate\":\"item.minecraft.zombified_piglin_spawn_egg\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:experience_bottle", + "name": "minecraft:experience_bottle", + "translation_key": "item.minecraft.experience_bottle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stone_brick_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stone_brick_wall\"}", - "minecraft:lore": [], + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:experience_bottle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.experience_bottle\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:enchantment_glint_override": true, + "minecraft:lore": [] } }, - "minecraft:stone_bricks": { + { + "id": "minecraft:fire_charge", + "name": "minecraft:fire_charge", + "translation_key": "item.minecraft.fire_charge", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:fire_charge", + "minecraft:item_name": "{\"translate\":\"item.minecraft.fire_charge\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:wind_charge", + "name": "minecraft:wind_charge", + "translation_key": "item.minecraft.wind_charge", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stone_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stone_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:wind_charge", + "minecraft:item_name": "{\"translate\":\"item.minecraft.wind_charge\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:use_cooldown": { + "seconds": 0.5 + }, + "minecraft:lore": [] } }, - "minecraft:stone_button": { + { + "id": "minecraft:writable_book", + "name": "minecraft:writable_book", + "translation_key": "item.minecraft.writable_book", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:writable_book", + "minecraft:item_name": "{\"translate\":\"item.minecraft.writable_book\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [], + "minecraft:writable_book_content": {} + } + }, + { + "id": "minecraft:written_book", + "name": "minecraft:written_book", + "translation_key": "item.minecraft.written_book", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stone_button", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stone_button\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:written_book", + "minecraft:item_name": "{\"translate\":\"item.minecraft.written_book\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:enchantment_glint_override": true, + "minecraft:lore": [] } }, - "minecraft:stone_hoe": { + { + "id": "minecraft:breeze_rod", + "name": "minecraft:breeze_rod", + "translation_key": "item.minecraft.breeze_rod", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 0.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -2.0, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 5 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stone_hoe", - "minecraft:item_name": "{\"translate\":\"item.minecraft.stone_hoe\"}", - "minecraft:lore": [], - "minecraft:max_damage": 131, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:stone_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:breeze_rod", + "minecraft:item_name": "{\"translate\":\"item.minecraft.breeze_rod\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_stone_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/hoe", - "correct_for_drops": true, - "speed": 4.0 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:stone_pickaxe": { + { + "id": "minecraft:mace", + "name": "minecraft:mace", + "translation_key": "item.minecraft.mace", + "max_stack": 1, + "max_durability": 500, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:enchantable": { + "value": 15 + }, + "minecraft:repair_cost": 0, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:mace", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.mace\"}", "minecraft:attribute_modifiers": { "modifiers": [ { "type": "minecraft:attack_damage", - "amount": 2.0, "id": "minecraft:base_attack_damage", + "amount": 5.0, "operation": "add_value", "slot": "mainhand" }, { "type": "minecraft:attack_speed", - "amount": -2.799999952316284, "id": "minecraft:base_attack_speed", + "amount": -3.4000000953674316, "operation": "add_value", "slot": "mainhand" } ] }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 5 - }, + "minecraft:lore": [], + "minecraft:max_damage": 500, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stone_pickaxe", - "minecraft:item_name": "{\"translate\":\"item.minecraft.stone_pickaxe\"}", - "minecraft:lore": [], - "minecraft:max_damage": 131, - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0, + "minecraft:rarity": "epic", "minecraft:repairable": { - "items": "#minecraft:stone_tool_materials" + "items": "minecraft:breeze_rod" }, "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_stone_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/pickaxe", - "correct_for_drops": true, - "speed": 4.0 - } - ] + "rules": [], + "damage_per_block": 2 } } }, - "minecraft:stone_pressure_plate": { + { + "id": "minecraft:item_frame", + "name": "minecraft:item_frame", + "translation_key": "item.minecraft.item_frame", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:item_frame", + "minecraft:item_name": "{\"translate\":\"item.minecraft.item_frame\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:glow_item_frame", + "name": "minecraft:glow_item_frame", + "translation_key": "item.minecraft.glow_item_frame", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stone_pressure_plate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stone_pressure_plate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:glow_item_frame", + "minecraft:item_name": "{\"translate\":\"item.minecraft.glow_item_frame\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:stone_shovel": { + { + "id": "minecraft:flower_pot", + "name": "minecraft:flower_pot", + "translation_key": "block.minecraft.flower_pot", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 2.5, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -3.0, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 5 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stone_shovel", - "minecraft:item_name": "{\"translate\":\"item.minecraft.stone_shovel\"}", - "minecraft:lore": [], - "minecraft:max_damage": 131, - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:stone_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:flower_pot", + "minecraft:item_name": "{\"translate\":\"block.minecraft.flower_pot\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_stone_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/shovel", - "correct_for_drops": true, - "speed": 4.0 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:stone_slab": { + { + "id": "minecraft:carrot", + "name": "minecraft:carrot", + "translation_key": "item.minecraft.carrot", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stone_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stone_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 3, + "saturation": 3.6000001 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:carrot", + "minecraft:item_name": "{\"translate\":\"item.minecraft.carrot\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:stone_stairs": { + { + "id": "minecraft:potato", + "name": "minecraft:potato", + "translation_key": "item.minecraft.potato", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:food": { + "nutrition": 1, + "saturation": 0.6 + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:potato", + "minecraft:item_name": "{\"translate\":\"item.minecraft.potato\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:baked_potato", + "name": "minecraft:baked_potato", + "translation_key": "item.minecraft.baked_potato", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stone_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stone_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 5, + "saturation": 6.0 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:baked_potato", + "minecraft:item_name": "{\"translate\":\"item.minecraft.baked_potato\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:stone_sword": { + { + "id": "minecraft:poisonous_potato", + "name": "minecraft:poisonous_potato", + "translation_key": "item.minecraft.poisonous_potato", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 4.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, + "minecraft:consumable": { + "on_consume_effects": [ { - "type": "minecraft:attack_speed", - "amount": -2.4000000953674316, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" + "effects": [ + { + "id": "minecraft:poison", + "show_icon": true, + "duration": 100 + } + ], + "probability": 0.6, + "type": "minecraft:apply_effects" } ] }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 5 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stone_sword", - "minecraft:item_name": "{\"translate\":\"item.minecraft.stone_sword\"}", - "minecraft:lore": [], - "minecraft:max_damage": 131, - "minecraft:max_stack_size": 1, + "minecraft:food": { + "nutrition": 2, + "saturation": 1.2 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:stone_tool_materials" + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:poisonous_potato", + "minecraft:item_name": "{\"translate\":\"item.minecraft.poisonous_potato\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "damage_per_block": 2, - "rules": [ - { - "blocks": "minecraft:cobweb", - "correct_for_drops": true, - "speed": 15.0 - }, - { - "blocks": "#minecraft:sword_efficient", - "speed": 1.5 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:stonecutter": { + { + "id": "minecraft:map", + "name": "minecraft:map", + "translation_key": "item.minecraft.map", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:map", + "minecraft:item_name": "{\"translate\":\"item.minecraft.map\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:golden_carrot", + "name": "minecraft:golden_carrot", + "translation_key": "item.minecraft.golden_carrot", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stonecutter", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stonecutter\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 6, + "saturation": 14.400001 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:golden_carrot", + "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_carrot\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:stray_spawn_egg": { + { + "id": "minecraft:skeleton_skull", + "name": "minecraft:skeleton_skull", + "translation_key": "block.minecraft.skeleton_skull", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "swappable": false, + "slot": "head" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stray_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.stray_spawn_egg\"}", - "minecraft:lore": [], + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:skeleton_skull", + "minecraft:item_name": "{\"translate\":\"block.minecraft.skeleton_skull\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:strider_spawn_egg": { + { + "id": "minecraft:wither_skeleton_skull", + "name": "minecraft:wither_skeleton_skull", + "translation_key": "block.minecraft.wither_skeleton_skull", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "swappable": false, + "slot": "head" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:strider_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.strider_spawn_egg\"}", - "minecraft:lore": [], + "minecraft:rarity": "rare", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:wither_skeleton_skull", + "minecraft:item_name": "{\"translate\":\"block.minecraft.wither_skeleton_skull\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:string": { + { + "id": "minecraft:player_head", + "name": "minecraft:player_head", + "translation_key": "block.minecraft.player_head", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "swappable": false, + "slot": "head" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:string", - "minecraft:item_name": "{\"translate\":\"item.minecraft.string\"}", - "minecraft:lore": [], + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:player_head", + "minecraft:item_name": "{\"translate\":\"block.minecraft.player_head\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:stripped_acacia_log": { + { + "id": "minecraft:zombie_head", + "name": "minecraft:zombie_head", + "translation_key": "block.minecraft.zombie_head", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "swappable": false, + "slot": "head" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_acacia_log", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_acacia_log\"}", - "minecraft:lore": [], + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:zombie_head", + "minecraft:item_name": "{\"translate\":\"block.minecraft.zombie_head\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:stripped_acacia_wood": { + { + "id": "minecraft:creeper_head", + "name": "minecraft:creeper_head", + "translation_key": "block.minecraft.creeper_head", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "swappable": false, + "slot": "head" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_acacia_wood", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_acacia_wood\"}", - "minecraft:lore": [], + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:creeper_head", + "minecraft:item_name": "{\"translate\":\"block.minecraft.creeper_head\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:stripped_bamboo_block": { + { + "id": "minecraft:dragon_head", + "name": "minecraft:dragon_head", + "translation_key": "block.minecraft.dragon_head", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "swappable": false, + "slot": "head" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_bamboo_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_bamboo_block\"}", - "minecraft:lore": [], + "minecraft:rarity": "epic", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:stripped_birch_log": { - "components": { + "minecraft:item_model": "minecraft:dragon_head", + "minecraft:item_name": "{\"translate\":\"block.minecraft.dragon_head\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:stripped_birch_log", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_birch_log\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:stripped_birch_wood": { + { + "id": "minecraft:piglin_head", + "name": "minecraft:piglin_head", + "translation_key": "block.minecraft.piglin_head", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "swappable": false, + "slot": "head" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_birch_wood", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_birch_wood\"}", - "minecraft:lore": [], + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:stripped_cherry_log": { - "components": { + "minecraft:item_model": "minecraft:piglin_head", + "minecraft:item_name": "{\"translate\":\"block.minecraft.piglin_head\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:nether_star", + "name": "minecraft:nether_star", + "translation_key": "item.minecraft.nether_star", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_cherry_log", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_cherry_log\"}", - "minecraft:lore": [], + "minecraft:rarity": "rare", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:stripped_cherry_wood": { - "components": { + "minecraft:item_model": "minecraft:nether_star", + "minecraft:damage_resistant": { + "types": "#minecraft:is_explosion" + }, + "minecraft:item_name": "{\"translate\":\"item.minecraft.nether_star\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:enchantment_glint_override": true, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pumpkin_pie", + "name": "minecraft:pumpkin_pie", + "translation_key": "item.minecraft.pumpkin_pie", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_cherry_wood", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_cherry_wood\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 8, + "saturation": 4.8 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pumpkin_pie", + "minecraft:item_name": "{\"translate\":\"item.minecraft.pumpkin_pie\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:stripped_crimson_hyphae": { + { + "id": "minecraft:firework_rocket", + "name": "minecraft:firework_rocket", + "translation_key": "item.minecraft.firework_rocket", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:fireworks": { + "flight_duration": 1 }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_crimson_hyphae", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_crimson_hyphae\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:stripped_crimson_stem": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:firework_rocket", + "minecraft:item_name": "{\"translate\":\"item.minecraft.firework_rocket\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:firework_star", + "name": "minecraft:firework_star", + "translation_key": "item.minecraft.firework_star", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_crimson_stem", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_crimson_stem\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:firework_star", + "minecraft:item_name": "{\"translate\":\"item.minecraft.firework_star\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:stripped_dark_oak_log": { + { + "id": "minecraft:enchanted_book", + "name": "minecraft:enchanted_book", + "translation_key": "item.minecraft.enchanted_book", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:item_model": "minecraft:enchanted_book", + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:stored_enchantments": { + "levels": {} + }, + "minecraft:item_name": "{\"translate\":\"item.minecraft.enchanted_book\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:enchantment_glint_override": true, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:nether_brick", + "name": "minecraft:nether_brick", + "translation_key": "item.minecraft.nether_brick", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_dark_oak_log", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_dark_oak_log\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:stripped_dark_oak_wood": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:nether_brick", + "minecraft:item_name": "{\"translate\":\"item.minecraft.nether_brick\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:prismarine_shard", + "name": "minecraft:prismarine_shard", + "translation_key": "item.minecraft.prismarine_shard", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_dark_oak_wood", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_dark_oak_wood\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:stripped_jungle_log": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:prismarine_shard", + "minecraft:item_name": "{\"translate\":\"item.minecraft.prismarine_shard\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:prismarine_crystals", + "name": "minecraft:prismarine_crystals", + "translation_key": "item.minecraft.prismarine_crystals", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_jungle_log", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_jungle_log\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:stripped_jungle_wood": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:prismarine_crystals", + "minecraft:item_name": "{\"translate\":\"item.minecraft.prismarine_crystals\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:rabbit", + "name": "minecraft:rabbit", + "translation_key": "item.minecraft.rabbit", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_jungle_wood", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_jungle_wood\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 3, + "saturation": 1.8000001 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:stripped_mangrove_log": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:rabbit", + "minecraft:item_name": "{\"translate\":\"item.minecraft.rabbit\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cooked_rabbit", + "name": "minecraft:cooked_rabbit", + "translation_key": "item.minecraft.cooked_rabbit", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_mangrove_log", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_mangrove_log\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 5, + "saturation": 6.0 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:stripped_mangrove_wood": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cooked_rabbit", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cooked_rabbit\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:rabbit_stew", + "name": "minecraft:rabbit_stew", + "translation_key": "item.minecraft.rabbit_stew", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_mangrove_wood", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_mangrove_wood\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 10, + "saturation": 12.0 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:stripped_oak_log": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:rabbit_stew", + "minecraft:item_name": "{\"translate\":\"item.minecraft.rabbit_stew\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:stripped_oak_log", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_oak_log\"}", "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:use_remainder": { + "id": "minecraft:bowl", + "count": 1 + } } }, - "minecraft:stripped_oak_wood": { + { + "id": "minecraft:rabbit_foot", + "name": "minecraft:rabbit_foot", + "translation_key": "item.minecraft.rabbit_foot", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_oak_wood", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_oak_wood\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:stripped_pale_oak_log": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:rabbit_foot", + "minecraft:item_name": "{\"translate\":\"item.minecraft.rabbit_foot\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:rabbit_hide", + "name": "minecraft:rabbit_hide", + "translation_key": "item.minecraft.rabbit_hide", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_pale_oak_log", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_pale_oak_log\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:stripped_pale_oak_wood": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:rabbit_hide", + "minecraft:item_name": "{\"translate\":\"item.minecraft.rabbit_hide\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:armor_stand", + "name": "minecraft:armor_stand", + "translation_key": "item.minecraft.armor_stand", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_pale_oak_wood", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_pale_oak_wood\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:stripped_spruce_log": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:armor_stand", + "minecraft:item_name": "{\"translate\":\"item.minecraft.armor_stand\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:stripped_spruce_log", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_spruce_log\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:stripped_spruce_wood": { + { + "id": "minecraft:iron_horse_armor", + "name": "minecraft:iron_horse_armor", + "translation_key": "item.minecraft.iron_horse_armor", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": "minecraft:horse", + "damage_on_hurt": false, + "slot": "body", + "equip_sound": "minecraft:entity.horse.armor", + "model": "minecraft:iron" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_spruce_wood", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_spruce_wood\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:iron_horse_armor", + "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_horse_armor\"}", + "minecraft:attribute_modifiers": { + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.body", + "amount": 5.0, + "operation": "add_value", + "slot": "body" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.body", + "amount": 0.0, + "operation": "add_value", + "slot": "body" + } + ] + }, + "minecraft:lore": [] } }, - "minecraft:stripped_warped_hyphae": { + { + "id": "minecraft:golden_horse_armor", + "name": "minecraft:golden_horse_armor", + "translation_key": "item.minecraft.golden_horse_armor", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": "minecraft:horse", + "damage_on_hurt": false, + "slot": "body", + "equip_sound": "minecraft:entity.horse.armor", + "model": "minecraft:gold" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_warped_hyphae", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_warped_hyphae\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:golden_horse_armor", + "minecraft:item_name": "{\"translate\":\"item.minecraft.golden_horse_armor\"}", + "minecraft:attribute_modifiers": { + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.body", + "amount": 7.0, + "operation": "add_value", + "slot": "body" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.body", + "amount": 0.0, + "operation": "add_value", + "slot": "body" + } + ] + }, + "minecraft:lore": [] } }, - "minecraft:stripped_warped_stem": { + { + "id": "minecraft:diamond_horse_armor", + "name": "minecraft:diamond_horse_armor", + "translation_key": "item.minecraft.diamond_horse_armor", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": "minecraft:horse", + "damage_on_hurt": false, + "slot": "body", + "equip_sound": "minecraft:entity.horse.armor", + "model": "minecraft:diamond" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:stripped_warped_stem", - "minecraft:item_name": "{\"translate\":\"block.minecraft.stripped_warped_stem\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:diamond_horse_armor", + "minecraft:item_name": "{\"translate\":\"item.minecraft.diamond_horse_armor\"}", + "minecraft:attribute_modifiers": { + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.body", + "amount": 11.0, + "operation": "add_value", + "slot": "body" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.body", + "amount": 2.0, + "operation": "add_value", + "slot": "body" + } + ] + }, + "minecraft:lore": [] } }, - "minecraft:structure_block": { + { + "id": "minecraft:leather_horse_armor", + "name": "minecraft:leather_horse_armor", + "translation_key": "item.minecraft.leather_horse_armor", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:equippable": { + "allowed_entities": "minecraft:horse", + "damage_on_hurt": false, + "slot": "body", + "equip_sound": "minecraft:entity.horse.armor", + "model": "minecraft:leather" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:structure_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.structure_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "epic", - "minecraft:repair_cost": 0 + "minecraft:rarity": "common", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:leather_horse_armor", + "minecraft:item_name": "{\"translate\":\"item.minecraft.leather_horse_armor\"}", + "minecraft:attribute_modifiers": { + "modifiers": [ + { + "type": "minecraft:armor", + "id": "minecraft:armor.body", + "amount": 3.0, + "operation": "add_value", + "slot": "body" + }, + { + "type": "minecraft:armor_toughness", + "id": "minecraft:armor.body", + "amount": 0.0, + "operation": "add_value", + "slot": "body" + } + ] + }, + "minecraft:lore": [] } }, - "minecraft:structure_void": { + { + "id": "minecraft:lead", + "name": "minecraft:lead", + "translation_key": "item.minecraft.lead", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:structure_void", - "minecraft:item_name": "{\"translate\":\"block.minecraft.structure_void\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "epic", - "minecraft:repair_cost": 0 - } - }, - "minecraft:sugar": { - "components": { + "minecraft:item_model": "minecraft:lead", + "minecraft:item_name": "{\"translate\":\"item.minecraft.lead\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:sugar", - "minecraft:item_name": "{\"translate\":\"item.minecraft.sugar\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:sugar_cane": { + { + "id": "minecraft:name_tag", + "name": "minecraft:name_tag", + "translation_key": "item.minecraft.name_tag", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:sugar_cane", - "minecraft:item_name": "{\"translate\":\"block.minecraft.sugar_cane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:sunflower": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:name_tag", + "minecraft:item_name": "{\"translate\":\"item.minecraft.name_tag\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:sunflower", - "minecraft:item_name": "{\"translate\":\"block.minecraft.sunflower\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:suspicious_gravel": { + { + "id": "minecraft:command_block_minecart", + "name": "minecraft:command_block_minecart", + "translation_key": "item.minecraft.command_block_minecart", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:suspicious_gravel", - "minecraft:item_name": "{\"translate\":\"block.minecraft.suspicious_gravel\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:suspicious_sand": { - "components": { + "minecraft:rarity": "epic", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:command_block_minecart", + "minecraft:item_name": "{\"translate\":\"item.minecraft.command_block_minecart\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:suspicious_sand", - "minecraft:item_name": "{\"translate\":\"block.minecraft.suspicious_sand\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:suspicious_stew": { + { + "id": "minecraft:mutton", + "name": "minecraft:mutton", + "translation_key": "item.minecraft.mutton", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, "minecraft:food": { - "can_always_eat": true, - "nutrition": 6, - "saturation": 7.2000003 + "nutrition": 2, + "saturation": 1.2 }, - "minecraft:item_model": "minecraft:suspicious_stew", - "minecraft:item_name": "{\"translate\":\"item.minecraft.suspicious_stew\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:suspicious_stew_effects": [], - "minecraft:use_remainder": { - "count": 1, - "id": "minecraft:bowl" - } - } - }, - "minecraft:sweet_berries": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mutton", + "minecraft:item_name": "{\"translate\":\"item.minecraft.mutton\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cooked_mutton", + "name": "minecraft:cooked_mutton", + "translation_key": "item.minecraft.cooked_mutton", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, "minecraft:food": { - "nutrition": 2, - "saturation": 0.4 + "nutrition": 6, + "saturation": 9.6 }, - "minecraft:item_model": "minecraft:sweet_berries", - "minecraft:item_name": "{\"translate\":\"item.minecraft.sweet_berries\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:tadpole_bucket": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cooked_mutton", + "minecraft:item_name": "{\"translate\":\"item.minecraft.cooked_mutton\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bucket_entity_data": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:white_banner", + "name": "minecraft:white_banner", + "translation_key": "block.minecraft.white_banner", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:tadpole_bucket", - "minecraft:item_name": "{\"translate\":\"item.minecraft.tadpole_bucket\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:tadpole_spawn_egg": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:white_banner", + "minecraft:item_name": "{\"translate\":\"block.minecraft.white_banner\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:orange_banner", + "name": "minecraft:orange_banner", + "translation_key": "block.minecraft.orange_banner", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:tadpole_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.tadpole_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:tall_grass": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:orange_banner", + "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_banner\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:magenta_banner", + "name": "minecraft:magenta_banner", + "translation_key": "block.minecraft.magenta_banner", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:tall_grass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.tall_grass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:target": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:magenta_banner", + "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_banner\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_blue_banner", + "name": "minecraft:light_blue_banner", + "translation_key": "block.minecraft.light_blue_banner", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:target", - "minecraft:item_name": "{\"translate\":\"block.minecraft.target\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:terracotta": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:light_blue_banner", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_banner\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:yellow_banner", + "name": "minecraft:yellow_banner", + "translation_key": "block.minecraft.yellow_banner", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:tide_armor_trim_smithing_template": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:yellow_banner", + "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_banner\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:tide_armor_trim_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.tide_armor_trim_smithing_template\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 + "minecraft:banner_patterns": [], + "minecraft:lore": [] } }, - "minecraft:tinted_glass": { + { + "id": "minecraft:lime_banner", + "name": "minecraft:lime_banner", + "translation_key": "block.minecraft.lime_banner", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:tinted_glass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.tinted_glass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:tipped_arrow": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:lime_banner", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_banner\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pink_banner", + "name": "minecraft:pink_banner", + "translation_key": "block.minecraft.pink_banner", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:tipped_arrow", - "minecraft:item_name": "{\"translate\":\"item.minecraft.tipped_arrow\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:potion_contents": {}, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:tnt": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:pink_banner", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_banner\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:gray_banner", + "name": "minecraft:gray_banner", + "translation_key": "block.minecraft.gray_banner", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:tnt", - "minecraft:item_name": "{\"translate\":\"block.minecraft.tnt\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:gray_banner", + "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_banner\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:banner_patterns": [], + "minecraft:lore": [] } }, - "minecraft:tnt_minecart": { + { + "id": "minecraft:light_gray_banner", + "name": "minecraft:light_gray_banner", + "translation_key": "block.minecraft.light_gray_banner", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:light_gray_banner", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_banner\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cyan_banner", + "name": "minecraft:cyan_banner", + "translation_key": "block.minecraft.cyan_banner", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:tnt_minecart", - "minecraft:item_name": "{\"translate\":\"item.minecraft.tnt_minecart\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:cyan_banner", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_banner\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:banner_patterns": [], + "minecraft:lore": [] } }, - "minecraft:torch": { + { + "id": "minecraft:purple_banner", + "name": "minecraft:purple_banner", + "translation_key": "block.minecraft.purple_banner", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:purple_banner", + "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_banner\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blue_banner", + "name": "minecraft:blue_banner", + "translation_key": "block.minecraft.blue_banner", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:torch", - "minecraft:item_name": "{\"translate\":\"block.minecraft.torch\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:blue_banner", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_banner\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:banner_patterns": [], + "minecraft:lore": [] } }, - "minecraft:torchflower": { + { + "id": "minecraft:brown_banner", + "name": "minecraft:brown_banner", + "translation_key": "block.minecraft.brown_banner", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:brown_banner", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_banner\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:green_banner", + "name": "minecraft:green_banner", + "translation_key": "block.minecraft.green_banner", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:torchflower", - "minecraft:item_name": "{\"translate\":\"block.minecraft.torchflower\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:green_banner", + "minecraft:item_name": "{\"translate\":\"block.minecraft.green_banner\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:banner_patterns": [], + "minecraft:lore": [] } }, - "minecraft:torchflower_seeds": { + { + "id": "minecraft:red_banner", + "name": "minecraft:red_banner", + "translation_key": "block.minecraft.red_banner", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:red_banner", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_banner\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:black_banner", + "name": "minecraft:black_banner", + "translation_key": "block.minecraft.black_banner", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:torchflower_seeds", - "minecraft:item_name": "{\"translate\":\"item.minecraft.torchflower_seeds\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:black_banner", + "minecraft:item_name": "{\"translate\":\"block.minecraft.black_banner\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:banner_patterns": [], + "minecraft:lore": [] } }, - "minecraft:totem_of_undying": { + { + "id": "minecraft:end_crystal", + "name": "minecraft:end_crystal", + "translation_key": "item.minecraft.end_crystal", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:end_crystal", + "minecraft:item_name": "{\"translate\":\"item.minecraft.end_crystal\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:death_protection": { - "death_effects": [ - { - "type": "minecraft:clear_all_effects" - }, + "minecraft:enchantment_glint_override": true, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:chorus_fruit", + "name": "minecraft:chorus_fruit", + "translation_key": "item.minecraft.chorus_fruit", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:consumable": { + "on_consume_effects": [ { - "type": "minecraft:apply_effects", - "effects": [ - { - "amplifier": 1, - "duration": 900, - "id": "minecraft:regeneration", - "show_icon": true - }, - { - "amplifier": 1, - "duration": 100, - "id": "minecraft:absorption", - "show_icon": true - }, - { - "duration": 800, - "id": "minecraft:fire_resistance", - "show_icon": true - } - ] + "type": "minecraft:teleport_randomly" } ] }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:totem_of_undying", - "minecraft:item_name": "{\"translate\":\"item.minecraft.totem_of_undying\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:trader_llama_spawn_egg": { - "components": { + "minecraft:food": { + "nutrition": 4, + "saturation": 2.4, + "can_always_eat": true + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:chorus_fruit", + "minecraft:item_name": "{\"translate\":\"item.minecraft.chorus_fruit\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:use_cooldown": { + "seconds": 1.0 }, - "minecraft:item_model": "minecraft:trader_llama_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.trader_llama_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:trapped_chest": { + { + "id": "minecraft:popped_chorus_fruit", + "name": "minecraft:popped_chorus_fruit", + "translation_key": "item.minecraft.popped_chorus_fruit", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, - "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:trapped_chest", - "minecraft:item_name": "{\"translate\":\"block.minecraft.trapped_chest\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:trial_key": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:popped_chorus_fruit", + "minecraft:item_name": "{\"translate\":\"item.minecraft.popped_chorus_fruit\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:trial_key", - "minecraft:item_name": "{\"translate\":\"item.minecraft.trial_key\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:trial_spawner": { + { + "id": "minecraft:torchflower_seeds", + "name": "minecraft:torchflower_seeds", + "translation_key": "item.minecraft.torchflower_seeds", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:trial_spawner", - "minecraft:item_name": "{\"translate\":\"block.minecraft.trial_spawner\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:trident": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:torchflower_seeds", + "minecraft:item_name": "{\"translate\":\"item.minecraft.torchflower_seeds\"}", "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 8.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -2.9000000953674316, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 1 - }, - "minecraft:enchantments": { - "levels": {} + "modifiers": [] }, - "minecraft:item_model": "minecraft:trident_in_hand", - "minecraft:item_name": "{\"translate\":\"item.minecraft.trident\"}", - "minecraft:lore": [], - "minecraft:max_damage": 250, - "minecraft:max_stack_size": 1, - "minecraft:rarity": "rare", - "minecraft:repair_cost": 0, - "minecraft:tool": { - "damage_per_block": 2, - "rules": [] - } + "minecraft:lore": [] } }, - "minecraft:tripwire_hook": { + { + "id": "minecraft:pitcher_pod", + "name": "minecraft:pitcher_pod", + "translation_key": "item.minecraft.pitcher_pod", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:tripwire_hook", - "minecraft:item_name": "{\"translate\":\"block.minecraft.tripwire_hook\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:tropical_fish": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pitcher_pod", + "minecraft:item_name": "{\"translate\":\"item.minecraft.pitcher_pod\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:beetroot", + "name": "minecraft:beetroot", + "translation_key": "item.minecraft.beetroot", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, "minecraft:food": { "nutrition": 1, - "saturation": 0.2 + "saturation": 1.2 }, - "minecraft:item_model": "minecraft:tropical_fish", - "minecraft:item_name": "{\"translate\":\"item.minecraft.tropical_fish\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:tropical_fish_bucket": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:beetroot", + "minecraft:item_name": "{\"translate\":\"item.minecraft.beetroot\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bucket_entity_data": {}, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:beetroot_seeds", + "name": "minecraft:beetroot_seeds", + "translation_key": "item.minecraft.beetroot_seeds", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:tropical_fish_bucket", - "minecraft:item_name": "{\"translate\":\"item.minecraft.tropical_fish_bucket\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:tropical_fish_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:beetroot_seeds", + "minecraft:item_name": "{\"translate\":\"item.minecraft.beetroot_seeds\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:beetroot_soup", + "name": "minecraft:beetroot_soup", + "translation_key": "item.minecraft.beetroot_soup", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:tropical_fish_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.tropical_fish_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 6, + "saturation": 7.2000003 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:tube_coral": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:beetroot_soup", + "minecraft:item_name": "{\"translate\":\"item.minecraft.beetroot_soup\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:tube_coral", - "minecraft:item_name": "{\"translate\":\"block.minecraft.tube_coral\"}", "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:use_remainder": { + "id": "minecraft:bowl", + "count": 1 + } } }, - "minecraft:tube_coral_block": { + { + "id": "minecraft:dragon_breath", + "name": "minecraft:dragon_breath", + "translation_key": "item.minecraft.dragon_breath", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:tube_coral_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.tube_coral_block\"}", - "minecraft:lore": [], + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:tube_coral_fan": { - "components": { + "minecraft:item_model": "minecraft:dragon_breath", + "minecraft:item_name": "{\"translate\":\"item.minecraft.dragon_breath\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:splash_potion", + "name": "minecraft:splash_potion", + "translation_key": "item.minecraft.splash_potion", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:tube_coral_fan", - "minecraft:item_name": "{\"translate\":\"block.minecraft.tube_coral_fan\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:potion_contents": {}, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:tuff": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:splash_potion", + "minecraft:item_name": "{\"translate\":\"item.minecraft.splash_potion\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spectral_arrow", + "name": "minecraft:spectral_arrow", + "translation_key": "item.minecraft.spectral_arrow", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:tuff", - "minecraft:item_name": "{\"translate\":\"block.minecraft.tuff\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:tuff_brick_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spectral_arrow", + "minecraft:item_name": "{\"translate\":\"item.minecraft.spectral_arrow\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:tipped_arrow", + "name": "minecraft:tipped_arrow", + "translation_key": "item.minecraft.tipped_arrow", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:tuff_brick_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.tuff_brick_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:potion_contents": {}, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:tuff_brick_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tipped_arrow", + "minecraft:item_name": "{\"translate\":\"item.minecraft.tipped_arrow\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lingering_potion", + "name": "minecraft:lingering_potion", + "translation_key": "item.minecraft.lingering_potion", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:tuff_brick_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.tuff_brick_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:potion_contents": {}, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:lingering_potion", + "minecraft:item_name": "{\"translate\":\"item.minecraft.lingering_potion\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:tuff_brick_wall": { + { + "id": "minecraft:shield", + "name": "minecraft:shield", + "translation_key": "item.minecraft.shield", + "max_stack": 1, + "max_durability": 336, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:equippable": { + "swappable": false, + "slot": "offhand" + }, + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:shield", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.shield\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [], + "minecraft:max_damage": 336, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:tuff_brick_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.tuff_brick_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:repairable": { + "items": "#minecraft:wooden_tool_materials" + }, + "minecraft:banner_patterns": [] } }, - "minecraft:tuff_bricks": { + { + "id": "minecraft:totem_of_undying", + "name": "minecraft:totem_of_undying", + "translation_key": "item.minecraft.totem_of_undying", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:tuff_bricks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.tuff_bricks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:tuff_slab": { - "components": { + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:totem_of_undying", + "minecraft:item_name": "{\"translate\":\"item.minecraft.totem_of_undying\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:tuff_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.tuff_slab\"}", "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:death_protection": { + "death_effects": [ + { + "type": "minecraft:clear_all_effects" + }, + { + "effects": [ + { + "id": "minecraft:regeneration", + "show_icon": true, + "amplifier": 1, + "duration": 900 + }, + { + "id": "minecraft:absorption", + "show_icon": true, + "amplifier": 1, + "duration": 100 + }, + { + "id": "minecraft:fire_resistance", + "show_icon": true, + "duration": 800 + } + ], + "type": "minecraft:apply_effects" + } + ] + } } }, - "minecraft:tuff_stairs": { + { + "id": "minecraft:shulker_shell", + "name": "minecraft:shulker_shell", + "translation_key": "item.minecraft.shulker_shell", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:tuff_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.tuff_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:tuff_wall": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:shulker_shell", + "minecraft:item_name": "{\"translate\":\"item.minecraft.shulker_shell\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:tuff_wall", - "minecraft:item_name": "{\"translate\":\"block.minecraft.tuff_wall\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:turtle_egg": { + { + "id": "minecraft:iron_nugget", + "name": "minecraft:iron_nugget", + "translation_key": "item.minecraft.iron_nugget", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:turtle_egg", - "minecraft:item_name": "{\"translate\":\"block.minecraft.turtle_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:iron_nugget", + "minecraft:item_name": "{\"translate\":\"item.minecraft.iron_nugget\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:turtle_helmet": { + { + "id": "minecraft:knowledge_book", + "name": "minecraft:knowledge_book", + "translation_key": "item.minecraft.knowledge_book", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 2.0, - "id": "minecraft:armor.helmet", - "operation": "add_value", - "slot": "head" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.helmet", - "operation": "add_value", - "slot": "head" - } - ] - }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 9 - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "equip_sound": "minecraft:item.armor.equip_turtle", - "model": "minecraft:turtle_scute", - "slot": "head" - }, - "minecraft:item_model": "minecraft:turtle_helmet", - "minecraft:item_name": "{\"translate\":\"item.minecraft.turtle_helmet\"}", - "minecraft:lore": [], - "minecraft:max_damage": 275, + "minecraft:recipes": [], + "minecraft:rarity": "epic", "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_turtle_helmet" - } - } - }, - "minecraft:turtle_scute": { - "components": { + "minecraft:item_model": "minecraft:knowledge_book", + "minecraft:item_name": "{\"translate\":\"item.minecraft.knowledge_book\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:debug_stick", + "name": "minecraft:debug_stick", + "translation_key": "item.minecraft.debug_stick", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:turtle_scute", - "minecraft:item_name": "{\"translate\":\"item.minecraft.turtle_scute\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:rarity": "epic", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:debug_stick", + "minecraft:item_name": "{\"translate\":\"item.minecraft.debug_stick\"}", + "minecraft:debug_stick_state": {}, + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:enchantment_glint_override": true, + "minecraft:lore": [] } }, - "minecraft:turtle_spawn_egg": { + { + "id": "minecraft:music_disc_13", + "name": "minecraft:music_disc_13", + "translation_key": "item.minecraft.music_disc_13", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:music_disc_13", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_13\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:13" }, - "minecraft:item_model": "minecraft:turtle_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.turtle_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:twisting_vines": { + { + "id": "minecraft:music_disc_cat", + "name": "minecraft:music_disc_cat", + "translation_key": "item.minecraft.music_disc_cat", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:music_disc_cat", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_cat\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:cat" }, - "minecraft:item_model": "minecraft:twisting_vines", - "minecraft:item_name": "{\"translate\":\"block.minecraft.twisting_vines\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:vault": { + { + "id": "minecraft:music_disc_blocks", + "name": "minecraft:music_disc_blocks", + "translation_key": "item.minecraft.music_disc_blocks", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:music_disc_blocks", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_blocks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:blocks" }, - "minecraft:item_model": "minecraft:vault", - "minecraft:item_name": "{\"translate\":\"block.minecraft.vault\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:verdant_froglight": { + { + "id": "minecraft:music_disc_chirp", + "name": "minecraft:music_disc_chirp", + "translation_key": "item.minecraft.music_disc_chirp", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:music_disc_chirp", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_chirp\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:chirp" }, - "minecraft:item_model": "minecraft:verdant_froglight", - "minecraft:item_name": "{\"translate\":\"block.minecraft.verdant_froglight\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:vex_armor_trim_smithing_template": { + { + "id": "minecraft:music_disc_creator", + "name": "minecraft:music_disc_creator", + "translation_key": "item.minecraft.music_disc_creator", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:vex_armor_trim_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.vex_armor_trim_smithing_template\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "rare", - "minecraft:repair_cost": 0 - } - }, - "minecraft:vex_spawn_egg": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:music_disc_creator", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_creator\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:creator" }, - "minecraft:item_model": "minecraft:vex_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.vex_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:villager_spawn_egg": { + { + "id": "minecraft:music_disc_creator_music_box", + "name": "minecraft:music_disc_creator_music_box", + "translation_key": "item.minecraft.music_disc_creator_music_box", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:villager_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.villager_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:vindicator_spawn_egg": { - "components": { + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:music_disc_creator_music_box", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_creator_music_box\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:creator_music_box" }, - "minecraft:item_model": "minecraft:vindicator_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.vindicator_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:vine": { + { + "id": "minecraft:music_disc_far", + "name": "minecraft:music_disc_far", + "translation_key": "item.minecraft.music_disc_far", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:vine", - "minecraft:item_name": "{\"translate\":\"block.minecraft.vine\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:wandering_trader_spawn_egg": { - "components": { + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:music_disc_far", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_far\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:far" }, - "minecraft:item_model": "minecraft:wandering_trader_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.wandering_trader_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:ward_armor_trim_smithing_template": { + { + "id": "minecraft:music_disc_mall", + "name": "minecraft:music_disc_mall", + "translation_key": "item.minecraft.music_disc_mall", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:music_disc_mall", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_mall\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:mall" }, - "minecraft:item_model": "minecraft:ward_armor_trim_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.ward_armor_trim_smithing_template\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "rare", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:warden_spawn_egg": { + { + "id": "minecraft:music_disc_mellohi", + "name": "minecraft:music_disc_mellohi", + "translation_key": "item.minecraft.music_disc_mellohi", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:music_disc_mellohi", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_mellohi\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:mellohi" }, - "minecraft:item_model": "minecraft:warden_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.warden_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:warped_button": { + { + "id": "minecraft:music_disc_stal", + "name": "minecraft:music_disc_stal", + "translation_key": "item.minecraft.music_disc_stal", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:music_disc_stal", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_stal\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:stal" }, - "minecraft:item_model": "minecraft:warped_button", - "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_button\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:warped_door": { + { + "id": "minecraft:music_disc_strad", + "name": "minecraft:music_disc_strad", + "translation_key": "item.minecraft.music_disc_strad", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:music_disc_strad", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_strad\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:strad" }, - "minecraft:item_model": "minecraft:warped_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:warped_fence": { + { + "id": "minecraft:music_disc_ward", + "name": "minecraft:music_disc_ward", + "translation_key": "item.minecraft.music_disc_ward", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:music_disc_ward", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_ward\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:ward" }, - "minecraft:item_model": "minecraft:warped_fence", - "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_fence\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:warped_fence_gate": { + { + "id": "minecraft:music_disc_11", + "name": "minecraft:music_disc_11", + "translation_key": "item.minecraft.music_disc_11", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:music_disc_11", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_11\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:11" }, - "minecraft:item_model": "minecraft:warped_fence_gate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_fence_gate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:warped_fungus": { + { + "id": "minecraft:music_disc_wait", + "name": "minecraft:music_disc_wait", + "translation_key": "item.minecraft.music_disc_wait", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:music_disc_wait", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_wait\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:wait" }, - "minecraft:item_model": "minecraft:warped_fungus", - "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_fungus\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:warped_fungus_on_a_stick": { + { + "id": "minecraft:music_disc_otherside", + "name": "minecraft:music_disc_otherside", + "translation_key": "item.minecraft.music_disc_otherside", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, - "minecraft:damage": 0, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:warped_fungus_on_a_stick", - "minecraft:item_name": "{\"translate\":\"item.minecraft.warped_fungus_on_a_stick\"}", - "minecraft:lore": [], - "minecraft:max_damage": 100, + "minecraft:rarity": "rare", "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:warped_hanging_sign": { - "components": { + "minecraft:item_model": "minecraft:music_disc_otherside", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_otherside\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:otherside" }, - "minecraft:item_model": "minecraft:warped_hanging_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_hanging_sign\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:warped_hyphae": { + { + "id": "minecraft:music_disc_relic", + "name": "minecraft:music_disc_relic", + "translation_key": "item.minecraft.music_disc_relic", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:music_disc_relic", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_relic\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:relic" }, - "minecraft:item_model": "minecraft:warped_hyphae", - "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_hyphae\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:warped_nylium": { + { + "id": "minecraft:music_disc_5", + "name": "minecraft:music_disc_5", + "translation_key": "item.minecraft.music_disc_5", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:music_disc_5", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_5\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:5" }, - "minecraft:item_model": "minecraft:warped_nylium", - "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_nylium\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:warped_planks": { + { + "id": "minecraft:music_disc_pigstep", + "name": "minecraft:music_disc_pigstep", + "translation_key": "item.minecraft.music_disc_pigstep", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:music_disc_pigstep", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_pigstep\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:pigstep" }, - "minecraft:item_model": "minecraft:warped_planks", - "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_planks\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:warped_pressure_plate": { + { + "id": "minecraft:music_disc_precipice", + "name": "minecraft:music_disc_precipice", + "translation_key": "item.minecraft.music_disc_precipice", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:music_disc_precipice", + "minecraft:item_name": "{\"translate\":\"item.minecraft.music_disc_precipice\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:jukebox_playable": { + "song": "minecraft:precipice" }, - "minecraft:item_model": "minecraft:warped_pressure_plate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_pressure_plate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:warped_roots": { + { + "id": "minecraft:disc_fragment_5", + "name": "minecraft:disc_fragment_5", + "translation_key": "item.minecraft.disc_fragment_5", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:warped_roots", - "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_roots\"}", - "minecraft:lore": [], + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:warped_sign": { - "components": { + "minecraft:item_model": "minecraft:disc_fragment_5", + "minecraft:item_name": "{\"translate\":\"item.minecraft.disc_fragment_5\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:trident", + "name": "minecraft:trident", + "translation_key": "item.minecraft.trident", + "max_stack": 1, + "max_durability": 250, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:max_damage": 250, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:warped_sign", - "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_sign\"}", + "minecraft:item_model": "minecraft:trident_in_hand", + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 1, + "minecraft:item_name": "{\"translate\":\"item.minecraft.trident\"}", + "minecraft:damage": 0, + "minecraft:tool": { + "rules": [], + "damage_per_block": 2 + }, + "minecraft:attribute_modifiers": { + "modifiers": [ + { + "type": "minecraft:attack_damage", + "id": "minecraft:base_attack_damage", + "amount": 8.0, + "operation": "add_value", + "slot": "mainhand" + }, + { + "type": "minecraft:attack_speed", + "id": "minecraft:base_attack_speed", + "amount": -2.9000000953674316, + "operation": "add_value", + "slot": "mainhand" + } + ] + }, "minecraft:lore": [], - "minecraft:max_stack_size": 16, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:enchantable": { + "value": 1 + } } }, - "minecraft:warped_slab": { + { + "id": "minecraft:nautilus_shell", + "name": "minecraft:nautilus_shell", + "translation_key": "item.minecraft.nautilus_shell", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:warped_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_slab\"}", - "minecraft:lore": [], + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:warped_stairs": { - "components": { + "minecraft:item_model": "minecraft:nautilus_shell", + "minecraft:item_name": "{\"translate\":\"item.minecraft.nautilus_shell\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:warped_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:warped_stem": { + { + "id": "minecraft:heart_of_the_sea", + "name": "minecraft:heart_of_the_sea", + "translation_key": "item.minecraft.heart_of_the_sea", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:warped_stem", - "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_stem\"}", - "minecraft:lore": [], + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:warped_trapdoor": { - "components": { + "minecraft:item_model": "minecraft:heart_of_the_sea", + "minecraft:item_name": "{\"translate\":\"item.minecraft.heart_of_the_sea\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:warped_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:warped_wart_block": { + { + "id": "minecraft:crossbow", + "name": "minecraft:crossbow", + "translation_key": "item.minecraft.crossbow", + "max_stack": 1, + "max_durability": 465, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:max_damage": 465, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:warped_wart_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.warped_wart_block\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:water_bucket": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:crossbow", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.crossbow\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} + "minecraft:enchantable": { + "value": 1 }, - "minecraft:item_model": "minecraft:water_bucket", - "minecraft:item_name": "{\"translate\":\"item.minecraft.water_bucket\"}", "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:charged_projectiles": [] } }, - "minecraft:waxed_chiseled_copper": { + { + "id": "minecraft:suspicious_stew", + "name": "minecraft:suspicious_stew", + "translation_key": "item.minecraft.suspicious_stew", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_chiseled_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_chiseled_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 6, + "saturation": 7.2000003, + "can_always_eat": true + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_copper_block": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:suspicious_stew", + "minecraft:item_name": "{\"translate\":\"item.minecraft.suspicious_stew\"}", + "minecraft:suspicious_stew_effects": [], "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:waxed_copper_block", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_copper_block\"}", "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:use_remainder": { + "id": "minecraft:bowl", + "count": 1 + } } }, - "minecraft:waxed_copper_bulb": { + { + "id": "minecraft:loom", + "name": "minecraft:loom", + "translation_key": "block.minecraft.loom", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_copper_bulb", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_copper_bulb\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_copper_door": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:loom", + "minecraft:item_name": "{\"translate\":\"block.minecraft.loom\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:flower_banner_pattern", + "name": "minecraft:flower_banner_pattern", + "translation_key": "item.minecraft.flower_banner_pattern", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_copper_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_copper_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:flower_banner_pattern", + "minecraft:item_name": "{\"translate\":\"item.minecraft.flower_banner_pattern\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:waxed_copper_grate": { + { + "id": "minecraft:creeper_banner_pattern", + "name": "minecraft:creeper_banner_pattern", + "translation_key": "item.minecraft.creeper_banner_pattern", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:creeper_banner_pattern", + "minecraft:item_name": "{\"translate\":\"item.minecraft.creeper_banner_pattern\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:skull_banner_pattern", + "name": "minecraft:skull_banner_pattern", + "translation_key": "item.minecraft.skull_banner_pattern", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_copper_grate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_copper_grate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:skull_banner_pattern", + "minecraft:item_name": "{\"translate\":\"item.minecraft.skull_banner_pattern\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:waxed_copper_trapdoor": { + { + "id": "minecraft:mojang_banner_pattern", + "name": "minecraft:mojang_banner_pattern", + "translation_key": "item.minecraft.mojang_banner_pattern", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:mojang_banner_pattern", + "minecraft:item_name": "{\"translate\":\"item.minecraft.mojang_banner_pattern\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:globe_banner_pattern", + "name": "minecraft:globe_banner_pattern", + "translation_key": "item.minecraft.globe_banner_pattern", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_copper_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_copper_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:globe_banner_pattern", + "minecraft:item_name": "{\"translate\":\"item.minecraft.globe_banner_pattern\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:waxed_cut_copper": { + { + "id": "minecraft:piglin_banner_pattern", + "name": "minecraft:piglin_banner_pattern", + "translation_key": "item.minecraft.piglin_banner_pattern", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:piglin_banner_pattern", + "minecraft:item_name": "{\"translate\":\"item.minecraft.piglin_banner_pattern\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:flow_banner_pattern", + "name": "minecraft:flow_banner_pattern", + "translation_key": "item.minecraft.flow_banner_pattern", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_cut_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_cut_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:flow_banner_pattern", + "minecraft:item_name": "{\"translate\":\"item.minecraft.flow_banner_pattern\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:waxed_cut_copper_slab": { + { + "id": "minecraft:guster_banner_pattern", + "name": "minecraft:guster_banner_pattern", + "translation_key": "item.minecraft.guster_banner_pattern", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:guster_banner_pattern", + "minecraft:item_name": "{\"translate\":\"item.minecraft.guster_banner_pattern\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:field_masoned_banner_pattern", + "name": "minecraft:field_masoned_banner_pattern", + "translation_key": "item.minecraft.field_masoned_banner_pattern", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_cut_copper_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_cut_copper_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_cut_copper_stairs": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:field_masoned_banner_pattern", + "minecraft:item_name": "{\"translate\":\"item.minecraft.field_masoned_banner_pattern\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bordure_indented_banner_pattern", + "name": "minecraft:bordure_indented_banner_pattern", + "translation_key": "item.minecraft.bordure_indented_banner_pattern", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_cut_copper_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_cut_copper_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_exposed_chiseled_copper": { - "components": { + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:bordure_indented_banner_pattern", + "minecraft:item_name": "{\"translate\":\"item.minecraft.bordure_indented_banner_pattern\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:waxed_exposed_chiseled_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_exposed_chiseled_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:lore": [] } }, - "minecraft:waxed_exposed_copper": { + { + "id": "minecraft:goat_horn", + "name": "minecraft:goat_horn", + "translation_key": "item.minecraft.goat_horn", + "max_stack": 1, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:goat_horn", + "minecraft:item_name": "{\"translate\":\"item.minecraft.goat_horn\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:composter", + "name": "minecraft:composter", + "translation_key": "block.minecraft.composter", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_exposed_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_exposed_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_exposed_copper_bulb": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:composter", + "minecraft:item_name": "{\"translate\":\"block.minecraft.composter\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:barrel", + "name": "minecraft:barrel", + "translation_key": "block.minecraft.barrel", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_exposed_copper_bulb", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_exposed_copper_bulb\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_exposed_copper_door": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:barrel", + "minecraft:item_name": "{\"translate\":\"block.minecraft.barrel\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:smoker", + "name": "minecraft:smoker", + "translation_key": "block.minecraft.smoker", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_exposed_copper_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_exposed_copper_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_exposed_copper_grate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:smoker", + "minecraft:item_name": "{\"translate\":\"block.minecraft.smoker\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blast_furnace", + "name": "minecraft:blast_furnace", + "translation_key": "block.minecraft.blast_furnace", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_exposed_copper_grate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_exposed_copper_grate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_exposed_copper_trapdoor": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blast_furnace", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blast_furnace\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cartography_table", + "name": "minecraft:cartography_table", + "translation_key": "block.minecraft.cartography_table", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_exposed_copper_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_exposed_copper_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_exposed_cut_copper": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cartography_table", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cartography_table\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:fletching_table", + "name": "minecraft:fletching_table", + "translation_key": "block.minecraft.fletching_table", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_exposed_cut_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_exposed_cut_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_exposed_cut_copper_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:fletching_table", + "minecraft:item_name": "{\"translate\":\"block.minecraft.fletching_table\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:grindstone", + "name": "minecraft:grindstone", + "translation_key": "block.minecraft.grindstone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_exposed_cut_copper_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_exposed_cut_copper_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_exposed_cut_copper_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:grindstone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.grindstone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:smithing_table", + "name": "minecraft:smithing_table", + "translation_key": "block.minecraft.smithing_table", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_exposed_cut_copper_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_exposed_cut_copper_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_oxidized_chiseled_copper": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:smithing_table", + "minecraft:item_name": "{\"translate\":\"block.minecraft.smithing_table\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:stonecutter", + "name": "minecraft:stonecutter", + "translation_key": "block.minecraft.stonecutter", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_oxidized_chiseled_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_oxidized_chiseled_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_oxidized_copper": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:stonecutter", + "minecraft:item_name": "{\"translate\":\"block.minecraft.stonecutter\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bell", + "name": "minecraft:bell", + "translation_key": "block.minecraft.bell", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_oxidized_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_oxidized_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_oxidized_copper_bulb": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bell", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bell\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lantern", + "name": "minecraft:lantern", + "translation_key": "block.minecraft.lantern", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_oxidized_copper_bulb", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_oxidized_copper_bulb\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_oxidized_copper_door": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lantern", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lantern\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:soul_lantern", + "name": "minecraft:soul_lantern", + "translation_key": "block.minecraft.soul_lantern", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_oxidized_copper_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_oxidized_copper_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_oxidized_copper_grate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:soul_lantern", + "minecraft:item_name": "{\"translate\":\"block.minecraft.soul_lantern\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:sweet_berries", + "name": "minecraft:sweet_berries", + "translation_key": "item.minecraft.sweet_berries", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_oxidized_copper_grate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_oxidized_copper_grate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 2, + "saturation": 0.4 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_oxidized_copper_trapdoor": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sweet_berries", + "minecraft:item_name": "{\"translate\":\"item.minecraft.sweet_berries\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:glow_berries", + "name": "minecraft:glow_berries", + "translation_key": "item.minecraft.glow_berries", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:consumable": {}, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_oxidized_copper_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_oxidized_copper_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 2, + "saturation": 0.4 + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_oxidized_cut_copper": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:glow_berries", + "minecraft:item_name": "{\"translate\":\"item.minecraft.glow_berries\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:campfire", + "name": "minecraft:campfire", + "translation_key": "block.minecraft.campfire", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_oxidized_cut_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_oxidized_cut_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_oxidized_cut_copper_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:campfire", + "minecraft:item_name": "{\"translate\":\"block.minecraft.campfire\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:soul_campfire", + "name": "minecraft:soul_campfire", + "translation_key": "block.minecraft.soul_campfire", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:container": [], + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_oxidized_cut_copper_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_oxidized_cut_copper_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_oxidized_cut_copper_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:soul_campfire", + "minecraft:item_name": "{\"translate\":\"block.minecraft.soul_campfire\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:shroomlight", + "name": "minecraft:shroomlight", + "translation_key": "block.minecraft.shroomlight", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_oxidized_cut_copper_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_oxidized_cut_copper_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_weathered_chiseled_copper": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:shroomlight", + "minecraft:item_name": "{\"translate\":\"block.minecraft.shroomlight\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:honeycomb", + "name": "minecraft:honeycomb", + "translation_key": "item.minecraft.honeycomb", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_weathered_chiseled_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_weathered_chiseled_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_weathered_copper": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:honeycomb", + "minecraft:item_name": "{\"translate\":\"item.minecraft.honeycomb\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:bee_nest", + "name": "minecraft:bee_nest", + "translation_key": "block.minecraft.bee_nest", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_weathered_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_weathered_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_weathered_copper_bulb": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bee_nest", + "minecraft:item_name": "{\"translate\":\"block.minecraft.bee_nest\"}", + "minecraft:bees": [], "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:beehive", + "name": "minecraft:beehive", + "translation_key": "block.minecraft.beehive", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_weathered_copper_bulb", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_weathered_copper_bulb\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:beehive", + "minecraft:item_name": "{\"translate\":\"block.minecraft.beehive\"}", + "minecraft:bees": [], + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:waxed_weathered_copper_door": { + { + "id": "minecraft:honey_bottle", + "name": "minecraft:honey_bottle", + "translation_key": "item.minecraft.honey_bottle", + "max_stack": 16, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] + "minecraft:consumable": { + "sound": "minecraft:item.honey_bottle.drink", + "has_consume_particles": false, + "on_consume_effects": [ + { + "effects": "minecraft:poison", + "type": "minecraft:remove_effects" + } + ], + "consume_seconds": 2.0, + "animation": "drink" }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_weathered_copper_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_weathered_copper_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, + "minecraft:food": { + "nutrition": 6, + "saturation": 1.2, + "can_always_eat": true + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_weathered_copper_grate": { - "components": { + "minecraft:max_stack_size": 16, + "minecraft:item_model": "minecraft:honey_bottle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.honey_bottle\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { - "levels": {} - }, - "minecraft:item_model": "minecraft:waxed_weathered_copper_grate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_weathered_copper_grate\"}", "minecraft:lore": [], - "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:use_remainder": { + "id": "minecraft:glass_bottle", + "count": 1 + } } }, - "minecraft:waxed_weathered_copper_trapdoor": { + { + "id": "minecraft:honeycomb_block", + "name": "minecraft:honeycomb_block", + "translation_key": "block.minecraft.honeycomb_block", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [] - }, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_weathered_copper_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_weathered_copper_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_weathered_cut_copper": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:honeycomb_block", + "minecraft:item_name": "{\"translate\":\"block.minecraft.honeycomb_block\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lodestone", + "name": "minecraft:lodestone", + "translation_key": "block.minecraft.lodestone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_weathered_cut_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_weathered_cut_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_weathered_cut_copper_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lodestone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lodestone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:crying_obsidian", + "name": "minecraft:crying_obsidian", + "translation_key": "block.minecraft.crying_obsidian", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_weathered_cut_copper_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_weathered_cut_copper_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:waxed_weathered_cut_copper_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:crying_obsidian", + "minecraft:item_name": "{\"translate\":\"block.minecraft.crying_obsidian\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blackstone", + "name": "minecraft:blackstone", + "translation_key": "block.minecraft.blackstone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:waxed_weathered_cut_copper_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_weathered_cut_copper_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:wayfinder_armor_trim_smithing_template": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blackstone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blackstone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blackstone_slab", + "name": "minecraft:blackstone_slab", + "translation_key": "block.minecraft.blackstone_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:wayfinder_armor_trim_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.wayfinder_armor_trim_smithing_template\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 - } - }, - "minecraft:weathered_chiseled_copper": { - "components": { + "minecraft:item_model": "minecraft:blackstone_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blackstone_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blackstone_stairs", + "name": "minecraft:blackstone_stairs", + "translation_key": "block.minecraft.blackstone_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:weathered_chiseled_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.weathered_chiseled_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:weathered_copper": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blackstone_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blackstone_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:gilded_blackstone", + "name": "minecraft:gilded_blackstone", + "translation_key": "block.minecraft.gilded_blackstone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:weathered_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.weathered_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:weathered_copper_bulb": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:gilded_blackstone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.gilded_blackstone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_blackstone", + "name": "minecraft:polished_blackstone", + "translation_key": "block.minecraft.polished_blackstone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:weathered_copper_bulb", - "minecraft:item_name": "{\"translate\":\"block.minecraft.weathered_copper_bulb\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:weathered_copper_door": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_blackstone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_blackstone_slab", + "name": "minecraft:polished_blackstone_slab", + "translation_key": "block.minecraft.polished_blackstone_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:weathered_copper_door", - "minecraft:item_name": "{\"translate\":\"block.minecraft.weathered_copper_door\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:weathered_copper_grate": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_blackstone_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_blackstone_stairs", + "name": "minecraft:polished_blackstone_stairs", + "translation_key": "block.minecraft.polished_blackstone_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:weathered_copper_grate", - "minecraft:item_name": "{\"translate\":\"block.minecraft.weathered_copper_grate\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:weathered_copper_trapdoor": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_blackstone_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:chiseled_polished_blackstone", + "name": "minecraft:chiseled_polished_blackstone", + "translation_key": "block.minecraft.chiseled_polished_blackstone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:weathered_copper_trapdoor", - "minecraft:item_name": "{\"translate\":\"block.minecraft.weathered_copper_trapdoor\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:weathered_cut_copper": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:chiseled_polished_blackstone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.chiseled_polished_blackstone\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_blackstone_bricks", + "name": "minecraft:polished_blackstone_bricks", + "translation_key": "block.minecraft.polished_blackstone_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:weathered_cut_copper", - "minecraft:item_name": "{\"translate\":\"block.minecraft.weathered_cut_copper\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:weathered_cut_copper_slab": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_blackstone_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone_bricks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_blackstone_brick_slab", + "name": "minecraft:polished_blackstone_brick_slab", + "translation_key": "block.minecraft.polished_blackstone_brick_slab", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:weathered_cut_copper_slab", - "minecraft:item_name": "{\"translate\":\"block.minecraft.weathered_cut_copper_slab\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:weathered_cut_copper_stairs": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_blackstone_brick_slab", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone_brick_slab\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:polished_blackstone_brick_stairs", + "name": "minecraft:polished_blackstone_brick_stairs", + "translation_key": "block.minecraft.polished_blackstone_brick_stairs", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:weathered_cut_copper_stairs", - "minecraft:item_name": "{\"translate\":\"block.minecraft.weathered_cut_copper_stairs\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:weeping_vines": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:polished_blackstone_brick_stairs", + "minecraft:item_name": "{\"translate\":\"block.minecraft.polished_blackstone_brick_stairs\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cracked_polished_blackstone_bricks", + "name": "minecraft:cracked_polished_blackstone_bricks", + "translation_key": "block.minecraft.cracked_polished_blackstone_bricks", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:weeping_vines", - "minecraft:item_name": "{\"translate\":\"block.minecraft.weeping_vines\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:wet_sponge": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cracked_polished_blackstone_bricks", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cracked_polished_blackstone_bricks\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:respawn_anchor", + "name": "minecraft:respawn_anchor", + "translation_key": "block.minecraft.respawn_anchor", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:wet_sponge", - "minecraft:item_name": "{\"translate\":\"block.minecraft.wet_sponge\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:wheat": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:respawn_anchor", + "minecraft:item_name": "{\"translate\":\"block.minecraft.respawn_anchor\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:candle", + "name": "minecraft:candle", + "translation_key": "block.minecraft.candle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:wheat", - "minecraft:item_name": "{\"translate\":\"item.minecraft.wheat\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:wheat_seeds": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:candle", + "minecraft:item_name": "{\"translate\":\"block.minecraft.candle\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:white_candle", + "name": "minecraft:white_candle", + "translation_key": "block.minecraft.white_candle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:wheat_seeds", - "minecraft:item_name": "{\"translate\":\"item.minecraft.wheat_seeds\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:white_banner": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:white_candle", + "minecraft:item_name": "{\"translate\":\"block.minecraft.white_candle\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:orange_candle", + "name": "minecraft:orange_candle", + "translation_key": "block.minecraft.orange_candle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:white_banner", - "minecraft:item_name": "{\"translate\":\"block.minecraft.white_banner\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:white_bed": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:orange_candle", + "minecraft:item_name": "{\"translate\":\"block.minecraft.orange_candle\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:magenta_candle", + "name": "minecraft:magenta_candle", + "translation_key": "block.minecraft.magenta_candle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:white_bed", - "minecraft:item_name": "{\"translate\":\"block.minecraft.white_bed\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:white_bundle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:magenta_candle", + "minecraft:item_name": "{\"translate\":\"block.minecraft.magenta_candle\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bundle_contents": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_blue_candle", + "name": "minecraft:light_blue_candle", + "translation_key": "block.minecraft.light_blue_candle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:white_bundle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.white_bundle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:white_candle": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:light_blue_candle", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_blue_candle\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:yellow_candle", + "name": "minecraft:yellow_candle", + "translation_key": "block.minecraft.yellow_candle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:white_candle", - "minecraft:item_name": "{\"translate\":\"block.minecraft.white_candle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:white_carpet": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:yellow_candle", + "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_candle\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:lime_candle", + "name": "minecraft:lime_candle", + "translation_key": "block.minecraft.lime_candle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": [ - "minecraft:llama", - "minecraft:trader_llama" - ], - "equip_sound": "minecraft:entity.llama.swag", - "model": "minecraft:white_carpet", - "slot": "body" - }, - "minecraft:item_model": "minecraft:white_carpet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.white_carpet\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:white_concrete": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:lime_candle", + "minecraft:item_name": "{\"translate\":\"block.minecraft.lime_candle\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pink_candle", + "name": "minecraft:pink_candle", + "translation_key": "block.minecraft.pink_candle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:white_concrete", - "minecraft:item_name": "{\"translate\":\"block.minecraft.white_concrete\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:white_concrete_powder": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pink_candle", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pink_candle\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:gray_candle", + "name": "minecraft:gray_candle", + "translation_key": "block.minecraft.gray_candle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:white_concrete_powder", - "minecraft:item_name": "{\"translate\":\"block.minecraft.white_concrete_powder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:white_dye": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:gray_candle", + "minecraft:item_name": "{\"translate\":\"block.minecraft.gray_candle\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:light_gray_candle", + "name": "minecraft:light_gray_candle", + "translation_key": "block.minecraft.light_gray_candle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:white_dye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.white_dye\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:white_glazed_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:light_gray_candle", + "minecraft:item_name": "{\"translate\":\"block.minecraft.light_gray_candle\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:cyan_candle", + "name": "minecraft:cyan_candle", + "translation_key": "block.minecraft.cyan_candle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:white_glazed_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.white_glazed_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:white_shulker_box": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:cyan_candle", + "minecraft:item_name": "{\"translate\":\"block.minecraft.cyan_candle\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:purple_candle", + "name": "minecraft:purple_candle", + "translation_key": "block.minecraft.purple_candle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:white_shulker_box", - "minecraft:item_name": "{\"translate\":\"block.minecraft.white_shulker_box\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:white_stained_glass": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:purple_candle", + "minecraft:item_name": "{\"translate\":\"block.minecraft.purple_candle\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:blue_candle", + "name": "minecraft:blue_candle", + "translation_key": "block.minecraft.blue_candle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:white_stained_glass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.white_stained_glass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:white_stained_glass_pane": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blue_candle", + "minecraft:item_name": "{\"translate\":\"block.minecraft.blue_candle\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantments": { + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brown_candle", + "name": "minecraft:brown_candle", + "translation_key": "block.minecraft.brown_candle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:white_stained_glass_pane", - "minecraft:item_name": "{\"translate\":\"block.minecraft.white_stained_glass_pane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brown_candle", + "minecraft:item_name": "{\"translate\":\"block.minecraft.brown_candle\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:white_terracotta": { + { + "id": "minecraft:green_candle", + "name": "minecraft:green_candle", + "translation_key": "block.minecraft.green_candle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:green_candle", + "minecraft:item_name": "{\"translate\":\"block.minecraft.green_candle\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:red_candle", + "name": "minecraft:red_candle", + "translation_key": "block.minecraft.red_candle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:white_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.white_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:red_candle", + "minecraft:item_name": "{\"translate\":\"block.minecraft.red_candle\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:white_tulip": { + { + "id": "minecraft:black_candle", + "name": "minecraft:black_candle", + "translation_key": "block.minecraft.black_candle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:black_candle", + "minecraft:item_name": "{\"translate\":\"block.minecraft.black_candle\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:small_amethyst_bud", + "name": "minecraft:small_amethyst_bud", + "translation_key": "block.minecraft.small_amethyst_bud", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:white_tulip", - "minecraft:item_name": "{\"translate\":\"block.minecraft.white_tulip\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:small_amethyst_bud", + "minecraft:item_name": "{\"translate\":\"block.minecraft.small_amethyst_bud\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:white_wool": { + { + "id": "minecraft:medium_amethyst_bud", + "name": "minecraft:medium_amethyst_bud", + "translation_key": "block.minecraft.medium_amethyst_bud", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:medium_amethyst_bud", + "minecraft:item_name": "{\"translate\":\"block.minecraft.medium_amethyst_bud\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:large_amethyst_bud", + "name": "minecraft:large_amethyst_bud", + "translation_key": "block.minecraft.large_amethyst_bud", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:white_wool", - "minecraft:item_name": "{\"translate\":\"block.minecraft.white_wool\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:large_amethyst_bud", + "minecraft:item_name": "{\"translate\":\"block.minecraft.large_amethyst_bud\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:wild_armor_trim_smithing_template": { + { + "id": "minecraft:amethyst_cluster", + "name": "minecraft:amethyst_cluster", + "translation_key": "block.minecraft.amethyst_cluster", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:amethyst_cluster", + "minecraft:item_name": "{\"translate\":\"block.minecraft.amethyst_cluster\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:pointed_dripstone", + "name": "minecraft:pointed_dripstone", + "translation_key": "block.minecraft.pointed_dripstone", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:wild_armor_trim_smithing_template", - "minecraft:item_name": "{\"translate\":\"item.minecraft.wild_armor_trim_smithing_template\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:pointed_dripstone", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pointed_dripstone\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:wind_charge": { + { + "id": "minecraft:ochre_froglight", + "name": "minecraft:ochre_froglight", + "translation_key": "block.minecraft.ochre_froglight", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:ochre_froglight", + "minecraft:item_name": "{\"translate\":\"block.minecraft.ochre_froglight\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:verdant_froglight", + "name": "minecraft:verdant_froglight", + "translation_key": "block.minecraft.verdant_froglight", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:wind_charge", - "minecraft:item_name": "{\"translate\":\"item.minecraft.wind_charge\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:use_cooldown": { - "seconds": 0.5 - } + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:verdant_froglight", + "minecraft:item_name": "{\"translate\":\"block.minecraft.verdant_froglight\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:witch_spawn_egg": { + { + "id": "minecraft:pearlescent_froglight", + "name": "minecraft:pearlescent_froglight", + "translation_key": "block.minecraft.pearlescent_froglight", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:pearlescent_froglight", + "minecraft:item_name": "{\"translate\":\"block.minecraft.pearlescent_froglight\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:frogspawn", + "name": "minecraft:frogspawn", + "translation_key": "block.minecraft.frogspawn", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:witch_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.witch_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:frogspawn", + "minecraft:item_name": "{\"translate\":\"block.minecraft.frogspawn\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:wither_rose": { + { + "id": "minecraft:echo_shard", + "name": "minecraft:echo_shard", + "translation_key": "item.minecraft.echo_shard", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:echo_shard", + "minecraft:item_name": "{\"translate\":\"item.minecraft.echo_shard\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brush", + "name": "minecraft:brush", + "translation_key": "item.minecraft.brush", + "max_stack": 1, + "max_durability": 64, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:max_damage": 64, + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:wither_rose", - "minecraft:item_name": "{\"translate\":\"block.minecraft.wither_rose\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 1, + "minecraft:item_model": "minecraft:brush", + "minecraft:damage": 0, + "minecraft:item_name": "{\"translate\":\"item.minecraft.brush\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:wither_skeleton_skull": { + { + "id": "minecraft:netherite_upgrade_smithing_template", + "name": "minecraft:netherite_upgrade_smithing_template", + "translation_key": "item.minecraft.netherite_upgrade_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:netherite_upgrade_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.netherite_upgrade_smithing_template\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:sentry_armor_trim_smithing_template", + "name": "minecraft:sentry_armor_trim_smithing_template", + "translation_key": "item.minecraft.sentry_armor_trim_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "slot": "head", - "swappable": false - }, - "minecraft:item_model": "minecraft:wither_skeleton_skull", - "minecraft:item_name": "{\"translate\":\"block.minecraft.wither_skeleton_skull\"}", - "minecraft:lore": [], + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:rarity": "rare", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:sentry_armor_trim_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.sentry_armor_trim_smithing_template\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:wither_skeleton_spawn_egg": { + { + "id": "minecraft:dune_armor_trim_smithing_template", + "name": "minecraft:dune_armor_trim_smithing_template", + "translation_key": "item.minecraft.dune_armor_trim_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:dune_armor_trim_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.dune_armor_trim_smithing_template\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:coast_armor_trim_smithing_template", + "name": "minecraft:coast_armor_trim_smithing_template", + "translation_key": "item.minecraft.coast_armor_trim_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:wither_skeleton_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.wither_skeleton_spawn_egg\"}", - "minecraft:lore": [], + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:coast_armor_trim_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.coast_armor_trim_smithing_template\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:wither_spawn_egg": { + { + "id": "minecraft:wild_armor_trim_smithing_template", + "name": "minecraft:wild_armor_trim_smithing_template", + "translation_key": "item.minecraft.wild_armor_trim_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:wild_armor_trim_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.wild_armor_trim_smithing_template\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:ward_armor_trim_smithing_template", + "name": "minecraft:ward_armor_trim_smithing_template", + "translation_key": "item.minecraft.ward_armor_trim_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:wither_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.wither_spawn_egg\"}", - "minecraft:lore": [], + "minecraft:rarity": "rare", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:ward_armor_trim_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.ward_armor_trim_smithing_template\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:wolf_armor": { + { + "id": "minecraft:eye_armor_trim_smithing_template", + "name": "minecraft:eye_armor_trim_smithing_template", + "translation_key": "item.minecraft.eye_armor_trim_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:eye_armor_trim_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.eye_armor_trim_smithing_template\"}", "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:armor", - "amount": 11.0, - "id": "minecraft:armor.body", - "operation": "add_value", - "slot": "body" - }, - { - "type": "minecraft:armor_toughness", - "amount": 0.0, - "id": "minecraft:armor.body", - "operation": "add_value", - "slot": "body" - } - ] + "modifiers": [] }, - "minecraft:damage": 0, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:vex_armor_trim_smithing_template", + "name": "minecraft:vex_armor_trim_smithing_template", + "translation_key": "item.minecraft.vex_armor_trim_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": "minecraft:wolf", - "equip_sound": "minecraft:item.armor.equip_wolf", - "model": "minecraft:armadillo_scute", - "slot": "body" + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:vex_armor_trim_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.vex_armor_trim_smithing_template\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:item_model": "minecraft:wolf_armor", - "minecraft:item_name": "{\"translate\":\"item.minecraft.wolf_armor\"}", - "minecraft:lore": [], - "minecraft:max_damage": 64, - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:repairs_wolf_armor" - } + "minecraft:lore": [] } }, - "minecraft:wolf_spawn_egg": { + { + "id": "minecraft:tide_armor_trim_smithing_template", + "name": "minecraft:tide_armor_trim_smithing_template", + "translation_key": "item.minecraft.tide_armor_trim_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:tide_armor_trim_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.tide_armor_trim_smithing_template\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:snout_armor_trim_smithing_template", + "name": "minecraft:snout_armor_trim_smithing_template", + "translation_key": "item.minecraft.snout_armor_trim_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:wolf_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.wolf_spawn_egg\"}", - "minecraft:lore": [], + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:snout_armor_trim_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.snout_armor_trim_smithing_template\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:wooden_axe": { + { + "id": "minecraft:rib_armor_trim_smithing_template", + "name": "minecraft:rib_armor_trim_smithing_template", + "translation_key": "item.minecraft.rib_armor_trim_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:rib_armor_trim_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.rib_armor_trim_smithing_template\"}", "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 6.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -3.200000047683716, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] + "modifiers": [] }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 15 + "minecraft:lore": [] + } + }, + { + "id": "minecraft:spire_armor_trim_smithing_template", + "name": "minecraft:spire_armor_trim_smithing_template", + "translation_key": "item.minecraft.spire_armor_trim_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, + "minecraft:rarity": "rare", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:spire_armor_trim_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.spire_armor_trim_smithing_template\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:wayfinder_armor_trim_smithing_template", + "name": "minecraft:wayfinder_armor_trim_smithing_template", + "translation_key": "item.minecraft.wayfinder_armor_trim_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:wooden_axe", - "minecraft:item_name": "{\"translate\":\"item.minecraft.wooden_axe\"}", - "minecraft:lore": [], - "minecraft:max_damage": 59, - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:wayfinder_armor_trim_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.wayfinder_armor_trim_smithing_template\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:shaper_armor_trim_smithing_template", + "name": "minecraft:shaper_armor_trim_smithing_template", + "translation_key": "item.minecraft.shaper_armor_trim_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:wooden_tool_materials" + "minecraft:enchantments": { + "levels": {} }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_wooden_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/axe", - "correct_for_drops": true, - "speed": 2.0 - } - ] - } + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:shaper_armor_trim_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.shaper_armor_trim_smithing_template\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:wooden_hoe": { + { + "id": "minecraft:silence_armor_trim_smithing_template", + "name": "minecraft:silence_armor_trim_smithing_template", + "translation_key": "item.minecraft.silence_armor_trim_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "epic", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:silence_armor_trim_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.silence_armor_trim_smithing_template\"}", "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 0.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -3.0, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] + "modifiers": [] }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 15 + "minecraft:lore": [] + } + }, + { + "id": "minecraft:raiser_armor_trim_smithing_template", + "name": "minecraft:raiser_armor_trim_smithing_template", + "translation_key": "item.minecraft.raiser_armor_trim_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:raiser_armor_trim_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.raiser_armor_trim_smithing_template\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:host_armor_trim_smithing_template", + "name": "minecraft:host_armor_trim_smithing_template", + "translation_key": "item.minecraft.host_armor_trim_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:wooden_hoe", - "minecraft:item_name": "{\"translate\":\"item.minecraft.wooden_hoe\"}", - "minecraft:lore": [], - "minecraft:max_damage": 59, - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:host_armor_trim_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.host_armor_trim_smithing_template\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:flow_armor_trim_smithing_template", + "name": "minecraft:flow_armor_trim_smithing_template", + "translation_key": "item.minecraft.flow_armor_trim_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:wooden_tool_materials" + "minecraft:enchantments": { + "levels": {} }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_wooden_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/hoe", - "correct_for_drops": true, - "speed": 2.0 - } - ] - } + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:flow_armor_trim_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.flow_armor_trim_smithing_template\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:wooden_pickaxe": { + { + "id": "minecraft:bolt_armor_trim_smithing_template", + "name": "minecraft:bolt_armor_trim_smithing_template", + "translation_key": "item.minecraft.bolt_armor_trim_smithing_template", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:bolt_armor_trim_smithing_template", + "minecraft:item_name": "{\"translate\":\"item.minecraft.bolt_armor_trim_smithing_template\"}", "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 1.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -2.799999952316284, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] + "modifiers": [] }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 15 + "minecraft:lore": [] + } + }, + { + "id": "minecraft:angler_pottery_sherd", + "name": "minecraft:angler_pottery_sherd", + "translation_key": "item.minecraft.angler_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:angler_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.angler_pottery_sherd\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:archer_pottery_sherd", + "name": "minecraft:archer_pottery_sherd", + "translation_key": "item.minecraft.archer_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:wooden_pickaxe", - "minecraft:item_name": "{\"translate\":\"item.minecraft.wooden_pickaxe\"}", - "minecraft:lore": [], - "minecraft:max_damage": 59, - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:archer_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.archer_pottery_sherd\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:arms_up_pottery_sherd", + "name": "minecraft:arms_up_pottery_sherd", + "translation_key": "item.minecraft.arms_up_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:wooden_tool_materials" + "minecraft:enchantments": { + "levels": {} }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_wooden_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/pickaxe", - "correct_for_drops": true, - "speed": 2.0 - } - ] - } + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:arms_up_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.arms_up_pottery_sherd\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:wooden_shovel": { + { + "id": "minecraft:blade_pottery_sherd", + "name": "minecraft:blade_pottery_sherd", + "translation_key": "item.minecraft.blade_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:blade_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.blade_pottery_sherd\"}", "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 1.5, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -3.0, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] + "modifiers": [] }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 15 + "minecraft:lore": [] + } + }, + { + "id": "minecraft:brewer_pottery_sherd", + "name": "minecraft:brewer_pottery_sherd", + "translation_key": "item.minecraft.brewer_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:brewer_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.brewer_pottery_sherd\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:burn_pottery_sherd", + "name": "minecraft:burn_pottery_sherd", + "translation_key": "item.minecraft.burn_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:wooden_shovel", - "minecraft:item_name": "{\"translate\":\"item.minecraft.wooden_shovel\"}", - "minecraft:lore": [], - "minecraft:max_damage": 59, - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:burn_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.burn_pottery_sherd\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:danger_pottery_sherd", + "name": "minecraft:danger_pottery_sherd", + "translation_key": "item.minecraft.danger_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:wooden_tool_materials" + "minecraft:enchantments": { + "levels": {} }, - "minecraft:tool": { - "rules": [ - { - "blocks": "#minecraft:incorrect_for_wooden_tool", - "correct_for_drops": false - }, - { - "blocks": "#minecraft:mineable/shovel", - "correct_for_drops": true, - "speed": 2.0 - } - ] - } + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:danger_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.danger_pottery_sherd\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:wooden_sword": { + { + "id": "minecraft:explorer_pottery_sherd", + "name": "minecraft:explorer_pottery_sherd", + "translation_key": "item.minecraft.explorer_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { - "minecraft:attribute_modifiers": { - "modifiers": [ - { - "type": "minecraft:attack_damage", - "amount": 3.0, - "id": "minecraft:base_attack_damage", - "operation": "add_value", - "slot": "mainhand" - }, - { - "type": "minecraft:attack_speed", - "amount": -2.4000000953674316, - "id": "minecraft:base_attack_speed", - "operation": "add_value", - "slot": "mainhand" - } - ] + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} }, - "minecraft:damage": 0, - "minecraft:enchantable": { - "value": 15 + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:explorer_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.explorer_pottery_sherd\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:flow_pottery_sherd", + "name": "minecraft:flow_pottery_sherd", + "translation_key": "item.minecraft.flow_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:wooden_sword", - "minecraft:item_name": "{\"translate\":\"item.minecraft.wooden_sword\"}", - "minecraft:lore": [], - "minecraft:max_damage": 59, - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:repairable": { - "items": "#minecraft:wooden_tool_materials" + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:flow_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.flow_pottery_sherd\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] }, - "minecraft:tool": { - "damage_per_block": 2, - "rules": [ - { - "blocks": "minecraft:cobweb", - "correct_for_drops": true, - "speed": 15.0 - }, - { - "blocks": "#minecraft:sword_efficient", - "speed": 1.5 - } - ] - } + "minecraft:lore": [] } }, - "minecraft:writable_book": { + { + "id": "minecraft:friend_pottery_sherd", + "name": "minecraft:friend_pottery_sherd", + "translation_key": "item.minecraft.friend_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:friend_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.friend_pottery_sherd\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:guster_pottery_sherd", + "name": "minecraft:guster_pottery_sherd", + "translation_key": "item.minecraft.guster_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:writable_book", - "minecraft:item_name": "{\"translate\":\"item.minecraft.writable_book\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0, - "minecraft:writable_book_content": {} + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:guster_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.guster_pottery_sherd\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:written_book": { + { + "id": "minecraft:heart_pottery_sherd", + "name": "minecraft:heart_pottery_sherd", + "translation_key": "item.minecraft.heart_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:heart_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.heart_pottery_sherd\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:enchantment_glint_override": true, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:heartbreak_pottery_sherd", + "name": "minecraft:heartbreak_pottery_sherd", + "translation_key": "item.minecraft.heartbreak_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:written_book", - "minecraft:item_name": "{\"translate\":\"item.minecraft.written_book\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:heartbreak_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.heartbreak_pottery_sherd\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:yellow_banner": { + { + "id": "minecraft:howl_pottery_sherd", + "name": "minecraft:howl_pottery_sherd", + "translation_key": "item.minecraft.howl_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:howl_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.howl_pottery_sherd\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:banner_patterns": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:miner_pottery_sherd", + "name": "minecraft:miner_pottery_sherd", + "translation_key": "item.minecraft.miner_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:yellow_banner", - "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_banner\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 16, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:miner_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.miner_pottery_sherd\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:yellow_bed": { + { + "id": "minecraft:mourner_pottery_sherd", + "name": "minecraft:mourner_pottery_sherd", + "translation_key": "item.minecraft.mourner_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:mourner_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.mourner_pottery_sherd\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:plenty_pottery_sherd", + "name": "minecraft:plenty_pottery_sherd", + "translation_key": "item.minecraft.plenty_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:yellow_bed", - "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_bed\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:plenty_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.plenty_pottery_sherd\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:yellow_bundle": { + { + "id": "minecraft:prize_pottery_sherd", + "name": "minecraft:prize_pottery_sherd", + "translation_key": "item.minecraft.prize_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:prize_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.prize_pottery_sherd\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:bundle_contents": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:scrape_pottery_sherd", + "name": "minecraft:scrape_pottery_sherd", + "translation_key": "item.minecraft.scrape_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:yellow_bundle", - "minecraft:item_name": "{\"translate\":\"item.minecraft.yellow_bundle\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:scrape_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.scrape_pottery_sherd\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:yellow_candle": { + { + "id": "minecraft:sheaf_pottery_sherd", + "name": "minecraft:sheaf_pottery_sherd", + "translation_key": "item.minecraft.sheaf_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:sheaf_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.sheaf_pottery_sherd\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:shelter_pottery_sherd", + "name": "minecraft:shelter_pottery_sherd", + "translation_key": "item.minecraft.shelter_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:yellow_candle", - "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_candle\"}", - "minecraft:lore": [], + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:shelter_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.shelter_pottery_sherd\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:yellow_carpet": { + { + "id": "minecraft:skull_pottery_sherd", + "name": "minecraft:skull_pottery_sherd", + "translation_key": "item.minecraft.skull_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "uncommon", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:skull_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.skull_pottery_sherd\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:snort_pottery_sherd", + "name": "minecraft:snort_pottery_sherd", + "translation_key": "item.minecraft.snort_pottery_sherd", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "allowed_entities": [ - "minecraft:llama", - "minecraft:trader_llama" - ], - "equip_sound": "minecraft:entity.llama.swag", - "model": "minecraft:yellow_carpet", - "slot": "body" - }, - "minecraft:item_model": "minecraft:yellow_carpet", - "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_carpet\"}", - "minecraft:lore": [], + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:snort_pottery_sherd", + "minecraft:item_name": "{\"translate\":\"item.minecraft.snort_pottery_sherd\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:copper_grate", + "name": "minecraft:copper_grate", + "translation_key": "block.minecraft.copper_grate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:copper_grate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.copper_grate\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:yellow_concrete": { + { + "id": "minecraft:exposed_copper_grate", + "name": "minecraft:exposed_copper_grate", + "translation_key": "block.minecraft.exposed_copper_grate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:exposed_copper_grate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.exposed_copper_grate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:weathered_copper_grate", + "name": "minecraft:weathered_copper_grate", + "translation_key": "block.minecraft.weathered_copper_grate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:yellow_concrete", - "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_concrete\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:yellow_concrete_powder": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:weathered_copper_grate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.weathered_copper_grate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oxidized_copper_grate", + "name": "minecraft:oxidized_copper_grate", + "translation_key": "block.minecraft.oxidized_copper_grate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:yellow_concrete_powder", - "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_concrete_powder\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:yellow_dye": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oxidized_copper_grate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oxidized_copper_grate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_copper_grate", + "name": "minecraft:waxed_copper_grate", + "translation_key": "block.minecraft.waxed_copper_grate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:yellow_dye", - "minecraft:item_name": "{\"translate\":\"item.minecraft.yellow_dye\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:yellow_glazed_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_copper_grate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_copper_grate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_exposed_copper_grate", + "name": "minecraft:waxed_exposed_copper_grate", + "translation_key": "block.minecraft.waxed_exposed_copper_grate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:yellow_glazed_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_glazed_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:yellow_shulker_box": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_exposed_copper_grate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_exposed_copper_grate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, - "minecraft:container": [], + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_weathered_copper_grate", + "name": "minecraft:waxed_weathered_copper_grate", + "translation_key": "block.minecraft.waxed_weathered_copper_grate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:yellow_shulker_box", - "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_shulker_box\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 1, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:yellow_stained_glass": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_weathered_copper_grate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_weathered_copper_grate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_oxidized_copper_grate", + "name": "minecraft:waxed_oxidized_copper_grate", + "translation_key": "block.minecraft.waxed_oxidized_copper_grate", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:yellow_stained_glass", - "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_stained_glass\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:yellow_stained_glass_pane": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_oxidized_copper_grate", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_oxidized_copper_grate\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:copper_bulb", + "name": "minecraft:copper_bulb", + "translation_key": "block.minecraft.copper_bulb", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:yellow_stained_glass_pane", - "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_stained_glass_pane\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:yellow_terracotta": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:copper_bulb", + "minecraft:item_name": "{\"translate\":\"block.minecraft.copper_bulb\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:exposed_copper_bulb", + "name": "minecraft:exposed_copper_bulb", + "translation_key": "block.minecraft.exposed_copper_bulb", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:yellow_terracotta", - "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_terracotta\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:yellow_wool": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:exposed_copper_bulb", + "minecraft:item_name": "{\"translate\":\"block.minecraft.exposed_copper_bulb\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:weathered_copper_bulb", + "name": "minecraft:weathered_copper_bulb", + "translation_key": "block.minecraft.weathered_copper_bulb", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:yellow_wool", - "minecraft:item_name": "{\"translate\":\"block.minecraft.yellow_wool\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:zoglin_spawn_egg": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:weathered_copper_bulb", + "minecraft:item_name": "{\"translate\":\"block.minecraft.weathered_copper_bulb\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:oxidized_copper_bulb", + "name": "minecraft:oxidized_copper_bulb", + "translation_key": "block.minecraft.oxidized_copper_bulb", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:zoglin_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.zoglin_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 - } - }, - "minecraft:zombie_head": { - "components": { + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:oxidized_copper_bulb", + "minecraft:item_name": "{\"translate\":\"block.minecraft.oxidized_copper_bulb\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_copper_bulb", + "name": "minecraft:waxed_copper_bulb", + "translation_key": "block.minecraft.waxed_copper_bulb", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:equippable": { - "slot": "head", - "swappable": false - }, - "minecraft:item_model": "minecraft:zombie_head", - "minecraft:item_name": "{\"translate\":\"block.minecraft.zombie_head\"}", - "minecraft:lore": [], + "minecraft:rarity": "common", "minecraft:max_stack_size": 64, - "minecraft:rarity": "uncommon", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:waxed_copper_bulb", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_copper_bulb\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:zombie_horse_spawn_egg": { + { + "id": "minecraft:waxed_exposed_copper_bulb", + "name": "minecraft:waxed_exposed_copper_bulb", + "translation_key": "block.minecraft.waxed_exposed_copper_bulb", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_exposed_copper_bulb", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_exposed_copper_bulb\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:waxed_weathered_copper_bulb", + "name": "minecraft:waxed_weathered_copper_bulb", + "translation_key": "block.minecraft.waxed_weathered_copper_bulb", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:zombie_horse_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.zombie_horse_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_weathered_copper_bulb", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_weathered_copper_bulb\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:zombie_spawn_egg": { + { + "id": "minecraft:waxed_oxidized_copper_bulb", + "name": "minecraft:waxed_oxidized_copper_bulb", + "translation_key": "block.minecraft.waxed_oxidized_copper_bulb", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:waxed_oxidized_copper_bulb", + "minecraft:item_name": "{\"translate\":\"block.minecraft.waxed_oxidized_copper_bulb\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:trial_spawner", + "name": "minecraft:trial_spawner", + "translation_key": "block.minecraft.trial_spawner", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:zombie_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.zombie_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:trial_spawner", + "minecraft:item_name": "{\"translate\":\"block.minecraft.trial_spawner\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:zombie_villager_spawn_egg": { + { + "id": "minecraft:trial_key", + "name": "minecraft:trial_key", + "translation_key": "item.minecraft.trial_key", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:trial_key", + "minecraft:item_name": "{\"translate\":\"item.minecraft.trial_key\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:ominous_trial_key", + "name": "minecraft:ominous_trial_key", + "translation_key": "item.minecraft.ominous_trial_key", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:zombie_villager_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.zombie_villager_spawn_egg\"}", - "minecraft:lore": [], - "minecraft:max_stack_size": 64, "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:ominous_trial_key", + "minecraft:item_name": "{\"translate\":\"item.minecraft.ominous_trial_key\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [] } }, - "minecraft:zombified_piglin_spawn_egg": { + { + "id": "minecraft:vault", + "name": "minecraft:vault", + "translation_key": "block.minecraft.vault", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", "components": { + "minecraft:repair_cost": 0, + "minecraft:enchantments": { + "levels": {} + }, + "minecraft:rarity": "common", + "minecraft:max_stack_size": 64, + "minecraft:item_model": "minecraft:vault", + "minecraft:item_name": "{\"translate\":\"block.minecraft.vault\"}", "minecraft:attribute_modifiers": { "modifiers": [] }, + "minecraft:lore": [] + } + }, + { + "id": "minecraft:ominous_bottle", + "name": "minecraft:ominous_bottle", + "translation_key": "item.minecraft.ominous_bottle", + "max_stack": 64, + "max_durability": 0, + "break_sound": "minecraft:entity.item.break", + "components": { + "minecraft:repair_cost": 0, "minecraft:enchantments": { "levels": {} }, - "minecraft:item_model": "minecraft:zombified_piglin_spawn_egg", - "minecraft:item_name": "{\"translate\":\"item.minecraft.zombified_piglin_spawn_egg\"}", - "minecraft:lore": [], + "minecraft:consumable": { + "sound": "minecraft:entity.generic.drink", + "has_consume_particles": false, + "on_consume_effects": [ + { + "sound": "minecraft:item.ominous_bottle.dispose", + "type": "minecraft:play_sound" + } + ], + "animation": "drink" + }, + "minecraft:rarity": "uncommon", "minecraft:max_stack_size": 64, - "minecraft:rarity": "common", - "minecraft:repair_cost": 0 + "minecraft:item_model": "minecraft:ominous_bottle", + "minecraft:item_name": "{\"translate\":\"item.minecraft.ominous_bottle\"}", + "minecraft:attribute_modifiers": { + "modifiers": [] + }, + "minecraft:lore": [], + "minecraft:ominous_bottle_amplifier": 0 } } -} \ No newline at end of file +] \ No newline at end of file diff --git a/assets/packets.json b/assets/packets.json new file mode 100644 index 000000000..f7fc1944f --- /dev/null +++ b/assets/packets.json @@ -0,0 +1,1394 @@ +[ + { + "name": "intention", + "phase": "handshake", + "side": "serverbound", + "id": 0 + }, + { + "name": "status_request", + "phase": "status", + "side": "serverbound", + "id": 0 + }, + { + "name": "ping_request", + "phase": "status", + "side": "serverbound", + "id": 1 + }, + { + "name": "status_response", + "phase": "status", + "side": "clientbound", + "id": 0 + }, + { + "name": "pong_response", + "phase": "status", + "side": "clientbound", + "id": 1 + }, + { + "name": "hello", + "phase": "login", + "side": "serverbound", + "id": 0 + }, + { + "name": "key", + "phase": "login", + "side": "serverbound", + "id": 1 + }, + { + "name": "custom_query_answer", + "phase": "login", + "side": "serverbound", + "id": 2 + }, + { + "name": "login_acknowledged", + "phase": "login", + "side": "serverbound", + "id": 3 + }, + { + "name": "cookie_response", + "phase": "login", + "side": "serverbound", + "id": 4 + }, + { + "name": "login_disconnect", + "phase": "login", + "side": "clientbound", + "id": 0 + }, + { + "name": "hello", + "phase": "login", + "side": "clientbound", + "id": 1 + }, + { + "name": "login_finished", + "phase": "login", + "side": "clientbound", + "id": 2 + }, + { + "name": "login_compression", + "phase": "login", + "side": "clientbound", + "id": 3 + }, + { + "name": "custom_query", + "phase": "login", + "side": "clientbound", + "id": 4 + }, + { + "name": "cookie_request", + "phase": "login", + "side": "clientbound", + "id": 5 + }, + { + "name": "client_information", + "phase": "configuration", + "side": "serverbound", + "id": 0 + }, + { + "name": "cookie_response", + "phase": "configuration", + "side": "serverbound", + "id": 1 + }, + { + "name": "custom_payload", + "phase": "configuration", + "side": "serverbound", + "id": 2 + }, + { + "name": "finish_configuration", + "phase": "configuration", + "side": "serverbound", + "id": 3 + }, + { + "name": "keep_alive", + "phase": "configuration", + "side": "serverbound", + "id": 4 + }, + { + "name": "pong", + "phase": "configuration", + "side": "serverbound", + "id": 5 + }, + { + "name": "resource_pack", + "phase": "configuration", + "side": "serverbound", + "id": 6 + }, + { + "name": "select_known_packs", + "phase": "configuration", + "side": "serverbound", + "id": 7 + }, + { + "name": "cookie_request", + "phase": "configuration", + "side": "clientbound", + "id": 0 + }, + { + "name": "custom_payload", + "phase": "configuration", + "side": "clientbound", + "id": 1 + }, + { + "name": "disconnect", + "phase": "configuration", + "side": "clientbound", + "id": 2 + }, + { + "name": "finish_configuration", + "phase": "configuration", + "side": "clientbound", + "id": 3 + }, + { + "name": "keep_alive", + "phase": "configuration", + "side": "clientbound", + "id": 4 + }, + { + "name": "ping", + "phase": "configuration", + "side": "clientbound", + "id": 5 + }, + { + "name": "reset_chat", + "phase": "configuration", + "side": "clientbound", + "id": 6 + }, + { + "name": "registry_data", + "phase": "configuration", + "side": "clientbound", + "id": 7 + }, + { + "name": "resource_pack_pop", + "phase": "configuration", + "side": "clientbound", + "id": 8 + }, + { + "name": "resource_pack_push", + "phase": "configuration", + "side": "clientbound", + "id": 9 + }, + { + "name": "store_cookie", + "phase": "configuration", + "side": "clientbound", + "id": 10 + }, + { + "name": "transfer", + "phase": "configuration", + "side": "clientbound", + "id": 11 + }, + { + "name": "update_enabled_features", + "phase": "configuration", + "side": "clientbound", + "id": 12 + }, + { + "name": "update_tags", + "phase": "configuration", + "side": "clientbound", + "id": 13 + }, + { + "name": "select_known_packs", + "phase": "configuration", + "side": "clientbound", + "id": 14 + }, + { + "name": "custom_report_details", + "phase": "configuration", + "side": "clientbound", + "id": 15 + }, + { + "name": "server_links", + "phase": "configuration", + "side": "clientbound", + "id": 16 + }, + { + "name": "accept_teleportation", + "phase": "play", + "side": "serverbound", + "id": 0 + }, + { + "name": "block_entity_tag_query", + "phase": "play", + "side": "serverbound", + "id": 1 + }, + { + "name": "bundle_item_selected", + "phase": "play", + "side": "serverbound", + "id": 2 + }, + { + "name": "change_difficulty", + "phase": "play", + "side": "serverbound", + "id": 3 + }, + { + "name": "chat_ack", + "phase": "play", + "side": "serverbound", + "id": 4 + }, + { + "name": "chat_command", + "phase": "play", + "side": "serverbound", + "id": 5 + }, + { + "name": "chat_command_signed", + "phase": "play", + "side": "serverbound", + "id": 6 + }, + { + "name": "chat", + "phase": "play", + "side": "serverbound", + "id": 7 + }, + { + "name": "chat_session_update", + "phase": "play", + "side": "serverbound", + "id": 8 + }, + { + "name": "chunk_batch_received", + "phase": "play", + "side": "serverbound", + "id": 9 + }, + { + "name": "client_command", + "phase": "play", + "side": "serverbound", + "id": 10 + }, + { + "name": "client_tick_end", + "phase": "play", + "side": "serverbound", + "id": 11 + }, + { + "name": "client_information", + "phase": "play", + "side": "serverbound", + "id": 12 + }, + { + "name": "command_suggestion", + "phase": "play", + "side": "serverbound", + "id": 13 + }, + { + "name": "configuration_acknowledged", + "phase": "play", + "side": "serverbound", + "id": 14 + }, + { + "name": "container_button_click", + "phase": "play", + "side": "serverbound", + "id": 15 + }, + { + "name": "container_click", + "phase": "play", + "side": "serverbound", + "id": 16 + }, + { + "name": "container_close", + "phase": "play", + "side": "serverbound", + "id": 17 + }, + { + "name": "container_slot_state_changed", + "phase": "play", + "side": "serverbound", + "id": 18 + }, + { + "name": "cookie_response", + "phase": "play", + "side": "serverbound", + "id": 19 + }, + { + "name": "custom_payload", + "phase": "play", + "side": "serverbound", + "id": 20 + }, + { + "name": "debug_sample_subscription", + "phase": "play", + "side": "serverbound", + "id": 21 + }, + { + "name": "edit_book", + "phase": "play", + "side": "serverbound", + "id": 22 + }, + { + "name": "entity_tag_query", + "phase": "play", + "side": "serverbound", + "id": 23 + }, + { + "name": "interact", + "phase": "play", + "side": "serverbound", + "id": 24 + }, + { + "name": "jigsaw_generate", + "phase": "play", + "side": "serverbound", + "id": 25 + }, + { + "name": "keep_alive", + "phase": "play", + "side": "serverbound", + "id": 26 + }, + { + "name": "lock_difficulty", + "phase": "play", + "side": "serverbound", + "id": 27 + }, + { + "name": "move_player_pos", + "phase": "play", + "side": "serverbound", + "id": 28 + }, + { + "name": "move_player_pos_rot", + "phase": "play", + "side": "serverbound", + "id": 29 + }, + { + "name": "move_player_rot", + "phase": "play", + "side": "serverbound", + "id": 30 + }, + { + "name": "move_player_status_only", + "phase": "play", + "side": "serverbound", + "id": 31 + }, + { + "name": "move_vehicle", + "phase": "play", + "side": "serverbound", + "id": 32 + }, + { + "name": "paddle_boat", + "phase": "play", + "side": "serverbound", + "id": 33 + }, + { + "name": "pick_item", + "phase": "play", + "side": "serverbound", + "id": 34 + }, + { + "name": "ping_request", + "phase": "play", + "side": "serverbound", + "id": 35 + }, + { + "name": "place_recipe", + "phase": "play", + "side": "serverbound", + "id": 36 + }, + { + "name": "player_abilities", + "phase": "play", + "side": "serverbound", + "id": 37 + }, + { + "name": "player_action", + "phase": "play", + "side": "serverbound", + "id": 38 + }, + { + "name": "player_command", + "phase": "play", + "side": "serverbound", + "id": 39 + }, + { + "name": "player_input", + "phase": "play", + "side": "serverbound", + "id": 40 + }, + { + "name": "pong", + "phase": "play", + "side": "serverbound", + "id": 41 + }, + { + "name": "recipe_book_change_settings", + "phase": "play", + "side": "serverbound", + "id": 42 + }, + { + "name": "recipe_book_seen_recipe", + "phase": "play", + "side": "serverbound", + "id": 43 + }, + { + "name": "rename_item", + "phase": "play", + "side": "serverbound", + "id": 44 + }, + { + "name": "resource_pack", + "phase": "play", + "side": "serverbound", + "id": 45 + }, + { + "name": "seen_advancements", + "phase": "play", + "side": "serverbound", + "id": 46 + }, + { + "name": "select_trade", + "phase": "play", + "side": "serverbound", + "id": 47 + }, + { + "name": "set_beacon", + "phase": "play", + "side": "serverbound", + "id": 48 + }, + { + "name": "set_carried_item", + "phase": "play", + "side": "serverbound", + "id": 49 + }, + { + "name": "set_command_block", + "phase": "play", + "side": "serverbound", + "id": 50 + }, + { + "name": "set_command_minecart", + "phase": "play", + "side": "serverbound", + "id": 51 + }, + { + "name": "set_creative_mode_slot", + "phase": "play", + "side": "serverbound", + "id": 52 + }, + { + "name": "set_jigsaw_block", + "phase": "play", + "side": "serverbound", + "id": 53 + }, + { + "name": "set_structure_block", + "phase": "play", + "side": "serverbound", + "id": 54 + }, + { + "name": "sign_update", + "phase": "play", + "side": "serverbound", + "id": 55 + }, + { + "name": "swing", + "phase": "play", + "side": "serverbound", + "id": 56 + }, + { + "name": "teleport_to_entity", + "phase": "play", + "side": "serverbound", + "id": 57 + }, + { + "name": "use_item_on", + "phase": "play", + "side": "serverbound", + "id": 58 + }, + { + "name": "use_item", + "phase": "play", + "side": "serverbound", + "id": 59 + }, + { + "name": "bundle_delimiter", + "phase": "play", + "side": "clientbound", + "id": 0 + }, + { + "name": "add_entity", + "phase": "play", + "side": "clientbound", + "id": 1 + }, + { + "name": "add_experience_orb", + "phase": "play", + "side": "clientbound", + "id": 2 + }, + { + "name": "animate", + "phase": "play", + "side": "clientbound", + "id": 3 + }, + { + "name": "award_stats", + "phase": "play", + "side": "clientbound", + "id": 4 + }, + { + "name": "block_changed_ack", + "phase": "play", + "side": "clientbound", + "id": 5 + }, + { + "name": "block_destruction", + "phase": "play", + "side": "clientbound", + "id": 6 + }, + { + "name": "block_entity_data", + "phase": "play", + "side": "clientbound", + "id": 7 + }, + { + "name": "block_event", + "phase": "play", + "side": "clientbound", + "id": 8 + }, + { + "name": "block_update", + "phase": "play", + "side": "clientbound", + "id": 9 + }, + { + "name": "boss_event", + "phase": "play", + "side": "clientbound", + "id": 10 + }, + { + "name": "change_difficulty", + "phase": "play", + "side": "clientbound", + "id": 11 + }, + { + "name": "chunk_batch_finished", + "phase": "play", + "side": "clientbound", + "id": 12 + }, + { + "name": "chunk_batch_start", + "phase": "play", + "side": "clientbound", + "id": 13 + }, + { + "name": "chunks_biomes", + "phase": "play", + "side": "clientbound", + "id": 14 + }, + { + "name": "clear_titles", + "phase": "play", + "side": "clientbound", + "id": 15 + }, + { + "name": "command_suggestions", + "phase": "play", + "side": "clientbound", + "id": 16 + }, + { + "name": "commands", + "phase": "play", + "side": "clientbound", + "id": 17 + }, + { + "name": "container_close", + "phase": "play", + "side": "clientbound", + "id": 18 + }, + { + "name": "container_set_content", + "phase": "play", + "side": "clientbound", + "id": 19 + }, + { + "name": "container_set_data", + "phase": "play", + "side": "clientbound", + "id": 20 + }, + { + "name": "container_set_slot", + "phase": "play", + "side": "clientbound", + "id": 21 + }, + { + "name": "cookie_request", + "phase": "play", + "side": "clientbound", + "id": 22 + }, + { + "name": "cooldown", + "phase": "play", + "side": "clientbound", + "id": 23 + }, + { + "name": "custom_chat_completions", + "phase": "play", + "side": "clientbound", + "id": 24 + }, + { + "name": "custom_payload", + "phase": "play", + "side": "clientbound", + "id": 25 + }, + { + "name": "damage_event", + "phase": "play", + "side": "clientbound", + "id": 26 + }, + { + "name": "debug_sample", + "phase": "play", + "side": "clientbound", + "id": 27 + }, + { + "name": "delete_chat", + "phase": "play", + "side": "clientbound", + "id": 28 + }, + { + "name": "disconnect", + "phase": "play", + "side": "clientbound", + "id": 29 + }, + { + "name": "disguised_chat", + "phase": "play", + "side": "clientbound", + "id": 30 + }, + { + "name": "entity_event", + "phase": "play", + "side": "clientbound", + "id": 31 + }, + { + "name": "entity_position_sync", + "phase": "play", + "side": "clientbound", + "id": 32 + }, + { + "name": "explode", + "phase": "play", + "side": "clientbound", + "id": 33 + }, + { + "name": "forget_level_chunk", + "phase": "play", + "side": "clientbound", + "id": 34 + }, + { + "name": "game_event", + "phase": "play", + "side": "clientbound", + "id": 35 + }, + { + "name": "horse_screen_open", + "phase": "play", + "side": "clientbound", + "id": 36 + }, + { + "name": "hurt_animation", + "phase": "play", + "side": "clientbound", + "id": 37 + }, + { + "name": "initialize_border", + "phase": "play", + "side": "clientbound", + "id": 38 + }, + { + "name": "keep_alive", + "phase": "play", + "side": "clientbound", + "id": 39 + }, + { + "name": "level_chunk_with_light", + "phase": "play", + "side": "clientbound", + "id": 40 + }, + { + "name": "level_event", + "phase": "play", + "side": "clientbound", + "id": 41 + }, + { + "name": "level_particles", + "phase": "play", + "side": "clientbound", + "id": 42 + }, + { + "name": "light_update", + "phase": "play", + "side": "clientbound", + "id": 43 + }, + { + "name": "login", + "phase": "play", + "side": "clientbound", + "id": 44 + }, + { + "name": "map_item_data", + "phase": "play", + "side": "clientbound", + "id": 45 + }, + { + "name": "merchant_offers", + "phase": "play", + "side": "clientbound", + "id": 46 + }, + { + "name": "move_entity_pos", + "phase": "play", + "side": "clientbound", + "id": 47 + }, + { + "name": "move_entity_pos_rot", + "phase": "play", + "side": "clientbound", + "id": 48 + }, + { + "name": "move_minecart_along_track", + "phase": "play", + "side": "clientbound", + "id": 49 + }, + { + "name": "move_entity_rot", + "phase": "play", + "side": "clientbound", + "id": 50 + }, + { + "name": "move_vehicle", + "phase": "play", + "side": "clientbound", + "id": 51 + }, + { + "name": "open_book", + "phase": "play", + "side": "clientbound", + "id": 52 + }, + { + "name": "open_screen", + "phase": "play", + "side": "clientbound", + "id": 53 + }, + { + "name": "open_sign_editor", + "phase": "play", + "side": "clientbound", + "id": 54 + }, + { + "name": "ping", + "phase": "play", + "side": "clientbound", + "id": 55 + }, + { + "name": "pong_response", + "phase": "play", + "side": "clientbound", + "id": 56 + }, + { + "name": "place_ghost_recipe", + "phase": "play", + "side": "clientbound", + "id": 57 + }, + { + "name": "player_abilities", + "phase": "play", + "side": "clientbound", + "id": 58 + }, + { + "name": "player_chat", + "phase": "play", + "side": "clientbound", + "id": 59 + }, + { + "name": "player_combat_end", + "phase": "play", + "side": "clientbound", + "id": 60 + }, + { + "name": "player_combat_enter", + "phase": "play", + "side": "clientbound", + "id": 61 + }, + { + "name": "player_combat_kill", + "phase": "play", + "side": "clientbound", + "id": 62 + }, + { + "name": "player_info_remove", + "phase": "play", + "side": "clientbound", + "id": 63 + }, + { + "name": "player_info_update", + "phase": "play", + "side": "clientbound", + "id": 64 + }, + { + "name": "player_look_at", + "phase": "play", + "side": "clientbound", + "id": 65 + }, + { + "name": "player_position", + "phase": "play", + "side": "clientbound", + "id": 66 + }, + { + "name": "player_rotation", + "phase": "play", + "side": "clientbound", + "id": 67 + }, + { + "name": "recipe_book_add", + "phase": "play", + "side": "clientbound", + "id": 68 + }, + { + "name": "recipe_book_remove", + "phase": "play", + "side": "clientbound", + "id": 69 + }, + { + "name": "recipe_book_settings", + "phase": "play", + "side": "clientbound", + "id": 70 + }, + { + "name": "remove_entities", + "phase": "play", + "side": "clientbound", + "id": 71 + }, + { + "name": "remove_mob_effect", + "phase": "play", + "side": "clientbound", + "id": 72 + }, + { + "name": "reset_score", + "phase": "play", + "side": "clientbound", + "id": 73 + }, + { + "name": "resource_pack_pop", + "phase": "play", + "side": "clientbound", + "id": 74 + }, + { + "name": "resource_pack_push", + "phase": "play", + "side": "clientbound", + "id": 75 + }, + { + "name": "respawn", + "phase": "play", + "side": "clientbound", + "id": 76 + }, + { + "name": "rotate_head", + "phase": "play", + "side": "clientbound", + "id": 77 + }, + { + "name": "section_blocks_update", + "phase": "play", + "side": "clientbound", + "id": 78 + }, + { + "name": "select_advancements_tab", + "phase": "play", + "side": "clientbound", + "id": 79 + }, + { + "name": "server_data", + "phase": "play", + "side": "clientbound", + "id": 80 + }, + { + "name": "set_action_bar_text", + "phase": "play", + "side": "clientbound", + "id": 81 + }, + { + "name": "set_border_center", + "phase": "play", + "side": "clientbound", + "id": 82 + }, + { + "name": "set_border_lerp_size", + "phase": "play", + "side": "clientbound", + "id": 83 + }, + { + "name": "set_border_size", + "phase": "play", + "side": "clientbound", + "id": 84 + }, + { + "name": "set_border_warning_delay", + "phase": "play", + "side": "clientbound", + "id": 85 + }, + { + "name": "set_border_warning_distance", + "phase": "play", + "side": "clientbound", + "id": 86 + }, + { + "name": "set_camera", + "phase": "play", + "side": "clientbound", + "id": 87 + }, + { + "name": "set_chunk_cache_center", + "phase": "play", + "side": "clientbound", + "id": 88 + }, + { + "name": "set_chunk_cache_radius", + "phase": "play", + "side": "clientbound", + "id": 89 + }, + { + "name": "set_cursor_item", + "phase": "play", + "side": "clientbound", + "id": 90 + }, + { + "name": "set_default_spawn_position", + "phase": "play", + "side": "clientbound", + "id": 91 + }, + { + "name": "set_display_objective", + "phase": "play", + "side": "clientbound", + "id": 92 + }, + { + "name": "set_entity_data", + "phase": "play", + "side": "clientbound", + "id": 93 + }, + { + "name": "set_entity_link", + "phase": "play", + "side": "clientbound", + "id": 94 + }, + { + "name": "set_entity_motion", + "phase": "play", + "side": "clientbound", + "id": 95 + }, + { + "name": "set_equipment", + "phase": "play", + "side": "clientbound", + "id": 96 + }, + { + "name": "set_experience", + "phase": "play", + "side": "clientbound", + "id": 97 + }, + { + "name": "set_health", + "phase": "play", + "side": "clientbound", + "id": 98 + }, + { + "name": "set_held_slot", + "phase": "play", + "side": "clientbound", + "id": 99 + }, + { + "name": "set_objective", + "phase": "play", + "side": "clientbound", + "id": 100 + }, + { + "name": "set_passengers", + "phase": "play", + "side": "clientbound", + "id": 101 + }, + { + "name": "set_player_inventory", + "phase": "play", + "side": "clientbound", + "id": 102 + }, + { + "name": "set_player_team", + "phase": "play", + "side": "clientbound", + "id": 103 + }, + { + "name": "set_score", + "phase": "play", + "side": "clientbound", + "id": 104 + }, + { + "name": "set_simulation_distance", + "phase": "play", + "side": "clientbound", + "id": 105 + }, + { + "name": "set_subtitle_text", + "phase": "play", + "side": "clientbound", + "id": 106 + }, + { + "name": "set_time", + "phase": "play", + "side": "clientbound", + "id": 107 + }, + { + "name": "set_title_text", + "phase": "play", + "side": "clientbound", + "id": 108 + }, + { + "name": "set_titles_animation", + "phase": "play", + "side": "clientbound", + "id": 109 + }, + { + "name": "sound_entity", + "phase": "play", + "side": "clientbound", + "id": 110 + }, + { + "name": "sound", + "phase": "play", + "side": "clientbound", + "id": 111 + }, + { + "name": "start_configuration", + "phase": "play", + "side": "clientbound", + "id": 112 + }, + { + "name": "stop_sound", + "phase": "play", + "side": "clientbound", + "id": 113 + }, + { + "name": "store_cookie", + "phase": "play", + "side": "clientbound", + "id": 114 + }, + { + "name": "system_chat", + "phase": "play", + "side": "clientbound", + "id": 115 + }, + { + "name": "tab_list", + "phase": "play", + "side": "clientbound", + "id": 116 + }, + { + "name": "tag_query", + "phase": "play", + "side": "clientbound", + "id": 117 + }, + { + "name": "take_item_entity", + "phase": "play", + "side": "clientbound", + "id": 118 + }, + { + "name": "teleport_entity", + "phase": "play", + "side": "clientbound", + "id": 119 + }, + { + "name": "ticking_state", + "phase": "play", + "side": "clientbound", + "id": 120 + }, + { + "name": "ticking_step", + "phase": "play", + "side": "clientbound", + "id": 121 + }, + { + "name": "transfer", + "phase": "play", + "side": "clientbound", + "id": 122 + }, + { + "name": "update_advancements", + "phase": "play", + "side": "clientbound", + "id": 123 + }, + { + "name": "update_attributes", + "phase": "play", + "side": "clientbound", + "id": 124 + }, + { + "name": "update_mob_effect", + "phase": "play", + "side": "clientbound", + "id": 125 + }, + { + "name": "update_recipes", + "phase": "play", + "side": "clientbound", + "id": 126 + }, + { + "name": "update_tags", + "phase": "play", + "side": "clientbound", + "id": 127 + }, + { + "name": "projectile_power", + "phase": "play", + "side": "clientbound", + "id": 128 + }, + { + "name": "custom_report_details", + "phase": "play", + "side": "clientbound", + "id": 129 + }, + { + "name": "server_links", + "phase": "play", + "side": "clientbound", + "id": 130 + } +] \ No newline at end of file diff --git a/assets/registries.json b/assets/registries.json deleted file mode 100644 index 6e39deccd..000000000 --- a/assets/registries.json +++ /dev/null @@ -1,18316 +0,0 @@ -{ - "minecraft:activity": { - "entries": { - "minecraft:admire_item": { - "protocol_id": 12 - }, - "minecraft:avoid": { - "protocol_id": 13 - }, - "minecraft:celebrate": { - "protocol_id": 11 - }, - "minecraft:core": { - "protocol_id": 0 - }, - "minecraft:dig": { - "protocol_id": 25 - }, - "minecraft:emerge": { - "protocol_id": 24 - }, - "minecraft:fight": { - "protocol_id": 10 - }, - "minecraft:hide": { - "protocol_id": 9 - }, - "minecraft:idle": { - "protocol_id": 1 - }, - "minecraft:investigate": { - "protocol_id": 22 - }, - "minecraft:lay_spawn": { - "protocol_id": 20 - }, - "minecraft:long_jump": { - "protocol_id": 16 - }, - "minecraft:meet": { - "protocol_id": 5 - }, - "minecraft:panic": { - "protocol_id": 6 - }, - "minecraft:play": { - "protocol_id": 3 - }, - "minecraft:play_dead": { - "protocol_id": 15 - }, - "minecraft:pre_raid": { - "protocol_id": 8 - }, - "minecraft:raid": { - "protocol_id": 7 - }, - "minecraft:ram": { - "protocol_id": 17 - }, - "minecraft:rest": { - "protocol_id": 4 - }, - "minecraft:ride": { - "protocol_id": 14 - }, - "minecraft:roar": { - "protocol_id": 23 - }, - "minecraft:sniff": { - "protocol_id": 21 - }, - "minecraft:swim": { - "protocol_id": 19 - }, - "minecraft:tongue": { - "protocol_id": 18 - }, - "minecraft:work": { - "protocol_id": 2 - } - }, - "protocol_id": 28 - }, - "minecraft:attribute": { - "entries": { - "minecraft:armor": { - "protocol_id": 0 - }, - "minecraft:armor_toughness": { - "protocol_id": 1 - }, - "minecraft:attack_damage": { - "protocol_id": 2 - }, - "minecraft:attack_knockback": { - "protocol_id": 3 - }, - "minecraft:attack_speed": { - "protocol_id": 4 - }, - "minecraft:block_break_speed": { - "protocol_id": 5 - }, - "minecraft:block_interaction_range": { - "protocol_id": 6 - }, - "minecraft:burning_time": { - "protocol_id": 7 - }, - "minecraft:entity_interaction_range": { - "protocol_id": 9 - }, - "minecraft:explosion_knockback_resistance": { - "protocol_id": 8 - }, - "minecraft:fall_damage_multiplier": { - "protocol_id": 10 - }, - "minecraft:flying_speed": { - "protocol_id": 11 - }, - "minecraft:follow_range": { - "protocol_id": 12 - }, - "minecraft:gravity": { - "protocol_id": 13 - }, - "minecraft:jump_strength": { - "protocol_id": 14 - }, - "minecraft:knockback_resistance": { - "protocol_id": 15 - }, - "minecraft:luck": { - "protocol_id": 16 - }, - "minecraft:max_absorption": { - "protocol_id": 17 - }, - "minecraft:max_health": { - "protocol_id": 18 - }, - "minecraft:mining_efficiency": { - "protocol_id": 19 - }, - "minecraft:movement_efficiency": { - "protocol_id": 20 - }, - "minecraft:movement_speed": { - "protocol_id": 21 - }, - "minecraft:oxygen_bonus": { - "protocol_id": 22 - }, - "minecraft:safe_fall_distance": { - "protocol_id": 23 - }, - "minecraft:scale": { - "protocol_id": 24 - }, - "minecraft:sneaking_speed": { - "protocol_id": 25 - }, - "minecraft:spawn_reinforcements": { - "protocol_id": 26 - }, - "minecraft:step_height": { - "protocol_id": 27 - }, - "minecraft:submerged_mining_speed": { - "protocol_id": 28 - }, - "minecraft:sweeping_damage_ratio": { - "protocol_id": 29 - }, - "minecraft:tempt_range": { - "protocol_id": 30 - }, - "minecraft:water_movement_efficiency": { - "protocol_id": 31 - } - }, - "protocol_id": 18 - }, - "minecraft:block": { - "default": "minecraft:air", - "entries": { - "minecraft:acacia_button": { - "protocol_id": 404 - }, - "minecraft:acacia_door": { - "protocol_id": 606 - }, - "minecraft:acacia_fence": { - "protocol_id": 597 - }, - "minecraft:acacia_fence_gate": { - "protocol_id": 588 - }, - "minecraft:acacia_hanging_sign": { - "protocol_id": 221 - }, - "minecraft:acacia_leaves": { - "protocol_id": 92 - }, - "minecraft:acacia_log": { - "protocol_id": 53 - }, - "minecraft:acacia_planks": { - "protocol_id": 17 - }, - "minecraft:acacia_pressure_plate": { - "protocol_id": 249 - }, - "minecraft:acacia_sapling": { - "protocol_id": 29 - }, - "minecraft:acacia_sign": { - "protocol_id": 197 - }, - "minecraft:acacia_slab": { - "protocol_id": 560 - }, - "minecraft:acacia_stairs": { - "protocol_id": 473 - }, - "minecraft:acacia_trapdoor": { - "protocol_id": 301 - }, - "minecraft:acacia_wall_hanging_sign": { - "protocol_id": 233 - }, - "minecraft:acacia_wall_sign": { - "protocol_id": 211 - }, - "minecraft:acacia_wood": { - "protocol_id": 75 - }, - "minecraft:activator_rail": { - "protocol_id": 439 - }, - "minecraft:air": { - "protocol_id": 0 - }, - "minecraft:allium": { - "protocol_id": 158 - }, - "minecraft:amethyst_block": { - "protocol_id": 924 - }, - "minecraft:amethyst_cluster": { - "protocol_id": 926 - }, - "minecraft:ancient_debris": { - "protocol_id": 862 - }, - "minecraft:andesite": { - "protocol_id": 6 - }, - "minecraft:andesite_slab": { - "protocol_id": 776 - }, - "minecraft:andesite_stairs": { - "protocol_id": 763 - }, - "minecraft:andesite_wall": { - "protocol_id": 788 - }, - "minecraft:anvil": { - "protocol_id": 424 - }, - "minecraft:attached_melon_stem": { - "protocol_id": 328 - }, - "minecraft:attached_pumpkin_stem": { - "protocol_id": 327 - }, - "minecraft:azalea": { - "protocol_id": 1033 - }, - "minecraft:azalea_leaves": { - "protocol_id": 97 - }, - "minecraft:azure_bluet": { - "protocol_id": 159 - }, - "minecraft:bamboo": { - "protocol_id": 748 - }, - "minecraft:bamboo_block": { - "protocol_id": 60 - }, - "minecraft:bamboo_button": { - "protocol_id": 409 - }, - "minecraft:bamboo_door": { - "protocol_id": 611 - }, - "minecraft:bamboo_fence": { - "protocol_id": 602 - }, - "minecraft:bamboo_fence_gate": { - "protocol_id": 593 - }, - "minecraft:bamboo_hanging_sign": { - "protocol_id": 229 - }, - "minecraft:bamboo_mosaic": { - "protocol_id": 24 - }, - "minecraft:bamboo_mosaic_slab": { - "protocol_id": 566 - }, - "minecraft:bamboo_mosaic_stairs": { - "protocol_id": 479 - }, - "minecraft:bamboo_planks": { - "protocol_id": 23 - }, - "minecraft:bamboo_pressure_plate": { - "protocol_id": 254 - }, - "minecraft:bamboo_sapling": { - "protocol_id": 747 - }, - "minecraft:bamboo_sign": { - "protocol_id": 203 - }, - "minecraft:bamboo_slab": { - "protocol_id": 565 - }, - "minecraft:bamboo_stairs": { - "protocol_id": 478 - }, - "minecraft:bamboo_trapdoor": { - "protocol_id": 306 - }, - "minecraft:bamboo_wall_hanging_sign": { - "protocol_id": 241 - }, - "minecraft:bamboo_wall_sign": { - "protocol_id": 217 - }, - "minecraft:barrel": { - "protocol_id": 795 - }, - "minecraft:barrier": { - "protocol_id": 481 - }, - "minecraft:basalt": { - "protocol_id": 271 - }, - "minecraft:beacon": { - "protocol_id": 366 - }, - "minecraft:bedrock": { - "protocol_id": 34 - }, - "minecraft:bee_nest": { - "protocol_id": 857 - }, - "minecraft:beehive": { - "protocol_id": 858 - }, - "minecraft:beetroots": { - "protocol_id": 622 - }, - "minecraft:bell": { - "protocol_id": 804 - }, - "minecraft:big_dripleaf": { - "protocol_id": 1038 - }, - "minecraft:big_dripleaf_stem": { - "protocol_id": 1039 - }, - "minecraft:birch_button": { - "protocol_id": 402 - }, - "minecraft:birch_door": { - "protocol_id": 604 - }, - "minecraft:birch_fence": { - "protocol_id": 595 - }, - "minecraft:birch_fence_gate": { - "protocol_id": 586 - }, - "minecraft:birch_hanging_sign": { - "protocol_id": 220 - }, - "minecraft:birch_leaves": { - "protocol_id": 90 - }, - "minecraft:birch_log": { - "protocol_id": 51 - }, - "minecraft:birch_planks": { - "protocol_id": 15 - }, - "minecraft:birch_pressure_plate": { - "protocol_id": 247 - }, - "minecraft:birch_sapling": { - "protocol_id": 27 - }, - "minecraft:birch_sign": { - "protocol_id": 196 - }, - "minecraft:birch_slab": { - "protocol_id": 558 - }, - "minecraft:birch_stairs": { - "protocol_id": 363 - }, - "minecraft:birch_trapdoor": { - "protocol_id": 299 - }, - "minecraft:birch_wall_hanging_sign": { - "protocol_id": 232 - }, - "minecraft:birch_wall_sign": { - "protocol_id": 210 - }, - "minecraft:birch_wood": { - "protocol_id": 73 - }, - "minecraft:black_banner": { - "protocol_id": 535 - }, - "minecraft:black_bed": { - "protocol_id": 125 - }, - "minecraft:black_candle": { - "protocol_id": 906 - }, - "minecraft:black_candle_cake": { - "protocol_id": 923 - }, - "minecraft:black_carpet": { - "protocol_id": 510 - }, - "minecraft:black_concrete": { - "protocol_id": 682 - }, - "minecraft:black_concrete_powder": { - "protocol_id": 698 - }, - "minecraft:black_glazed_terracotta": { - "protocol_id": 666 - }, - "minecraft:black_shulker_box": { - "protocol_id": 650 - }, - "minecraft:black_stained_glass": { - "protocol_id": 296 - }, - "minecraft:black_stained_glass_pane": { - "protocol_id": 472 - }, - "minecraft:black_terracotta": { - "protocol_id": 456 - }, - "minecraft:black_wall_banner": { - "protocol_id": 551 - }, - "minecraft:black_wool": { - "protocol_id": 152 - }, - "minecraft:blackstone": { - "protocol_id": 870 - }, - "minecraft:blackstone_slab": { - "protocol_id": 873 - }, - "minecraft:blackstone_stairs": { - "protocol_id": 871 - }, - "minecraft:blackstone_wall": { - "protocol_id": 872 - }, - "minecraft:blast_furnace": { - "protocol_id": 797 - }, - "minecraft:blue_banner": { - "protocol_id": 531 - }, - "minecraft:blue_bed": { - "protocol_id": 121 - }, - "minecraft:blue_candle": { - "protocol_id": 902 - }, - "minecraft:blue_candle_cake": { - "protocol_id": 919 - }, - "minecraft:blue_carpet": { - "protocol_id": 506 - }, - "minecraft:blue_concrete": { - "protocol_id": 678 - }, - "minecraft:blue_concrete_powder": { - "protocol_id": 694 - }, - "minecraft:blue_glazed_terracotta": { - "protocol_id": 662 - }, - "minecraft:blue_ice": { - "protocol_id": 745 - }, - "minecraft:blue_orchid": { - "protocol_id": 157 - }, - "minecraft:blue_shulker_box": { - "protocol_id": 646 - }, - "minecraft:blue_stained_glass": { - "protocol_id": 292 - }, - "minecraft:blue_stained_glass_pane": { - "protocol_id": 468 - }, - "minecraft:blue_terracotta": { - "protocol_id": 452 - }, - "minecraft:blue_wall_banner": { - "protocol_id": 547 - }, - "minecraft:blue_wool": { - "protocol_id": 148 - }, - "minecraft:bone_block": { - "protocol_id": 631 - }, - "minecraft:bookshelf": { - "protocol_id": 174 - }, - "minecraft:brain_coral": { - "protocol_id": 720 - }, - "minecraft:brain_coral_block": { - "protocol_id": 710 - }, - "minecraft:brain_coral_fan": { - "protocol_id": 730 - }, - "minecraft:brain_coral_wall_fan": { - "protocol_id": 740 - }, - "minecraft:brewing_stand": { - "protocol_id": 344 - }, - "minecraft:brick_slab": { - "protocol_id": 573 - }, - "minecraft:brick_stairs": { - "protocol_id": 334 - }, - "minecraft:brick_wall": { - "protocol_id": 780 - }, - "minecraft:bricks": { - "protocol_id": 172 - }, - "minecraft:brown_banner": { - "protocol_id": 532 - }, - "minecraft:brown_bed": { - "protocol_id": 122 - }, - "minecraft:brown_candle": { - "protocol_id": 903 - }, - "minecraft:brown_candle_cake": { - "protocol_id": 920 - }, - "minecraft:brown_carpet": { - "protocol_id": 507 - }, - "minecraft:brown_concrete": { - "protocol_id": 679 - }, - "minecraft:brown_concrete_powder": { - "protocol_id": 695 - }, - "minecraft:brown_glazed_terracotta": { - "protocol_id": 663 - }, - "minecraft:brown_mushroom": { - "protocol_id": 168 - }, - "minecraft:brown_mushroom_block": { - "protocol_id": 319 - }, - "minecraft:brown_shulker_box": { - "protocol_id": 647 - }, - "minecraft:brown_stained_glass": { - "protocol_id": 293 - }, - "minecraft:brown_stained_glass_pane": { - "protocol_id": 469 - }, - "minecraft:brown_terracotta": { - "protocol_id": 453 - }, - "minecraft:brown_wall_banner": { - "protocol_id": 548 - }, - "minecraft:brown_wool": { - "protocol_id": 149 - }, - "minecraft:bubble_column": { - "protocol_id": 752 - }, - "minecraft:bubble_coral": { - "protocol_id": 721 - }, - "minecraft:bubble_coral_block": { - "protocol_id": 711 - }, - "minecraft:bubble_coral_fan": { - "protocol_id": 731 - }, - "minecraft:bubble_coral_wall_fan": { - "protocol_id": 741 - }, - "minecraft:budding_amethyst": { - "protocol_id": 925 - }, - "minecraft:cactus": { - "protocol_id": 263 - }, - "minecraft:cake": { - "protocol_id": 279 - }, - "minecraft:calcite": { - "protocol_id": 944 - }, - "minecraft:calibrated_sculk_sensor": { - "protocol_id": 948 - }, - "minecraft:campfire": { - "protocol_id": 807 - }, - "minecraft:candle": { - "protocol_id": 890 - }, - "minecraft:candle_cake": { - "protocol_id": 907 - }, - "minecraft:carrots": { - "protocol_id": 398 - }, - "minecraft:cartography_table": { - "protocol_id": 798 - }, - "minecraft:carved_pumpkin": { - "protocol_id": 277 - }, - "minecraft:cauldron": { - "protocol_id": 345 - }, - "minecraft:cave_air": { - "protocol_id": 751 - }, - "minecraft:cave_vines": { - "protocol_id": 1030 - }, - "minecraft:cave_vines_plant": { - "protocol_id": 1031 - }, - "minecraft:chain": { - "protocol_id": 323 - }, - "minecraft:chain_command_block": { - "protocol_id": 626 - }, - "minecraft:cherry_button": { - "protocol_id": 405 - }, - "minecraft:cherry_door": { - "protocol_id": 607 - }, - "minecraft:cherry_fence": { - "protocol_id": 598 - }, - "minecraft:cherry_fence_gate": { - "protocol_id": 589 - }, - "minecraft:cherry_hanging_sign": { - "protocol_id": 222 - }, - "minecraft:cherry_leaves": { - "protocol_id": 93 - }, - "minecraft:cherry_log": { - "protocol_id": 54 - }, - "minecraft:cherry_planks": { - "protocol_id": 18 - }, - "minecraft:cherry_pressure_plate": { - "protocol_id": 250 - }, - "minecraft:cherry_sapling": { - "protocol_id": 30 - }, - "minecraft:cherry_sign": { - "protocol_id": 198 - }, - "minecraft:cherry_slab": { - "protocol_id": 561 - }, - "minecraft:cherry_stairs": { - "protocol_id": 474 - }, - "minecraft:cherry_trapdoor": { - "protocol_id": 302 - }, - "minecraft:cherry_wall_hanging_sign": { - "protocol_id": 234 - }, - "minecraft:cherry_wall_sign": { - "protocol_id": 212 - }, - "minecraft:cherry_wood": { - "protocol_id": 76 - }, - "minecraft:chest": { - "protocol_id": 185 - }, - "minecraft:chipped_anvil": { - "protocol_id": 425 - }, - "minecraft:chiseled_bookshelf": { - "protocol_id": 175 - }, - "minecraft:chiseled_copper": { - "protocol_id": 966 - }, - "minecraft:chiseled_deepslate": { - "protocol_id": 1061 - }, - "minecraft:chiseled_nether_bricks": { - "protocol_id": 887 - }, - "minecraft:chiseled_polished_blackstone": { - "protocol_id": 877 - }, - "minecraft:chiseled_quartz_block": { - "protocol_id": 436 - }, - "minecraft:chiseled_red_sandstone": { - "protocol_id": 553 - }, - "minecraft:chiseled_sandstone": { - "protocol_id": 107 - }, - "minecraft:chiseled_stone_bricks": { - "protocol_id": 310 - }, - "minecraft:chiseled_tuff": { - "protocol_id": 938 - }, - "minecraft:chiseled_tuff_bricks": { - "protocol_id": 943 - }, - "minecraft:chorus_flower": { - "protocol_id": 614 - }, - "minecraft:chorus_plant": { - "protocol_id": 613 - }, - "minecraft:clay": { - "protocol_id": 264 - }, - "minecraft:coal_block": { - "protocol_id": 512 - }, - "minecraft:coal_ore": { - "protocol_id": 46 - }, - "minecraft:coarse_dirt": { - "protocol_id": 10 - }, - "minecraft:cobbled_deepslate": { - "protocol_id": 1045 - }, - "minecraft:cobbled_deepslate_slab": { - "protocol_id": 1047 - }, - "minecraft:cobbled_deepslate_stairs": { - "protocol_id": 1046 - }, - "minecraft:cobbled_deepslate_wall": { - "protocol_id": 1048 - }, - "minecraft:cobblestone": { - "protocol_id": 12 - }, - "minecraft:cobblestone_slab": { - "protocol_id": 572 - }, - "minecraft:cobblestone_stairs": { - "protocol_id": 207 - }, - "minecraft:cobblestone_wall": { - "protocol_id": 367 - }, - "minecraft:cobweb": { - "protocol_id": 129 - }, - "minecraft:cocoa": { - "protocol_id": 354 - }, - "minecraft:command_block": { - "protocol_id": 365 - }, - "minecraft:comparator": { - "protocol_id": 430 - }, - "minecraft:composter": { - "protocol_id": 855 - }, - "minecraft:conduit": { - "protocol_id": 746 - }, - "minecraft:copper_block": { - "protocol_id": 953 - }, - "minecraft:copper_bulb": { - "protocol_id": 1019 - }, - "minecraft:copper_door": { - "protocol_id": 995 - }, - "minecraft:copper_grate": { - "protocol_id": 1011 - }, - "minecraft:copper_ore": { - "protocol_id": 957 - }, - "minecraft:copper_trapdoor": { - "protocol_id": 1003 - }, - "minecraft:cornflower": { - "protocol_id": 165 - }, - "minecraft:cracked_deepslate_bricks": { - "protocol_id": 1062 - }, - "minecraft:cracked_deepslate_tiles": { - "protocol_id": 1063 - }, - "minecraft:cracked_nether_bricks": { - "protocol_id": 888 - }, - "minecraft:cracked_polished_blackstone_bricks": { - "protocol_id": 876 - }, - "minecraft:cracked_stone_bricks": { - "protocol_id": 309 - }, - "minecraft:crafter": { - "protocol_id": 1077 - }, - "minecraft:crafting_table": { - "protocol_id": 190 - }, - "minecraft:creaking_heart": { - "protocol_id": 183 - }, - "minecraft:creeper_head": { - "protocol_id": 418 - }, - "minecraft:creeper_wall_head": { - "protocol_id": 419 - }, - "minecraft:crimson_button": { - "protocol_id": 845 - }, - "minecraft:crimson_door": { - "protocol_id": 847 - }, - "minecraft:crimson_fence": { - "protocol_id": 837 - }, - "minecraft:crimson_fence_gate": { - "protocol_id": 841 - }, - "minecraft:crimson_fungus": { - "protocol_id": 824 - }, - "minecraft:crimson_hanging_sign": { - "protocol_id": 226 - }, - "minecraft:crimson_hyphae": { - "protocol_id": 821 - }, - "minecraft:crimson_nylium": { - "protocol_id": 823 - }, - "minecraft:crimson_planks": { - "protocol_id": 831 - }, - "minecraft:crimson_pressure_plate": { - "protocol_id": 835 - }, - "minecraft:crimson_roots": { - "protocol_id": 830 - }, - "minecraft:crimson_sign": { - "protocol_id": 849 - }, - "minecraft:crimson_slab": { - "protocol_id": 833 - }, - "minecraft:crimson_stairs": { - "protocol_id": 843 - }, - "minecraft:crimson_stem": { - "protocol_id": 819 - }, - "minecraft:crimson_trapdoor": { - "protocol_id": 839 - }, - "minecraft:crimson_wall_hanging_sign": { - "protocol_id": 239 - }, - "minecraft:crimson_wall_sign": { - "protocol_id": 851 - }, - "minecraft:crying_obsidian": { - "protocol_id": 863 - }, - "minecraft:cut_copper": { - "protocol_id": 962 - }, - "minecraft:cut_copper_slab": { - "protocol_id": 978 - }, - "minecraft:cut_copper_stairs": { - "protocol_id": 974 - }, - "minecraft:cut_red_sandstone": { - "protocol_id": 554 - }, - "minecraft:cut_red_sandstone_slab": { - "protocol_id": 579 - }, - "minecraft:cut_sandstone": { - "protocol_id": 108 - }, - "minecraft:cut_sandstone_slab": { - "protocol_id": 570 - }, - "minecraft:cyan_banner": { - "protocol_id": 529 - }, - "minecraft:cyan_bed": { - "protocol_id": 119 - }, - "minecraft:cyan_candle": { - "protocol_id": 900 - }, - "minecraft:cyan_candle_cake": { - "protocol_id": 917 - }, - "minecraft:cyan_carpet": { - "protocol_id": 504 - }, - "minecraft:cyan_concrete": { - "protocol_id": 676 - }, - "minecraft:cyan_concrete_powder": { - "protocol_id": 692 - }, - "minecraft:cyan_glazed_terracotta": { - "protocol_id": 660 - }, - "minecraft:cyan_shulker_box": { - "protocol_id": 644 - }, - "minecraft:cyan_stained_glass": { - "protocol_id": 290 - }, - "minecraft:cyan_stained_glass_pane": { - "protocol_id": 466 - }, - "minecraft:cyan_terracotta": { - "protocol_id": 450 - }, - "minecraft:cyan_wall_banner": { - "protocol_id": 545 - }, - "minecraft:cyan_wool": { - "protocol_id": 146 - }, - "minecraft:damaged_anvil": { - "protocol_id": 426 - }, - "minecraft:dandelion": { - "protocol_id": 154 - }, - "minecraft:dark_oak_button": { - "protocol_id": 406 - }, - "minecraft:dark_oak_door": { - "protocol_id": 608 - }, - "minecraft:dark_oak_fence": { - "protocol_id": 599 - }, - "minecraft:dark_oak_fence_gate": { - "protocol_id": 590 - }, - "minecraft:dark_oak_hanging_sign": { - "protocol_id": 224 - }, - "minecraft:dark_oak_leaves": { - "protocol_id": 94 - }, - "minecraft:dark_oak_log": { - "protocol_id": 55 - }, - "minecraft:dark_oak_planks": { - "protocol_id": 19 - }, - "minecraft:dark_oak_pressure_plate": { - "protocol_id": 251 - }, - "minecraft:dark_oak_sapling": { - "protocol_id": 31 - }, - "minecraft:dark_oak_sign": { - "protocol_id": 200 - }, - "minecraft:dark_oak_slab": { - "protocol_id": 562 - }, - "minecraft:dark_oak_stairs": { - "protocol_id": 475 - }, - "minecraft:dark_oak_trapdoor": { - "protocol_id": 303 - }, - "minecraft:dark_oak_wall_hanging_sign": { - "protocol_id": 236 - }, - "minecraft:dark_oak_wall_sign": { - "protocol_id": 214 - }, - "minecraft:dark_oak_wood": { - "protocol_id": 77 - }, - "minecraft:dark_prismarine": { - "protocol_id": 486 - }, - "minecraft:dark_prismarine_slab": { - "protocol_id": 492 - }, - "minecraft:dark_prismarine_stairs": { - "protocol_id": 489 - }, - "minecraft:daylight_detector": { - "protocol_id": 431 - }, - "minecraft:dead_brain_coral": { - "protocol_id": 715 - }, - "minecraft:dead_brain_coral_block": { - "protocol_id": 705 - }, - "minecraft:dead_brain_coral_fan": { - "protocol_id": 725 - }, - "minecraft:dead_brain_coral_wall_fan": { - "protocol_id": 735 - }, - "minecraft:dead_bubble_coral": { - "protocol_id": 716 - }, - "minecraft:dead_bubble_coral_block": { - "protocol_id": 706 - }, - "minecraft:dead_bubble_coral_fan": { - "protocol_id": 726 - }, - "minecraft:dead_bubble_coral_wall_fan": { - "protocol_id": 736 - }, - "minecraft:dead_bush": { - "protocol_id": 132 - }, - "minecraft:dead_fire_coral": { - "protocol_id": 717 - }, - "minecraft:dead_fire_coral_block": { - "protocol_id": 707 - }, - "minecraft:dead_fire_coral_fan": { - "protocol_id": 727 - }, - "minecraft:dead_fire_coral_wall_fan": { - "protocol_id": 737 - }, - "minecraft:dead_horn_coral": { - "protocol_id": 718 - }, - "minecraft:dead_horn_coral_block": { - "protocol_id": 708 - }, - "minecraft:dead_horn_coral_fan": { - "protocol_id": 728 - }, - "minecraft:dead_horn_coral_wall_fan": { - "protocol_id": 738 - }, - "minecraft:dead_tube_coral": { - "protocol_id": 714 - }, - "minecraft:dead_tube_coral_block": { - "protocol_id": 704 - }, - "minecraft:dead_tube_coral_fan": { - "protocol_id": 724 - }, - "minecraft:dead_tube_coral_wall_fan": { - "protocol_id": 734 - }, - "minecraft:decorated_pot": { - "protocol_id": 1076 - }, - "minecraft:deepslate": { - "protocol_id": 1044 - }, - "minecraft:deepslate_brick_slab": { - "protocol_id": 1059 - }, - "minecraft:deepslate_brick_stairs": { - "protocol_id": 1058 - }, - "minecraft:deepslate_brick_wall": { - "protocol_id": 1060 - }, - "minecraft:deepslate_bricks": { - "protocol_id": 1057 - }, - "minecraft:deepslate_coal_ore": { - "protocol_id": 47 - }, - "minecraft:deepslate_copper_ore": { - "protocol_id": 958 - }, - "minecraft:deepslate_diamond_ore": { - "protocol_id": 188 - }, - "minecraft:deepslate_emerald_ore": { - "protocol_id": 357 - }, - "minecraft:deepslate_gold_ore": { - "protocol_id": 43 - }, - "minecraft:deepslate_iron_ore": { - "protocol_id": 45 - }, - "minecraft:deepslate_lapis_ore": { - "protocol_id": 103 - }, - "minecraft:deepslate_redstone_ore": { - "protocol_id": 256 - }, - "minecraft:deepslate_tile_slab": { - "protocol_id": 1055 - }, - "minecraft:deepslate_tile_stairs": { - "protocol_id": 1054 - }, - "minecraft:deepslate_tile_wall": { - "protocol_id": 1056 - }, - "minecraft:deepslate_tiles": { - "protocol_id": 1053 - }, - "minecraft:detector_rail": { - "protocol_id": 127 - }, - "minecraft:diamond_block": { - "protocol_id": 189 - }, - "minecraft:diamond_ore": { - "protocol_id": 187 - }, - "minecraft:diorite": { - "protocol_id": 4 - }, - "minecraft:diorite_slab": { - "protocol_id": 779 - }, - "minecraft:diorite_stairs": { - "protocol_id": 766 - }, - "minecraft:diorite_wall": { - "protocol_id": 792 - }, - "minecraft:dirt": { - "protocol_id": 9 - }, - "minecraft:dirt_path": { - "protocol_id": 623 - }, - "minecraft:dispenser": { - "protocol_id": 105 - }, - "minecraft:dragon_egg": { - "protocol_id": 352 - }, - "minecraft:dragon_head": { - "protocol_id": 420 - }, - "minecraft:dragon_wall_head": { - "protocol_id": 421 - }, - "minecraft:dried_kelp_block": { - "protocol_id": 701 - }, - "minecraft:dripstone_block": { - "protocol_id": 1029 - }, - "minecraft:dropper": { - "protocol_id": 440 - }, - "minecraft:emerald_block": { - "protocol_id": 361 - }, - "minecraft:emerald_ore": { - "protocol_id": 356 - }, - "minecraft:enchanting_table": { - "protocol_id": 343 - }, - "minecraft:end_gateway": { - "protocol_id": 624 - }, - "minecraft:end_portal": { - "protocol_id": 349 - }, - "minecraft:end_portal_frame": { - "protocol_id": 350 - }, - "minecraft:end_rod": { - "protocol_id": 612 - }, - "minecraft:end_stone": { - "protocol_id": 351 - }, - "minecraft:end_stone_brick_slab": { - "protocol_id": 772 - }, - "minecraft:end_stone_brick_stairs": { - "protocol_id": 758 - }, - "minecraft:end_stone_brick_wall": { - "protocol_id": 791 - }, - "minecraft:end_stone_bricks": { - "protocol_id": 618 - }, - "minecraft:ender_chest": { - "protocol_id": 358 - }, - "minecraft:exposed_chiseled_copper": { - "protocol_id": 965 - }, - "minecraft:exposed_copper": { - "protocol_id": 954 - }, - "minecraft:exposed_copper_bulb": { - "protocol_id": 1020 - }, - "minecraft:exposed_copper_door": { - "protocol_id": 996 - }, - "minecraft:exposed_copper_grate": { - "protocol_id": 1012 - }, - "minecraft:exposed_copper_trapdoor": { - "protocol_id": 1004 - }, - "minecraft:exposed_cut_copper": { - "protocol_id": 961 - }, - "minecraft:exposed_cut_copper_slab": { - "protocol_id": 977 - }, - "minecraft:exposed_cut_copper_stairs": { - "protocol_id": 973 - }, - "minecraft:farmland": { - "protocol_id": 192 - }, - "minecraft:fern": { - "protocol_id": 131 - }, - "minecraft:fire": { - "protocol_id": 180 - }, - "minecraft:fire_coral": { - "protocol_id": 722 - }, - "minecraft:fire_coral_block": { - "protocol_id": 712 - }, - "minecraft:fire_coral_fan": { - "protocol_id": 732 - }, - "minecraft:fire_coral_wall_fan": { - "protocol_id": 742 - }, - "minecraft:fletching_table": { - "protocol_id": 799 - }, - "minecraft:flower_pot": { - "protocol_id": 369 - }, - "minecraft:flowering_azalea": { - "protocol_id": 1034 - }, - "minecraft:flowering_azalea_leaves": { - "protocol_id": 98 - }, - "minecraft:frogspawn": { - "protocol_id": 1074 - }, - "minecraft:frosted_ice": { - "protocol_id": 627 - }, - "minecraft:furnace": { - "protocol_id": 193 - }, - "minecraft:gilded_blackstone": { - "protocol_id": 881 - }, - "minecraft:glass": { - "protocol_id": 101 - }, - "minecraft:glass_pane": { - "protocol_id": 324 - }, - "minecraft:glow_lichen": { - "protocol_id": 332 - }, - "minecraft:glowstone": { - "protocol_id": 275 - }, - "minecraft:gold_block": { - "protocol_id": 170 - }, - "minecraft:gold_ore": { - "protocol_id": 42 - }, - "minecraft:granite": { - "protocol_id": 2 - }, - "minecraft:granite_slab": { - "protocol_id": 775 - }, - "minecraft:granite_stairs": { - "protocol_id": 762 - }, - "minecraft:granite_wall": { - "protocol_id": 784 - }, - "minecraft:grass_block": { - "protocol_id": 8 - }, - "minecraft:gravel": { - "protocol_id": 40 - }, - "minecraft:gray_banner": { - "protocol_id": 527 - }, - "minecraft:gray_bed": { - "protocol_id": 117 - }, - "minecraft:gray_candle": { - "protocol_id": 898 - }, - "minecraft:gray_candle_cake": { - "protocol_id": 915 - }, - "minecraft:gray_carpet": { - "protocol_id": 502 - }, - "minecraft:gray_concrete": { - "protocol_id": 674 - }, - "minecraft:gray_concrete_powder": { - "protocol_id": 690 - }, - "minecraft:gray_glazed_terracotta": { - "protocol_id": 658 - }, - "minecraft:gray_shulker_box": { - "protocol_id": 642 - }, - "minecraft:gray_stained_glass": { - "protocol_id": 288 - }, - "minecraft:gray_stained_glass_pane": { - "protocol_id": 464 - }, - "minecraft:gray_terracotta": { - "protocol_id": 448 - }, - "minecraft:gray_wall_banner": { - "protocol_id": 543 - }, - "minecraft:gray_wool": { - "protocol_id": 144 - }, - "minecraft:green_banner": { - "protocol_id": 533 - }, - "minecraft:green_bed": { - "protocol_id": 123 - }, - "minecraft:green_candle": { - "protocol_id": 904 - }, - "minecraft:green_candle_cake": { - "protocol_id": 921 - }, - "minecraft:green_carpet": { - "protocol_id": 508 - }, - "minecraft:green_concrete": { - "protocol_id": 680 - }, - "minecraft:green_concrete_powder": { - "protocol_id": 696 - }, - "minecraft:green_glazed_terracotta": { - "protocol_id": 664 - }, - "minecraft:green_shulker_box": { - "protocol_id": 648 - }, - "minecraft:green_stained_glass": { - "protocol_id": 294 - }, - "minecraft:green_stained_glass_pane": { - "protocol_id": 470 - }, - "minecraft:green_terracotta": { - "protocol_id": 454 - }, - "minecraft:green_wall_banner": { - "protocol_id": 549 - }, - "minecraft:green_wool": { - "protocol_id": 150 - }, - "minecraft:grindstone": { - "protocol_id": 800 - }, - "minecraft:hanging_roots": { - "protocol_id": 1041 - }, - "minecraft:hay_block": { - "protocol_id": 494 - }, - "minecraft:heavy_core": { - "protocol_id": 1080 - }, - "minecraft:heavy_weighted_pressure_plate": { - "protocol_id": 429 - }, - "minecraft:honey_block": { - "protocol_id": 859 - }, - "minecraft:honeycomb_block": { - "protocol_id": 860 - }, - "minecraft:hopper": { - "protocol_id": 434 - }, - "minecraft:horn_coral": { - "protocol_id": 723 - }, - "minecraft:horn_coral_block": { - "protocol_id": 713 - }, - "minecraft:horn_coral_fan": { - "protocol_id": 733 - }, - "minecraft:horn_coral_wall_fan": { - "protocol_id": 743 - }, - "minecraft:ice": { - "protocol_id": 261 - }, - "minecraft:infested_chiseled_stone_bricks": { - "protocol_id": 318 - }, - "minecraft:infested_cobblestone": { - "protocol_id": 314 - }, - "minecraft:infested_cracked_stone_bricks": { - "protocol_id": 317 - }, - "minecraft:infested_deepslate": { - "protocol_id": 1064 - }, - "minecraft:infested_mossy_stone_bricks": { - "protocol_id": 316 - }, - "minecraft:infested_stone": { - "protocol_id": 313 - }, - "minecraft:infested_stone_bricks": { - "protocol_id": 315 - }, - "minecraft:iron_bars": { - "protocol_id": 322 - }, - "minecraft:iron_block": { - "protocol_id": 171 - }, - "minecraft:iron_door": { - "protocol_id": 244 - }, - "minecraft:iron_ore": { - "protocol_id": 44 - }, - "minecraft:iron_trapdoor": { - "protocol_id": 483 - }, - "minecraft:jack_o_lantern": { - "protocol_id": 278 - }, - "minecraft:jigsaw": { - "protocol_id": 854 - }, - "minecraft:jukebox": { - "protocol_id": 266 - }, - "minecraft:jungle_button": { - "protocol_id": 403 - }, - "minecraft:jungle_door": { - "protocol_id": 605 - }, - "minecraft:jungle_fence": { - "protocol_id": 596 - }, - "minecraft:jungle_fence_gate": { - "protocol_id": 587 - }, - "minecraft:jungle_hanging_sign": { - "protocol_id": 223 - }, - "minecraft:jungle_leaves": { - "protocol_id": 91 - }, - "minecraft:jungle_log": { - "protocol_id": 52 - }, - "minecraft:jungle_planks": { - "protocol_id": 16 - }, - "minecraft:jungle_pressure_plate": { - "protocol_id": 248 - }, - "minecraft:jungle_sapling": { - "protocol_id": 28 - }, - "minecraft:jungle_sign": { - "protocol_id": 199 - }, - "minecraft:jungle_slab": { - "protocol_id": 559 - }, - "minecraft:jungle_stairs": { - "protocol_id": 364 - }, - "minecraft:jungle_trapdoor": { - "protocol_id": 300 - }, - "minecraft:jungle_wall_hanging_sign": { - "protocol_id": 235 - }, - "minecraft:jungle_wall_sign": { - "protocol_id": 213 - }, - "minecraft:jungle_wood": { - "protocol_id": 74 - }, - "minecraft:kelp": { - "protocol_id": 699 - }, - "minecraft:kelp_plant": { - "protocol_id": 700 - }, - "minecraft:ladder": { - "protocol_id": 205 - }, - "minecraft:lantern": { - "protocol_id": 805 - }, - "minecraft:lapis_block": { - "protocol_id": 104 - }, - "minecraft:lapis_ore": { - "protocol_id": 102 - }, - "minecraft:large_amethyst_bud": { - "protocol_id": 927 - }, - "minecraft:large_fern": { - "protocol_id": 519 - }, - "minecraft:lava": { - "protocol_id": 36 - }, - "minecraft:lava_cauldron": { - "protocol_id": 347 - }, - "minecraft:lectern": { - "protocol_id": 801 - }, - "minecraft:lever": { - "protocol_id": 242 - }, - "minecraft:light": { - "protocol_id": 482 - }, - "minecraft:light_blue_banner": { - "protocol_id": 523 - }, - "minecraft:light_blue_bed": { - "protocol_id": 113 - }, - "minecraft:light_blue_candle": { - "protocol_id": 894 - }, - "minecraft:light_blue_candle_cake": { - "protocol_id": 911 - }, - "minecraft:light_blue_carpet": { - "protocol_id": 498 - }, - "minecraft:light_blue_concrete": { - "protocol_id": 670 - }, - "minecraft:light_blue_concrete_powder": { - "protocol_id": 686 - }, - "minecraft:light_blue_glazed_terracotta": { - "protocol_id": 654 - }, - "minecraft:light_blue_shulker_box": { - "protocol_id": 638 - }, - "minecraft:light_blue_stained_glass": { - "protocol_id": 284 - }, - "minecraft:light_blue_stained_glass_pane": { - "protocol_id": 460 - }, - "minecraft:light_blue_terracotta": { - "protocol_id": 444 - }, - "minecraft:light_blue_wall_banner": { - "protocol_id": 539 - }, - "minecraft:light_blue_wool": { - "protocol_id": 140 - }, - "minecraft:light_gray_banner": { - "protocol_id": 528 - }, - "minecraft:light_gray_bed": { - "protocol_id": 118 - }, - "minecraft:light_gray_candle": { - "protocol_id": 899 - }, - "minecraft:light_gray_candle_cake": { - "protocol_id": 916 - }, - "minecraft:light_gray_carpet": { - "protocol_id": 503 - }, - "minecraft:light_gray_concrete": { - "protocol_id": 675 - }, - "minecraft:light_gray_concrete_powder": { - "protocol_id": 691 - }, - "minecraft:light_gray_glazed_terracotta": { - "protocol_id": 659 - }, - "minecraft:light_gray_shulker_box": { - "protocol_id": 643 - }, - "minecraft:light_gray_stained_glass": { - "protocol_id": 289 - }, - "minecraft:light_gray_stained_glass_pane": { - "protocol_id": 465 - }, - "minecraft:light_gray_terracotta": { - "protocol_id": 449 - }, - "minecraft:light_gray_wall_banner": { - "protocol_id": 544 - }, - "minecraft:light_gray_wool": { - "protocol_id": 145 - }, - "minecraft:light_weighted_pressure_plate": { - "protocol_id": 428 - }, - "minecraft:lightning_rod": { - "protocol_id": 1027 - }, - "minecraft:lilac": { - "protocol_id": 515 - }, - "minecraft:lily_of_the_valley": { - "protocol_id": 167 - }, - "minecraft:lily_pad": { - "protocol_id": 338 - }, - "minecraft:lime_banner": { - "protocol_id": 525 - }, - "minecraft:lime_bed": { - "protocol_id": 115 - }, - "minecraft:lime_candle": { - "protocol_id": 896 - }, - "minecraft:lime_candle_cake": { - "protocol_id": 913 - }, - "minecraft:lime_carpet": { - "protocol_id": 500 - }, - "minecraft:lime_concrete": { - "protocol_id": 672 - }, - "minecraft:lime_concrete_powder": { - "protocol_id": 688 - }, - "minecraft:lime_glazed_terracotta": { - "protocol_id": 656 - }, - "minecraft:lime_shulker_box": { - "protocol_id": 640 - }, - "minecraft:lime_stained_glass": { - "protocol_id": 286 - }, - "minecraft:lime_stained_glass_pane": { - "protocol_id": 462 - }, - "minecraft:lime_terracotta": { - "protocol_id": 446 - }, - "minecraft:lime_wall_banner": { - "protocol_id": 541 - }, - "minecraft:lime_wool": { - "protocol_id": 142 - }, - "minecraft:lodestone": { - "protocol_id": 869 - }, - "minecraft:loom": { - "protocol_id": 794 - }, - "minecraft:magenta_banner": { - "protocol_id": 522 - }, - "minecraft:magenta_bed": { - "protocol_id": 112 - }, - "minecraft:magenta_candle": { - "protocol_id": 893 - }, - "minecraft:magenta_candle_cake": { - "protocol_id": 910 - }, - "minecraft:magenta_carpet": { - "protocol_id": 497 - }, - "minecraft:magenta_concrete": { - "protocol_id": 669 - }, - "minecraft:magenta_concrete_powder": { - "protocol_id": 685 - }, - "minecraft:magenta_glazed_terracotta": { - "protocol_id": 653 - }, - "minecraft:magenta_shulker_box": { - "protocol_id": 637 - }, - "minecraft:magenta_stained_glass": { - "protocol_id": 283 - }, - "minecraft:magenta_stained_glass_pane": { - "protocol_id": 459 - }, - "minecraft:magenta_terracotta": { - "protocol_id": 443 - }, - "minecraft:magenta_wall_banner": { - "protocol_id": 538 - }, - "minecraft:magenta_wool": { - "protocol_id": 139 - }, - "minecraft:magma_block": { - "protocol_id": 628 - }, - "minecraft:mangrove_button": { - "protocol_id": 408 - }, - "minecraft:mangrove_door": { - "protocol_id": 610 - }, - "minecraft:mangrove_fence": { - "protocol_id": 601 - }, - "minecraft:mangrove_fence_gate": { - "protocol_id": 592 - }, - "minecraft:mangrove_hanging_sign": { - "protocol_id": 228 - }, - "minecraft:mangrove_leaves": { - "protocol_id": 96 - }, - "minecraft:mangrove_log": { - "protocol_id": 57 - }, - "minecraft:mangrove_planks": { - "protocol_id": 22 - }, - "minecraft:mangrove_pressure_plate": { - "protocol_id": 253 - }, - "minecraft:mangrove_propagule": { - "protocol_id": 33 - }, - "minecraft:mangrove_roots": { - "protocol_id": 58 - }, - "minecraft:mangrove_sign": { - "protocol_id": 202 - }, - "minecraft:mangrove_slab": { - "protocol_id": 564 - }, - "minecraft:mangrove_stairs": { - "protocol_id": 477 - }, - "minecraft:mangrove_trapdoor": { - "protocol_id": 305 - }, - "minecraft:mangrove_wall_hanging_sign": { - "protocol_id": 238 - }, - "minecraft:mangrove_wall_sign": { - "protocol_id": 216 - }, - "minecraft:mangrove_wood": { - "protocol_id": 78 - }, - "minecraft:medium_amethyst_bud": { - "protocol_id": 928 - }, - "minecraft:melon": { - "protocol_id": 326 - }, - "minecraft:melon_stem": { - "protocol_id": 330 - }, - "minecraft:moss_block": { - "protocol_id": 1037 - }, - "minecraft:moss_carpet": { - "protocol_id": 1035 - }, - "minecraft:mossy_cobblestone": { - "protocol_id": 176 - }, - "minecraft:mossy_cobblestone_slab": { - "protocol_id": 771 - }, - "minecraft:mossy_cobblestone_stairs": { - "protocol_id": 757 - }, - "minecraft:mossy_cobblestone_wall": { - "protocol_id": 368 - }, - "minecraft:mossy_stone_brick_slab": { - "protocol_id": 769 - }, - "minecraft:mossy_stone_brick_stairs": { - "protocol_id": 755 - }, - "minecraft:mossy_stone_brick_wall": { - "protocol_id": 783 - }, - "minecraft:mossy_stone_bricks": { - "protocol_id": 308 - }, - "minecraft:moving_piston": { - "protocol_id": 153 - }, - "minecraft:mud": { - "protocol_id": 1043 - }, - "minecraft:mud_brick_slab": { - "protocol_id": 575 - }, - "minecraft:mud_brick_stairs": { - "protocol_id": 336 - }, - "minecraft:mud_brick_wall": { - "protocol_id": 786 - }, - "minecraft:mud_bricks": { - "protocol_id": 312 - }, - "minecraft:muddy_mangrove_roots": { - "protocol_id": 59 - }, - "minecraft:mushroom_stem": { - "protocol_id": 321 - }, - "minecraft:mycelium": { - "protocol_id": 337 - }, - "minecraft:nether_brick_fence": { - "protocol_id": 340 - }, - "minecraft:nether_brick_slab": { - "protocol_id": 576 - }, - "minecraft:nether_brick_stairs": { - "protocol_id": 341 - }, - "minecraft:nether_brick_wall": { - "protocol_id": 787 - }, - "minecraft:nether_bricks": { - "protocol_id": 339 - }, - "minecraft:nether_gold_ore": { - "protocol_id": 48 - }, - "minecraft:nether_portal": { - "protocol_id": 276 - }, - "minecraft:nether_quartz_ore": { - "protocol_id": 433 - }, - "minecraft:nether_sprouts": { - "protocol_id": 818 - }, - "minecraft:nether_wart": { - "protocol_id": 342 - }, - "minecraft:nether_wart_block": { - "protocol_id": 629 - }, - "minecraft:netherite_block": { - "protocol_id": 861 - }, - "minecraft:netherrack": { - "protocol_id": 268 - }, - "minecraft:note_block": { - "protocol_id": 109 - }, - "minecraft:oak_button": { - "protocol_id": 400 - }, - "minecraft:oak_door": { - "protocol_id": 204 - }, - "minecraft:oak_fence": { - "protocol_id": 267 - }, - "minecraft:oak_fence_gate": { - "protocol_id": 333 - }, - "minecraft:oak_hanging_sign": { - "protocol_id": 218 - }, - "minecraft:oak_leaves": { - "protocol_id": 88 - }, - "minecraft:oak_log": { - "protocol_id": 49 - }, - "minecraft:oak_planks": { - "protocol_id": 13 - }, - "minecraft:oak_pressure_plate": { - "protocol_id": 245 - }, - "minecraft:oak_sapling": { - "protocol_id": 25 - }, - "minecraft:oak_sign": { - "protocol_id": 194 - }, - "minecraft:oak_slab": { - "protocol_id": 556 - }, - "minecraft:oak_stairs": { - "protocol_id": 184 - }, - "minecraft:oak_trapdoor": { - "protocol_id": 297 - }, - "minecraft:oak_wall_hanging_sign": { - "protocol_id": 230 - }, - "minecraft:oak_wall_sign": { - "protocol_id": 208 - }, - "minecraft:oak_wood": { - "protocol_id": 71 - }, - "minecraft:observer": { - "protocol_id": 633 - }, - "minecraft:obsidian": { - "protocol_id": 177 - }, - "minecraft:ochre_froglight": { - "protocol_id": 1071 - }, - "minecraft:orange_banner": { - "protocol_id": 521 - }, - "minecraft:orange_bed": { - "protocol_id": 111 - }, - "minecraft:orange_candle": { - "protocol_id": 892 - }, - "minecraft:orange_candle_cake": { - "protocol_id": 909 - }, - "minecraft:orange_carpet": { - "protocol_id": 496 - }, - "minecraft:orange_concrete": { - "protocol_id": 668 - }, - "minecraft:orange_concrete_powder": { - "protocol_id": 684 - }, - "minecraft:orange_glazed_terracotta": { - "protocol_id": 652 - }, - "minecraft:orange_shulker_box": { - "protocol_id": 636 - }, - "minecraft:orange_stained_glass": { - "protocol_id": 282 - }, - "minecraft:orange_stained_glass_pane": { - "protocol_id": 458 - }, - "minecraft:orange_terracotta": { - "protocol_id": 442 - }, - "minecraft:orange_tulip": { - "protocol_id": 161 - }, - "minecraft:orange_wall_banner": { - "protocol_id": 537 - }, - "minecraft:orange_wool": { - "protocol_id": 138 - }, - "minecraft:oxeye_daisy": { - "protocol_id": 164 - }, - "minecraft:oxidized_chiseled_copper": { - "protocol_id": 963 - }, - "minecraft:oxidized_copper": { - "protocol_id": 956 - }, - "minecraft:oxidized_copper_bulb": { - "protocol_id": 1022 - }, - "minecraft:oxidized_copper_door": { - "protocol_id": 997 - }, - "minecraft:oxidized_copper_grate": { - "protocol_id": 1014 - }, - "minecraft:oxidized_copper_trapdoor": { - "protocol_id": 1005 - }, - "minecraft:oxidized_cut_copper": { - "protocol_id": 959 - }, - "minecraft:oxidized_cut_copper_slab": { - "protocol_id": 975 - }, - "minecraft:oxidized_cut_copper_stairs": { - "protocol_id": 971 - }, - "minecraft:packed_ice": { - "protocol_id": 513 - }, - "minecraft:packed_mud": { - "protocol_id": 311 - }, - "minecraft:pale_hanging_moss": { - "protocol_id": 1083 - }, - "minecraft:pale_moss_block": { - "protocol_id": 1081 - }, - "minecraft:pale_moss_carpet": { - "protocol_id": 1082 - }, - "minecraft:pale_oak_button": { - "protocol_id": 407 - }, - "minecraft:pale_oak_door": { - "protocol_id": 609 - }, - "minecraft:pale_oak_fence": { - "protocol_id": 600 - }, - "minecraft:pale_oak_fence_gate": { - "protocol_id": 591 - }, - "minecraft:pale_oak_hanging_sign": { - "protocol_id": 225 - }, - "minecraft:pale_oak_leaves": { - "protocol_id": 95 - }, - "minecraft:pale_oak_log": { - "protocol_id": 56 - }, - "minecraft:pale_oak_planks": { - "protocol_id": 21 - }, - "minecraft:pale_oak_pressure_plate": { - "protocol_id": 252 - }, - "minecraft:pale_oak_sapling": { - "protocol_id": 32 - }, - "minecraft:pale_oak_sign": { - "protocol_id": 201 - }, - "minecraft:pale_oak_slab": { - "protocol_id": 563 - }, - "minecraft:pale_oak_stairs": { - "protocol_id": 476 - }, - "minecraft:pale_oak_trapdoor": { - "protocol_id": 304 - }, - "minecraft:pale_oak_wall_hanging_sign": { - "protocol_id": 237 - }, - "minecraft:pale_oak_wall_sign": { - "protocol_id": 215 - }, - "minecraft:pale_oak_wood": { - "protocol_id": 20 - }, - "minecraft:pearlescent_froglight": { - "protocol_id": 1073 - }, - "minecraft:peony": { - "protocol_id": 517 - }, - "minecraft:petrified_oak_slab": { - "protocol_id": 571 - }, - "minecraft:piglin_head": { - "protocol_id": 422 - }, - "minecraft:piglin_wall_head": { - "protocol_id": 423 - }, - "minecraft:pink_banner": { - "protocol_id": 526 - }, - "minecraft:pink_bed": { - "protocol_id": 116 - }, - "minecraft:pink_candle": { - "protocol_id": 897 - }, - "minecraft:pink_candle_cake": { - "protocol_id": 914 - }, - "minecraft:pink_carpet": { - "protocol_id": 501 - }, - "minecraft:pink_concrete": { - "protocol_id": 673 - }, - "minecraft:pink_concrete_powder": { - "protocol_id": 689 - }, - "minecraft:pink_glazed_terracotta": { - "protocol_id": 657 - }, - "minecraft:pink_petals": { - "protocol_id": 1036 - }, - "minecraft:pink_shulker_box": { - "protocol_id": 641 - }, - "minecraft:pink_stained_glass": { - "protocol_id": 287 - }, - "minecraft:pink_stained_glass_pane": { - "protocol_id": 463 - }, - "minecraft:pink_terracotta": { - "protocol_id": 447 - }, - "minecraft:pink_tulip": { - "protocol_id": 163 - }, - "minecraft:pink_wall_banner": { - "protocol_id": 542 - }, - "minecraft:pink_wool": { - "protocol_id": 143 - }, - "minecraft:piston": { - "protocol_id": 135 - }, - "minecraft:piston_head": { - "protocol_id": 136 - }, - "minecraft:pitcher_crop": { - "protocol_id": 620 - }, - "minecraft:pitcher_plant": { - "protocol_id": 621 - }, - "minecraft:player_head": { - "protocol_id": 416 - }, - "minecraft:player_wall_head": { - "protocol_id": 417 - }, - "minecraft:podzol": { - "protocol_id": 11 - }, - "minecraft:pointed_dripstone": { - "protocol_id": 1028 - }, - "minecraft:polished_andesite": { - "protocol_id": 7 - }, - "minecraft:polished_andesite_slab": { - "protocol_id": 778 - }, - "minecraft:polished_andesite_stairs": { - "protocol_id": 765 - }, - "minecraft:polished_basalt": { - "protocol_id": 272 - }, - "minecraft:polished_blackstone": { - "protocol_id": 874 - }, - "minecraft:polished_blackstone_brick_slab": { - "protocol_id": 878 - }, - "minecraft:polished_blackstone_brick_stairs": { - "protocol_id": 879 - }, - "minecraft:polished_blackstone_brick_wall": { - "protocol_id": 880 - }, - "minecraft:polished_blackstone_bricks": { - "protocol_id": 875 - }, - "minecraft:polished_blackstone_button": { - "protocol_id": 885 - }, - "minecraft:polished_blackstone_pressure_plate": { - "protocol_id": 884 - }, - "minecraft:polished_blackstone_slab": { - "protocol_id": 883 - }, - "minecraft:polished_blackstone_stairs": { - "protocol_id": 882 - }, - "minecraft:polished_blackstone_wall": { - "protocol_id": 886 - }, - "minecraft:polished_deepslate": { - "protocol_id": 1049 - }, - "minecraft:polished_deepslate_slab": { - "protocol_id": 1051 - }, - "minecraft:polished_deepslate_stairs": { - "protocol_id": 1050 - }, - "minecraft:polished_deepslate_wall": { - "protocol_id": 1052 - }, - "minecraft:polished_diorite": { - "protocol_id": 5 - }, - "minecraft:polished_diorite_slab": { - "protocol_id": 770 - }, - "minecraft:polished_diorite_stairs": { - "protocol_id": 756 - }, - "minecraft:polished_granite": { - "protocol_id": 3 - }, - "minecraft:polished_granite_slab": { - "protocol_id": 767 - }, - "minecraft:polished_granite_stairs": { - "protocol_id": 753 - }, - "minecraft:polished_tuff": { - "protocol_id": 934 - }, - "minecraft:polished_tuff_slab": { - "protocol_id": 935 - }, - "minecraft:polished_tuff_stairs": { - "protocol_id": 936 - }, - "minecraft:polished_tuff_wall": { - "protocol_id": 937 - }, - "minecraft:poppy": { - "protocol_id": 156 - }, - "minecraft:potatoes": { - "protocol_id": 399 - }, - "minecraft:potted_acacia_sapling": { - "protocol_id": 375 - }, - "minecraft:potted_allium": { - "protocol_id": 384 - }, - "minecraft:potted_azalea_bush": { - "protocol_id": 1069 - }, - "minecraft:potted_azure_bluet": { - "protocol_id": 385 - }, - "minecraft:potted_bamboo": { - "protocol_id": 749 - }, - "minecraft:potted_birch_sapling": { - "protocol_id": 373 - }, - "minecraft:potted_blue_orchid": { - "protocol_id": 383 - }, - "minecraft:potted_brown_mushroom": { - "protocol_id": 395 - }, - "minecraft:potted_cactus": { - "protocol_id": 397 - }, - "minecraft:potted_cherry_sapling": { - "protocol_id": 376 - }, - "minecraft:potted_cornflower": { - "protocol_id": 391 - }, - "minecraft:potted_crimson_fungus": { - "protocol_id": 865 - }, - "minecraft:potted_crimson_roots": { - "protocol_id": 867 - }, - "minecraft:potted_dandelion": { - "protocol_id": 381 - }, - "minecraft:potted_dark_oak_sapling": { - "protocol_id": 377 - }, - "minecraft:potted_dead_bush": { - "protocol_id": 396 - }, - "minecraft:potted_fern": { - "protocol_id": 380 - }, - "minecraft:potted_flowering_azalea_bush": { - "protocol_id": 1070 - }, - "minecraft:potted_jungle_sapling": { - "protocol_id": 374 - }, - "minecraft:potted_lily_of_the_valley": { - "protocol_id": 392 - }, - "minecraft:potted_mangrove_propagule": { - "protocol_id": 379 - }, - "minecraft:potted_oak_sapling": { - "protocol_id": 371 - }, - "minecraft:potted_orange_tulip": { - "protocol_id": 387 - }, - "minecraft:potted_oxeye_daisy": { - "protocol_id": 390 - }, - "minecraft:potted_pale_oak_sapling": { - "protocol_id": 378 - }, - "minecraft:potted_pink_tulip": { - "protocol_id": 389 - }, - "minecraft:potted_poppy": { - "protocol_id": 382 - }, - "minecraft:potted_red_mushroom": { - "protocol_id": 394 - }, - "minecraft:potted_red_tulip": { - "protocol_id": 386 - }, - "minecraft:potted_spruce_sapling": { - "protocol_id": 372 - }, - "minecraft:potted_torchflower": { - "protocol_id": 370 - }, - "minecraft:potted_warped_fungus": { - "protocol_id": 866 - }, - "minecraft:potted_warped_roots": { - "protocol_id": 868 - }, - "minecraft:potted_white_tulip": { - "protocol_id": 388 - }, - "minecraft:potted_wither_rose": { - "protocol_id": 393 - }, - "minecraft:powder_snow": { - "protocol_id": 946 - }, - "minecraft:powder_snow_cauldron": { - "protocol_id": 348 - }, - "minecraft:powered_rail": { - "protocol_id": 126 - }, - "minecraft:prismarine": { - "protocol_id": 484 - }, - "minecraft:prismarine_brick_slab": { - "protocol_id": 491 - }, - "minecraft:prismarine_brick_stairs": { - "protocol_id": 488 - }, - "minecraft:prismarine_bricks": { - "protocol_id": 485 - }, - "minecraft:prismarine_slab": { - "protocol_id": 490 - }, - "minecraft:prismarine_stairs": { - "protocol_id": 487 - }, - "minecraft:prismarine_wall": { - "protocol_id": 781 - }, - "minecraft:pumpkin": { - "protocol_id": 325 - }, - "minecraft:pumpkin_stem": { - "protocol_id": 329 - }, - "minecraft:purple_banner": { - "protocol_id": 530 - }, - "minecraft:purple_bed": { - "protocol_id": 120 - }, - "minecraft:purple_candle": { - "protocol_id": 901 - }, - "minecraft:purple_candle_cake": { - "protocol_id": 918 - }, - "minecraft:purple_carpet": { - "protocol_id": 505 - }, - "minecraft:purple_concrete": { - "protocol_id": 677 - }, - "minecraft:purple_concrete_powder": { - "protocol_id": 693 - }, - "minecraft:purple_glazed_terracotta": { - "protocol_id": 661 - }, - "minecraft:purple_shulker_box": { - "protocol_id": 645 - }, - "minecraft:purple_stained_glass": { - "protocol_id": 291 - }, - "minecraft:purple_stained_glass_pane": { - "protocol_id": 467 - }, - "minecraft:purple_terracotta": { - "protocol_id": 451 - }, - "minecraft:purple_wall_banner": { - "protocol_id": 546 - }, - "minecraft:purple_wool": { - "protocol_id": 147 - }, - "minecraft:purpur_block": { - "protocol_id": 615 - }, - "minecraft:purpur_pillar": { - "protocol_id": 616 - }, - "minecraft:purpur_slab": { - "protocol_id": 580 - }, - "minecraft:purpur_stairs": { - "protocol_id": 617 - }, - "minecraft:quartz_block": { - "protocol_id": 435 - }, - "minecraft:quartz_bricks": { - "protocol_id": 889 - }, - "minecraft:quartz_pillar": { - "protocol_id": 437 - }, - "minecraft:quartz_slab": { - "protocol_id": 577 - }, - "minecraft:quartz_stairs": { - "protocol_id": 438 - }, - "minecraft:rail": { - "protocol_id": 206 - }, - "minecraft:raw_copper_block": { - "protocol_id": 1067 - }, - "minecraft:raw_gold_block": { - "protocol_id": 1068 - }, - "minecraft:raw_iron_block": { - "protocol_id": 1066 - }, - "minecraft:red_banner": { - "protocol_id": 534 - }, - "minecraft:red_bed": { - "protocol_id": 124 - }, - "minecraft:red_candle": { - "protocol_id": 905 - }, - "minecraft:red_candle_cake": { - "protocol_id": 922 - }, - "minecraft:red_carpet": { - "protocol_id": 509 - }, - "minecraft:red_concrete": { - "protocol_id": 681 - }, - "minecraft:red_concrete_powder": { - "protocol_id": 697 - }, - "minecraft:red_glazed_terracotta": { - "protocol_id": 665 - }, - "minecraft:red_mushroom": { - "protocol_id": 169 - }, - "minecraft:red_mushroom_block": { - "protocol_id": 320 - }, - "minecraft:red_nether_brick_slab": { - "protocol_id": 777 - }, - "minecraft:red_nether_brick_stairs": { - "protocol_id": 764 - }, - "minecraft:red_nether_brick_wall": { - "protocol_id": 789 - }, - "minecraft:red_nether_bricks": { - "protocol_id": 630 - }, - "minecraft:red_sand": { - "protocol_id": 39 - }, - "minecraft:red_sandstone": { - "protocol_id": 552 - }, - "minecraft:red_sandstone_slab": { - "protocol_id": 578 - }, - "minecraft:red_sandstone_stairs": { - "protocol_id": 555 - }, - "minecraft:red_sandstone_wall": { - "protocol_id": 782 - }, - "minecraft:red_shulker_box": { - "protocol_id": 649 - }, - "minecraft:red_stained_glass": { - "protocol_id": 295 - }, - "minecraft:red_stained_glass_pane": { - "protocol_id": 471 - }, - "minecraft:red_terracotta": { - "protocol_id": 455 - }, - "minecraft:red_tulip": { - "protocol_id": 160 - }, - "minecraft:red_wall_banner": { - "protocol_id": 550 - }, - "minecraft:red_wool": { - "protocol_id": 151 - }, - "minecraft:redstone_block": { - "protocol_id": 432 - }, - "minecraft:redstone_lamp": { - "protocol_id": 353 - }, - "minecraft:redstone_ore": { - "protocol_id": 255 - }, - "minecraft:redstone_torch": { - "protocol_id": 257 - }, - "minecraft:redstone_wall_torch": { - "protocol_id": 258 - }, - "minecraft:redstone_wire": { - "protocol_id": 186 - }, - "minecraft:reinforced_deepslate": { - "protocol_id": 1075 - }, - "minecraft:repeater": { - "protocol_id": 280 - }, - "minecraft:repeating_command_block": { - "protocol_id": 625 - }, - "minecraft:respawn_anchor": { - "protocol_id": 864 - }, - "minecraft:rooted_dirt": { - "protocol_id": 1042 - }, - "minecraft:rose_bush": { - "protocol_id": 516 - }, - "minecraft:sand": { - "protocol_id": 37 - }, - "minecraft:sandstone": { - "protocol_id": 106 - }, - "minecraft:sandstone_slab": { - "protocol_id": 569 - }, - "minecraft:sandstone_stairs": { - "protocol_id": 355 - }, - "minecraft:sandstone_wall": { - "protocol_id": 790 - }, - "minecraft:scaffolding": { - "protocol_id": 793 - }, - "minecraft:sculk": { - "protocol_id": 949 - }, - "minecraft:sculk_catalyst": { - "protocol_id": 951 - }, - "minecraft:sculk_sensor": { - "protocol_id": 947 - }, - "minecraft:sculk_shrieker": { - "protocol_id": 952 - }, - "minecraft:sculk_vein": { - "protocol_id": 950 - }, - "minecraft:sea_lantern": { - "protocol_id": 493 - }, - "minecraft:sea_pickle": { - "protocol_id": 744 - }, - "minecraft:seagrass": { - "protocol_id": 133 - }, - "minecraft:short_grass": { - "protocol_id": 130 - }, - "minecraft:shroomlight": { - "protocol_id": 825 - }, - "minecraft:shulker_box": { - "protocol_id": 634 - }, - "minecraft:skeleton_skull": { - "protocol_id": 410 - }, - "minecraft:skeleton_wall_skull": { - "protocol_id": 411 - }, - "minecraft:slime_block": { - "protocol_id": 480 - }, - "minecraft:small_amethyst_bud": { - "protocol_id": 929 - }, - "minecraft:small_dripleaf": { - "protocol_id": 1040 - }, - "minecraft:smithing_table": { - "protocol_id": 802 - }, - "minecraft:smoker": { - "protocol_id": 796 - }, - "minecraft:smooth_basalt": { - "protocol_id": 1065 - }, - "minecraft:smooth_quartz": { - "protocol_id": 583 - }, - "minecraft:smooth_quartz_slab": { - "protocol_id": 774 - }, - "minecraft:smooth_quartz_stairs": { - "protocol_id": 761 - }, - "minecraft:smooth_red_sandstone": { - "protocol_id": 584 - }, - "minecraft:smooth_red_sandstone_slab": { - "protocol_id": 768 - }, - "minecraft:smooth_red_sandstone_stairs": { - "protocol_id": 754 - }, - "minecraft:smooth_sandstone": { - "protocol_id": 582 - }, - "minecraft:smooth_sandstone_slab": { - "protocol_id": 773 - }, - "minecraft:smooth_sandstone_stairs": { - "protocol_id": 760 - }, - "minecraft:smooth_stone": { - "protocol_id": 581 - }, - "minecraft:smooth_stone_slab": { - "protocol_id": 568 - }, - "minecraft:sniffer_egg": { - "protocol_id": 703 - }, - "minecraft:snow": { - "protocol_id": 260 - }, - "minecraft:snow_block": { - "protocol_id": 262 - }, - "minecraft:soul_campfire": { - "protocol_id": 808 - }, - "minecraft:soul_fire": { - "protocol_id": 181 - }, - "minecraft:soul_lantern": { - "protocol_id": 806 - }, - "minecraft:soul_sand": { - "protocol_id": 269 - }, - "minecraft:soul_soil": { - "protocol_id": 270 - }, - "minecraft:soul_torch": { - "protocol_id": 273 - }, - "minecraft:soul_wall_torch": { - "protocol_id": 274 - }, - "minecraft:spawner": { - "protocol_id": 182 - }, - "minecraft:sponge": { - "protocol_id": 99 - }, - "minecraft:spore_blossom": { - "protocol_id": 1032 - }, - "minecraft:spruce_button": { - "protocol_id": 401 - }, - "minecraft:spruce_door": { - "protocol_id": 603 - }, - "minecraft:spruce_fence": { - "protocol_id": 594 - }, - "minecraft:spruce_fence_gate": { - "protocol_id": 585 - }, - "minecraft:spruce_hanging_sign": { - "protocol_id": 219 - }, - "minecraft:spruce_leaves": { - "protocol_id": 89 - }, - "minecraft:spruce_log": { - "protocol_id": 50 - }, - "minecraft:spruce_planks": { - "protocol_id": 14 - }, - "minecraft:spruce_pressure_plate": { - "protocol_id": 246 - }, - "minecraft:spruce_sapling": { - "protocol_id": 26 - }, - "minecraft:spruce_sign": { - "protocol_id": 195 - }, - "minecraft:spruce_slab": { - "protocol_id": 557 - }, - "minecraft:spruce_stairs": { - "protocol_id": 362 - }, - "minecraft:spruce_trapdoor": { - "protocol_id": 298 - }, - "minecraft:spruce_wall_hanging_sign": { - "protocol_id": 231 - }, - "minecraft:spruce_wall_sign": { - "protocol_id": 209 - }, - "minecraft:spruce_wood": { - "protocol_id": 72 - }, - "minecraft:sticky_piston": { - "protocol_id": 128 - }, - "minecraft:stone": { - "protocol_id": 1 - }, - "minecraft:stone_brick_slab": { - "protocol_id": 574 - }, - "minecraft:stone_brick_stairs": { - "protocol_id": 335 - }, - "minecraft:stone_brick_wall": { - "protocol_id": 785 - }, - "minecraft:stone_bricks": { - "protocol_id": 307 - }, - "minecraft:stone_button": { - "protocol_id": 259 - }, - "minecraft:stone_pressure_plate": { - "protocol_id": 243 - }, - "minecraft:stone_slab": { - "protocol_id": 567 - }, - "minecraft:stone_stairs": { - "protocol_id": 759 - }, - "minecraft:stonecutter": { - "protocol_id": 803 - }, - "minecraft:stripped_acacia_log": { - "protocol_id": 64 - }, - "minecraft:stripped_acacia_wood": { - "protocol_id": 83 - }, - "minecraft:stripped_bamboo_block": { - "protocol_id": 70 - }, - "minecraft:stripped_birch_log": { - "protocol_id": 62 - }, - "minecraft:stripped_birch_wood": { - "protocol_id": 81 - }, - "minecraft:stripped_cherry_log": { - "protocol_id": 65 - }, - "minecraft:stripped_cherry_wood": { - "protocol_id": 84 - }, - "minecraft:stripped_crimson_hyphae": { - "protocol_id": 822 - }, - "minecraft:stripped_crimson_stem": { - "protocol_id": 820 - }, - "minecraft:stripped_dark_oak_log": { - "protocol_id": 66 - }, - "minecraft:stripped_dark_oak_wood": { - "protocol_id": 85 - }, - "minecraft:stripped_jungle_log": { - "protocol_id": 63 - }, - "minecraft:stripped_jungle_wood": { - "protocol_id": 82 - }, - "minecraft:stripped_mangrove_log": { - "protocol_id": 69 - }, - "minecraft:stripped_mangrove_wood": { - "protocol_id": 87 - }, - "minecraft:stripped_oak_log": { - "protocol_id": 68 - }, - "minecraft:stripped_oak_wood": { - "protocol_id": 79 - }, - "minecraft:stripped_pale_oak_log": { - "protocol_id": 67 - }, - "minecraft:stripped_pale_oak_wood": { - "protocol_id": 86 - }, - "minecraft:stripped_spruce_log": { - "protocol_id": 61 - }, - "minecraft:stripped_spruce_wood": { - "protocol_id": 80 - }, - "minecraft:stripped_warped_hyphae": { - "protocol_id": 813 - }, - "minecraft:stripped_warped_stem": { - "protocol_id": 811 - }, - "minecraft:structure_block": { - "protocol_id": 853 - }, - "minecraft:structure_void": { - "protocol_id": 632 - }, - "minecraft:sugar_cane": { - "protocol_id": 265 - }, - "minecraft:sunflower": { - "protocol_id": 514 - }, - "minecraft:suspicious_gravel": { - "protocol_id": 41 - }, - "minecraft:suspicious_sand": { - "protocol_id": 38 - }, - "minecraft:sweet_berry_bush": { - "protocol_id": 809 - }, - "minecraft:tall_grass": { - "protocol_id": 518 - }, - "minecraft:tall_seagrass": { - "protocol_id": 134 - }, - "minecraft:target": { - "protocol_id": 856 - }, - "minecraft:terracotta": { - "protocol_id": 511 - }, - "minecraft:tinted_glass": { - "protocol_id": 945 - }, - "minecraft:tnt": { - "protocol_id": 173 - }, - "minecraft:torch": { - "protocol_id": 178 - }, - "minecraft:torchflower": { - "protocol_id": 155 - }, - "minecraft:torchflower_crop": { - "protocol_id": 619 - }, - "minecraft:trapped_chest": { - "protocol_id": 427 - }, - "minecraft:trial_spawner": { - "protocol_id": 1078 - }, - "minecraft:tripwire": { - "protocol_id": 360 - }, - "minecraft:tripwire_hook": { - "protocol_id": 359 - }, - "minecraft:tube_coral": { - "protocol_id": 719 - }, - "minecraft:tube_coral_block": { - "protocol_id": 709 - }, - "minecraft:tube_coral_fan": { - "protocol_id": 729 - }, - "minecraft:tube_coral_wall_fan": { - "protocol_id": 739 - }, - "minecraft:tuff": { - "protocol_id": 930 - }, - "minecraft:tuff_brick_slab": { - "protocol_id": 940 - }, - "minecraft:tuff_brick_stairs": { - "protocol_id": 941 - }, - "minecraft:tuff_brick_wall": { - "protocol_id": 942 - }, - "minecraft:tuff_bricks": { - "protocol_id": 939 - }, - "minecraft:tuff_slab": { - "protocol_id": 931 - }, - "minecraft:tuff_stairs": { - "protocol_id": 932 - }, - "minecraft:tuff_wall": { - "protocol_id": 933 - }, - "minecraft:turtle_egg": { - "protocol_id": 702 - }, - "minecraft:twisting_vines": { - "protocol_id": 828 - }, - "minecraft:twisting_vines_plant": { - "protocol_id": 829 - }, - "minecraft:vault": { - "protocol_id": 1079 - }, - "minecraft:verdant_froglight": { - "protocol_id": 1072 - }, - "minecraft:vine": { - "protocol_id": 331 - }, - "minecraft:void_air": { - "protocol_id": 750 - }, - "minecraft:wall_torch": { - "protocol_id": 179 - }, - "minecraft:warped_button": { - "protocol_id": 846 - }, - "minecraft:warped_door": { - "protocol_id": 848 - }, - "minecraft:warped_fence": { - "protocol_id": 838 - }, - "minecraft:warped_fence_gate": { - "protocol_id": 842 - }, - "minecraft:warped_fungus": { - "protocol_id": 815 - }, - "minecraft:warped_hanging_sign": { - "protocol_id": 227 - }, - "minecraft:warped_hyphae": { - "protocol_id": 812 - }, - "minecraft:warped_nylium": { - "protocol_id": 814 - }, - "minecraft:warped_planks": { - "protocol_id": 832 - }, - "minecraft:warped_pressure_plate": { - "protocol_id": 836 - }, - "minecraft:warped_roots": { - "protocol_id": 817 - }, - "minecraft:warped_sign": { - "protocol_id": 850 - }, - "minecraft:warped_slab": { - "protocol_id": 834 - }, - "minecraft:warped_stairs": { - "protocol_id": 844 - }, - "minecraft:warped_stem": { - "protocol_id": 810 - }, - "minecraft:warped_trapdoor": { - "protocol_id": 840 - }, - "minecraft:warped_wall_hanging_sign": { - "protocol_id": 240 - }, - "minecraft:warped_wall_sign": { - "protocol_id": 852 - }, - "minecraft:warped_wart_block": { - "protocol_id": 816 - }, - "minecraft:water": { - "protocol_id": 35 - }, - "minecraft:water_cauldron": { - "protocol_id": 346 - }, - "minecraft:waxed_chiseled_copper": { - "protocol_id": 970 - }, - "minecraft:waxed_copper_block": { - "protocol_id": 979 - }, - "minecraft:waxed_copper_bulb": { - "protocol_id": 1023 - }, - "minecraft:waxed_copper_door": { - "protocol_id": 999 - }, - "minecraft:waxed_copper_grate": { - "protocol_id": 1015 - }, - "minecraft:waxed_copper_trapdoor": { - "protocol_id": 1007 - }, - "minecraft:waxed_cut_copper": { - "protocol_id": 986 - }, - "minecraft:waxed_cut_copper_slab": { - "protocol_id": 994 - }, - "minecraft:waxed_cut_copper_stairs": { - "protocol_id": 990 - }, - "minecraft:waxed_exposed_chiseled_copper": { - "protocol_id": 969 - }, - "minecraft:waxed_exposed_copper": { - "protocol_id": 981 - }, - "minecraft:waxed_exposed_copper_bulb": { - "protocol_id": 1024 - }, - "minecraft:waxed_exposed_copper_door": { - "protocol_id": 1000 - }, - "minecraft:waxed_exposed_copper_grate": { - "protocol_id": 1016 - }, - "minecraft:waxed_exposed_copper_trapdoor": { - "protocol_id": 1008 - }, - "minecraft:waxed_exposed_cut_copper": { - "protocol_id": 985 - }, - "minecraft:waxed_exposed_cut_copper_slab": { - "protocol_id": 993 - }, - "minecraft:waxed_exposed_cut_copper_stairs": { - "protocol_id": 989 - }, - "minecraft:waxed_oxidized_chiseled_copper": { - "protocol_id": 967 - }, - "minecraft:waxed_oxidized_copper": { - "protocol_id": 982 - }, - "minecraft:waxed_oxidized_copper_bulb": { - "protocol_id": 1026 - }, - "minecraft:waxed_oxidized_copper_door": { - "protocol_id": 1001 - }, - "minecraft:waxed_oxidized_copper_grate": { - "protocol_id": 1018 - }, - "minecraft:waxed_oxidized_copper_trapdoor": { - "protocol_id": 1009 - }, - "minecraft:waxed_oxidized_cut_copper": { - "protocol_id": 983 - }, - "minecraft:waxed_oxidized_cut_copper_slab": { - "protocol_id": 991 - }, - "minecraft:waxed_oxidized_cut_copper_stairs": { - "protocol_id": 987 - }, - "minecraft:waxed_weathered_chiseled_copper": { - "protocol_id": 968 - }, - "minecraft:waxed_weathered_copper": { - "protocol_id": 980 - }, - "minecraft:waxed_weathered_copper_bulb": { - "protocol_id": 1025 - }, - "minecraft:waxed_weathered_copper_door": { - "protocol_id": 1002 - }, - "minecraft:waxed_weathered_copper_grate": { - "protocol_id": 1017 - }, - "minecraft:waxed_weathered_copper_trapdoor": { - "protocol_id": 1010 - }, - "minecraft:waxed_weathered_cut_copper": { - "protocol_id": 984 - }, - "minecraft:waxed_weathered_cut_copper_slab": { - "protocol_id": 992 - }, - "minecraft:waxed_weathered_cut_copper_stairs": { - "protocol_id": 988 - }, - "minecraft:weathered_chiseled_copper": { - "protocol_id": 964 - }, - "minecraft:weathered_copper": { - "protocol_id": 955 - }, - "minecraft:weathered_copper_bulb": { - "protocol_id": 1021 - }, - "minecraft:weathered_copper_door": { - "protocol_id": 998 - }, - "minecraft:weathered_copper_grate": { - "protocol_id": 1013 - }, - "minecraft:weathered_copper_trapdoor": { - "protocol_id": 1006 - }, - "minecraft:weathered_cut_copper": { - "protocol_id": 960 - }, - "minecraft:weathered_cut_copper_slab": { - "protocol_id": 976 - }, - "minecraft:weathered_cut_copper_stairs": { - "protocol_id": 972 - }, - "minecraft:weeping_vines": { - "protocol_id": 826 - }, - "minecraft:weeping_vines_plant": { - "protocol_id": 827 - }, - "minecraft:wet_sponge": { - "protocol_id": 100 - }, - "minecraft:wheat": { - "protocol_id": 191 - }, - "minecraft:white_banner": { - "protocol_id": 520 - }, - "minecraft:white_bed": { - "protocol_id": 110 - }, - "minecraft:white_candle": { - "protocol_id": 891 - }, - "minecraft:white_candle_cake": { - "protocol_id": 908 - }, - "minecraft:white_carpet": { - "protocol_id": 495 - }, - "minecraft:white_concrete": { - "protocol_id": 667 - }, - "minecraft:white_concrete_powder": { - "protocol_id": 683 - }, - "minecraft:white_glazed_terracotta": { - "protocol_id": 651 - }, - "minecraft:white_shulker_box": { - "protocol_id": 635 - }, - "minecraft:white_stained_glass": { - "protocol_id": 281 - }, - "minecraft:white_stained_glass_pane": { - "protocol_id": 457 - }, - "minecraft:white_terracotta": { - "protocol_id": 441 - }, - "minecraft:white_tulip": { - "protocol_id": 162 - }, - "minecraft:white_wall_banner": { - "protocol_id": 536 - }, - "minecraft:white_wool": { - "protocol_id": 137 - }, - "minecraft:wither_rose": { - "protocol_id": 166 - }, - "minecraft:wither_skeleton_skull": { - "protocol_id": 412 - }, - "minecraft:wither_skeleton_wall_skull": { - "protocol_id": 413 - }, - "minecraft:yellow_banner": { - "protocol_id": 524 - }, - "minecraft:yellow_bed": { - "protocol_id": 114 - }, - "minecraft:yellow_candle": { - "protocol_id": 895 - }, - "minecraft:yellow_candle_cake": { - "protocol_id": 912 - }, - "minecraft:yellow_carpet": { - "protocol_id": 499 - }, - "minecraft:yellow_concrete": { - "protocol_id": 671 - }, - "minecraft:yellow_concrete_powder": { - "protocol_id": 687 - }, - "minecraft:yellow_glazed_terracotta": { - "protocol_id": 655 - }, - "minecraft:yellow_shulker_box": { - "protocol_id": 639 - }, - "minecraft:yellow_stained_glass": { - "protocol_id": 285 - }, - "minecraft:yellow_stained_glass_pane": { - "protocol_id": 461 - }, - "minecraft:yellow_terracotta": { - "protocol_id": 445 - }, - "minecraft:yellow_wall_banner": { - "protocol_id": 540 - }, - "minecraft:yellow_wool": { - "protocol_id": 141 - }, - "minecraft:zombie_head": { - "protocol_id": 414 - }, - "minecraft:zombie_wall_head": { - "protocol_id": 415 - } - }, - "protocol_id": 4 - }, - "minecraft:block_entity_type": { - "entries": { - "minecraft:banner": { - "protocol_id": 20 - }, - "minecraft:barrel": { - "protocol_id": 27 - }, - "minecraft:beacon": { - "protocol_id": 15 - }, - "minecraft:bed": { - "protocol_id": 25 - }, - "minecraft:beehive": { - "protocol_id": 34 - }, - "minecraft:bell": { - "protocol_id": 31 - }, - "minecraft:blast_furnace": { - "protocol_id": 29 - }, - "minecraft:brewing_stand": { - "protocol_id": 12 - }, - "minecraft:brushable_block": { - "protocol_id": 40 - }, - "minecraft:calibrated_sculk_sensor": { - "protocol_id": 36 - }, - "minecraft:campfire": { - "protocol_id": 33 - }, - "minecraft:chest": { - "protocol_id": 1 - }, - "minecraft:chiseled_bookshelf": { - "protocol_id": 39 - }, - "minecraft:command_block": { - "protocol_id": 23 - }, - "minecraft:comparator": { - "protocol_id": 19 - }, - "minecraft:conduit": { - "protocol_id": 26 - }, - "minecraft:crafter": { - "protocol_id": 42 - }, - "minecraft:creaking_heart": { - "protocol_id": 10 - }, - "minecraft:daylight_detector": { - "protocol_id": 17 - }, - "minecraft:decorated_pot": { - "protocol_id": 41 - }, - "minecraft:dispenser": { - "protocol_id": 5 - }, - "minecraft:dropper": { - "protocol_id": 6 - }, - "minecraft:enchanting_table": { - "protocol_id": 13 - }, - "minecraft:end_gateway": { - "protocol_id": 22 - }, - "minecraft:end_portal": { - "protocol_id": 14 - }, - "minecraft:ender_chest": { - "protocol_id": 3 - }, - "minecraft:furnace": { - "protocol_id": 0 - }, - "minecraft:hanging_sign": { - "protocol_id": 8 - }, - "minecraft:hopper": { - "protocol_id": 18 - }, - "minecraft:jigsaw": { - "protocol_id": 32 - }, - "minecraft:jukebox": { - "protocol_id": 4 - }, - "minecraft:lectern": { - "protocol_id": 30 - }, - "minecraft:mob_spawner": { - "protocol_id": 9 - }, - "minecraft:piston": { - "protocol_id": 11 - }, - "minecraft:sculk_catalyst": { - "protocol_id": 37 - }, - "minecraft:sculk_sensor": { - "protocol_id": 35 - }, - "minecraft:sculk_shrieker": { - "protocol_id": 38 - }, - "minecraft:shulker_box": { - "protocol_id": 24 - }, - "minecraft:sign": { - "protocol_id": 7 - }, - "minecraft:skull": { - "protocol_id": 16 - }, - "minecraft:smoker": { - "protocol_id": 28 - }, - "minecraft:structure_block": { - "protocol_id": 21 - }, - "minecraft:trapped_chest": { - "protocol_id": 2 - }, - "minecraft:trial_spawner": { - "protocol_id": 43 - }, - "minecraft:vault": { - "protocol_id": 44 - } - }, - "protocol_id": 9 - }, - "minecraft:block_predicate_type": { - "entries": { - "minecraft:all_of": { - "protocol_id": 9 - }, - "minecraft:any_of": { - "protocol_id": 8 - }, - "minecraft:has_sturdy_face": { - "protocol_id": 3 - }, - "minecraft:inside_world_bounds": { - "protocol_id": 7 - }, - "minecraft:matching_block_tag": { - "protocol_id": 1 - }, - "minecraft:matching_blocks": { - "protocol_id": 0 - }, - "minecraft:matching_fluids": { - "protocol_id": 2 - }, - "minecraft:not": { - "protocol_id": 10 - }, - "minecraft:replaceable": { - "protocol_id": 5 - }, - "minecraft:solid": { - "protocol_id": 4 - }, - "minecraft:true": { - "protocol_id": 11 - }, - "minecraft:unobstructed": { - "protocol_id": 12 - }, - "minecraft:would_survive": { - "protocol_id": 6 - } - }, - "protocol_id": 38 - }, - "minecraft:block_type": { - "entries": { - "minecraft:air": { - "protocol_id": 1 - }, - "minecraft:amethyst": { - "protocol_id": 2 - }, - "minecraft:amethyst_cluster": { - "protocol_id": 3 - }, - "minecraft:anvil": { - "protocol_id": 4 - }, - "minecraft:attached_stem": { - "protocol_id": 5 - }, - "minecraft:azalea": { - "protocol_id": 6 - }, - "minecraft:bamboo_sapling": { - "protocol_id": 7 - }, - "minecraft:bamboo_stalk": { - "protocol_id": 8 - }, - "minecraft:banner": { - "protocol_id": 9 - }, - "minecraft:barrel": { - "protocol_id": 10 - }, - "minecraft:barrier": { - "protocol_id": 11 - }, - "minecraft:base_coral_fan": { - "protocol_id": 12 - }, - "minecraft:base_coral_plant": { - "protocol_id": 13 - }, - "minecraft:base_coral_wall_fan": { - "protocol_id": 14 - }, - "minecraft:beacon": { - "protocol_id": 15 - }, - "minecraft:bed": { - "protocol_id": 16 - }, - "minecraft:beehive": { - "protocol_id": 17 - }, - "minecraft:beetroot": { - "protocol_id": 18 - }, - "minecraft:bell": { - "protocol_id": 19 - }, - "minecraft:big_dripleaf": { - "protocol_id": 20 - }, - "minecraft:big_dripleaf_stem": { - "protocol_id": 21 - }, - "minecraft:blast_furnace": { - "protocol_id": 22 - }, - "minecraft:block": { - "protocol_id": 0 - }, - "minecraft:bonemealable_feature_placer": { - "protocol_id": 81 - }, - "minecraft:brewing_stand": { - "protocol_id": 23 - }, - "minecraft:brushable": { - "protocol_id": 24 - }, - "minecraft:bubble_column": { - "protocol_id": 25 - }, - "minecraft:budding_amethyst": { - "protocol_id": 26 - }, - "minecraft:button": { - "protocol_id": 27 - }, - "minecraft:cactus": { - "protocol_id": 28 - }, - "minecraft:cake": { - "protocol_id": 29 - }, - "minecraft:calibrated_sculk_sensor": { - "protocol_id": 30 - }, - "minecraft:campfire": { - "protocol_id": 31 - }, - "minecraft:candle": { - "protocol_id": 33 - }, - "minecraft:candle_cake": { - "protocol_id": 32 - }, - "minecraft:carpet": { - "protocol_id": 34 - }, - "minecraft:carrot": { - "protocol_id": 35 - }, - "minecraft:cartography_table": { - "protocol_id": 36 - }, - "minecraft:cauldron": { - "protocol_id": 37 - }, - "minecraft:cave_vines": { - "protocol_id": 38 - }, - "minecraft:cave_vines_plant": { - "protocol_id": 39 - }, - "minecraft:ceiling_hanging_sign": { - "protocol_id": 40 - }, - "minecraft:chain": { - "protocol_id": 41 - }, - "minecraft:cherry_leaves": { - "protocol_id": 42 - }, - "minecraft:chest": { - "protocol_id": 43 - }, - "minecraft:chiseled_book_shelf": { - "protocol_id": 44 - }, - "minecraft:chorus_flower": { - "protocol_id": 45 - }, - "minecraft:chorus_plant": { - "protocol_id": 46 - }, - "minecraft:cocoa": { - "protocol_id": 47 - }, - "minecraft:colored_falling": { - "protocol_id": 48 - }, - "minecraft:command": { - "protocol_id": 49 - }, - "minecraft:comparator": { - "protocol_id": 50 - }, - "minecraft:composter": { - "protocol_id": 51 - }, - "minecraft:concrete_powder": { - "protocol_id": 52 - }, - "minecraft:conduit": { - "protocol_id": 53 - }, - "minecraft:copper_bulb_block": { - "protocol_id": 54 - }, - "minecraft:coral": { - "protocol_id": 55 - }, - "minecraft:coral_fan": { - "protocol_id": 56 - }, - "minecraft:coral_plant": { - "protocol_id": 57 - }, - "minecraft:coral_wall_fan": { - "protocol_id": 58 - }, - "minecraft:crafter": { - "protocol_id": 59 - }, - "minecraft:crafting_table": { - "protocol_id": 60 - }, - "minecraft:creaking_heart": { - "protocol_id": 187 - }, - "minecraft:crop": { - "protocol_id": 61 - }, - "minecraft:crying_obsidian": { - "protocol_id": 62 - }, - "minecraft:daylight_detector": { - "protocol_id": 63 - }, - "minecraft:dead_bush": { - "protocol_id": 64 - }, - "minecraft:decorated_pot": { - "protocol_id": 65 - }, - "minecraft:detector_rail": { - "protocol_id": 66 - }, - "minecraft:dirt_path": { - "protocol_id": 67 - }, - "minecraft:dispenser": { - "protocol_id": 68 - }, - "minecraft:door": { - "protocol_id": 69 - }, - "minecraft:double_plant": { - "protocol_id": 70 - }, - "minecraft:dragon_egg": { - "protocol_id": 71 - }, - "minecraft:drop_experience": { - "protocol_id": 72 - }, - "minecraft:dropper": { - "protocol_id": 73 - }, - "minecraft:enchantment_table": { - "protocol_id": 74 - }, - "minecraft:end_gateway": { - "protocol_id": 76 - }, - "minecraft:end_portal": { - "protocol_id": 77 - }, - "minecraft:end_portal_frame": { - "protocol_id": 78 - }, - "minecraft:end_rod": { - "protocol_id": 79 - }, - "minecraft:ender_chest": { - "protocol_id": 75 - }, - "minecraft:farm": { - "protocol_id": 80 - }, - "minecraft:fence": { - "protocol_id": 82 - }, - "minecraft:fence_gate": { - "protocol_id": 83 - }, - "minecraft:fire": { - "protocol_id": 84 - }, - "minecraft:fletching_table": { - "protocol_id": 85 - }, - "minecraft:flower": { - "protocol_id": 86 - }, - "minecraft:flower_pot": { - "protocol_id": 87 - }, - "minecraft:frogspawn": { - "protocol_id": 88 - }, - "minecraft:frosted_ice": { - "protocol_id": 89 - }, - "minecraft:fungus": { - "protocol_id": 90 - }, - "minecraft:furnace": { - "protocol_id": 91 - }, - "minecraft:glazed_terracotta": { - "protocol_id": 92 - }, - "minecraft:glow_lichen": { - "protocol_id": 93 - }, - "minecraft:grass": { - "protocol_id": 94 - }, - "minecraft:grindstone": { - "protocol_id": 95 - }, - "minecraft:half_transparent": { - "protocol_id": 96 - }, - "minecraft:hanging_moss": { - "protocol_id": 97 - }, - "minecraft:hanging_roots": { - "protocol_id": 98 - }, - "minecraft:hay": { - "protocol_id": 99 - }, - "minecraft:heavy_core": { - "protocol_id": 100 - }, - "minecraft:honey": { - "protocol_id": 101 - }, - "minecraft:hopper": { - "protocol_id": 102 - }, - "minecraft:huge_mushroom": { - "protocol_id": 103 - }, - "minecraft:ice": { - "protocol_id": 104 - }, - "minecraft:infested": { - "protocol_id": 105 - }, - "minecraft:infested_rotated_pillar": { - "protocol_id": 106 - }, - "minecraft:iron_bars": { - "protocol_id": 107 - }, - "minecraft:jack_o_lantern": { - "protocol_id": 108 - }, - "minecraft:jigsaw": { - "protocol_id": 109 - }, - "minecraft:jukebox": { - "protocol_id": 110 - }, - "minecraft:kelp": { - "protocol_id": 111 - }, - "minecraft:kelp_plant": { - "protocol_id": 112 - }, - "minecraft:ladder": { - "protocol_id": 113 - }, - "minecraft:lantern": { - "protocol_id": 114 - }, - "minecraft:lava_cauldron": { - "protocol_id": 115 - }, - "minecraft:layered_cauldron": { - "protocol_id": 116 - }, - "minecraft:leaves": { - "protocol_id": 117 - }, - "minecraft:lectern": { - "protocol_id": 118 - }, - "minecraft:lever": { - "protocol_id": 119 - }, - "minecraft:light": { - "protocol_id": 120 - }, - "minecraft:lightning_rod": { - "protocol_id": 121 - }, - "minecraft:liquid": { - "protocol_id": 122 - }, - "minecraft:loom": { - "protocol_id": 123 - }, - "minecraft:magma": { - "protocol_id": 124 - }, - "minecraft:mangrove_leaves": { - "protocol_id": 125 - }, - "minecraft:mangrove_propagule": { - "protocol_id": 126 - }, - "minecraft:mangrove_roots": { - "protocol_id": 127 - }, - "minecraft:mossy_carpet": { - "protocol_id": 128 - }, - "minecraft:moving_piston": { - "protocol_id": 129 - }, - "minecraft:mud": { - "protocol_id": 130 - }, - "minecraft:mushroom": { - "protocol_id": 131 - }, - "minecraft:mycelium": { - "protocol_id": 132 - }, - "minecraft:nether_portal": { - "protocol_id": 133 - }, - "minecraft:nether_sprouts": { - "protocol_id": 135 - }, - "minecraft:nether_wart": { - "protocol_id": 136 - }, - "minecraft:netherrack": { - "protocol_id": 134 - }, - "minecraft:note": { - "protocol_id": 137 - }, - "minecraft:nylium": { - "protocol_id": 138 - }, - "minecraft:observer": { - "protocol_id": 139 - }, - "minecraft:piglinwallskull": { - "protocol_id": 140 - }, - "minecraft:pink_petals": { - "protocol_id": 141 - }, - "minecraft:piston_base": { - "protocol_id": 142 - }, - "minecraft:piston_head": { - "protocol_id": 143 - }, - "minecraft:pitcher_crop": { - "protocol_id": 144 - }, - "minecraft:player_head": { - "protocol_id": 145 - }, - "minecraft:player_wall_head": { - "protocol_id": 146 - }, - "minecraft:pointed_dripstone": { - "protocol_id": 147 - }, - "minecraft:potato": { - "protocol_id": 148 - }, - "minecraft:powder_snow": { - "protocol_id": 149 - }, - "minecraft:powered": { - "protocol_id": 150 - }, - "minecraft:powered_rail": { - "protocol_id": 151 - }, - "minecraft:pressure_plate": { - "protocol_id": 152 - }, - "minecraft:pumpkin": { - "protocol_id": 153 - }, - "minecraft:rail": { - "protocol_id": 154 - }, - "minecraft:redstone_lamp": { - "protocol_id": 155 - }, - "minecraft:redstone_ore": { - "protocol_id": 156 - }, - "minecraft:redstone_torch": { - "protocol_id": 157 - }, - "minecraft:redstone_wall_torch": { - "protocol_id": 158 - }, - "minecraft:redstone_wire": { - "protocol_id": 159 - }, - "minecraft:repeater": { - "protocol_id": 160 - }, - "minecraft:respawn_anchor": { - "protocol_id": 161 - }, - "minecraft:rooted_dirt": { - "protocol_id": 162 - }, - "minecraft:roots": { - "protocol_id": 163 - }, - "minecraft:rotated_pillar": { - "protocol_id": 164 - }, - "minecraft:sapling": { - "protocol_id": 165 - }, - "minecraft:scaffolding": { - "protocol_id": 166 - }, - "minecraft:sculk": { - "protocol_id": 168 - }, - "minecraft:sculk_catalyst": { - "protocol_id": 167 - }, - "minecraft:sculk_sensor": { - "protocol_id": 169 - }, - "minecraft:sculk_shrieker": { - "protocol_id": 170 - }, - "minecraft:sculk_vein": { - "protocol_id": 171 - }, - "minecraft:sea_pickle": { - "protocol_id": 173 - }, - "minecraft:seagrass": { - "protocol_id": 172 - }, - "minecraft:shulker_box": { - "protocol_id": 174 - }, - "minecraft:skull": { - "protocol_id": 175 - }, - "minecraft:slab": { - "protocol_id": 176 - }, - "minecraft:slime": { - "protocol_id": 177 - }, - "minecraft:small_dripleaf": { - "protocol_id": 178 - }, - "minecraft:smithing_table": { - "protocol_id": 179 - }, - "minecraft:smoker": { - "protocol_id": 180 - }, - "minecraft:sniffer_egg": { - "protocol_id": 181 - }, - "minecraft:snow_layer": { - "protocol_id": 182 - }, - "minecraft:snowy_dirt": { - "protocol_id": 183 - }, - "minecraft:soul_fire": { - "protocol_id": 184 - }, - "minecraft:soul_sand": { - "protocol_id": 185 - }, - "minecraft:spawner": { - "protocol_id": 186 - }, - "minecraft:sponge": { - "protocol_id": 188 - }, - "minecraft:spore_blossom": { - "protocol_id": 189 - }, - "minecraft:stained_glass": { - "protocol_id": 191 - }, - "minecraft:stained_glass_pane": { - "protocol_id": 190 - }, - "minecraft:stair": { - "protocol_id": 192 - }, - "minecraft:standing_sign": { - "protocol_id": 193 - }, - "minecraft:stem": { - "protocol_id": 194 - }, - "minecraft:stonecutter": { - "protocol_id": 195 - }, - "minecraft:structure": { - "protocol_id": 196 - }, - "minecraft:structure_void": { - "protocol_id": 197 - }, - "minecraft:sugar_cane": { - "protocol_id": 198 - }, - "minecraft:sweet_berry_bush": { - "protocol_id": 199 - }, - "minecraft:tall_flower": { - "protocol_id": 200 - }, - "minecraft:tall_grass": { - "protocol_id": 201 - }, - "minecraft:tall_seagrass": { - "protocol_id": 202 - }, - "minecraft:target": { - "protocol_id": 203 - }, - "minecraft:tinted_glass": { - "protocol_id": 204 - }, - "minecraft:tnt": { - "protocol_id": 205 - }, - "minecraft:torch": { - "protocol_id": 207 - }, - "minecraft:torchflower_crop": { - "protocol_id": 206 - }, - "minecraft:transparent": { - "protocol_id": 208 - }, - "minecraft:trapdoor": { - "protocol_id": 209 - }, - "minecraft:trapped_chest": { - "protocol_id": 210 - }, - "minecraft:trial_spawner": { - "protocol_id": 211 - }, - "minecraft:trip_wire_hook": { - "protocol_id": 212 - }, - "minecraft:tripwire": { - "protocol_id": 213 - }, - "minecraft:turtle_egg": { - "protocol_id": 214 - }, - "minecraft:twisting_vines": { - "protocol_id": 216 - }, - "minecraft:twisting_vines_plant": { - "protocol_id": 215 - }, - "minecraft:vault": { - "protocol_id": 217 - }, - "minecraft:vine": { - "protocol_id": 218 - }, - "minecraft:wall": { - "protocol_id": 224 - }, - "minecraft:wall_banner": { - "protocol_id": 219 - }, - "minecraft:wall_hanging_sign": { - "protocol_id": 220 - }, - "minecraft:wall_sign": { - "protocol_id": 221 - }, - "minecraft:wall_skull": { - "protocol_id": 222 - }, - "minecraft:wall_torch": { - "protocol_id": 223 - }, - "minecraft:waterlily": { - "protocol_id": 225 - }, - "minecraft:waterlogged_transparent": { - "protocol_id": 226 - }, - "minecraft:weathering_copper_bulb": { - "protocol_id": 227 - }, - "minecraft:weathering_copper_door": { - "protocol_id": 228 - }, - "minecraft:weathering_copper_full": { - "protocol_id": 229 - }, - "minecraft:weathering_copper_grate": { - "protocol_id": 230 - }, - "minecraft:weathering_copper_slab": { - "protocol_id": 231 - }, - "minecraft:weathering_copper_stair": { - "protocol_id": 232 - }, - "minecraft:weathering_copper_trap_door": { - "protocol_id": 233 - }, - "minecraft:web": { - "protocol_id": 234 - }, - "minecraft:weeping_vines": { - "protocol_id": 236 - }, - "minecraft:weeping_vines_plant": { - "protocol_id": 235 - }, - "minecraft:weighted_pressure_plate": { - "protocol_id": 237 - }, - "minecraft:wet_sponge": { - "protocol_id": 238 - }, - "minecraft:wither_rose": { - "protocol_id": 239 - }, - "minecraft:wither_skull": { - "protocol_id": 240 - }, - "minecraft:wither_wall_skull": { - "protocol_id": 241 - }, - "minecraft:wool_carpet": { - "protocol_id": 242 - } - }, - "protocol_id": 56 - }, - "minecraft:cat_variant": { - "entries": { - "minecraft:all_black": { - "protocol_id": 10 - }, - "minecraft:black": { - "protocol_id": 1 - }, - "minecraft:british_shorthair": { - "protocol_id": 4 - }, - "minecraft:calico": { - "protocol_id": 5 - }, - "minecraft:jellie": { - "protocol_id": 9 - }, - "minecraft:persian": { - "protocol_id": 6 - }, - "minecraft:ragdoll": { - "protocol_id": 7 - }, - "minecraft:red": { - "protocol_id": 2 - }, - "minecraft:siamese": { - "protocol_id": 3 - }, - "minecraft:tabby": { - "protocol_id": 0 - }, - "minecraft:white": { - "protocol_id": 8 - } - }, - "protocol_id": 60 - }, - "minecraft:chunk_status": { - "default": "minecraft:empty", - "entries": { - "minecraft:biomes": { - "protocol_id": 3 - }, - "minecraft:carvers": { - "protocol_id": 6 - }, - "minecraft:empty": { - "protocol_id": 0 - }, - "minecraft:features": { - "protocol_id": 7 - }, - "minecraft:full": { - "protocol_id": 11 - }, - "minecraft:initialize_light": { - "protocol_id": 8 - }, - "minecraft:light": { - "protocol_id": 9 - }, - "minecraft:noise": { - "protocol_id": 4 - }, - "minecraft:spawn": { - "protocol_id": 10 - }, - "minecraft:structure_references": { - "protocol_id": 2 - }, - "minecraft:structure_starts": { - "protocol_id": 1 - }, - "minecraft:surface": { - "protocol_id": 5 - } - }, - "protocol_id": 11 - }, - "minecraft:command_argument_type": { - "entries": { - "brigadier:bool": { - "protocol_id": 0 - }, - "brigadier:double": { - "protocol_id": 2 - }, - "brigadier:float": { - "protocol_id": 1 - }, - "brigadier:integer": { - "protocol_id": 3 - }, - "brigadier:long": { - "protocol_id": 4 - }, - "brigadier:string": { - "protocol_id": 5 - }, - "minecraft:angle": { - "protocol_id": 27 - }, - "minecraft:block_pos": { - "protocol_id": 8 - }, - "minecraft:block_predicate": { - "protocol_id": 13 - }, - "minecraft:block_state": { - "protocol_id": 12 - }, - "minecraft:color": { - "protocol_id": 16 - }, - "minecraft:column_pos": { - "protocol_id": 9 - }, - "minecraft:component": { - "protocol_id": 17 - }, - "minecraft:dimension": { - "protocol_id": 40 - }, - "minecraft:entity": { - "protocol_id": 6 - }, - "minecraft:entity_anchor": { - "protocol_id": 37 - }, - "minecraft:float_range": { - "protocol_id": 39 - }, - "minecraft:function": { - "protocol_id": 36 - }, - "minecraft:game_profile": { - "protocol_id": 7 - }, - "minecraft:gamemode": { - "protocol_id": 41 - }, - "minecraft:heightmap": { - "protocol_id": 49 - }, - "minecraft:int_range": { - "protocol_id": 38 - }, - "minecraft:item_predicate": { - "protocol_id": 15 - }, - "minecraft:item_slot": { - "protocol_id": 33 - }, - "minecraft:item_slots": { - "protocol_id": 34 - }, - "minecraft:item_stack": { - "protocol_id": 14 - }, - "minecraft:loot_modifier": { - "protocol_id": 52 - }, - "minecraft:loot_predicate": { - "protocol_id": 51 - }, - "minecraft:loot_table": { - "protocol_id": 50 - }, - "minecraft:message": { - "protocol_id": 19 - }, - "minecraft:nbt_compound_tag": { - "protocol_id": 20 - }, - "minecraft:nbt_path": { - "protocol_id": 22 - }, - "minecraft:nbt_tag": { - "protocol_id": 21 - }, - "minecraft:objective": { - "protocol_id": 23 - }, - "minecraft:objective_criteria": { - "protocol_id": 24 - }, - "minecraft:operation": { - "protocol_id": 25 - }, - "minecraft:particle": { - "protocol_id": 26 - }, - "minecraft:resource": { - "protocol_id": 45 - }, - "minecraft:resource_key": { - "protocol_id": 46 - }, - "minecraft:resource_location": { - "protocol_id": 35 - }, - "minecraft:resource_or_tag": { - "protocol_id": 43 - }, - "minecraft:resource_or_tag_key": { - "protocol_id": 44 - }, - "minecraft:rotation": { - "protocol_id": 28 - }, - "minecraft:score_holder": { - "protocol_id": 30 - }, - "minecraft:scoreboard_slot": { - "protocol_id": 29 - }, - "minecraft:style": { - "protocol_id": 18 - }, - "minecraft:swizzle": { - "protocol_id": 31 - }, - "minecraft:team": { - "protocol_id": 32 - }, - "minecraft:template_mirror": { - "protocol_id": 47 - }, - "minecraft:template_rotation": { - "protocol_id": 48 - }, - "minecraft:time": { - "protocol_id": 42 - }, - "minecraft:uuid": { - "protocol_id": 53 - }, - "minecraft:vec2": { - "protocol_id": 11 - }, - "minecraft:vec3": { - "protocol_id": 10 - } - }, - "protocol_id": 20 - }, - "minecraft:consume_effect_type": { - "entries": { - "minecraft:apply_effects": { - "protocol_id": 0 - }, - "minecraft:clear_all_effects": { - "protocol_id": 2 - }, - "minecraft:play_sound": { - "protocol_id": 4 - }, - "minecraft:remove_effects": { - "protocol_id": 1 - }, - "minecraft:teleport_randomly": { - "protocol_id": 3 - } - }, - "protocol_id": 76 - }, - "minecraft:creative_mode_tab": { - "entries": { - "minecraft:building_blocks": { - "protocol_id": 0 - }, - "minecraft:colored_blocks": { - "protocol_id": 1 - }, - "minecraft:combat": { - "protocol_id": 8 - }, - "minecraft:food_and_drinks": { - "protocol_id": 9 - }, - "minecraft:functional_blocks": { - "protocol_id": 3 - }, - "minecraft:hotbar": { - "protocol_id": 5 - }, - "minecraft:ingredients": { - "protocol_id": 10 - }, - "minecraft:inventory": { - "protocol_id": 13 - }, - "minecraft:natural_blocks": { - "protocol_id": 2 - }, - "minecraft:op_blocks": { - "protocol_id": 12 - }, - "minecraft:redstone_blocks": { - "protocol_id": 4 - }, - "minecraft:search": { - "protocol_id": 6 - }, - "minecraft:spawn_eggs": { - "protocol_id": 11 - }, - "minecraft:tools_and_utilities": { - "protocol_id": 7 - } - }, - "protocol_id": 63 - }, - "minecraft:custom_stat": { - "entries": { - "minecraft:animals_bred": { - "protocol_id": 32 - }, - "minecraft:aviate_one_cm": { - "protocol_id": 18 - }, - "minecraft:bell_ring": { - "protocol_id": 68 - }, - "minecraft:boat_one_cm": { - "protocol_id": 15 - }, - "minecraft:clean_armor": { - "protocol_id": 40 - }, - "minecraft:clean_banner": { - "protocol_id": 41 - }, - "minecraft:clean_shulker_box": { - "protocol_id": 42 - }, - "minecraft:climb_one_cm": { - "protocol_id": 11 - }, - "minecraft:crouch_one_cm": { - "protocol_id": 7 - }, - "minecraft:damage_absorbed": { - "protocol_id": 28 - }, - "minecraft:damage_blocked_by_shield": { - "protocol_id": 27 - }, - "minecraft:damage_dealt": { - "protocol_id": 23 - }, - "minecraft:damage_dealt_absorbed": { - "protocol_id": 24 - }, - "minecraft:damage_dealt_resisted": { - "protocol_id": 25 - }, - "minecraft:damage_resisted": { - "protocol_id": 29 - }, - "minecraft:damage_taken": { - "protocol_id": 26 - }, - "minecraft:deaths": { - "protocol_id": 30 - }, - "minecraft:drop": { - "protocol_id": 22 - }, - "minecraft:eat_cake_slice": { - "protocol_id": 37 - }, - "minecraft:enchant_item": { - "protocol_id": 53 - }, - "minecraft:fall_one_cm": { - "protocol_id": 10 - }, - "minecraft:fill_cauldron": { - "protocol_id": 38 - }, - "minecraft:fish_caught": { - "protocol_id": 34 - }, - "minecraft:fly_one_cm": { - "protocol_id": 12 - }, - "minecraft:horse_one_cm": { - "protocol_id": 17 - }, - "minecraft:inspect_dispenser": { - "protocol_id": 47 - }, - "minecraft:inspect_dropper": { - "protocol_id": 45 - }, - "minecraft:inspect_hopper": { - "protocol_id": 46 - }, - "minecraft:interact_with_anvil": { - "protocol_id": 71 - }, - "minecraft:interact_with_beacon": { - "protocol_id": 44 - }, - "minecraft:interact_with_blast_furnace": { - "protocol_id": 61 - }, - "minecraft:interact_with_brewingstand": { - "protocol_id": 43 - }, - "minecraft:interact_with_campfire": { - "protocol_id": 64 - }, - "minecraft:interact_with_cartography_table": { - "protocol_id": 65 - }, - "minecraft:interact_with_crafting_table": { - "protocol_id": 56 - }, - "minecraft:interact_with_furnace": { - "protocol_id": 55 - }, - "minecraft:interact_with_grindstone": { - "protocol_id": 72 - }, - "minecraft:interact_with_lectern": { - "protocol_id": 63 - }, - "minecraft:interact_with_loom": { - "protocol_id": 66 - }, - "minecraft:interact_with_smithing_table": { - "protocol_id": 74 - }, - "minecraft:interact_with_smoker": { - "protocol_id": 62 - }, - "minecraft:interact_with_stonecutter": { - "protocol_id": 67 - }, - "minecraft:jump": { - "protocol_id": 21 - }, - "minecraft:leave_game": { - "protocol_id": 0 - }, - "minecraft:minecart_one_cm": { - "protocol_id": 14 - }, - "minecraft:mob_kills": { - "protocol_id": 31 - }, - "minecraft:open_barrel": { - "protocol_id": 60 - }, - "minecraft:open_chest": { - "protocol_id": 57 - }, - "minecraft:open_enderchest": { - "protocol_id": 52 - }, - "minecraft:open_shulker_box": { - "protocol_id": 59 - }, - "minecraft:pig_one_cm": { - "protocol_id": 16 - }, - "minecraft:play_noteblock": { - "protocol_id": 48 - }, - "minecraft:play_record": { - "protocol_id": 54 - }, - "minecraft:play_time": { - "protocol_id": 1 - }, - "minecraft:player_kills": { - "protocol_id": 33 - }, - "minecraft:pot_flower": { - "protocol_id": 50 - }, - "minecraft:raid_trigger": { - "protocol_id": 69 - }, - "minecraft:raid_win": { - "protocol_id": 70 - }, - "minecraft:sleep_in_bed": { - "protocol_id": 58 - }, - "minecraft:sneak_time": { - "protocol_id": 5 - }, - "minecraft:sprint_one_cm": { - "protocol_id": 8 - }, - "minecraft:strider_one_cm": { - "protocol_id": 20 - }, - "minecraft:swim_one_cm": { - "protocol_id": 19 - }, - "minecraft:talked_to_villager": { - "protocol_id": 35 - }, - "minecraft:target_hit": { - "protocol_id": 73 - }, - "minecraft:time_since_death": { - "protocol_id": 3 - }, - "minecraft:time_since_rest": { - "protocol_id": 4 - }, - "minecraft:total_world_time": { - "protocol_id": 2 - }, - "minecraft:traded_with_villager": { - "protocol_id": 36 - }, - "minecraft:trigger_trapped_chest": { - "protocol_id": 51 - }, - "minecraft:tune_noteblock": { - "protocol_id": 49 - }, - "minecraft:use_cauldron": { - "protocol_id": 39 - }, - "minecraft:walk_on_water_one_cm": { - "protocol_id": 9 - }, - "minecraft:walk_one_cm": { - "protocol_id": 6 - }, - "minecraft:walk_under_water_one_cm": { - "protocol_id": 13 - } - }, - "protocol_id": 10 - }, - "minecraft:data_component_type": { - "entries": { - "minecraft:attribute_modifiers": { - "protocol_id": 13 - }, - "minecraft:banner_patterns": { - "protocol_id": 59 - }, - "minecraft:base_color": { - "protocol_id": 60 - }, - "minecraft:bees": { - "protocol_id": 64 - }, - "minecraft:block_entity_data": { - "protocol_id": 49 - }, - "minecraft:block_state": { - "protocol_id": 63 - }, - "minecraft:bucket_entity_data": { - "protocol_id": 48 - }, - "minecraft:bundle_contents": { - "protocol_id": 40 - }, - "minecraft:can_break": { - "protocol_id": 12 - }, - "minecraft:can_place_on": { - "protocol_id": 11 - }, - "minecraft:charged_projectiles": { - "protocol_id": 39 - }, - "minecraft:consumable": { - "protocol_id": 22 - }, - "minecraft:container": { - "protocol_id": 62 - }, - "minecraft:container_loot": { - "protocol_id": 66 - }, - "minecraft:creative_slot_lock": { - "protocol_id": 18 - }, - "minecraft:custom_data": { - "protocol_id": 0 - }, - "minecraft:custom_model_data": { - "protocol_id": 14 - }, - "minecraft:custom_name": { - "protocol_id": 5 - }, - "minecraft:damage": { - "protocol_id": 3 - }, - "minecraft:damage_resistant": { - "protocol_id": 25 - }, - "minecraft:death_protection": { - "protocol_id": 32 - }, - "minecraft:debug_stick_state": { - "protocol_id": 46 - }, - "minecraft:dyed_color": { - "protocol_id": 34 - }, - "minecraft:enchantable": { - "protocol_id": 27 - }, - "minecraft:enchantment_glint_override": { - "protocol_id": 19 - }, - "minecraft:enchantments": { - "protocol_id": 10 - }, - "minecraft:entity_data": { - "protocol_id": 47 - }, - "minecraft:equippable": { - "protocol_id": 28 - }, - "minecraft:firework_explosion": { - "protocol_id": 55 - }, - "minecraft:fireworks": { - "protocol_id": 56 - }, - "minecraft:food": { - "protocol_id": 21 - }, - "minecraft:glider": { - "protocol_id": 30 - }, - "minecraft:hide_additional_tooltip": { - "protocol_id": 15 - }, - "minecraft:hide_tooltip": { - "protocol_id": 16 - }, - "minecraft:instrument": { - "protocol_id": 50 - }, - "minecraft:intangible_projectile": { - "protocol_id": 20 - }, - "minecraft:item_model": { - "protocol_id": 7 - }, - "minecraft:item_name": { - "protocol_id": 6 - }, - "minecraft:jukebox_playable": { - "protocol_id": 52 - }, - "minecraft:lock": { - "protocol_id": 65 - }, - "minecraft:lodestone_tracker": { - "protocol_id": 54 - }, - "minecraft:lore": { - "protocol_id": 8 - }, - "minecraft:map_color": { - "protocol_id": 35 - }, - "minecraft:map_decorations": { - "protocol_id": 37 - }, - "minecraft:map_id": { - "protocol_id": 36 - }, - "minecraft:map_post_processing": { - "protocol_id": 38 - }, - "minecraft:max_damage": { - "protocol_id": 2 - }, - "minecraft:max_stack_size": { - "protocol_id": 1 - }, - "minecraft:note_block_sound": { - "protocol_id": 58 - }, - "minecraft:ominous_bottle_amplifier": { - "protocol_id": 51 - }, - "minecraft:pot_decorations": { - "protocol_id": 61 - }, - "minecraft:potion_contents": { - "protocol_id": 41 - }, - "minecraft:profile": { - "protocol_id": 57 - }, - "minecraft:rarity": { - "protocol_id": 9 - }, - "minecraft:recipes": { - "protocol_id": 53 - }, - "minecraft:repair_cost": { - "protocol_id": 17 - }, - "minecraft:repairable": { - "protocol_id": 29 - }, - "minecraft:stored_enchantments": { - "protocol_id": 33 - }, - "minecraft:suspicious_stew_effects": { - "protocol_id": 42 - }, - "minecraft:tool": { - "protocol_id": 26 - }, - "minecraft:tooltip_style": { - "protocol_id": 31 - }, - "minecraft:trim": { - "protocol_id": 45 - }, - "minecraft:unbreakable": { - "protocol_id": 4 - }, - "minecraft:use_cooldown": { - "protocol_id": 24 - }, - "minecraft:use_remainder": { - "protocol_id": 23 - }, - "minecraft:writable_book_content": { - "protocol_id": 43 - }, - "minecraft:written_book_content": { - "protocol_id": 44 - } - }, - "protocol_id": 66 - }, - "minecraft:decorated_pot_pattern": { - "entries": { - "minecraft:angler": { - "protocol_id": 0 - }, - "minecraft:archer": { - "protocol_id": 1 - }, - "minecraft:arms_up": { - "protocol_id": 2 - }, - "minecraft:blade": { - "protocol_id": 3 - }, - "minecraft:blank": { - "protocol_id": 23 - }, - "minecraft:brewer": { - "protocol_id": 4 - }, - "minecraft:burn": { - "protocol_id": 5 - }, - "minecraft:danger": { - "protocol_id": 6 - }, - "minecraft:explorer": { - "protocol_id": 7 - }, - "minecraft:flow": { - "protocol_id": 8 - }, - "minecraft:friend": { - "protocol_id": 9 - }, - "minecraft:guster": { - "protocol_id": 10 - }, - "minecraft:heart": { - "protocol_id": 11 - }, - "minecraft:heartbreak": { - "protocol_id": 12 - }, - "minecraft:howl": { - "protocol_id": 13 - }, - "minecraft:miner": { - "protocol_id": 14 - }, - "minecraft:mourner": { - "protocol_id": 15 - }, - "minecraft:plenty": { - "protocol_id": 16 - }, - "minecraft:prize": { - "protocol_id": 17 - }, - "minecraft:scrape": { - "protocol_id": 18 - }, - "minecraft:sheaf": { - "protocol_id": 19 - }, - "minecraft:shelter": { - "protocol_id": 20 - }, - "minecraft:skull": { - "protocol_id": 21 - }, - "minecraft:snort": { - "protocol_id": 22 - } - }, - "protocol_id": 62 - }, - "minecraft:enchantment_effect_component_type": { - "entries": { - "minecraft:ammo_use": { - "protocol_id": 13 - }, - "minecraft:armor_effectiveness": { - "protocol_id": 5 - }, - "minecraft:attributes": { - "protocol_id": 9 - }, - "minecraft:block_experience": { - "protocol_id": 21 - }, - "minecraft:crossbow_charge_time": { - "protocol_id": 24 - }, - "minecraft:crossbow_charging_sounds": { - "protocol_id": 25 - }, - "minecraft:damage": { - "protocol_id": 2 - }, - "minecraft:damage_immunity": { - "protocol_id": 1 - }, - "minecraft:damage_protection": { - "protocol_id": 0 - }, - "minecraft:equipment_drops": { - "protocol_id": 10 - }, - "minecraft:fishing_luck_bonus": { - "protocol_id": 20 - }, - "minecraft:fishing_time_reduction": { - "protocol_id": 19 - }, - "minecraft:hit_block": { - "protocol_id": 7 - }, - "minecraft:item_damage": { - "protocol_id": 8 - }, - "minecraft:knockback": { - "protocol_id": 4 - }, - "minecraft:location_changed": { - "protocol_id": 11 - }, - "minecraft:mob_experience": { - "protocol_id": 22 - }, - "minecraft:post_attack": { - "protocol_id": 6 - }, - "minecraft:prevent_armor_change": { - "protocol_id": 28 - }, - "minecraft:prevent_equipment_drop": { - "protocol_id": 27 - }, - "minecraft:projectile_count": { - "protocol_id": 17 - }, - "minecraft:projectile_piercing": { - "protocol_id": 14 - }, - "minecraft:projectile_spawned": { - "protocol_id": 15 - }, - "minecraft:projectile_spread": { - "protocol_id": 16 - }, - "minecraft:repair_with_xp": { - "protocol_id": 23 - }, - "minecraft:smash_damage_per_fallen_block": { - "protocol_id": 3 - }, - "minecraft:tick": { - "protocol_id": 12 - }, - "minecraft:trident_return_acceleration": { - "protocol_id": 18 - }, - "minecraft:trident_sound": { - "protocol_id": 26 - }, - "minecraft:trident_spin_attack_strength": { - "protocol_id": 29 - } - }, - "protocol_id": 70 - }, - "minecraft:enchantment_entity_effect_type": { - "entries": { - "minecraft:all_of": { - "protocol_id": 0 - }, - "minecraft:apply_mob_effect": { - "protocol_id": 1 - }, - "minecraft:change_item_damage": { - "protocol_id": 2 - }, - "minecraft:damage_entity": { - "protocol_id": 3 - }, - "minecraft:explode": { - "protocol_id": 4 - }, - "minecraft:ignite": { - "protocol_id": 5 - }, - "minecraft:play_sound": { - "protocol_id": 6 - }, - "minecraft:replace_block": { - "protocol_id": 7 - }, - "minecraft:replace_disk": { - "protocol_id": 8 - }, - "minecraft:run_function": { - "protocol_id": 9 - }, - "minecraft:set_block_properties": { - "protocol_id": 10 - }, - "minecraft:spawn_particles": { - "protocol_id": 11 - }, - "minecraft:summon_entity": { - "protocol_id": 12 - } - }, - "protocol_id": 72 - }, - "minecraft:enchantment_level_based_value_type": { - "entries": { - "minecraft:clamped": { - "protocol_id": 0 - }, - "minecraft:fraction": { - "protocol_id": 1 - }, - "minecraft:levels_squared": { - "protocol_id": 2 - }, - "minecraft:linear": { - "protocol_id": 3 - }, - "minecraft:lookup": { - "protocol_id": 4 - } - }, - "protocol_id": 71 - }, - "minecraft:enchantment_location_based_effect_type": { - "entries": { - "minecraft:all_of": { - "protocol_id": 0 - }, - "minecraft:apply_mob_effect": { - "protocol_id": 1 - }, - "minecraft:attribute": { - "protocol_id": 2 - }, - "minecraft:change_item_damage": { - "protocol_id": 3 - }, - "minecraft:damage_entity": { - "protocol_id": 4 - }, - "minecraft:explode": { - "protocol_id": 5 - }, - "minecraft:ignite": { - "protocol_id": 6 - }, - "minecraft:play_sound": { - "protocol_id": 7 - }, - "minecraft:replace_block": { - "protocol_id": 8 - }, - "minecraft:replace_disk": { - "protocol_id": 9 - }, - "minecraft:run_function": { - "protocol_id": 10 - }, - "minecraft:set_block_properties": { - "protocol_id": 11 - }, - "minecraft:spawn_particles": { - "protocol_id": 12 - }, - "minecraft:summon_entity": { - "protocol_id": 13 - } - }, - "protocol_id": 73 - }, - "minecraft:enchantment_provider_type": { - "entries": { - "minecraft:by_cost": { - "protocol_id": 0 - }, - "minecraft:by_cost_with_difficulty": { - "protocol_id": 1 - }, - "minecraft:single": { - "protocol_id": 2 - } - }, - "protocol_id": 75 - }, - "minecraft:enchantment_value_effect_type": { - "entries": { - "minecraft:add": { - "protocol_id": 0 - }, - "minecraft:all_of": { - "protocol_id": 1 - }, - "minecraft:multiply": { - "protocol_id": 2 - }, - "minecraft:remove_binomial": { - "protocol_id": 3 - }, - "minecraft:set": { - "protocol_id": 4 - } - }, - "protocol_id": 74 - }, - "minecraft:entity_sub_predicate_type": { - "entries": { - "minecraft:axolotl": { - "protocol_id": 6 - }, - "minecraft:cat": { - "protocol_id": 17 - }, - "minecraft:fishing_hook": { - "protocol_id": 1 - }, - "minecraft:fox": { - "protocol_id": 7 - }, - "minecraft:frog": { - "protocol_id": 18 - }, - "minecraft:horse": { - "protocol_id": 10 - }, - "minecraft:lightning": { - "protocol_id": 0 - }, - "minecraft:llama": { - "protocol_id": 11 - }, - "minecraft:mooshroom": { - "protocol_id": 8 - }, - "minecraft:painting": { - "protocol_id": 16 - }, - "minecraft:parrot": { - "protocol_id": 13 - }, - "minecraft:player": { - "protocol_id": 2 - }, - "minecraft:rabbit": { - "protocol_id": 9 - }, - "minecraft:raider": { - "protocol_id": 4 - }, - "minecraft:salmon": { - "protocol_id": 14 - }, - "minecraft:sheep": { - "protocol_id": 5 - }, - "minecraft:slime": { - "protocol_id": 3 - }, - "minecraft:tropical_fish": { - "protocol_id": 15 - }, - "minecraft:villager": { - "protocol_id": 12 - }, - "minecraft:wolf": { - "protocol_id": 19 - } - }, - "protocol_id": 67 - }, - "minecraft:entity_type": { - "default": "minecraft:pig", - "entries": { - "minecraft:acacia_boat": { - "protocol_id": 0 - }, - "minecraft:acacia_chest_boat": { - "protocol_id": 1 - }, - "minecraft:allay": { - "protocol_id": 2 - }, - "minecraft:area_effect_cloud": { - "protocol_id": 3 - }, - "minecraft:armadillo": { - "protocol_id": 4 - }, - "minecraft:armor_stand": { - "protocol_id": 5 - }, - "minecraft:arrow": { - "protocol_id": 6 - }, - "minecraft:axolotl": { - "protocol_id": 7 - }, - "minecraft:bamboo_chest_raft": { - "protocol_id": 8 - }, - "minecraft:bamboo_raft": { - "protocol_id": 9 - }, - "minecraft:bat": { - "protocol_id": 10 - }, - "minecraft:bee": { - "protocol_id": 11 - }, - "minecraft:birch_boat": { - "protocol_id": 12 - }, - "minecraft:birch_chest_boat": { - "protocol_id": 13 - }, - "minecraft:blaze": { - "protocol_id": 14 - }, - "minecraft:block_display": { - "protocol_id": 15 - }, - "minecraft:bogged": { - "protocol_id": 16 - }, - "minecraft:breeze": { - "protocol_id": 17 - }, - "minecraft:breeze_wind_charge": { - "protocol_id": 18 - }, - "minecraft:camel": { - "protocol_id": 19 - }, - "minecraft:cat": { - "protocol_id": 20 - }, - "minecraft:cave_spider": { - "protocol_id": 21 - }, - "minecraft:cherry_boat": { - "protocol_id": 22 - }, - "minecraft:cherry_chest_boat": { - "protocol_id": 23 - }, - "minecraft:chest_minecart": { - "protocol_id": 24 - }, - "minecraft:chicken": { - "protocol_id": 25 - }, - "minecraft:cod": { - "protocol_id": 26 - }, - "minecraft:command_block_minecart": { - "protocol_id": 27 - }, - "minecraft:cow": { - "protocol_id": 28 - }, - "minecraft:creaking": { - "protocol_id": 29 - }, - "minecraft:creaking_transient": { - "protocol_id": 30 - }, - "minecraft:creeper": { - "protocol_id": 31 - }, - "minecraft:dark_oak_boat": { - "protocol_id": 32 - }, - "minecraft:dark_oak_chest_boat": { - "protocol_id": 33 - }, - "minecraft:dolphin": { - "protocol_id": 34 - }, - "minecraft:donkey": { - "protocol_id": 35 - }, - "minecraft:dragon_fireball": { - "protocol_id": 36 - }, - "minecraft:drowned": { - "protocol_id": 37 - }, - "minecraft:egg": { - "protocol_id": 38 - }, - "minecraft:elder_guardian": { - "protocol_id": 39 - }, - "minecraft:end_crystal": { - "protocol_id": 44 - }, - "minecraft:ender_dragon": { - "protocol_id": 42 - }, - "minecraft:ender_pearl": { - "protocol_id": 43 - }, - "minecraft:enderman": { - "protocol_id": 40 - }, - "minecraft:endermite": { - "protocol_id": 41 - }, - "minecraft:evoker": { - "protocol_id": 45 - }, - "minecraft:evoker_fangs": { - "protocol_id": 46 - }, - "minecraft:experience_bottle": { - "protocol_id": 47 - }, - "minecraft:experience_orb": { - "protocol_id": 48 - }, - "minecraft:eye_of_ender": { - "protocol_id": 49 - }, - "minecraft:falling_block": { - "protocol_id": 50 - }, - "minecraft:fireball": { - "protocol_id": 51 - }, - "minecraft:firework_rocket": { - "protocol_id": 52 - }, - "minecraft:fishing_bobber": { - "protocol_id": 149 - }, - "minecraft:fox": { - "protocol_id": 53 - }, - "minecraft:frog": { - "protocol_id": 54 - }, - "minecraft:furnace_minecart": { - "protocol_id": 55 - }, - "minecraft:ghast": { - "protocol_id": 56 - }, - "minecraft:giant": { - "protocol_id": 57 - }, - "minecraft:glow_item_frame": { - "protocol_id": 58 - }, - "minecraft:glow_squid": { - "protocol_id": 59 - }, - "minecraft:goat": { - "protocol_id": 60 - }, - "minecraft:guardian": { - "protocol_id": 61 - }, - "minecraft:hoglin": { - "protocol_id": 62 - }, - "minecraft:hopper_minecart": { - "protocol_id": 63 - }, - "minecraft:horse": { - "protocol_id": 64 - }, - "minecraft:husk": { - "protocol_id": 65 - }, - "minecraft:illusioner": { - "protocol_id": 66 - }, - "minecraft:interaction": { - "protocol_id": 67 - }, - "minecraft:iron_golem": { - "protocol_id": 68 - }, - "minecraft:item": { - "protocol_id": 69 - }, - "minecraft:item_display": { - "protocol_id": 70 - }, - "minecraft:item_frame": { - "protocol_id": 71 - }, - "minecraft:jungle_boat": { - "protocol_id": 72 - }, - "minecraft:jungle_chest_boat": { - "protocol_id": 73 - }, - "minecraft:leash_knot": { - "protocol_id": 74 - }, - "minecraft:lightning_bolt": { - "protocol_id": 75 - }, - "minecraft:llama": { - "protocol_id": 76 - }, - "minecraft:llama_spit": { - "protocol_id": 77 - }, - "minecraft:magma_cube": { - "protocol_id": 78 - }, - "minecraft:mangrove_boat": { - "protocol_id": 79 - }, - "minecraft:mangrove_chest_boat": { - "protocol_id": 80 - }, - "minecraft:marker": { - "protocol_id": 81 - }, - "minecraft:minecart": { - "protocol_id": 82 - }, - "minecraft:mooshroom": { - "protocol_id": 83 - }, - "minecraft:mule": { - "protocol_id": 84 - }, - "minecraft:oak_boat": { - "protocol_id": 85 - }, - "minecraft:oak_chest_boat": { - "protocol_id": 86 - }, - "minecraft:ocelot": { - "protocol_id": 87 - }, - "minecraft:ominous_item_spawner": { - "protocol_id": 88 - }, - "minecraft:painting": { - "protocol_id": 89 - }, - "minecraft:pale_oak_boat": { - "protocol_id": 90 - }, - "minecraft:pale_oak_chest_boat": { - "protocol_id": 91 - }, - "minecraft:panda": { - "protocol_id": 92 - }, - "minecraft:parrot": { - "protocol_id": 93 - }, - "minecraft:phantom": { - "protocol_id": 94 - }, - "minecraft:pig": { - "protocol_id": 95 - }, - "minecraft:piglin": { - "protocol_id": 96 - }, - "minecraft:piglin_brute": { - "protocol_id": 97 - }, - "minecraft:pillager": { - "protocol_id": 98 - }, - "minecraft:player": { - "protocol_id": 148 - }, - "minecraft:polar_bear": { - "protocol_id": 99 - }, - "minecraft:potion": { - "protocol_id": 100 - }, - "minecraft:pufferfish": { - "protocol_id": 101 - }, - "minecraft:rabbit": { - "protocol_id": 102 - }, - "minecraft:ravager": { - "protocol_id": 103 - }, - "minecraft:salmon": { - "protocol_id": 104 - }, - "minecraft:sheep": { - "protocol_id": 105 - }, - "minecraft:shulker": { - "protocol_id": 106 - }, - "minecraft:shulker_bullet": { - "protocol_id": 107 - }, - "minecraft:silverfish": { - "protocol_id": 108 - }, - "minecraft:skeleton": { - "protocol_id": 109 - }, - "minecraft:skeleton_horse": { - "protocol_id": 110 - }, - "minecraft:slime": { - "protocol_id": 111 - }, - "minecraft:small_fireball": { - "protocol_id": 112 - }, - "minecraft:sniffer": { - "protocol_id": 113 - }, - "minecraft:snow_golem": { - "protocol_id": 115 - }, - "minecraft:snowball": { - "protocol_id": 114 - }, - "minecraft:spawner_minecart": { - "protocol_id": 116 - }, - "minecraft:spectral_arrow": { - "protocol_id": 117 - }, - "minecraft:spider": { - "protocol_id": 118 - }, - "minecraft:spruce_boat": { - "protocol_id": 119 - }, - "minecraft:spruce_chest_boat": { - "protocol_id": 120 - }, - "minecraft:squid": { - "protocol_id": 121 - }, - "minecraft:stray": { - "protocol_id": 122 - }, - "minecraft:strider": { - "protocol_id": 123 - }, - "minecraft:tadpole": { - "protocol_id": 124 - }, - "minecraft:text_display": { - "protocol_id": 125 - }, - "minecraft:tnt": { - "protocol_id": 126 - }, - "minecraft:tnt_minecart": { - "protocol_id": 127 - }, - "minecraft:trader_llama": { - "protocol_id": 128 - }, - "minecraft:trident": { - "protocol_id": 129 - }, - "minecraft:tropical_fish": { - "protocol_id": 130 - }, - "minecraft:turtle": { - "protocol_id": 131 - }, - "minecraft:vex": { - "protocol_id": 132 - }, - "minecraft:villager": { - "protocol_id": 133 - }, - "minecraft:vindicator": { - "protocol_id": 134 - }, - "minecraft:wandering_trader": { - "protocol_id": 135 - }, - "minecraft:warden": { - "protocol_id": 136 - }, - "minecraft:wind_charge": { - "protocol_id": 137 - }, - "minecraft:witch": { - "protocol_id": 138 - }, - "minecraft:wither": { - "protocol_id": 139 - }, - "minecraft:wither_skeleton": { - "protocol_id": 140 - }, - "minecraft:wither_skull": { - "protocol_id": 141 - }, - "minecraft:wolf": { - "protocol_id": 142 - }, - "minecraft:zoglin": { - "protocol_id": 143 - }, - "minecraft:zombie": { - "protocol_id": 144 - }, - "minecraft:zombie_horse": { - "protocol_id": 145 - }, - "minecraft:zombie_villager": { - "protocol_id": 146 - }, - "minecraft:zombified_piglin": { - "protocol_id": 147 - } - }, - "protocol_id": 5 - }, - "minecraft:float_provider_type": { - "entries": { - "minecraft:clamped_normal": { - "protocol_id": 2 - }, - "minecraft:constant": { - "protocol_id": 0 - }, - "minecraft:trapezoid": { - "protocol_id": 3 - }, - "minecraft:uniform": { - "protocol_id": 1 - } - }, - "protocol_id": 35 - }, - "minecraft:fluid": { - "default": "minecraft:empty", - "entries": { - "minecraft:empty": { - "protocol_id": 0 - }, - "minecraft:flowing_lava": { - "protocol_id": 3 - }, - "minecraft:flowing_water": { - "protocol_id": 1 - }, - "minecraft:lava": { - "protocol_id": 4 - }, - "minecraft:water": { - "protocol_id": 2 - } - }, - "protocol_id": 2 - }, - "minecraft:frog_variant": { - "entries": { - "minecraft:cold": { - "protocol_id": 2 - }, - "minecraft:temperate": { - "protocol_id": 0 - }, - "minecraft:warm": { - "protocol_id": 1 - } - }, - "protocol_id": 61 - }, - "minecraft:game_event": { - "default": "minecraft:step", - "entries": { - "minecraft:block_activate": { - "protocol_id": 0 - }, - "minecraft:block_attach": { - "protocol_id": 1 - }, - "minecraft:block_change": { - "protocol_id": 2 - }, - "minecraft:block_close": { - "protocol_id": 3 - }, - "minecraft:block_deactivate": { - "protocol_id": 4 - }, - "minecraft:block_destroy": { - "protocol_id": 5 - }, - "minecraft:block_detach": { - "protocol_id": 6 - }, - "minecraft:block_open": { - "protocol_id": 7 - }, - "minecraft:block_place": { - "protocol_id": 8 - }, - "minecraft:container_close": { - "protocol_id": 9 - }, - "minecraft:container_open": { - "protocol_id": 10 - }, - "minecraft:drink": { - "protocol_id": 11 - }, - "minecraft:eat": { - "protocol_id": 12 - }, - "minecraft:elytra_glide": { - "protocol_id": 13 - }, - "minecraft:entity_action": { - "protocol_id": 20 - }, - "minecraft:entity_damage": { - "protocol_id": 14 - }, - "minecraft:entity_die": { - "protocol_id": 15 - }, - "minecraft:entity_dismount": { - "protocol_id": 16 - }, - "minecraft:entity_interact": { - "protocol_id": 17 - }, - "minecraft:entity_mount": { - "protocol_id": 18 - }, - "minecraft:entity_place": { - "protocol_id": 19 - }, - "minecraft:equip": { - "protocol_id": 21 - }, - "minecraft:explode": { - "protocol_id": 22 - }, - "minecraft:flap": { - "protocol_id": 23 - }, - "minecraft:fluid_pickup": { - "protocol_id": 24 - }, - "minecraft:fluid_place": { - "protocol_id": 25 - }, - "minecraft:hit_ground": { - "protocol_id": 26 - }, - "minecraft:instrument_play": { - "protocol_id": 27 - }, - "minecraft:item_interact_finish": { - "protocol_id": 28 - }, - "minecraft:item_interact_start": { - "protocol_id": 29 - }, - "minecraft:jukebox_play": { - "protocol_id": 30 - }, - "minecraft:jukebox_stop_play": { - "protocol_id": 31 - }, - "minecraft:lightning_strike": { - "protocol_id": 32 - }, - "minecraft:note_block_play": { - "protocol_id": 33 - }, - "minecraft:prime_fuse": { - "protocol_id": 34 - }, - "minecraft:projectile_land": { - "protocol_id": 35 - }, - "minecraft:projectile_shoot": { - "protocol_id": 36 - }, - "minecraft:resonate_1": { - "protocol_id": 45 - }, - "minecraft:resonate_10": { - "protocol_id": 54 - }, - "minecraft:resonate_11": { - "protocol_id": 55 - }, - "minecraft:resonate_12": { - "protocol_id": 56 - }, - "minecraft:resonate_13": { - "protocol_id": 57 - }, - "minecraft:resonate_14": { - "protocol_id": 58 - }, - "minecraft:resonate_15": { - "protocol_id": 59 - }, - "minecraft:resonate_2": { - "protocol_id": 46 - }, - "minecraft:resonate_3": { - "protocol_id": 47 - }, - "minecraft:resonate_4": { - "protocol_id": 48 - }, - "minecraft:resonate_5": { - "protocol_id": 49 - }, - "minecraft:resonate_6": { - "protocol_id": 50 - }, - "minecraft:resonate_7": { - "protocol_id": 51 - }, - "minecraft:resonate_8": { - "protocol_id": 52 - }, - "minecraft:resonate_9": { - "protocol_id": 53 - }, - "minecraft:sculk_sensor_tendrils_clicking": { - "protocol_id": 37 - }, - "minecraft:shear": { - "protocol_id": 38 - }, - "minecraft:shriek": { - "protocol_id": 39 - }, - "minecraft:splash": { - "protocol_id": 40 - }, - "minecraft:step": { - "protocol_id": 41 - }, - "minecraft:swim": { - "protocol_id": 42 - }, - "minecraft:teleport": { - "protocol_id": 43 - }, - "minecraft:unequip": { - "protocol_id": 44 - } - }, - "protocol_id": 0 - }, - "minecraft:height_provider_type": { - "entries": { - "minecraft:biased_to_bottom": { - "protocol_id": 2 - }, - "minecraft:constant": { - "protocol_id": 0 - }, - "minecraft:trapezoid": { - "protocol_id": 4 - }, - "minecraft:uniform": { - "protocol_id": 1 - }, - "minecraft:very_biased_to_bottom": { - "protocol_id": 3 - }, - "minecraft:weighted_list": { - "protocol_id": 5 - } - }, - "protocol_id": 37 - }, - "minecraft:int_provider_type": { - "entries": { - "minecraft:biased_to_bottom": { - "protocol_id": 2 - }, - "minecraft:clamped": { - "protocol_id": 3 - }, - "minecraft:clamped_normal": { - "protocol_id": 5 - }, - "minecraft:constant": { - "protocol_id": 0 - }, - "minecraft:uniform": { - "protocol_id": 1 - }, - "minecraft:weighted_list": { - "protocol_id": 4 - } - }, - "protocol_id": 36 - }, - "minecraft:item": { - "default": "minecraft:air", - "entries": { - "minecraft:acacia_boat": { - "protocol_id": 802 - }, - "minecraft:acacia_button": { - "protocol_id": 702 - }, - "minecraft:acacia_chest_boat": { - "protocol_id": 803 - }, - "minecraft:acacia_door": { - "protocol_id": 731 - }, - "minecraft:acacia_fence": { - "protocol_id": 327 - }, - "minecraft:acacia_fence_gate": { - "protocol_id": 772 - }, - "minecraft:acacia_hanging_sign": { - "protocol_id": 924 - }, - "minecraft:acacia_leaves": { - "protocol_id": 186 - }, - "minecraft:acacia_log": { - "protocol_id": 138 - }, - "minecraft:acacia_planks": { - "protocol_id": 40 - }, - "minecraft:acacia_pressure_plate": { - "protocol_id": 718 - }, - "minecraft:acacia_sapling": { - "protocol_id": 53 - }, - "minecraft:acacia_sign": { - "protocol_id": 912 - }, - "minecraft:acacia_slab": { - "protocol_id": 266 - }, - "minecraft:acacia_stairs": { - "protocol_id": 400 - }, - "minecraft:acacia_trapdoor": { - "protocol_id": 752 - }, - "minecraft:acacia_wood": { - "protocol_id": 175 - }, - "minecraft:activator_rail": { - "protocol_id": 783 - }, - "minecraft:air": { - "protocol_id": 0 - }, - "minecraft:allay_spawn_egg": { - "protocol_id": 1049 - }, - "minecraft:allium": { - "protocol_id": 228 - }, - "minecraft:amethyst_block": { - "protocol_id": 88 - }, - "minecraft:amethyst_cluster": { - "protocol_id": 1304 - }, - "minecraft:amethyst_shard": { - "protocol_id": 831 - }, - "minecraft:ancient_debris": { - "protocol_id": 82 - }, - "minecraft:andesite": { - "protocol_id": 6 - }, - "minecraft:andesite_slab": { - "protocol_id": 662 - }, - "minecraft:andesite_stairs": { - "protocol_id": 645 - }, - "minecraft:andesite_wall": { - "protocol_id": 421 - }, - "minecraft:angler_pottery_sherd": { - "protocol_id": 1331 - }, - "minecraft:anvil": { - "protocol_id": 433 - }, - "minecraft:apple": { - "protocol_id": 822 - }, - "minecraft:archer_pottery_sherd": { - "protocol_id": 1332 - }, - "minecraft:armadillo_scute": { - "protocol_id": 818 - }, - "minecraft:armadillo_spawn_egg": { - "protocol_id": 1048 - }, - "minecraft:armor_stand": { - "protocol_id": 1165 - }, - "minecraft:arms_up_pottery_sherd": { - "protocol_id": 1333 - }, - "minecraft:arrow": { - "protocol_id": 824 - }, - "minecraft:axolotl_bucket": { - "protocol_id": 943 - }, - "minecraft:axolotl_spawn_egg": { - "protocol_id": 1050 - }, - "minecraft:azalea": { - "protocol_id": 204 - }, - "minecraft:azalea_leaves": { - "protocol_id": 191 - }, - "minecraft:azure_bluet": { - "protocol_id": 229 - }, - "minecraft:baked_potato": { - "protocol_id": 1141 - }, - "minecraft:bamboo": { - "protocol_id": 261 - }, - "minecraft:bamboo_block": { - "protocol_id": 147 - }, - "minecraft:bamboo_button": { - "protocol_id": 707 - }, - "minecraft:bamboo_chest_raft": { - "protocol_id": 813 - }, - "minecraft:bamboo_door": { - "protocol_id": 736 - }, - "minecraft:bamboo_fence": { - "protocol_id": 332 - }, - "minecraft:bamboo_fence_gate": { - "protocol_id": 777 - }, - "minecraft:bamboo_hanging_sign": { - "protocol_id": 929 - }, - "minecraft:bamboo_mosaic": { - "protocol_id": 48 - }, - "minecraft:bamboo_mosaic_slab": { - "protocol_id": 272 - }, - "minecraft:bamboo_mosaic_stairs": { - "protocol_id": 406 - }, - "minecraft:bamboo_planks": { - "protocol_id": 45 - }, - "minecraft:bamboo_pressure_plate": { - "protocol_id": 723 - }, - "minecraft:bamboo_raft": { - "protocol_id": 812 - }, - "minecraft:bamboo_sign": { - "protocol_id": 917 - }, - "minecraft:bamboo_slab": { - "protocol_id": 271 - }, - "minecraft:bamboo_stairs": { - "protocol_id": 405 - }, - "minecraft:bamboo_trapdoor": { - "protocol_id": 757 - }, - "minecraft:barrel": { - "protocol_id": 1248 - }, - "minecraft:barrier": { - "protocol_id": 457 - }, - "minecraft:basalt": { - "protocol_id": 341 - }, - "minecraft:bat_spawn_egg": { - "protocol_id": 1051 - }, - "minecraft:beacon": { - "protocol_id": 410 - }, - "minecraft:bedrock": { - "protocol_id": 58 - }, - "minecraft:bee_nest": { - "protocol_id": 1265 - }, - "minecraft:bee_spawn_egg": { - "protocol_id": 1052 - }, - "minecraft:beef": { - "protocol_id": 1028 - }, - "minecraft:beehive": { - "protocol_id": 1266 - }, - "minecraft:beetroot": { - "protocol_id": 1196 - }, - "minecraft:beetroot_seeds": { - "protocol_id": 1197 - }, - "minecraft:beetroot_soup": { - "protocol_id": 1198 - }, - "minecraft:bell": { - "protocol_id": 1256 - }, - "minecraft:big_dripleaf": { - "protocol_id": 259 - }, - "minecraft:birch_boat": { - "protocol_id": 798 - }, - "minecraft:birch_button": { - "protocol_id": 700 - }, - "minecraft:birch_chest_boat": { - "protocol_id": 799 - }, - "minecraft:birch_door": { - "protocol_id": 729 - }, - "minecraft:birch_fence": { - "protocol_id": 325 - }, - "minecraft:birch_fence_gate": { - "protocol_id": 770 - }, - "minecraft:birch_hanging_sign": { - "protocol_id": 922 - }, - "minecraft:birch_leaves": { - "protocol_id": 184 - }, - "minecraft:birch_log": { - "protocol_id": 136 - }, - "minecraft:birch_planks": { - "protocol_id": 38 - }, - "minecraft:birch_pressure_plate": { - "protocol_id": 716 - }, - "minecraft:birch_sapling": { - "protocol_id": 51 - }, - "minecraft:birch_sign": { - "protocol_id": 910 - }, - "minecraft:birch_slab": { - "protocol_id": 264 - }, - "minecraft:birch_stairs": { - "protocol_id": 398 - }, - "minecraft:birch_trapdoor": { - "protocol_id": 750 - }, - "minecraft:birch_wood": { - "protocol_id": 173 - }, - "minecraft:black_banner": { - "protocol_id": 1190 - }, - "minecraft:black_bed": { - "protocol_id": 1019 - }, - "minecraft:black_bundle": { - "protocol_id": 970 - }, - "minecraft:black_candle": { - "protocol_id": 1300 - }, - "minecraft:black_carpet": { - "protocol_id": 475 - }, - "minecraft:black_concrete": { - "protocol_id": 584 - }, - "minecraft:black_concrete_powder": { - "protocol_id": 600 - }, - "minecraft:black_dye": { - "protocol_id": 999 - }, - "minecraft:black_glazed_terracotta": { - "protocol_id": 568 - }, - "minecraft:black_shulker_box": { - "protocol_id": 552 - }, - "minecraft:black_stained_glass": { - "protocol_id": 500 - }, - "minecraft:black_stained_glass_pane": { - "protocol_id": 516 - }, - "minecraft:black_terracotta": { - "protocol_id": 456 - }, - "minecraft:black_wool": { - "protocol_id": 224 - }, - "minecraft:blackstone": { - "protocol_id": 1271 - }, - "minecraft:blackstone_slab": { - "protocol_id": 1272 - }, - "minecraft:blackstone_stairs": { - "protocol_id": 1273 - }, - "minecraft:blackstone_wall": { - "protocol_id": 426 - }, - "minecraft:blade_pottery_sherd": { - "protocol_id": 1334 - }, - "minecraft:blast_furnace": { - "protocol_id": 1250 - }, - "minecraft:blaze_powder": { - "protocol_id": 1042 - }, - "minecraft:blaze_rod": { - "protocol_id": 1034 - }, - "minecraft:blaze_spawn_egg": { - "protocol_id": 1053 - }, - "minecraft:blue_banner": { - "protocol_id": 1186 - }, - "minecraft:blue_bed": { - "protocol_id": 1015 - }, - "minecraft:blue_bundle": { - "protocol_id": 966 - }, - "minecraft:blue_candle": { - "protocol_id": 1296 - }, - "minecraft:blue_carpet": { - "protocol_id": 471 - }, - "minecraft:blue_concrete": { - "protocol_id": 580 - }, - "minecraft:blue_concrete_powder": { - "protocol_id": 596 - }, - "minecraft:blue_dye": { - "protocol_id": 995 - }, - "minecraft:blue_glazed_terracotta": { - "protocol_id": 564 - }, - "minecraft:blue_ice": { - "protocol_id": 633 - }, - "minecraft:blue_orchid": { - "protocol_id": 227 - }, - "minecraft:blue_shulker_box": { - "protocol_id": 548 - }, - "minecraft:blue_stained_glass": { - "protocol_id": 496 - }, - "minecraft:blue_stained_glass_pane": { - "protocol_id": 512 - }, - "minecraft:blue_terracotta": { - "protocol_id": 452 - }, - "minecraft:blue_wool": { - "protocol_id": 220 - }, - "minecraft:bogged_spawn_egg": { - "protocol_id": 1054 - }, - "minecraft:bolt_armor_trim_smithing_template": { - "protocol_id": 1330 - }, - "minecraft:bone": { - "protocol_id": 1001 - }, - "minecraft:bone_block": { - "protocol_id": 534 - }, - "minecraft:bone_meal": { - "protocol_id": 1000 - }, - "minecraft:book": { - "protocol_id": 949 - }, - "minecraft:bookshelf": { - "protocol_id": 297 - }, - "minecraft:bordure_indented_banner_pattern": { - "protocol_id": 1245 - }, - "minecraft:bow": { - "protocol_id": 823 - }, - "minecraft:bowl": { - "protocol_id": 821 - }, - "minecraft:brain_coral": { - "protocol_id": 614 - }, - "minecraft:brain_coral_block": { - "protocol_id": 609 - }, - "minecraft:brain_coral_fan": { - "protocol_id": 624 - }, - "minecraft:bread": { - "protocol_id": 877 - }, - "minecraft:breeze_rod": { - "protocol_id": 1134 - }, - "minecraft:breeze_spawn_egg": { - "protocol_id": 1055 - }, - "minecraft:brewer_pottery_sherd": { - "protocol_id": 1335 - }, - "minecraft:brewing_stand": { - "protocol_id": 1044 - }, - "minecraft:brick": { - "protocol_id": 945 - }, - "minecraft:brick_slab": { - "protocol_id": 281 - }, - "minecraft:brick_stairs": { - "protocol_id": 374 - }, - "minecraft:brick_wall": { - "protocol_id": 413 - }, - "minecraft:bricks": { - "protocol_id": 296 - }, - "minecraft:brown_banner": { - "protocol_id": 1187 - }, - "minecraft:brown_bed": { - "protocol_id": 1016 - }, - "minecraft:brown_bundle": { - "protocol_id": 967 - }, - "minecraft:brown_candle": { - "protocol_id": 1297 - }, - "minecraft:brown_carpet": { - "protocol_id": 472 - }, - "minecraft:brown_concrete": { - "protocol_id": 581 - }, - "minecraft:brown_concrete_powder": { - "protocol_id": 597 - }, - "minecraft:brown_dye": { - "protocol_id": 996 - }, - "minecraft:brown_glazed_terracotta": { - "protocol_id": 565 - }, - "minecraft:brown_mushroom": { - "protocol_id": 241 - }, - "minecraft:brown_mushroom_block": { - "protocol_id": 365 - }, - "minecraft:brown_shulker_box": { - "protocol_id": 549 - }, - "minecraft:brown_stained_glass": { - "protocol_id": 497 - }, - "minecraft:brown_stained_glass_pane": { - "protocol_id": 513 - }, - "minecraft:brown_terracotta": { - "protocol_id": 453 - }, - "minecraft:brown_wool": { - "protocol_id": 221 - }, - "minecraft:brush": { - "protocol_id": 1311 - }, - "minecraft:bubble_coral": { - "protocol_id": 615 - }, - "minecraft:bubble_coral_block": { - "protocol_id": 610 - }, - "minecraft:bubble_coral_fan": { - "protocol_id": 625 - }, - "minecraft:bucket": { - "protocol_id": 932 - }, - "minecraft:budding_amethyst": { - "protocol_id": 89 - }, - "minecraft:bundle": { - "protocol_id": 954 - }, - "minecraft:burn_pottery_sherd": { - "protocol_id": 1336 - }, - "minecraft:cactus": { - "protocol_id": 320 - }, - "minecraft:cake": { - "protocol_id": 1003 - }, - "minecraft:calcite": { - "protocol_id": 11 - }, - "minecraft:calibrated_sculk_sensor": { - "protocol_id": 690 - }, - "minecraft:camel_spawn_egg": { - "protocol_id": 1057 - }, - "minecraft:campfire": { - "protocol_id": 1261 - }, - "minecraft:candle": { - "protocol_id": 1284 - }, - "minecraft:carrot": { - "protocol_id": 1139 - }, - "minecraft:carrot_on_a_stick": { - "protocol_id": 790 - }, - "minecraft:cartography_table": { - "protocol_id": 1251 - }, - "minecraft:carved_pumpkin": { - "protocol_id": 336 - }, - "minecraft:cat_spawn_egg": { - "protocol_id": 1056 - }, - "minecraft:cauldron": { - "protocol_id": 1045 - }, - "minecraft:cave_spider_spawn_egg": { - "protocol_id": 1058 - }, - "minecraft:chain": { - "protocol_id": 369 - }, - "minecraft:chain_command_block": { - "protocol_id": 529 - }, - "minecraft:chainmail_boots": { - "protocol_id": 885 - }, - "minecraft:chainmail_chestplate": { - "protocol_id": 883 - }, - "minecraft:chainmail_helmet": { - "protocol_id": 882 - }, - "minecraft:chainmail_leggings": { - "protocol_id": 884 - }, - "minecraft:charcoal": { - "protocol_id": 826 - }, - "minecraft:cherry_boat": { - "protocol_id": 804 - }, - "minecraft:cherry_button": { - "protocol_id": 703 - }, - "minecraft:cherry_chest_boat": { - "protocol_id": 805 - }, - "minecraft:cherry_door": { - "protocol_id": 732 - }, - "minecraft:cherry_fence": { - "protocol_id": 328 - }, - "minecraft:cherry_fence_gate": { - "protocol_id": 773 - }, - "minecraft:cherry_hanging_sign": { - "protocol_id": 925 - }, - "minecraft:cherry_leaves": { - "protocol_id": 187 - }, - "minecraft:cherry_log": { - "protocol_id": 139 - }, - "minecraft:cherry_planks": { - "protocol_id": 41 - }, - "minecraft:cherry_pressure_plate": { - "protocol_id": 719 - }, - "minecraft:cherry_sapling": { - "protocol_id": 54 - }, - "minecraft:cherry_sign": { - "protocol_id": 913 - }, - "minecraft:cherry_slab": { - "protocol_id": 267 - }, - "minecraft:cherry_stairs": { - "protocol_id": 401 - }, - "minecraft:cherry_trapdoor": { - "protocol_id": 753 - }, - "minecraft:cherry_wood": { - "protocol_id": 176 - }, - "minecraft:chest": { - "protocol_id": 311 - }, - "minecraft:chest_minecart": { - "protocol_id": 786 - }, - "minecraft:chicken": { - "protocol_id": 1030 - }, - "minecraft:chicken_spawn_egg": { - "protocol_id": 1059 - }, - "minecraft:chipped_anvil": { - "protocol_id": 434 - }, - "minecraft:chiseled_bookshelf": { - "protocol_id": 298 - }, - "minecraft:chiseled_copper": { - "protocol_id": 98 - }, - "minecraft:chiseled_deepslate": { - "protocol_id": 363 - }, - "minecraft:chiseled_nether_bricks": { - "protocol_id": 381 - }, - "minecraft:chiseled_polished_blackstone": { - "protocol_id": 1278 - }, - "minecraft:chiseled_quartz_block": { - "protocol_id": 436 - }, - "minecraft:chiseled_red_sandstone": { - "protocol_id": 525 - }, - "minecraft:chiseled_sandstone": { - "protocol_id": 199 - }, - "minecraft:chiseled_stone_bricks": { - "protocol_id": 356 - }, - "minecraft:chiseled_tuff": { - "protocol_id": 16 - }, - "minecraft:chiseled_tuff_bricks": { - "protocol_id": 25 - }, - "minecraft:chorus_flower": { - "protocol_id": 305 - }, - "minecraft:chorus_fruit": { - "protocol_id": 1192 - }, - "minecraft:chorus_plant": { - "protocol_id": 304 - }, - "minecraft:clay": { - "protocol_id": 321 - }, - "minecraft:clay_ball": { - "protocol_id": 946 - }, - "minecraft:clock": { - "protocol_id": 972 - }, - "minecraft:coal": { - "protocol_id": 825 - }, - "minecraft:coal_block": { - "protocol_id": 83 - }, - "minecraft:coal_ore": { - "protocol_id": 64 - }, - "minecraft:coarse_dirt": { - "protocol_id": 29 - }, - "minecraft:coast_armor_trim_smithing_template": { - "protocol_id": 1315 - }, - "minecraft:cobbled_deepslate": { - "protocol_id": 9 - }, - "minecraft:cobbled_deepslate_slab": { - "protocol_id": 666 - }, - "minecraft:cobbled_deepslate_stairs": { - "protocol_id": 649 - }, - "minecraft:cobbled_deepslate_wall": { - "protocol_id": 429 - }, - "minecraft:cobblestone": { - "protocol_id": 35 - }, - "minecraft:cobblestone_slab": { - "protocol_id": 280 - }, - "minecraft:cobblestone_stairs": { - "protocol_id": 316 - }, - "minecraft:cobblestone_wall": { - "protocol_id": 411 - }, - "minecraft:cobweb": { - "protocol_id": 201 - }, - "minecraft:cocoa_beans": { - "protocol_id": 983 - }, - "minecraft:cod": { - "protocol_id": 975 - }, - "minecraft:cod_bucket": { - "protocol_id": 941 - }, - "minecraft:cod_spawn_egg": { - "protocol_id": 1060 - }, - "minecraft:command_block": { - "protocol_id": 409 - }, - "minecraft:command_block_minecart": { - "protocol_id": 1172 - }, - "minecraft:comparator": { - "protocol_id": 675 - }, - "minecraft:compass": { - "protocol_id": 952 - }, - "minecraft:composter": { - "protocol_id": 1247 - }, - "minecraft:conduit": { - "protocol_id": 634 - }, - "minecraft:cooked_beef": { - "protocol_id": 1029 - }, - "minecraft:cooked_chicken": { - "protocol_id": 1031 - }, - "minecraft:cooked_cod": { - "protocol_id": 979 - }, - "minecraft:cooked_mutton": { - "protocol_id": 1174 - }, - "minecraft:cooked_porkchop": { - "protocol_id": 904 - }, - "minecraft:cooked_rabbit": { - "protocol_id": 1161 - }, - "minecraft:cooked_salmon": { - "protocol_id": 980 - }, - "minecraft:cookie": { - "protocol_id": 1020 - }, - "minecraft:copper_block": { - "protocol_id": 91 - }, - "minecraft:copper_bulb": { - "protocol_id": 1362 - }, - "minecraft:copper_door": { - "protocol_id": 739 - }, - "minecraft:copper_grate": { - "protocol_id": 1354 - }, - "minecraft:copper_ingot": { - "protocol_id": 835 - }, - "minecraft:copper_ore": { - "protocol_id": 68 - }, - "minecraft:copper_trapdoor": { - "protocol_id": 760 - }, - "minecraft:cornflower": { - "protocol_id": 235 - }, - "minecraft:cow_spawn_egg": { - "protocol_id": 1061 - }, - "minecraft:cracked_deepslate_bricks": { - "protocol_id": 360 - }, - "minecraft:cracked_deepslate_tiles": { - "protocol_id": 362 - }, - "minecraft:cracked_nether_bricks": { - "protocol_id": 380 - }, - "minecraft:cracked_polished_blackstone_bricks": { - "protocol_id": 1282 - }, - "minecraft:cracked_stone_bricks": { - "protocol_id": 355 - }, - "minecraft:crafter": { - "protocol_id": 1021 - }, - "minecraft:crafting_table": { - "protocol_id": 312 - }, - "minecraft:creaking_heart": { - "protocol_id": 310 - }, - "minecraft:creaking_spawn_egg": { - "protocol_id": 1124 - }, - "minecraft:creeper_banner_pattern": { - "protocol_id": 1237 - }, - "minecraft:creeper_head": { - "protocol_id": 1149 - }, - "minecraft:creeper_spawn_egg": { - "protocol_id": 1062 - }, - "minecraft:crimson_button": { - "protocol_id": 708 - }, - "minecraft:crimson_door": { - "protocol_id": 737 - }, - "minecraft:crimson_fence": { - "protocol_id": 333 - }, - "minecraft:crimson_fence_gate": { - "protocol_id": 778 - }, - "minecraft:crimson_fungus": { - "protocol_id": 243 - }, - "minecraft:crimson_hanging_sign": { - "protocol_id": 930 - }, - "minecraft:crimson_hyphae": { - "protocol_id": 180 - }, - "minecraft:crimson_nylium": { - "protocol_id": 33 - }, - "minecraft:crimson_planks": { - "protocol_id": 46 - }, - "minecraft:crimson_pressure_plate": { - "protocol_id": 724 - }, - "minecraft:crimson_roots": { - "protocol_id": 245 - }, - "minecraft:crimson_sign": { - "protocol_id": 918 - }, - "minecraft:crimson_slab": { - "protocol_id": 273 - }, - "minecraft:crimson_stairs": { - "protocol_id": 407 - }, - "minecraft:crimson_stem": { - "protocol_id": 145 - }, - "minecraft:crimson_trapdoor": { - "protocol_id": 758 - }, - "minecraft:crossbow": { - "protocol_id": 1233 - }, - "minecraft:crying_obsidian": { - "protocol_id": 1270 - }, - "minecraft:cut_copper": { - "protocol_id": 102 - }, - "minecraft:cut_copper_slab": { - "protocol_id": 110 - }, - "minecraft:cut_copper_stairs": { - "protocol_id": 106 - }, - "minecraft:cut_red_sandstone": { - "protocol_id": 526 - }, - "minecraft:cut_red_sandstone_slab": { - "protocol_id": 287 - }, - "minecraft:cut_sandstone": { - "protocol_id": 200 - }, - "minecraft:cut_sandstone_slab": { - "protocol_id": 278 - }, - "minecraft:cyan_banner": { - "protocol_id": 1184 - }, - "minecraft:cyan_bed": { - "protocol_id": 1013 - }, - "minecraft:cyan_bundle": { - "protocol_id": 964 - }, - "minecraft:cyan_candle": { - "protocol_id": 1294 - }, - "minecraft:cyan_carpet": { - "protocol_id": 469 - }, - "minecraft:cyan_concrete": { - "protocol_id": 578 - }, - "minecraft:cyan_concrete_powder": { - "protocol_id": 594 - }, - "minecraft:cyan_dye": { - "protocol_id": 993 - }, - "minecraft:cyan_glazed_terracotta": { - "protocol_id": 562 - }, - "minecraft:cyan_shulker_box": { - "protocol_id": 546 - }, - "minecraft:cyan_stained_glass": { - "protocol_id": 494 - }, - "minecraft:cyan_stained_glass_pane": { - "protocol_id": 510 - }, - "minecraft:cyan_terracotta": { - "protocol_id": 450 - }, - "minecraft:cyan_wool": { - "protocol_id": 218 - }, - "minecraft:damaged_anvil": { - "protocol_id": 435 - }, - "minecraft:dandelion": { - "protocol_id": 225 - }, - "minecraft:danger_pottery_sherd": { - "protocol_id": 1337 - }, - "minecraft:dark_oak_boat": { - "protocol_id": 806 - }, - "minecraft:dark_oak_button": { - "protocol_id": 704 - }, - "minecraft:dark_oak_chest_boat": { - "protocol_id": 807 - }, - "minecraft:dark_oak_door": { - "protocol_id": 733 - }, - "minecraft:dark_oak_fence": { - "protocol_id": 329 - }, - "minecraft:dark_oak_fence_gate": { - "protocol_id": 774 - }, - "minecraft:dark_oak_hanging_sign": { - "protocol_id": 926 - }, - "minecraft:dark_oak_leaves": { - "protocol_id": 188 - }, - "minecraft:dark_oak_log": { - "protocol_id": 141 - }, - "minecraft:dark_oak_planks": { - "protocol_id": 42 - }, - "minecraft:dark_oak_pressure_plate": { - "protocol_id": 720 - }, - "minecraft:dark_oak_sapling": { - "protocol_id": 55 - }, - "minecraft:dark_oak_sign": { - "protocol_id": 914 - }, - "minecraft:dark_oak_slab": { - "protocol_id": 268 - }, - "minecraft:dark_oak_stairs": { - "protocol_id": 402 - }, - "minecraft:dark_oak_trapdoor": { - "protocol_id": 754 - }, - "minecraft:dark_oak_wood": { - "protocol_id": 178 - }, - "minecraft:dark_prismarine": { - "protocol_id": 519 - }, - "minecraft:dark_prismarine_slab": { - "protocol_id": 291 - }, - "minecraft:dark_prismarine_stairs": { - "protocol_id": 522 - }, - "minecraft:daylight_detector": { - "protocol_id": 688 - }, - "minecraft:dead_brain_coral": { - "protocol_id": 618 - }, - "minecraft:dead_brain_coral_block": { - "protocol_id": 604 - }, - "minecraft:dead_brain_coral_fan": { - "protocol_id": 629 - }, - "minecraft:dead_bubble_coral": { - "protocol_id": 619 - }, - "minecraft:dead_bubble_coral_block": { - "protocol_id": 605 - }, - "minecraft:dead_bubble_coral_fan": { - "protocol_id": 630 - }, - "minecraft:dead_bush": { - "protocol_id": 206 - }, - "minecraft:dead_fire_coral": { - "protocol_id": 620 - }, - "minecraft:dead_fire_coral_block": { - "protocol_id": 606 - }, - "minecraft:dead_fire_coral_fan": { - "protocol_id": 631 - }, - "minecraft:dead_horn_coral": { - "protocol_id": 621 - }, - "minecraft:dead_horn_coral_block": { - "protocol_id": 607 - }, - "minecraft:dead_horn_coral_fan": { - "protocol_id": 632 - }, - "minecraft:dead_tube_coral": { - "protocol_id": 622 - }, - "minecraft:dead_tube_coral_block": { - "protocol_id": 603 - }, - "minecraft:dead_tube_coral_fan": { - "protocol_id": 628 - }, - "minecraft:debug_stick": { - "protocol_id": 1209 - }, - "minecraft:decorated_pot": { - "protocol_id": 299 - }, - "minecraft:deepslate": { - "protocol_id": 8 - }, - "minecraft:deepslate_brick_slab": { - "protocol_id": 668 - }, - "minecraft:deepslate_brick_stairs": { - "protocol_id": 651 - }, - "minecraft:deepslate_brick_wall": { - "protocol_id": 431 - }, - "minecraft:deepslate_bricks": { - "protocol_id": 359 - }, - "minecraft:deepslate_coal_ore": { - "protocol_id": 65 - }, - "minecraft:deepslate_copper_ore": { - "protocol_id": 69 - }, - "minecraft:deepslate_diamond_ore": { - "protocol_id": 79 - }, - "minecraft:deepslate_emerald_ore": { - "protocol_id": 75 - }, - "minecraft:deepslate_gold_ore": { - "protocol_id": 71 - }, - "minecraft:deepslate_iron_ore": { - "protocol_id": 67 - }, - "minecraft:deepslate_lapis_ore": { - "protocol_id": 77 - }, - "minecraft:deepslate_redstone_ore": { - "protocol_id": 73 - }, - "minecraft:deepslate_tile_slab": { - "protocol_id": 669 - }, - "minecraft:deepslate_tile_stairs": { - "protocol_id": 652 - }, - "minecraft:deepslate_tile_wall": { - "protocol_id": 432 - }, - "minecraft:deepslate_tiles": { - "protocol_id": 361 - }, - "minecraft:detector_rail": { - "protocol_id": 781 - }, - "minecraft:diamond": { - "protocol_id": 827 - }, - "minecraft:diamond_axe": { - "protocol_id": 863 - }, - "minecraft:diamond_block": { - "protocol_id": 93 - }, - "minecraft:diamond_boots": { - "protocol_id": 893 - }, - "minecraft:diamond_chestplate": { - "protocol_id": 891 - }, - "minecraft:diamond_helmet": { - "protocol_id": 890 - }, - "minecraft:diamond_hoe": { - "protocol_id": 864 - }, - "minecraft:diamond_horse_armor": { - "protocol_id": 1168 - }, - "minecraft:diamond_leggings": { - "protocol_id": 892 - }, - "minecraft:diamond_ore": { - "protocol_id": 78 - }, - "minecraft:diamond_pickaxe": { - "protocol_id": 862 - }, - "minecraft:diamond_shovel": { - "protocol_id": 861 - }, - "minecraft:diamond_sword": { - "protocol_id": 860 - }, - "minecraft:diorite": { - "protocol_id": 4 - }, - "minecraft:diorite_slab": { - "protocol_id": 665 - }, - "minecraft:diorite_stairs": { - "protocol_id": 648 - }, - "minecraft:diorite_wall": { - "protocol_id": 425 - }, - "minecraft:dirt": { - "protocol_id": 28 - }, - "minecraft:dirt_path": { - "protocol_id": 478 - }, - "minecraft:disc_fragment_5": { - "protocol_id": 1229 - }, - "minecraft:dispenser": { - "protocol_id": 682 - }, - "minecraft:dolphin_spawn_egg": { - "protocol_id": 1063 - }, - "minecraft:donkey_spawn_egg": { - "protocol_id": 1064 - }, - "minecraft:dragon_breath": { - "protocol_id": 1199 - }, - "minecraft:dragon_egg": { - "protocol_id": 392 - }, - "minecraft:dragon_head": { - "protocol_id": 1150 - }, - "minecraft:dried_kelp": { - "protocol_id": 1025 - }, - "minecraft:dried_kelp_block": { - "protocol_id": 947 - }, - "minecraft:dripstone_block": { - "protocol_id": 26 - }, - "minecraft:dropper": { - "protocol_id": 683 - }, - "minecraft:drowned_spawn_egg": { - "protocol_id": 1065 - }, - "minecraft:dune_armor_trim_smithing_template": { - "protocol_id": 1314 - }, - "minecraft:echo_shard": { - "protocol_id": 1310 - }, - "minecraft:egg": { - "protocol_id": 951 - }, - "minecraft:elder_guardian_spawn_egg": { - "protocol_id": 1066 - }, - "minecraft:elytra": { - "protocol_id": 793 - }, - "minecraft:emerald": { - "protocol_id": 828 - }, - "minecraft:emerald_block": { - "protocol_id": 395 - }, - "minecraft:emerald_ore": { - "protocol_id": 74 - }, - "minecraft:enchanted_book": { - "protocol_id": 1156 - }, - "minecraft:enchanted_golden_apple": { - "protocol_id": 907 - }, - "minecraft:enchanting_table": { - "protocol_id": 388 - }, - "minecraft:end_crystal": { - "protocol_id": 1191 - }, - "minecraft:end_portal_frame": { - "protocol_id": 389 - }, - "minecraft:end_rod": { - "protocol_id": 303 - }, - "minecraft:end_stone": { - "protocol_id": 390 - }, - "minecraft:end_stone_brick_slab": { - "protocol_id": 658 - }, - "minecraft:end_stone_brick_stairs": { - "protocol_id": 640 - }, - "minecraft:end_stone_brick_wall": { - "protocol_id": 424 - }, - "minecraft:end_stone_bricks": { - "protocol_id": 391 - }, - "minecraft:ender_chest": { - "protocol_id": 394 - }, - "minecraft:ender_dragon_spawn_egg": { - "protocol_id": 1067 - }, - "minecraft:ender_eye": { - "protocol_id": 1046 - }, - "minecraft:ender_pearl": { - "protocol_id": 1033 - }, - "minecraft:enderman_spawn_egg": { - "protocol_id": 1068 - }, - "minecraft:endermite_spawn_egg": { - "protocol_id": 1069 - }, - "minecraft:evoker_spawn_egg": { - "protocol_id": 1070 - }, - "minecraft:experience_bottle": { - "protocol_id": 1129 - }, - "minecraft:explorer_pottery_sherd": { - "protocol_id": 1338 - }, - "minecraft:exposed_chiseled_copper": { - "protocol_id": 99 - }, - "minecraft:exposed_copper": { - "protocol_id": 95 - }, - "minecraft:exposed_copper_bulb": { - "protocol_id": 1363 - }, - "minecraft:exposed_copper_door": { - "protocol_id": 740 - }, - "minecraft:exposed_copper_grate": { - "protocol_id": 1355 - }, - "minecraft:exposed_copper_trapdoor": { - "protocol_id": 761 - }, - "minecraft:exposed_cut_copper": { - "protocol_id": 103 - }, - "minecraft:exposed_cut_copper_slab": { - "protocol_id": 111 - }, - "minecraft:exposed_cut_copper_stairs": { - "protocol_id": 107 - }, - "minecraft:eye_armor_trim_smithing_template": { - "protocol_id": 1318 - }, - "minecraft:farmland": { - "protocol_id": 313 - }, - "minecraft:feather": { - "protocol_id": 873 - }, - "minecraft:fermented_spider_eye": { - "protocol_id": 1041 - }, - "minecraft:fern": { - "protocol_id": 203 - }, - "minecraft:field_masoned_banner_pattern": { - "protocol_id": 1244 - }, - "minecraft:filled_map": { - "protocol_id": 1022 - }, - "minecraft:fire_charge": { - "protocol_id": 1130 - }, - "minecraft:fire_coral": { - "protocol_id": 616 - }, - "minecraft:fire_coral_block": { - "protocol_id": 611 - }, - "minecraft:fire_coral_fan": { - "protocol_id": 626 - }, - "minecraft:firework_rocket": { - "protocol_id": 1154 - }, - "minecraft:firework_star": { - "protocol_id": 1155 - }, - "minecraft:fishing_rod": { - "protocol_id": 971 - }, - "minecraft:fletching_table": { - "protocol_id": 1252 - }, - "minecraft:flint": { - "protocol_id": 902 - }, - "minecraft:flint_and_steel": { - "protocol_id": 820 - }, - "minecraft:flow_armor_trim_smithing_template": { - "protocol_id": 1329 - }, - "minecraft:flow_banner_pattern": { - "protocol_id": 1242 - }, - "minecraft:flow_pottery_sherd": { - "protocol_id": 1339 - }, - "minecraft:flower_banner_pattern": { - "protocol_id": 1236 - }, - "minecraft:flower_pot": { - "protocol_id": 1138 - }, - "minecraft:flowering_azalea": { - "protocol_id": 205 - }, - "minecraft:flowering_azalea_leaves": { - "protocol_id": 192 - }, - "minecraft:fox_spawn_egg": { - "protocol_id": 1071 - }, - "minecraft:friend_pottery_sherd": { - "protocol_id": 1340 - }, - "minecraft:frog_spawn_egg": { - "protocol_id": 1072 - }, - "minecraft:frogspawn": { - "protocol_id": 1309 - }, - "minecraft:furnace": { - "protocol_id": 314 - }, - "minecraft:furnace_minecart": { - "protocol_id": 787 - }, - "minecraft:ghast_spawn_egg": { - "protocol_id": 1073 - }, - "minecraft:ghast_tear": { - "protocol_id": 1035 - }, - "minecraft:gilded_blackstone": { - "protocol_id": 1274 - }, - "minecraft:glass": { - "protocol_id": 195 - }, - "minecraft:glass_bottle": { - "protocol_id": 1038 - }, - "minecraft:glass_pane": { - "protocol_id": 370 - }, - "minecraft:glistering_melon_slice": { - "protocol_id": 1047 - }, - "minecraft:globe_banner_pattern": { - "protocol_id": 1240 - }, - "minecraft:glow_berries": { - "protocol_id": 1260 - }, - "minecraft:glow_ink_sac": { - "protocol_id": 982 - }, - "minecraft:glow_item_frame": { - "protocol_id": 1137 - }, - "minecraft:glow_lichen": { - "protocol_id": 373 - }, - "minecraft:glow_squid_spawn_egg": { - "protocol_id": 1074 - }, - "minecraft:glowstone": { - "protocol_id": 345 - }, - "minecraft:glowstone_dust": { - "protocol_id": 974 - }, - "minecraft:goat_horn": { - "protocol_id": 1246 - }, - "minecraft:goat_spawn_egg": { - "protocol_id": 1075 - }, - "minecraft:gold_block": { - "protocol_id": 92 - }, - "minecraft:gold_ingot": { - "protocol_id": 837 - }, - "minecraft:gold_nugget": { - "protocol_id": 1036 - }, - "minecraft:gold_ore": { - "protocol_id": 70 - }, - "minecraft:golden_apple": { - "protocol_id": 906 - }, - "minecraft:golden_axe": { - "protocol_id": 853 - }, - "minecraft:golden_boots": { - "protocol_id": 897 - }, - "minecraft:golden_carrot": { - "protocol_id": 1144 - }, - "minecraft:golden_chestplate": { - "protocol_id": 895 - }, - "minecraft:golden_helmet": { - "protocol_id": 894 - }, - "minecraft:golden_hoe": { - "protocol_id": 854 - }, - "minecraft:golden_horse_armor": { - "protocol_id": 1167 - }, - "minecraft:golden_leggings": { - "protocol_id": 896 - }, - "minecraft:golden_pickaxe": { - "protocol_id": 852 - }, - "minecraft:golden_shovel": { - "protocol_id": 851 - }, - "minecraft:golden_sword": { - "protocol_id": 850 - }, - "minecraft:granite": { - "protocol_id": 2 - }, - "minecraft:granite_slab": { - "protocol_id": 661 - }, - "minecraft:granite_stairs": { - "protocol_id": 644 - }, - "minecraft:granite_wall": { - "protocol_id": 417 - }, - "minecraft:grass_block": { - "protocol_id": 27 - }, - "minecraft:gravel": { - "protocol_id": 63 - }, - "minecraft:gray_banner": { - "protocol_id": 1182 - }, - "minecraft:gray_bed": { - "protocol_id": 1011 - }, - "minecraft:gray_bundle": { - "protocol_id": 962 - }, - "minecraft:gray_candle": { - "protocol_id": 1292 - }, - "minecraft:gray_carpet": { - "protocol_id": 467 - }, - "minecraft:gray_concrete": { - "protocol_id": 576 - }, - "minecraft:gray_concrete_powder": { - "protocol_id": 592 - }, - "minecraft:gray_dye": { - "protocol_id": 991 - }, - "minecraft:gray_glazed_terracotta": { - "protocol_id": 560 - }, - "minecraft:gray_shulker_box": { - "protocol_id": 544 - }, - "minecraft:gray_stained_glass": { - "protocol_id": 492 - }, - "minecraft:gray_stained_glass_pane": { - "protocol_id": 508 - }, - "minecraft:gray_terracotta": { - "protocol_id": 448 - }, - "minecraft:gray_wool": { - "protocol_id": 216 - }, - "minecraft:green_banner": { - "protocol_id": 1188 - }, - "minecraft:green_bed": { - "protocol_id": 1017 - }, - "minecraft:green_bundle": { - "protocol_id": 968 - }, - "minecraft:green_candle": { - "protocol_id": 1298 - }, - "minecraft:green_carpet": { - "protocol_id": 473 - }, - "minecraft:green_concrete": { - "protocol_id": 582 - }, - "minecraft:green_concrete_powder": { - "protocol_id": 598 - }, - "minecraft:green_dye": { - "protocol_id": 997 - }, - "minecraft:green_glazed_terracotta": { - "protocol_id": 566 - }, - "minecraft:green_shulker_box": { - "protocol_id": 550 - }, - "minecraft:green_stained_glass": { - "protocol_id": 498 - }, - "minecraft:green_stained_glass_pane": { - "protocol_id": 514 - }, - "minecraft:green_terracotta": { - "protocol_id": 454 - }, - "minecraft:green_wool": { - "protocol_id": 222 - }, - "minecraft:grindstone": { - "protocol_id": 1253 - }, - "minecraft:guardian_spawn_egg": { - "protocol_id": 1076 - }, - "minecraft:gunpowder": { - "protocol_id": 874 - }, - "minecraft:guster_banner_pattern": { - "protocol_id": 1243 - }, - "minecraft:guster_pottery_sherd": { - "protocol_id": 1341 - }, - "minecraft:hanging_roots": { - "protocol_id": 258 - }, - "minecraft:hay_block": { - "protocol_id": 459 - }, - "minecraft:heart_of_the_sea": { - "protocol_id": 1232 - }, - "minecraft:heart_pottery_sherd": { - "protocol_id": 1342 - }, - "minecraft:heartbreak_pottery_sherd": { - "protocol_id": 1343 - }, - "minecraft:heavy_core": { - "protocol_id": 87 - }, - "minecraft:heavy_weighted_pressure_plate": { - "protocol_id": 713 - }, - "minecraft:hoglin_spawn_egg": { - "protocol_id": 1077 - }, - "minecraft:honey_block": { - "protocol_id": 679 - }, - "minecraft:honey_bottle": { - "protocol_id": 1267 - }, - "minecraft:honeycomb": { - "protocol_id": 1264 - }, - "minecraft:honeycomb_block": { - "protocol_id": 1268 - }, - "minecraft:hopper": { - "protocol_id": 681 - }, - "minecraft:hopper_minecart": { - "protocol_id": 789 - }, - "minecraft:horn_coral": { - "protocol_id": 617 - }, - "minecraft:horn_coral_block": { - "protocol_id": 612 - }, - "minecraft:horn_coral_fan": { - "protocol_id": 627 - }, - "minecraft:horse_spawn_egg": { - "protocol_id": 1078 - }, - "minecraft:host_armor_trim_smithing_template": { - "protocol_id": 1328 - }, - "minecraft:howl_pottery_sherd": { - "protocol_id": 1344 - }, - "minecraft:husk_spawn_egg": { - "protocol_id": 1079 - }, - "minecraft:ice": { - "protocol_id": 318 - }, - "minecraft:infested_chiseled_stone_bricks": { - "protocol_id": 351 - }, - "minecraft:infested_cobblestone": { - "protocol_id": 347 - }, - "minecraft:infested_cracked_stone_bricks": { - "protocol_id": 350 - }, - "minecraft:infested_deepslate": { - "protocol_id": 352 - }, - "minecraft:infested_mossy_stone_bricks": { - "protocol_id": 349 - }, - "minecraft:infested_stone": { - "protocol_id": 346 - }, - "minecraft:infested_stone_bricks": { - "protocol_id": 348 - }, - "minecraft:ink_sac": { - "protocol_id": 981 - }, - "minecraft:iron_axe": { - "protocol_id": 858 - }, - "minecraft:iron_bars": { - "protocol_id": 368 - }, - "minecraft:iron_block": { - "protocol_id": 90 - }, - "minecraft:iron_boots": { - "protocol_id": 889 - }, - "minecraft:iron_chestplate": { - "protocol_id": 887 - }, - "minecraft:iron_door": { - "protocol_id": 726 - }, - "minecraft:iron_golem_spawn_egg": { - "protocol_id": 1080 - }, - "minecraft:iron_helmet": { - "protocol_id": 886 - }, - "minecraft:iron_hoe": { - "protocol_id": 859 - }, - "minecraft:iron_horse_armor": { - "protocol_id": 1166 - }, - "minecraft:iron_ingot": { - "protocol_id": 833 - }, - "minecraft:iron_leggings": { - "protocol_id": 888 - }, - "minecraft:iron_nugget": { - "protocol_id": 1207 - }, - "minecraft:iron_ore": { - "protocol_id": 66 - }, - "minecraft:iron_pickaxe": { - "protocol_id": 857 - }, - "minecraft:iron_shovel": { - "protocol_id": 856 - }, - "minecraft:iron_sword": { - "protocol_id": 855 - }, - "minecraft:iron_trapdoor": { - "protocol_id": 747 - }, - "minecraft:item_frame": { - "protocol_id": 1136 - }, - "minecraft:jack_o_lantern": { - "protocol_id": 337 - }, - "minecraft:jigsaw": { - "protocol_id": 815 - }, - "minecraft:jukebox": { - "protocol_id": 322 - }, - "minecraft:jungle_boat": { - "protocol_id": 800 - }, - "minecraft:jungle_button": { - "protocol_id": 701 - }, - "minecraft:jungle_chest_boat": { - "protocol_id": 801 - }, - "minecraft:jungle_door": { - "protocol_id": 730 - }, - "minecraft:jungle_fence": { - "protocol_id": 326 - }, - "minecraft:jungle_fence_gate": { - "protocol_id": 771 - }, - "minecraft:jungle_hanging_sign": { - "protocol_id": 923 - }, - "minecraft:jungle_leaves": { - "protocol_id": 185 - }, - "minecraft:jungle_log": { - "protocol_id": 137 - }, - "minecraft:jungle_planks": { - "protocol_id": 39 - }, - "minecraft:jungle_pressure_plate": { - "protocol_id": 717 - }, - "minecraft:jungle_sapling": { - "protocol_id": 52 - }, - "minecraft:jungle_sign": { - "protocol_id": 911 - }, - "minecraft:jungle_slab": { - "protocol_id": 265 - }, - "minecraft:jungle_stairs": { - "protocol_id": 399 - }, - "minecraft:jungle_trapdoor": { - "protocol_id": 751 - }, - "minecraft:jungle_wood": { - "protocol_id": 174 - }, - "minecraft:kelp": { - "protocol_id": 251 - }, - "minecraft:knowledge_book": { - "protocol_id": 1208 - }, - "minecraft:ladder": { - "protocol_id": 315 - }, - "minecraft:lantern": { - "protocol_id": 1257 - }, - "minecraft:lapis_block": { - "protocol_id": 197 - }, - "minecraft:lapis_lazuli": { - "protocol_id": 829 - }, - "minecraft:lapis_ore": { - "protocol_id": 76 - }, - "minecraft:large_amethyst_bud": { - "protocol_id": 1303 - }, - "minecraft:large_fern": { - "protocol_id": 484 - }, - "minecraft:lava_bucket": { - "protocol_id": 934 - }, - "minecraft:lead": { - "protocol_id": 1170 - }, - "minecraft:leather": { - "protocol_id": 937 - }, - "minecraft:leather_boots": { - "protocol_id": 881 - }, - "minecraft:leather_chestplate": { - "protocol_id": 879 - }, - "minecraft:leather_helmet": { - "protocol_id": 878 - }, - "minecraft:leather_horse_armor": { - "protocol_id": 1169 - }, - "minecraft:leather_leggings": { - "protocol_id": 880 - }, - "minecraft:lectern": { - "protocol_id": 684 - }, - "minecraft:lever": { - "protocol_id": 686 - }, - "minecraft:light": { - "protocol_id": 458 - }, - "minecraft:light_blue_banner": { - "protocol_id": 1178 - }, - "minecraft:light_blue_bed": { - "protocol_id": 1007 - }, - "minecraft:light_blue_bundle": { - "protocol_id": 958 - }, - "minecraft:light_blue_candle": { - "protocol_id": 1288 - }, - "minecraft:light_blue_carpet": { - "protocol_id": 463 - }, - "minecraft:light_blue_concrete": { - "protocol_id": 572 - }, - "minecraft:light_blue_concrete_powder": { - "protocol_id": 588 - }, - "minecraft:light_blue_dye": { - "protocol_id": 987 - }, - "minecraft:light_blue_glazed_terracotta": { - "protocol_id": 556 - }, - "minecraft:light_blue_shulker_box": { - "protocol_id": 540 - }, - "minecraft:light_blue_stained_glass": { - "protocol_id": 488 - }, - "minecraft:light_blue_stained_glass_pane": { - "protocol_id": 504 - }, - "minecraft:light_blue_terracotta": { - "protocol_id": 444 - }, - "minecraft:light_blue_wool": { - "protocol_id": 212 - }, - "minecraft:light_gray_banner": { - "protocol_id": 1183 - }, - "minecraft:light_gray_bed": { - "protocol_id": 1012 - }, - "minecraft:light_gray_bundle": { - "protocol_id": 963 - }, - "minecraft:light_gray_candle": { - "protocol_id": 1293 - }, - "minecraft:light_gray_carpet": { - "protocol_id": 468 - }, - "minecraft:light_gray_concrete": { - "protocol_id": 577 - }, - "minecraft:light_gray_concrete_powder": { - "protocol_id": 593 - }, - "minecraft:light_gray_dye": { - "protocol_id": 992 - }, - "minecraft:light_gray_glazed_terracotta": { - "protocol_id": 561 - }, - "minecraft:light_gray_shulker_box": { - "protocol_id": 545 - }, - "minecraft:light_gray_stained_glass": { - "protocol_id": 493 - }, - "minecraft:light_gray_stained_glass_pane": { - "protocol_id": 509 - }, - "minecraft:light_gray_terracotta": { - "protocol_id": 449 - }, - "minecraft:light_gray_wool": { - "protocol_id": 217 - }, - "minecraft:light_weighted_pressure_plate": { - "protocol_id": 712 - }, - "minecraft:lightning_rod": { - "protocol_id": 687 - }, - "minecraft:lilac": { - "protocol_id": 480 - }, - "minecraft:lily_of_the_valley": { - "protocol_id": 236 - }, - "minecraft:lily_pad": { - "protocol_id": 378 - }, - "minecraft:lime_banner": { - "protocol_id": 1180 - }, - "minecraft:lime_bed": { - "protocol_id": 1009 - }, - "minecraft:lime_bundle": { - "protocol_id": 960 - }, - "minecraft:lime_candle": { - "protocol_id": 1290 - }, - "minecraft:lime_carpet": { - "protocol_id": 465 - }, - "minecraft:lime_concrete": { - "protocol_id": 574 - }, - "minecraft:lime_concrete_powder": { - "protocol_id": 590 - }, - "minecraft:lime_dye": { - "protocol_id": 989 - }, - "minecraft:lime_glazed_terracotta": { - "protocol_id": 558 - }, - "minecraft:lime_shulker_box": { - "protocol_id": 542 - }, - "minecraft:lime_stained_glass": { - "protocol_id": 490 - }, - "minecraft:lime_stained_glass_pane": { - "protocol_id": 506 - }, - "minecraft:lime_terracotta": { - "protocol_id": 446 - }, - "minecraft:lime_wool": { - "protocol_id": 214 - }, - "minecraft:lingering_potion": { - "protocol_id": 1203 - }, - "minecraft:llama_spawn_egg": { - "protocol_id": 1081 - }, - "minecraft:lodestone": { - "protocol_id": 1269 - }, - "minecraft:loom": { - "protocol_id": 1235 - }, - "minecraft:mace": { - "protocol_id": 1135 - }, - "minecraft:magenta_banner": { - "protocol_id": 1177 - }, - "minecraft:magenta_bed": { - "protocol_id": 1006 - }, - "minecraft:magenta_bundle": { - "protocol_id": 957 - }, - "minecraft:magenta_candle": { - "protocol_id": 1287 - }, - "minecraft:magenta_carpet": { - "protocol_id": 462 - }, - "minecraft:magenta_concrete": { - "protocol_id": 571 - }, - "minecraft:magenta_concrete_powder": { - "protocol_id": 587 - }, - "minecraft:magenta_dye": { - "protocol_id": 986 - }, - "minecraft:magenta_glazed_terracotta": { - "protocol_id": 555 - }, - "minecraft:magenta_shulker_box": { - "protocol_id": 539 - }, - "minecraft:magenta_stained_glass": { - "protocol_id": 487 - }, - "minecraft:magenta_stained_glass_pane": { - "protocol_id": 503 - }, - "minecraft:magenta_terracotta": { - "protocol_id": 443 - }, - "minecraft:magenta_wool": { - "protocol_id": 211 - }, - "minecraft:magma_block": { - "protocol_id": 530 - }, - "minecraft:magma_cream": { - "protocol_id": 1043 - }, - "minecraft:magma_cube_spawn_egg": { - "protocol_id": 1082 - }, - "minecraft:mangrove_boat": { - "protocol_id": 810 - }, - "minecraft:mangrove_button": { - "protocol_id": 706 - }, - "minecraft:mangrove_chest_boat": { - "protocol_id": 811 - }, - "minecraft:mangrove_door": { - "protocol_id": 735 - }, - "minecraft:mangrove_fence": { - "protocol_id": 331 - }, - "minecraft:mangrove_fence_gate": { - "protocol_id": 776 - }, - "minecraft:mangrove_hanging_sign": { - "protocol_id": 928 - }, - "minecraft:mangrove_leaves": { - "protocol_id": 190 - }, - "minecraft:mangrove_log": { - "protocol_id": 142 - }, - "minecraft:mangrove_planks": { - "protocol_id": 44 - }, - "minecraft:mangrove_pressure_plate": { - "protocol_id": 722 - }, - "minecraft:mangrove_propagule": { - "protocol_id": 57 - }, - "minecraft:mangrove_roots": { - "protocol_id": 143 - }, - "minecraft:mangrove_sign": { - "protocol_id": 916 - }, - "minecraft:mangrove_slab": { - "protocol_id": 270 - }, - "minecraft:mangrove_stairs": { - "protocol_id": 404 - }, - "minecraft:mangrove_trapdoor": { - "protocol_id": 756 - }, - "minecraft:mangrove_wood": { - "protocol_id": 179 - }, - "minecraft:map": { - "protocol_id": 1143 - }, - "minecraft:medium_amethyst_bud": { - "protocol_id": 1302 - }, - "minecraft:melon": { - "protocol_id": 371 - }, - "minecraft:melon_seeds": { - "protocol_id": 1027 - }, - "minecraft:melon_slice": { - "protocol_id": 1024 - }, - "minecraft:milk_bucket": { - "protocol_id": 938 - }, - "minecraft:minecart": { - "protocol_id": 785 - }, - "minecraft:miner_pottery_sherd": { - "protocol_id": 1345 - }, - "minecraft:mojang_banner_pattern": { - "protocol_id": 1239 - }, - "minecraft:mooshroom_spawn_egg": { - "protocol_id": 1083 - }, - "minecraft:moss_block": { - "protocol_id": 254 - }, - "minecraft:moss_carpet": { - "protocol_id": 253 - }, - "minecraft:mossy_cobblestone": { - "protocol_id": 300 - }, - "minecraft:mossy_cobblestone_slab": { - "protocol_id": 657 - }, - "minecraft:mossy_cobblestone_stairs": { - "protocol_id": 639 - }, - "minecraft:mossy_cobblestone_wall": { - "protocol_id": 412 - }, - "minecraft:mossy_stone_brick_slab": { - "protocol_id": 655 - }, - "minecraft:mossy_stone_brick_stairs": { - "protocol_id": 637 - }, - "minecraft:mossy_stone_brick_wall": { - "protocol_id": 416 - }, - "minecraft:mossy_stone_bricks": { - "protocol_id": 354 - }, - "minecraft:mourner_pottery_sherd": { - "protocol_id": 1346 - }, - "minecraft:mud": { - "protocol_id": 32 - }, - "minecraft:mud_brick_slab": { - "protocol_id": 283 - }, - "minecraft:mud_brick_stairs": { - "protocol_id": 376 - }, - "minecraft:mud_brick_wall": { - "protocol_id": 419 - }, - "minecraft:mud_bricks": { - "protocol_id": 358 - }, - "minecraft:muddy_mangrove_roots": { - "protocol_id": 144 - }, - "minecraft:mule_spawn_egg": { - "protocol_id": 1084 - }, - "minecraft:mushroom_stem": { - "protocol_id": 367 - }, - "minecraft:mushroom_stew": { - "protocol_id": 871 - }, - "minecraft:music_disc_11": { - "protocol_id": 1222 - }, - "minecraft:music_disc_13": { - "protocol_id": 1210 - }, - "minecraft:music_disc_5": { - "protocol_id": 1226 - }, - "minecraft:music_disc_blocks": { - "protocol_id": 1212 - }, - "minecraft:music_disc_cat": { - "protocol_id": 1211 - }, - "minecraft:music_disc_chirp": { - "protocol_id": 1213 - }, - "minecraft:music_disc_creator": { - "protocol_id": 1214 - }, - "minecraft:music_disc_creator_music_box": { - "protocol_id": 1215 - }, - "minecraft:music_disc_far": { - "protocol_id": 1216 - }, - "minecraft:music_disc_mall": { - "protocol_id": 1217 - }, - "minecraft:music_disc_mellohi": { - "protocol_id": 1218 - }, - "minecraft:music_disc_otherside": { - "protocol_id": 1224 - }, - "minecraft:music_disc_pigstep": { - "protocol_id": 1227 - }, - "minecraft:music_disc_precipice": { - "protocol_id": 1228 - }, - "minecraft:music_disc_relic": { - "protocol_id": 1225 - }, - "minecraft:music_disc_stal": { - "protocol_id": 1219 - }, - "minecraft:music_disc_strad": { - "protocol_id": 1220 - }, - "minecraft:music_disc_wait": { - "protocol_id": 1223 - }, - "minecraft:music_disc_ward": { - "protocol_id": 1221 - }, - "minecraft:mutton": { - "protocol_id": 1173 - }, - "minecraft:mycelium": { - "protocol_id": 377 - }, - "minecraft:name_tag": { - "protocol_id": 1171 - }, - "minecraft:nautilus_shell": { - "protocol_id": 1231 - }, - "minecraft:nether_brick": { - "protocol_id": 1157 - }, - "minecraft:nether_brick_fence": { - "protocol_id": 382 - }, - "minecraft:nether_brick_slab": { - "protocol_id": 284 - }, - "minecraft:nether_brick_stairs": { - "protocol_id": 383 - }, - "minecraft:nether_brick_wall": { - "protocol_id": 420 - }, - "minecraft:nether_bricks": { - "protocol_id": 379 - }, - "minecraft:nether_gold_ore": { - "protocol_id": 80 - }, - "minecraft:nether_quartz_ore": { - "protocol_id": 81 - }, - "minecraft:nether_sprouts": { - "protocol_id": 247 - }, - "minecraft:nether_star": { - "protocol_id": 1152 - }, - "minecraft:nether_wart": { - "protocol_id": 1037 - }, - "minecraft:nether_wart_block": { - "protocol_id": 531 - }, - "minecraft:netherite_axe": { - "protocol_id": 868 - }, - "minecraft:netherite_block": { - "protocol_id": 94 - }, - "minecraft:netherite_boots": { - "protocol_id": 901 - }, - "minecraft:netherite_chestplate": { - "protocol_id": 899 - }, - "minecraft:netherite_helmet": { - "protocol_id": 898 - }, - "minecraft:netherite_hoe": { - "protocol_id": 869 - }, - "minecraft:netherite_ingot": { - "protocol_id": 838 - }, - "minecraft:netherite_leggings": { - "protocol_id": 900 - }, - "minecraft:netherite_pickaxe": { - "protocol_id": 867 - }, - "minecraft:netherite_scrap": { - "protocol_id": 839 - }, - "minecraft:netherite_shovel": { - "protocol_id": 866 - }, - "minecraft:netherite_sword": { - "protocol_id": 865 - }, - "minecraft:netherite_upgrade_smithing_template": { - "protocol_id": 1312 - }, - "minecraft:netherrack": { - "protocol_id": 338 - }, - "minecraft:note_block": { - "protocol_id": 695 - }, - "minecraft:oak_boat": { - "protocol_id": 794 - }, - "minecraft:oak_button": { - "protocol_id": 698 - }, - "minecraft:oak_chest_boat": { - "protocol_id": 795 - }, - "minecraft:oak_door": { - "protocol_id": 727 - }, - "minecraft:oak_fence": { - "protocol_id": 323 - }, - "minecraft:oak_fence_gate": { - "protocol_id": 768 - }, - "minecraft:oak_hanging_sign": { - "protocol_id": 920 - }, - "minecraft:oak_leaves": { - "protocol_id": 182 - }, - "minecraft:oak_log": { - "protocol_id": 134 - }, - "minecraft:oak_planks": { - "protocol_id": 36 - }, - "minecraft:oak_pressure_plate": { - "protocol_id": 714 - }, - "minecraft:oak_sapling": { - "protocol_id": 49 - }, - "minecraft:oak_sign": { - "protocol_id": 908 - }, - "minecraft:oak_slab": { - "protocol_id": 262 - }, - "minecraft:oak_stairs": { - "protocol_id": 396 - }, - "minecraft:oak_trapdoor": { - "protocol_id": 748 - }, - "minecraft:oak_wood": { - "protocol_id": 171 - }, - "minecraft:observer": { - "protocol_id": 680 - }, - "minecraft:obsidian": { - "protocol_id": 301 - }, - "minecraft:ocelot_spawn_egg": { - "protocol_id": 1085 - }, - "minecraft:ochre_froglight": { - "protocol_id": 1306 - }, - "minecraft:ominous_bottle": { - "protocol_id": 1374 - }, - "minecraft:ominous_trial_key": { - "protocol_id": 1372 - }, - "minecraft:orange_banner": { - "protocol_id": 1176 - }, - "minecraft:orange_bed": { - "protocol_id": 1005 - }, - "minecraft:orange_bundle": { - "protocol_id": 956 - }, - "minecraft:orange_candle": { - "protocol_id": 1286 - }, - "minecraft:orange_carpet": { - "protocol_id": 461 - }, - "minecraft:orange_concrete": { - "protocol_id": 570 - }, - "minecraft:orange_concrete_powder": { - "protocol_id": 586 - }, - "minecraft:orange_dye": { - "protocol_id": 985 - }, - "minecraft:orange_glazed_terracotta": { - "protocol_id": 554 - }, - "minecraft:orange_shulker_box": { - "protocol_id": 538 - }, - "minecraft:orange_stained_glass": { - "protocol_id": 486 - }, - "minecraft:orange_stained_glass_pane": { - "protocol_id": 502 - }, - "minecraft:orange_terracotta": { - "protocol_id": 442 - }, - "minecraft:orange_tulip": { - "protocol_id": 231 - }, - "minecraft:orange_wool": { - "protocol_id": 210 - }, - "minecraft:oxeye_daisy": { - "protocol_id": 234 - }, - "minecraft:oxidized_chiseled_copper": { - "protocol_id": 101 - }, - "minecraft:oxidized_copper": { - "protocol_id": 97 - }, - "minecraft:oxidized_copper_bulb": { - "protocol_id": 1365 - }, - "minecraft:oxidized_copper_door": { - "protocol_id": 742 - }, - "minecraft:oxidized_copper_grate": { - "protocol_id": 1357 - }, - "minecraft:oxidized_copper_trapdoor": { - "protocol_id": 763 - }, - "minecraft:oxidized_cut_copper": { - "protocol_id": 105 - }, - "minecraft:oxidized_cut_copper_slab": { - "protocol_id": 113 - }, - "minecraft:oxidized_cut_copper_stairs": { - "protocol_id": 109 - }, - "minecraft:packed_ice": { - "protocol_id": 477 - }, - "minecraft:packed_mud": { - "protocol_id": 357 - }, - "minecraft:painting": { - "protocol_id": 905 - }, - "minecraft:pale_hanging_moss": { - "protocol_id": 256 - }, - "minecraft:pale_moss_block": { - "protocol_id": 257 - }, - "minecraft:pale_moss_carpet": { - "protocol_id": 255 - }, - "minecraft:pale_oak_boat": { - "protocol_id": 808 - }, - "minecraft:pale_oak_button": { - "protocol_id": 705 - }, - "minecraft:pale_oak_chest_boat": { - "protocol_id": 809 - }, - "minecraft:pale_oak_door": { - "protocol_id": 734 - }, - "minecraft:pale_oak_fence": { - "protocol_id": 330 - }, - "minecraft:pale_oak_fence_gate": { - "protocol_id": 775 - }, - "minecraft:pale_oak_hanging_sign": { - "protocol_id": 927 - }, - "minecraft:pale_oak_leaves": { - "protocol_id": 189 - }, - "minecraft:pale_oak_log": { - "protocol_id": 140 - }, - "minecraft:pale_oak_planks": { - "protocol_id": 43 - }, - "minecraft:pale_oak_pressure_plate": { - "protocol_id": 721 - }, - "minecraft:pale_oak_sapling": { - "protocol_id": 56 - }, - "minecraft:pale_oak_sign": { - "protocol_id": 915 - }, - "minecraft:pale_oak_slab": { - "protocol_id": 269 - }, - "minecraft:pale_oak_stairs": { - "protocol_id": 403 - }, - "minecraft:pale_oak_trapdoor": { - "protocol_id": 755 - }, - "minecraft:pale_oak_wood": { - "protocol_id": 177 - }, - "minecraft:panda_spawn_egg": { - "protocol_id": 1086 - }, - "minecraft:paper": { - "protocol_id": 948 - }, - "minecraft:parrot_spawn_egg": { - "protocol_id": 1087 - }, - "minecraft:pearlescent_froglight": { - "protocol_id": 1308 - }, - "minecraft:peony": { - "protocol_id": 482 - }, - "minecraft:petrified_oak_slab": { - "protocol_id": 279 - }, - "minecraft:phantom_membrane": { - "protocol_id": 792 - }, - "minecraft:phantom_spawn_egg": { - "protocol_id": 1088 - }, - "minecraft:pig_spawn_egg": { - "protocol_id": 1089 - }, - "minecraft:piglin_banner_pattern": { - "protocol_id": 1241 - }, - "minecraft:piglin_brute_spawn_egg": { - "protocol_id": 1091 - }, - "minecraft:piglin_head": { - "protocol_id": 1151 - }, - "minecraft:piglin_spawn_egg": { - "protocol_id": 1090 - }, - "minecraft:pillager_spawn_egg": { - "protocol_id": 1092 - }, - "minecraft:pink_banner": { - "protocol_id": 1181 - }, - "minecraft:pink_bed": { - "protocol_id": 1010 - }, - "minecraft:pink_bundle": { - "protocol_id": 961 - }, - "minecraft:pink_candle": { - "protocol_id": 1291 - }, - "minecraft:pink_carpet": { - "protocol_id": 466 - }, - "minecraft:pink_concrete": { - "protocol_id": 575 - }, - "minecraft:pink_concrete_powder": { - "protocol_id": 591 - }, - "minecraft:pink_dye": { - "protocol_id": 990 - }, - "minecraft:pink_glazed_terracotta": { - "protocol_id": 559 - }, - "minecraft:pink_petals": { - "protocol_id": 252 - }, - "minecraft:pink_shulker_box": { - "protocol_id": 543 - }, - "minecraft:pink_stained_glass": { - "protocol_id": 491 - }, - "minecraft:pink_stained_glass_pane": { - "protocol_id": 507 - }, - "minecraft:pink_terracotta": { - "protocol_id": 447 - }, - "minecraft:pink_tulip": { - "protocol_id": 233 - }, - "minecraft:pink_wool": { - "protocol_id": 215 - }, - "minecraft:piston": { - "protocol_id": 676 - }, - "minecraft:pitcher_plant": { - "protocol_id": 239 - }, - "minecraft:pitcher_pod": { - "protocol_id": 1195 - }, - "minecraft:player_head": { - "protocol_id": 1147 - }, - "minecraft:plenty_pottery_sherd": { - "protocol_id": 1347 - }, - "minecraft:podzol": { - "protocol_id": 30 - }, - "minecraft:pointed_dripstone": { - "protocol_id": 1305 - }, - "minecraft:poisonous_potato": { - "protocol_id": 1142 - }, - "minecraft:polar_bear_spawn_egg": { - "protocol_id": 1093 - }, - "minecraft:polished_andesite": { - "protocol_id": 7 - }, - "minecraft:polished_andesite_slab": { - "protocol_id": 664 - }, - "minecraft:polished_andesite_stairs": { - "protocol_id": 647 - }, - "minecraft:polished_basalt": { - "protocol_id": 342 - }, - "minecraft:polished_blackstone": { - "protocol_id": 1275 - }, - "minecraft:polished_blackstone_brick_slab": { - "protocol_id": 1280 - }, - "minecraft:polished_blackstone_brick_stairs": { - "protocol_id": 1281 - }, - "minecraft:polished_blackstone_brick_wall": { - "protocol_id": 428 - }, - "minecraft:polished_blackstone_bricks": { - "protocol_id": 1279 - }, - "minecraft:polished_blackstone_button": { - "protocol_id": 697 - }, - "minecraft:polished_blackstone_pressure_plate": { - "protocol_id": 711 - }, - "minecraft:polished_blackstone_slab": { - "protocol_id": 1276 - }, - "minecraft:polished_blackstone_stairs": { - "protocol_id": 1277 - }, - "minecraft:polished_blackstone_wall": { - "protocol_id": 427 - }, - "minecraft:polished_deepslate": { - "protocol_id": 10 - }, - "minecraft:polished_deepslate_slab": { - "protocol_id": 667 - }, - "minecraft:polished_deepslate_stairs": { - "protocol_id": 650 - }, - "minecraft:polished_deepslate_wall": { - "protocol_id": 430 - }, - "minecraft:polished_diorite": { - "protocol_id": 5 - }, - "minecraft:polished_diorite_slab": { - "protocol_id": 656 - }, - "minecraft:polished_diorite_stairs": { - "protocol_id": 638 - }, - "minecraft:polished_granite": { - "protocol_id": 3 - }, - "minecraft:polished_granite_slab": { - "protocol_id": 653 - }, - "minecraft:polished_granite_stairs": { - "protocol_id": 635 - }, - "minecraft:polished_tuff": { - "protocol_id": 17 - }, - "minecraft:polished_tuff_slab": { - "protocol_id": 18 - }, - "minecraft:polished_tuff_stairs": { - "protocol_id": 19 - }, - "minecraft:polished_tuff_wall": { - "protocol_id": 20 - }, - "minecraft:popped_chorus_fruit": { - "protocol_id": 1193 - }, - "minecraft:poppy": { - "protocol_id": 226 - }, - "minecraft:porkchop": { - "protocol_id": 903 - }, - "minecraft:potato": { - "protocol_id": 1140 - }, - "minecraft:potion": { - "protocol_id": 1039 - }, - "minecraft:powder_snow_bucket": { - "protocol_id": 935 - }, - "minecraft:powered_rail": { - "protocol_id": 780 - }, - "minecraft:prismarine": { - "protocol_id": 517 - }, - "minecraft:prismarine_brick_slab": { - "protocol_id": 290 - }, - "minecraft:prismarine_brick_stairs": { - "protocol_id": 521 - }, - "minecraft:prismarine_bricks": { - "protocol_id": 518 - }, - "minecraft:prismarine_crystals": { - "protocol_id": 1159 - }, - "minecraft:prismarine_shard": { - "protocol_id": 1158 - }, - "minecraft:prismarine_slab": { - "protocol_id": 289 - }, - "minecraft:prismarine_stairs": { - "protocol_id": 520 - }, - "minecraft:prismarine_wall": { - "protocol_id": 414 - }, - "minecraft:prize_pottery_sherd": { - "protocol_id": 1348 - }, - "minecraft:pufferfish": { - "protocol_id": 978 - }, - "minecraft:pufferfish_bucket": { - "protocol_id": 939 - }, - "minecraft:pufferfish_spawn_egg": { - "protocol_id": 1094 - }, - "minecraft:pumpkin": { - "protocol_id": 335 - }, - "minecraft:pumpkin_pie": { - "protocol_id": 1153 - }, - "minecraft:pumpkin_seeds": { - "protocol_id": 1026 - }, - "minecraft:purple_banner": { - "protocol_id": 1185 - }, - "minecraft:purple_bed": { - "protocol_id": 1014 - }, - "minecraft:purple_bundle": { - "protocol_id": 965 - }, - "minecraft:purple_candle": { - "protocol_id": 1295 - }, - "minecraft:purple_carpet": { - "protocol_id": 470 - }, - "minecraft:purple_concrete": { - "protocol_id": 579 - }, - "minecraft:purple_concrete_powder": { - "protocol_id": 595 - }, - "minecraft:purple_dye": { - "protocol_id": 994 - }, - "minecraft:purple_glazed_terracotta": { - "protocol_id": 563 - }, - "minecraft:purple_shulker_box": { - "protocol_id": 547 - }, - "minecraft:purple_stained_glass": { - "protocol_id": 495 - }, - "minecraft:purple_stained_glass_pane": { - "protocol_id": 511 - }, - "minecraft:purple_terracotta": { - "protocol_id": 451 - }, - "minecraft:purple_wool": { - "protocol_id": 219 - }, - "minecraft:purpur_block": { - "protocol_id": 306 - }, - "minecraft:purpur_pillar": { - "protocol_id": 307 - }, - "minecraft:purpur_slab": { - "protocol_id": 288 - }, - "minecraft:purpur_stairs": { - "protocol_id": 308 - }, - "minecraft:quartz": { - "protocol_id": 830 - }, - "minecraft:quartz_block": { - "protocol_id": 437 - }, - "minecraft:quartz_bricks": { - "protocol_id": 438 - }, - "minecraft:quartz_pillar": { - "protocol_id": 439 - }, - "minecraft:quartz_slab": { - "protocol_id": 285 - }, - "minecraft:quartz_stairs": { - "protocol_id": 440 - }, - "minecraft:rabbit": { - "protocol_id": 1160 - }, - "minecraft:rabbit_foot": { - "protocol_id": 1163 - }, - "minecraft:rabbit_hide": { - "protocol_id": 1164 - }, - "minecraft:rabbit_spawn_egg": { - "protocol_id": 1095 - }, - "minecraft:rabbit_stew": { - "protocol_id": 1162 - }, - "minecraft:rail": { - "protocol_id": 782 - }, - "minecraft:raiser_armor_trim_smithing_template": { - "protocol_id": 1327 - }, - "minecraft:ravager_spawn_egg": { - "protocol_id": 1096 - }, - "minecraft:raw_copper": { - "protocol_id": 834 - }, - "minecraft:raw_copper_block": { - "protocol_id": 85 - }, - "minecraft:raw_gold": { - "protocol_id": 836 - }, - "minecraft:raw_gold_block": { - "protocol_id": 86 - }, - "minecraft:raw_iron": { - "protocol_id": 832 - }, - "minecraft:raw_iron_block": { - "protocol_id": 84 - }, - "minecraft:recovery_compass": { - "protocol_id": 953 - }, - "minecraft:red_banner": { - "protocol_id": 1189 - }, - "minecraft:red_bed": { - "protocol_id": 1018 - }, - "minecraft:red_bundle": { - "protocol_id": 969 - }, - "minecraft:red_candle": { - "protocol_id": 1299 - }, - "minecraft:red_carpet": { - "protocol_id": 474 - }, - "minecraft:red_concrete": { - "protocol_id": 583 - }, - "minecraft:red_concrete_powder": { - "protocol_id": 599 - }, - "minecraft:red_dye": { - "protocol_id": 998 - }, - "minecraft:red_glazed_terracotta": { - "protocol_id": 567 - }, - "minecraft:red_mushroom": { - "protocol_id": 242 - }, - "minecraft:red_mushroom_block": { - "protocol_id": 366 - }, - "minecraft:red_nether_brick_slab": { - "protocol_id": 663 - }, - "minecraft:red_nether_brick_stairs": { - "protocol_id": 646 - }, - "minecraft:red_nether_brick_wall": { - "protocol_id": 422 - }, - "minecraft:red_nether_bricks": { - "protocol_id": 533 - }, - "minecraft:red_sand": { - "protocol_id": 62 - }, - "minecraft:red_sandstone": { - "protocol_id": 524 - }, - "minecraft:red_sandstone_slab": { - "protocol_id": 286 - }, - "minecraft:red_sandstone_stairs": { - "protocol_id": 527 - }, - "minecraft:red_sandstone_wall": { - "protocol_id": 415 - }, - "minecraft:red_shulker_box": { - "protocol_id": 551 - }, - "minecraft:red_stained_glass": { - "protocol_id": 499 - }, - "minecraft:red_stained_glass_pane": { - "protocol_id": 515 - }, - "minecraft:red_terracotta": { - "protocol_id": 455 - }, - "minecraft:red_tulip": { - "protocol_id": 230 - }, - "minecraft:red_wool": { - "protocol_id": 223 - }, - "minecraft:redstone": { - "protocol_id": 671 - }, - "minecraft:redstone_block": { - "protocol_id": 673 - }, - "minecraft:redstone_lamp": { - "protocol_id": 694 - }, - "minecraft:redstone_ore": { - "protocol_id": 72 - }, - "minecraft:redstone_torch": { - "protocol_id": 672 - }, - "minecraft:reinforced_deepslate": { - "protocol_id": 364 - }, - "minecraft:repeater": { - "protocol_id": 674 - }, - "minecraft:repeating_command_block": { - "protocol_id": 528 - }, - "minecraft:respawn_anchor": { - "protocol_id": 1283 - }, - "minecraft:rib_armor_trim_smithing_template": { - "protocol_id": 1322 - }, - "minecraft:rooted_dirt": { - "protocol_id": 31 - }, - "minecraft:rose_bush": { - "protocol_id": 481 - }, - "minecraft:rotten_flesh": { - "protocol_id": 1032 - }, - "minecraft:saddle": { - "protocol_id": 784 - }, - "minecraft:salmon": { - "protocol_id": 976 - }, - "minecraft:salmon_bucket": { - "protocol_id": 940 - }, - "minecraft:salmon_spawn_egg": { - "protocol_id": 1097 - }, - "minecraft:sand": { - "protocol_id": 59 - }, - "minecraft:sandstone": { - "protocol_id": 198 - }, - "minecraft:sandstone_slab": { - "protocol_id": 277 - }, - "minecraft:sandstone_stairs": { - "protocol_id": 393 - }, - "minecraft:sandstone_wall": { - "protocol_id": 423 - }, - "minecraft:scaffolding": { - "protocol_id": 670 - }, - "minecraft:scrape_pottery_sherd": { - "protocol_id": 1349 - }, - "minecraft:sculk": { - "protocol_id": 384 - }, - "minecraft:sculk_catalyst": { - "protocol_id": 386 - }, - "minecraft:sculk_sensor": { - "protocol_id": 689 - }, - "minecraft:sculk_shrieker": { - "protocol_id": 387 - }, - "minecraft:sculk_vein": { - "protocol_id": 385 - }, - "minecraft:sea_lantern": { - "protocol_id": 523 - }, - "minecraft:sea_pickle": { - "protocol_id": 208 - }, - "minecraft:seagrass": { - "protocol_id": 207 - }, - "minecraft:sentry_armor_trim_smithing_template": { - "protocol_id": 1313 - }, - "minecraft:shaper_armor_trim_smithing_template": { - "protocol_id": 1325 - }, - "minecraft:sheaf_pottery_sherd": { - "protocol_id": 1350 - }, - "minecraft:shears": { - "protocol_id": 1023 - }, - "minecraft:sheep_spawn_egg": { - "protocol_id": 1098 - }, - "minecraft:shelter_pottery_sherd": { - "protocol_id": 1351 - }, - "minecraft:shield": { - "protocol_id": 1204 - }, - "minecraft:short_grass": { - "protocol_id": 202 - }, - "minecraft:shroomlight": { - "protocol_id": 1263 - }, - "minecraft:shulker_box": { - "protocol_id": 536 - }, - "minecraft:shulker_shell": { - "protocol_id": 1206 - }, - "minecraft:shulker_spawn_egg": { - "protocol_id": 1099 - }, - "minecraft:silence_armor_trim_smithing_template": { - "protocol_id": 1326 - }, - "minecraft:silverfish_spawn_egg": { - "protocol_id": 1100 - }, - "minecraft:skeleton_horse_spawn_egg": { - "protocol_id": 1102 - }, - "minecraft:skeleton_skull": { - "protocol_id": 1145 - }, - "minecraft:skeleton_spawn_egg": { - "protocol_id": 1101 - }, - "minecraft:skull_banner_pattern": { - "protocol_id": 1238 - }, - "minecraft:skull_pottery_sherd": { - "protocol_id": 1352 - }, - "minecraft:slime_ball": { - "protocol_id": 950 - }, - "minecraft:slime_block": { - "protocol_id": 678 - }, - "minecraft:slime_spawn_egg": { - "protocol_id": 1103 - }, - "minecraft:small_amethyst_bud": { - "protocol_id": 1301 - }, - "minecraft:small_dripleaf": { - "protocol_id": 260 - }, - "minecraft:smithing_table": { - "protocol_id": 1254 - }, - "minecraft:smoker": { - "protocol_id": 1249 - }, - "minecraft:smooth_basalt": { - "protocol_id": 343 - }, - "minecraft:smooth_quartz": { - "protocol_id": 292 - }, - "minecraft:smooth_quartz_slab": { - "protocol_id": 660 - }, - "minecraft:smooth_quartz_stairs": { - "protocol_id": 643 - }, - "minecraft:smooth_red_sandstone": { - "protocol_id": 293 - }, - "minecraft:smooth_red_sandstone_slab": { - "protocol_id": 654 - }, - "minecraft:smooth_red_sandstone_stairs": { - "protocol_id": 636 - }, - "minecraft:smooth_sandstone": { - "protocol_id": 294 - }, - "minecraft:smooth_sandstone_slab": { - "protocol_id": 659 - }, - "minecraft:smooth_sandstone_stairs": { - "protocol_id": 642 - }, - "minecraft:smooth_stone": { - "protocol_id": 295 - }, - "minecraft:smooth_stone_slab": { - "protocol_id": 276 - }, - "minecraft:sniffer_egg": { - "protocol_id": 602 - }, - "minecraft:sniffer_spawn_egg": { - "protocol_id": 1104 - }, - "minecraft:snort_pottery_sherd": { - "protocol_id": 1353 - }, - "minecraft:snout_armor_trim_smithing_template": { - "protocol_id": 1321 - }, - "minecraft:snow": { - "protocol_id": 317 - }, - "minecraft:snow_block": { - "protocol_id": 319 - }, - "minecraft:snow_golem_spawn_egg": { - "protocol_id": 1105 - }, - "minecraft:snowball": { - "protocol_id": 936 - }, - "minecraft:soul_campfire": { - "protocol_id": 1262 - }, - "minecraft:soul_lantern": { - "protocol_id": 1258 - }, - "minecraft:soul_sand": { - "protocol_id": 339 - }, - "minecraft:soul_soil": { - "protocol_id": 340 - }, - "minecraft:soul_torch": { - "protocol_id": 344 - }, - "minecraft:spawner": { - "protocol_id": 309 - }, - "minecraft:spectral_arrow": { - "protocol_id": 1201 - }, - "minecraft:spider_eye": { - "protocol_id": 1040 - }, - "minecraft:spider_spawn_egg": { - "protocol_id": 1106 - }, - "minecraft:spire_armor_trim_smithing_template": { - "protocol_id": 1323 - }, - "minecraft:splash_potion": { - "protocol_id": 1200 - }, - "minecraft:sponge": { - "protocol_id": 193 - }, - "minecraft:spore_blossom": { - "protocol_id": 240 - }, - "minecraft:spruce_boat": { - "protocol_id": 796 - }, - "minecraft:spruce_button": { - "protocol_id": 699 - }, - "minecraft:spruce_chest_boat": { - "protocol_id": 797 - }, - "minecraft:spruce_door": { - "protocol_id": 728 - }, - "minecraft:spruce_fence": { - "protocol_id": 324 - }, - "minecraft:spruce_fence_gate": { - "protocol_id": 769 - }, - "minecraft:spruce_hanging_sign": { - "protocol_id": 921 - }, - "minecraft:spruce_leaves": { - "protocol_id": 183 - }, - "minecraft:spruce_log": { - "protocol_id": 135 - }, - "minecraft:spruce_planks": { - "protocol_id": 37 - }, - "minecraft:spruce_pressure_plate": { - "protocol_id": 715 - }, - "minecraft:spruce_sapling": { - "protocol_id": 50 - }, - "minecraft:spruce_sign": { - "protocol_id": 909 - }, - "minecraft:spruce_slab": { - "protocol_id": 263 - }, - "minecraft:spruce_stairs": { - "protocol_id": 397 - }, - "minecraft:spruce_trapdoor": { - "protocol_id": 749 - }, - "minecraft:spruce_wood": { - "protocol_id": 172 - }, - "minecraft:spyglass": { - "protocol_id": 973 - }, - "minecraft:squid_spawn_egg": { - "protocol_id": 1107 - }, - "minecraft:stick": { - "protocol_id": 870 - }, - "minecraft:sticky_piston": { - "protocol_id": 677 - }, - "minecraft:stone": { - "protocol_id": 1 - }, - "minecraft:stone_axe": { - "protocol_id": 848 - }, - "minecraft:stone_brick_slab": { - "protocol_id": 282 - }, - "minecraft:stone_brick_stairs": { - "protocol_id": 375 - }, - "minecraft:stone_brick_wall": { - "protocol_id": 418 - }, - "minecraft:stone_bricks": { - "protocol_id": 353 - }, - "minecraft:stone_button": { - "protocol_id": 696 - }, - "minecraft:stone_hoe": { - "protocol_id": 849 - }, - "minecraft:stone_pickaxe": { - "protocol_id": 847 - }, - "minecraft:stone_pressure_plate": { - "protocol_id": 710 - }, - "minecraft:stone_shovel": { - "protocol_id": 846 - }, - "minecraft:stone_slab": { - "protocol_id": 275 - }, - "minecraft:stone_stairs": { - "protocol_id": 641 - }, - "minecraft:stone_sword": { - "protocol_id": 845 - }, - "minecraft:stonecutter": { - "protocol_id": 1255 - }, - "minecraft:stray_spawn_egg": { - "protocol_id": 1108 - }, - "minecraft:strider_spawn_egg": { - "protocol_id": 1109 - }, - "minecraft:string": { - "protocol_id": 872 - }, - "minecraft:stripped_acacia_log": { - "protocol_id": 152 - }, - "minecraft:stripped_acacia_wood": { - "protocol_id": 163 - }, - "minecraft:stripped_bamboo_block": { - "protocol_id": 170 - }, - "minecraft:stripped_birch_log": { - "protocol_id": 150 - }, - "minecraft:stripped_birch_wood": { - "protocol_id": 161 - }, - "minecraft:stripped_cherry_log": { - "protocol_id": 153 - }, - "minecraft:stripped_cherry_wood": { - "protocol_id": 164 - }, - "minecraft:stripped_crimson_hyphae": { - "protocol_id": 168 - }, - "minecraft:stripped_crimson_stem": { - "protocol_id": 157 - }, - "minecraft:stripped_dark_oak_log": { - "protocol_id": 154 - }, - "minecraft:stripped_dark_oak_wood": { - "protocol_id": 165 - }, - "minecraft:stripped_jungle_log": { - "protocol_id": 151 - }, - "minecraft:stripped_jungle_wood": { - "protocol_id": 162 - }, - "minecraft:stripped_mangrove_log": { - "protocol_id": 156 - }, - "minecraft:stripped_mangrove_wood": { - "protocol_id": 167 - }, - "minecraft:stripped_oak_log": { - "protocol_id": 148 - }, - "minecraft:stripped_oak_wood": { - "protocol_id": 159 - }, - "minecraft:stripped_pale_oak_log": { - "protocol_id": 155 - }, - "minecraft:stripped_pale_oak_wood": { - "protocol_id": 166 - }, - "minecraft:stripped_spruce_log": { - "protocol_id": 149 - }, - "minecraft:stripped_spruce_wood": { - "protocol_id": 160 - }, - "minecraft:stripped_warped_hyphae": { - "protocol_id": 169 - }, - "minecraft:stripped_warped_stem": { - "protocol_id": 158 - }, - "minecraft:structure_block": { - "protocol_id": 814 - }, - "minecraft:structure_void": { - "protocol_id": 535 - }, - "minecraft:sugar": { - "protocol_id": 1002 - }, - "minecraft:sugar_cane": { - "protocol_id": 250 - }, - "minecraft:sunflower": { - "protocol_id": 479 - }, - "minecraft:suspicious_gravel": { - "protocol_id": 61 - }, - "minecraft:suspicious_sand": { - "protocol_id": 60 - }, - "minecraft:suspicious_stew": { - "protocol_id": 1234 - }, - "minecraft:sweet_berries": { - "protocol_id": 1259 - }, - "minecraft:tadpole_bucket": { - "protocol_id": 944 - }, - "minecraft:tadpole_spawn_egg": { - "protocol_id": 1110 - }, - "minecraft:tall_grass": { - "protocol_id": 483 - }, - "minecraft:target": { - "protocol_id": 685 - }, - "minecraft:terracotta": { - "protocol_id": 476 - }, - "minecraft:tide_armor_trim_smithing_template": { - "protocol_id": 1320 - }, - "minecraft:tinted_glass": { - "protocol_id": 196 - }, - "minecraft:tipped_arrow": { - "protocol_id": 1202 - }, - "minecraft:tnt": { - "protocol_id": 693 - }, - "minecraft:tnt_minecart": { - "protocol_id": 788 - }, - "minecraft:torch": { - "protocol_id": 302 - }, - "minecraft:torchflower": { - "protocol_id": 238 - }, - "minecraft:torchflower_seeds": { - "protocol_id": 1194 - }, - "minecraft:totem_of_undying": { - "protocol_id": 1205 - }, - "minecraft:trader_llama_spawn_egg": { - "protocol_id": 1111 - }, - "minecraft:trapped_chest": { - "protocol_id": 692 - }, - "minecraft:trial_key": { - "protocol_id": 1371 - }, - "minecraft:trial_spawner": { - "protocol_id": 1370 - }, - "minecraft:trident": { - "protocol_id": 1230 - }, - "minecraft:tripwire_hook": { - "protocol_id": 691 - }, - "minecraft:tropical_fish": { - "protocol_id": 977 - }, - "minecraft:tropical_fish_bucket": { - "protocol_id": 942 - }, - "minecraft:tropical_fish_spawn_egg": { - "protocol_id": 1112 - }, - "minecraft:tube_coral": { - "protocol_id": 613 - }, - "minecraft:tube_coral_block": { - "protocol_id": 608 - }, - "minecraft:tube_coral_fan": { - "protocol_id": 623 - }, - "minecraft:tuff": { - "protocol_id": 12 - }, - "minecraft:tuff_brick_slab": { - "protocol_id": 22 - }, - "minecraft:tuff_brick_stairs": { - "protocol_id": 23 - }, - "minecraft:tuff_brick_wall": { - "protocol_id": 24 - }, - "minecraft:tuff_bricks": { - "protocol_id": 21 - }, - "minecraft:tuff_slab": { - "protocol_id": 13 - }, - "minecraft:tuff_stairs": { - "protocol_id": 14 - }, - "minecraft:tuff_wall": { - "protocol_id": 15 - }, - "minecraft:turtle_egg": { - "protocol_id": 601 - }, - "minecraft:turtle_helmet": { - "protocol_id": 816 - }, - "minecraft:turtle_scute": { - "protocol_id": 817 - }, - "minecraft:turtle_spawn_egg": { - "protocol_id": 1113 - }, - "minecraft:twisting_vines": { - "protocol_id": 249 - }, - "minecraft:vault": { - "protocol_id": 1373 - }, - "minecraft:verdant_froglight": { - "protocol_id": 1307 - }, - "minecraft:vex_armor_trim_smithing_template": { - "protocol_id": 1319 - }, - "minecraft:vex_spawn_egg": { - "protocol_id": 1114 - }, - "minecraft:villager_spawn_egg": { - "protocol_id": 1115 - }, - "minecraft:vindicator_spawn_egg": { - "protocol_id": 1116 - }, - "minecraft:vine": { - "protocol_id": 372 - }, - "minecraft:wandering_trader_spawn_egg": { - "protocol_id": 1117 - }, - "minecraft:ward_armor_trim_smithing_template": { - "protocol_id": 1317 - }, - "minecraft:warden_spawn_egg": { - "protocol_id": 1118 - }, - "minecraft:warped_button": { - "protocol_id": 709 - }, - "minecraft:warped_door": { - "protocol_id": 738 - }, - "minecraft:warped_fence": { - "protocol_id": 334 - }, - "minecraft:warped_fence_gate": { - "protocol_id": 779 - }, - "minecraft:warped_fungus": { - "protocol_id": 244 - }, - "minecraft:warped_fungus_on_a_stick": { - "protocol_id": 791 - }, - "minecraft:warped_hanging_sign": { - "protocol_id": 931 - }, - "minecraft:warped_hyphae": { - "protocol_id": 181 - }, - "minecraft:warped_nylium": { - "protocol_id": 34 - }, - "minecraft:warped_planks": { - "protocol_id": 47 - }, - "minecraft:warped_pressure_plate": { - "protocol_id": 725 - }, - "minecraft:warped_roots": { - "protocol_id": 246 - }, - "minecraft:warped_sign": { - "protocol_id": 919 - }, - "minecraft:warped_slab": { - "protocol_id": 274 - }, - "minecraft:warped_stairs": { - "protocol_id": 408 - }, - "minecraft:warped_stem": { - "protocol_id": 146 - }, - "minecraft:warped_trapdoor": { - "protocol_id": 759 - }, - "minecraft:warped_wart_block": { - "protocol_id": 532 - }, - "minecraft:water_bucket": { - "protocol_id": 933 - }, - "minecraft:waxed_chiseled_copper": { - "protocol_id": 118 - }, - "minecraft:waxed_copper_block": { - "protocol_id": 114 - }, - "minecraft:waxed_copper_bulb": { - "protocol_id": 1366 - }, - "minecraft:waxed_copper_door": { - "protocol_id": 743 - }, - "minecraft:waxed_copper_grate": { - "protocol_id": 1358 - }, - "minecraft:waxed_copper_trapdoor": { - "protocol_id": 764 - }, - "minecraft:waxed_cut_copper": { - "protocol_id": 122 - }, - "minecraft:waxed_cut_copper_slab": { - "protocol_id": 130 - }, - "minecraft:waxed_cut_copper_stairs": { - "protocol_id": 126 - }, - "minecraft:waxed_exposed_chiseled_copper": { - "protocol_id": 119 - }, - "minecraft:waxed_exposed_copper": { - "protocol_id": 115 - }, - "minecraft:waxed_exposed_copper_bulb": { - "protocol_id": 1367 - }, - "minecraft:waxed_exposed_copper_door": { - "protocol_id": 744 - }, - "minecraft:waxed_exposed_copper_grate": { - "protocol_id": 1359 - }, - "minecraft:waxed_exposed_copper_trapdoor": { - "protocol_id": 765 - }, - "minecraft:waxed_exposed_cut_copper": { - "protocol_id": 123 - }, - "minecraft:waxed_exposed_cut_copper_slab": { - "protocol_id": 131 - }, - "minecraft:waxed_exposed_cut_copper_stairs": { - "protocol_id": 127 - }, - "minecraft:waxed_oxidized_chiseled_copper": { - "protocol_id": 121 - }, - "minecraft:waxed_oxidized_copper": { - "protocol_id": 117 - }, - "minecraft:waxed_oxidized_copper_bulb": { - "protocol_id": 1369 - }, - "minecraft:waxed_oxidized_copper_door": { - "protocol_id": 746 - }, - "minecraft:waxed_oxidized_copper_grate": { - "protocol_id": 1361 - }, - "minecraft:waxed_oxidized_copper_trapdoor": { - "protocol_id": 767 - }, - "minecraft:waxed_oxidized_cut_copper": { - "protocol_id": 125 - }, - "minecraft:waxed_oxidized_cut_copper_slab": { - "protocol_id": 133 - }, - "minecraft:waxed_oxidized_cut_copper_stairs": { - "protocol_id": 129 - }, - "minecraft:waxed_weathered_chiseled_copper": { - "protocol_id": 120 - }, - "minecraft:waxed_weathered_copper": { - "protocol_id": 116 - }, - "minecraft:waxed_weathered_copper_bulb": { - "protocol_id": 1368 - }, - "minecraft:waxed_weathered_copper_door": { - "protocol_id": 745 - }, - "minecraft:waxed_weathered_copper_grate": { - "protocol_id": 1360 - }, - "minecraft:waxed_weathered_copper_trapdoor": { - "protocol_id": 766 - }, - "minecraft:waxed_weathered_cut_copper": { - "protocol_id": 124 - }, - "minecraft:waxed_weathered_cut_copper_slab": { - "protocol_id": 132 - }, - "minecraft:waxed_weathered_cut_copper_stairs": { - "protocol_id": 128 - }, - "minecraft:wayfinder_armor_trim_smithing_template": { - "protocol_id": 1324 - }, - "minecraft:weathered_chiseled_copper": { - "protocol_id": 100 - }, - "minecraft:weathered_copper": { - "protocol_id": 96 - }, - "minecraft:weathered_copper_bulb": { - "protocol_id": 1364 - }, - "minecraft:weathered_copper_door": { - "protocol_id": 741 - }, - "minecraft:weathered_copper_grate": { - "protocol_id": 1356 - }, - "minecraft:weathered_copper_trapdoor": { - "protocol_id": 762 - }, - "minecraft:weathered_cut_copper": { - "protocol_id": 104 - }, - "minecraft:weathered_cut_copper_slab": { - "protocol_id": 112 - }, - "minecraft:weathered_cut_copper_stairs": { - "protocol_id": 108 - }, - "minecraft:weeping_vines": { - "protocol_id": 248 - }, - "minecraft:wet_sponge": { - "protocol_id": 194 - }, - "minecraft:wheat": { - "protocol_id": 876 - }, - "minecraft:wheat_seeds": { - "protocol_id": 875 - }, - "minecraft:white_banner": { - "protocol_id": 1175 - }, - "minecraft:white_bed": { - "protocol_id": 1004 - }, - "minecraft:white_bundle": { - "protocol_id": 955 - }, - "minecraft:white_candle": { - "protocol_id": 1285 - }, - "minecraft:white_carpet": { - "protocol_id": 460 - }, - "minecraft:white_concrete": { - "protocol_id": 569 - }, - "minecraft:white_concrete_powder": { - "protocol_id": 585 - }, - "minecraft:white_dye": { - "protocol_id": 984 - }, - "minecraft:white_glazed_terracotta": { - "protocol_id": 553 - }, - "minecraft:white_shulker_box": { - "protocol_id": 537 - }, - "minecraft:white_stained_glass": { - "protocol_id": 485 - }, - "minecraft:white_stained_glass_pane": { - "protocol_id": 501 - }, - "minecraft:white_terracotta": { - "protocol_id": 441 - }, - "minecraft:white_tulip": { - "protocol_id": 232 - }, - "minecraft:white_wool": { - "protocol_id": 209 - }, - "minecraft:wild_armor_trim_smithing_template": { - "protocol_id": 1316 - }, - "minecraft:wind_charge": { - "protocol_id": 1131 - }, - "minecraft:witch_spawn_egg": { - "protocol_id": 1119 - }, - "minecraft:wither_rose": { - "protocol_id": 237 - }, - "minecraft:wither_skeleton_skull": { - "protocol_id": 1146 - }, - "minecraft:wither_skeleton_spawn_egg": { - "protocol_id": 1121 - }, - "minecraft:wither_spawn_egg": { - "protocol_id": 1120 - }, - "minecraft:wolf_armor": { - "protocol_id": 819 - }, - "minecraft:wolf_spawn_egg": { - "protocol_id": 1122 - }, - "minecraft:wooden_axe": { - "protocol_id": 843 - }, - "minecraft:wooden_hoe": { - "protocol_id": 844 - }, - "minecraft:wooden_pickaxe": { - "protocol_id": 842 - }, - "minecraft:wooden_shovel": { - "protocol_id": 841 - }, - "minecraft:wooden_sword": { - "protocol_id": 840 - }, - "minecraft:writable_book": { - "protocol_id": 1132 - }, - "minecraft:written_book": { - "protocol_id": 1133 - }, - "minecraft:yellow_banner": { - "protocol_id": 1179 - }, - "minecraft:yellow_bed": { - "protocol_id": 1008 - }, - "minecraft:yellow_bundle": { - "protocol_id": 959 - }, - "minecraft:yellow_candle": { - "protocol_id": 1289 - }, - "minecraft:yellow_carpet": { - "protocol_id": 464 - }, - "minecraft:yellow_concrete": { - "protocol_id": 573 - }, - "minecraft:yellow_concrete_powder": { - "protocol_id": 589 - }, - "minecraft:yellow_dye": { - "protocol_id": 988 - }, - "minecraft:yellow_glazed_terracotta": { - "protocol_id": 557 - }, - "minecraft:yellow_shulker_box": { - "protocol_id": 541 - }, - "minecraft:yellow_stained_glass": { - "protocol_id": 489 - }, - "minecraft:yellow_stained_glass_pane": { - "protocol_id": 505 - }, - "minecraft:yellow_terracotta": { - "protocol_id": 445 - }, - "minecraft:yellow_wool": { - "protocol_id": 213 - }, - "minecraft:zoglin_spawn_egg": { - "protocol_id": 1123 - }, - "minecraft:zombie_head": { - "protocol_id": 1148 - }, - "minecraft:zombie_horse_spawn_egg": { - "protocol_id": 1126 - }, - "minecraft:zombie_spawn_egg": { - "protocol_id": 1125 - }, - "minecraft:zombie_villager_spawn_egg": { - "protocol_id": 1127 - }, - "minecraft:zombified_piglin_spawn_egg": { - "protocol_id": 1128 - } - }, - "protocol_id": 6 - }, - "minecraft:item_sub_predicate_type": { - "entries": { - "minecraft:attribute_modifiers": { - "protocol_id": 11 - }, - "minecraft:bundle_contents": { - "protocol_id": 6 - }, - "minecraft:container": { - "protocol_id": 5 - }, - "minecraft:custom_data": { - "protocol_id": 4 - }, - "minecraft:damage": { - "protocol_id": 0 - }, - "minecraft:enchantments": { - "protocol_id": 1 - }, - "minecraft:firework_explosion": { - "protocol_id": 7 - }, - "minecraft:fireworks": { - "protocol_id": 8 - }, - "minecraft:jukebox_playable": { - "protocol_id": 13 - }, - "minecraft:potion_contents": { - "protocol_id": 3 - }, - "minecraft:stored_enchantments": { - "protocol_id": 2 - }, - "minecraft:trim": { - "protocol_id": 12 - }, - "minecraft:writable_book_content": { - "protocol_id": 9 - }, - "minecraft:written_book_content": { - "protocol_id": 10 - } - }, - "protocol_id": 68 - }, - "minecraft:loot_condition_type": { - "entries": { - "minecraft:all_of": { - "protocol_id": 2 - }, - "minecraft:any_of": { - "protocol_id": 1 - }, - "minecraft:block_state_property": { - "protocol_id": 8 - }, - "minecraft:damage_source_properties": { - "protocol_id": 12 - }, - "minecraft:enchantment_active_check": { - "protocol_id": 18 - }, - "minecraft:entity_properties": { - "protocol_id": 5 - }, - "minecraft:entity_scores": { - "protocol_id": 7 - }, - "minecraft:inverted": { - "protocol_id": 0 - }, - "minecraft:killed_by_player": { - "protocol_id": 6 - }, - "minecraft:location_check": { - "protocol_id": 13 - }, - "minecraft:match_tool": { - "protocol_id": 9 - }, - "minecraft:random_chance": { - "protocol_id": 3 - }, - "minecraft:random_chance_with_enchanted_bonus": { - "protocol_id": 4 - }, - "minecraft:reference": { - "protocol_id": 15 - }, - "minecraft:survives_explosion": { - "protocol_id": 11 - }, - "minecraft:table_bonus": { - "protocol_id": 10 - }, - "minecraft:time_check": { - "protocol_id": 16 - }, - "minecraft:value_check": { - "protocol_id": 17 - }, - "minecraft:weather_check": { - "protocol_id": 14 - } - }, - "protocol_id": 31 - }, - "minecraft:loot_function_type": { - "entries": { - "minecraft:apply_bonus": { - "protocol_id": 19 - }, - "minecraft:copy_components": { - "protocol_id": 31 - }, - "minecraft:copy_custom_data": { - "protocol_id": 24 - }, - "minecraft:copy_name": { - "protocol_id": 14 - }, - "minecraft:copy_state": { - "protocol_id": 25 - }, - "minecraft:enchant_randomly": { - "protocol_id": 3 - }, - "minecraft:enchant_with_levels": { - "protocol_id": 2 - }, - "minecraft:enchanted_count_increase": { - "protocol_id": 8 - }, - "minecraft:exploration_map": { - "protocol_id": 12 - }, - "minecraft:explosion_decay": { - "protocol_id": 21 - }, - "minecraft:fill_player_head": { - "protocol_id": 23 - }, - "minecraft:filtered": { - "protocol_id": 17 - }, - "minecraft:furnace_smelt": { - "protocol_id": 7 - }, - "minecraft:limit_count": { - "protocol_id": 18 - }, - "minecraft:modify_contents": { - "protocol_id": 16 - }, - "minecraft:reference": { - "protocol_id": 29 - }, - "minecraft:sequence": { - "protocol_id": 30 - }, - "minecraft:set_attributes": { - "protocol_id": 10 - }, - "minecraft:set_banner_pattern": { - "protocol_id": 26 - }, - "minecraft:set_book_cover": { - "protocol_id": 34 - }, - "minecraft:set_components": { - "protocol_id": 6 - }, - "minecraft:set_contents": { - "protocol_id": 15 - }, - "minecraft:set_count": { - "protocol_id": 0 - }, - "minecraft:set_custom_data": { - "protocol_id": 5 - }, - "minecraft:set_custom_model_data": { - "protocol_id": 39 - }, - "minecraft:set_damage": { - "protocol_id": 9 - }, - "minecraft:set_enchantments": { - "protocol_id": 4 - }, - "minecraft:set_firework_explosion": { - "protocol_id": 33 - }, - "minecraft:set_fireworks": { - "protocol_id": 32 - }, - "minecraft:set_instrument": { - "protocol_id": 28 - }, - "minecraft:set_item": { - "protocol_id": 1 - }, - "minecraft:set_loot_table": { - "protocol_id": 20 - }, - "minecraft:set_lore": { - "protocol_id": 22 - }, - "minecraft:set_name": { - "protocol_id": 11 - }, - "minecraft:set_ominous_bottle_amplifier": { - "protocol_id": 38 - }, - "minecraft:set_potion": { - "protocol_id": 27 - }, - "minecraft:set_stew_effect": { - "protocol_id": 13 - }, - "minecraft:set_writable_book_pages": { - "protocol_id": 36 - }, - "minecraft:set_written_book_pages": { - "protocol_id": 35 - }, - "minecraft:toggle_tooltips": { - "protocol_id": 37 - } - }, - "protocol_id": 30 - }, - "minecraft:loot_nbt_provider_type": { - "entries": { - "minecraft:context": { - "protocol_id": 1 - }, - "minecraft:storage": { - "protocol_id": 0 - } - }, - "protocol_id": 33 - }, - "minecraft:loot_number_provider_type": { - "entries": { - "minecraft:binomial": { - "protocol_id": 2 - }, - "minecraft:constant": { - "protocol_id": 0 - }, - "minecraft:enchantment_level": { - "protocol_id": 5 - }, - "minecraft:score": { - "protocol_id": 3 - }, - "minecraft:storage": { - "protocol_id": 4 - }, - "minecraft:uniform": { - "protocol_id": 1 - } - }, - "protocol_id": 32 - }, - "minecraft:loot_pool_entry_type": { - "entries": { - "minecraft:alternatives": { - "protocol_id": 5 - }, - "minecraft:dynamic": { - "protocol_id": 3 - }, - "minecraft:empty": { - "protocol_id": 0 - }, - "minecraft:group": { - "protocol_id": 7 - }, - "minecraft:item": { - "protocol_id": 1 - }, - "minecraft:loot_table": { - "protocol_id": 2 - }, - "minecraft:sequence": { - "protocol_id": 6 - }, - "minecraft:tag": { - "protocol_id": 4 - } - }, - "protocol_id": 29 - }, - "minecraft:loot_score_provider_type": { - "entries": { - "minecraft:context": { - "protocol_id": 1 - }, - "minecraft:fixed": { - "protocol_id": 0 - } - }, - "protocol_id": 34 - }, - "minecraft:map_decoration_type": { - "entries": { - "minecraft:banner_black": { - "protocol_id": 25 - }, - "minecraft:banner_blue": { - "protocol_id": 21 - }, - "minecraft:banner_brown": { - "protocol_id": 22 - }, - "minecraft:banner_cyan": { - "protocol_id": 19 - }, - "minecraft:banner_gray": { - "protocol_id": 17 - }, - "minecraft:banner_green": { - "protocol_id": 23 - }, - "minecraft:banner_light_blue": { - "protocol_id": 13 - }, - "minecraft:banner_light_gray": { - "protocol_id": 18 - }, - "minecraft:banner_lime": { - "protocol_id": 15 - }, - "minecraft:banner_magenta": { - "protocol_id": 12 - }, - "minecraft:banner_orange": { - "protocol_id": 11 - }, - "minecraft:banner_pink": { - "protocol_id": 16 - }, - "minecraft:banner_purple": { - "protocol_id": 20 - }, - "minecraft:banner_red": { - "protocol_id": 24 - }, - "minecraft:banner_white": { - "protocol_id": 10 - }, - "minecraft:banner_yellow": { - "protocol_id": 14 - }, - "minecraft:blue_marker": { - "protocol_id": 3 - }, - "minecraft:frame": { - "protocol_id": 1 - }, - "minecraft:jungle_temple": { - "protocol_id": 32 - }, - "minecraft:mansion": { - "protocol_id": 8 - }, - "minecraft:monument": { - "protocol_id": 9 - }, - "minecraft:player": { - "protocol_id": 0 - }, - "minecraft:player_off_limits": { - "protocol_id": 7 - }, - "minecraft:player_off_map": { - "protocol_id": 6 - }, - "minecraft:red_marker": { - "protocol_id": 2 - }, - "minecraft:red_x": { - "protocol_id": 26 - }, - "minecraft:swamp_hut": { - "protocol_id": 33 - }, - "minecraft:target_point": { - "protocol_id": 5 - }, - "minecraft:target_x": { - "protocol_id": 4 - }, - "minecraft:trial_chambers": { - "protocol_id": 34 - }, - "minecraft:village_desert": { - "protocol_id": 27 - }, - "minecraft:village_plains": { - "protocol_id": 28 - }, - "minecraft:village_savanna": { - "protocol_id": 29 - }, - "minecraft:village_snowy": { - "protocol_id": 30 - }, - "minecraft:village_taiga": { - "protocol_id": 31 - } - }, - "protocol_id": 69 - }, - "minecraft:memory_module_type": { - "default": "minecraft:dummy", - "entries": { - "minecraft:admiring_disabled": { - "protocol_id": 58 - }, - "minecraft:admiring_item": { - "protocol_id": 55 - }, - "minecraft:angry_at": { - "protocol_id": 53 - }, - "minecraft:ate_recently": { - "protocol_id": 73 - }, - "minecraft:attack_cooling_down": { - "protocol_id": 15 - }, - "minecraft:attack_target": { - "protocol_id": 14 - }, - "minecraft:avoid_target": { - "protocol_id": 25 - }, - "minecraft:breed_target": { - "protocol_id": 17 - }, - "minecraft:breeze_jump_cooldown": { - "protocol_id": 98 - }, - "minecraft:breeze_jump_inhaling": { - "protocol_id": 103 - }, - "minecraft:breeze_jump_target": { - "protocol_id": 104 - }, - "minecraft:breeze_leaving_water": { - "protocol_id": 105 - }, - "minecraft:breeze_shoot": { - "protocol_id": 99 - }, - "minecraft:breeze_shoot_charging": { - "protocol_id": 100 - }, - "minecraft:breeze_shoot_cooldown": { - "protocol_id": 102 - }, - "minecraft:breeze_shoot_recover": { - "protocol_id": 101 - }, - "minecraft:cant_reach_walk_target_since": { - "protocol_id": 30 - }, - "minecraft:celebrate_location": { - "protocol_id": 60 - }, - "minecraft:dancing": { - "protocol_id": 61 - }, - "minecraft:danger_detected_recently": { - "protocol_id": 32 - }, - "minecraft:dig_cooldown": { - "protocol_id": 82 - }, - "minecraft:disable_walk_to_admire_item": { - "protocol_id": 57 - }, - "minecraft:disturbance_location": { - "protocol_id": 77 - }, - "minecraft:doors_to_close": { - "protocol_id": 21 - }, - "minecraft:dummy": { - "protocol_id": 0 - }, - "minecraft:gaze_cooldown_ticks": { - "protocol_id": 42 - }, - "minecraft:golem_detected_recently": { - "protocol_id": 31 - }, - "minecraft:has_hunting_cooldown": { - "protocol_id": 46 - }, - "minecraft:heard_bell_time": { - "protocol_id": 29 - }, - "minecraft:hiding_place": { - "protocol_id": 28 - }, - "minecraft:home": { - "protocol_id": 1 - }, - "minecraft:hunted_recently": { - "protocol_id": 59 - }, - "minecraft:hurt_by": { - "protocol_id": 23 - }, - "minecraft:hurt_by_entity": { - "protocol_id": 24 - }, - "minecraft:interactable_doors": { - "protocol_id": 20 - }, - "minecraft:interaction_target": { - "protocol_id": 16 - }, - "minecraft:is_emerging": { - "protocol_id": 80 - }, - "minecraft:is_in_water": { - "protocol_id": 49 - }, - "minecraft:is_panicking": { - "protocol_id": 51 - }, - "minecraft:is_pregnant": { - "protocol_id": 50 - }, - "minecraft:is_sniffing": { - "protocol_id": 79 - }, - "minecraft:is_tempted": { - "protocol_id": 43 - }, - "minecraft:item_pickup_cooldown_ticks": { - "protocol_id": 93 - }, - "minecraft:job_site": { - "protocol_id": 2 - }, - "minecraft:last_slept": { - "protocol_id": 33 - }, - "minecraft:last_woken": { - "protocol_id": 34 - }, - "minecraft:last_worked_at_poi": { - "protocol_id": 35 - }, - "minecraft:liked_noteblock": { - "protocol_id": 91 - }, - "minecraft:liked_noteblock_cooldown_ticks": { - "protocol_id": 92 - }, - "minecraft:liked_player": { - "protocol_id": 90 - }, - "minecraft:long_jump_cooling_down": { - "protocol_id": 44 - }, - "minecraft:long_jump_mid_jump": { - "protocol_id": 45 - }, - "minecraft:look_target": { - "protocol_id": 13 - }, - "minecraft:meeting_point": { - "protocol_id": 4 - }, - "minecraft:mobs": { - "protocol_id": 6 - }, - "minecraft:nearby_adult_piglins": { - "protocol_id": 65 - }, - "minecraft:nearest_attackable": { - "protocol_id": 27 - }, - "minecraft:nearest_bed": { - "protocol_id": 22 - }, - "minecraft:nearest_hostile": { - "protocol_id": 26 - }, - "minecraft:nearest_player_holding_wanted_item": { - "protocol_id": 72 - }, - "minecraft:nearest_players": { - "protocol_id": 9 - }, - "minecraft:nearest_repellent": { - "protocol_id": 74 - }, - "minecraft:nearest_targetable_player_not_wearing_gold": { - "protocol_id": 64 - }, - "minecraft:nearest_visible_adult": { - "protocol_id": 36 - }, - "minecraft:nearest_visible_adult_hoglins": { - "protocol_id": 67 - }, - "minecraft:nearest_visible_adult_piglin": { - "protocol_id": 68 - }, - "minecraft:nearest_visible_adult_piglins": { - "protocol_id": 66 - }, - "minecraft:nearest_visible_baby_hoglin": { - "protocol_id": 63 - }, - "minecraft:nearest_visible_huntable_hoglin": { - "protocol_id": 62 - }, - "minecraft:nearest_visible_nemesis": { - "protocol_id": 38 - }, - "minecraft:nearest_visible_player": { - "protocol_id": 10 - }, - "minecraft:nearest_visible_targetable_player": { - "protocol_id": 11 - }, - "minecraft:nearest_visible_wanted_item": { - "protocol_id": 37 - }, - "minecraft:nearest_visible_zombified": { - "protocol_id": 69 - }, - "minecraft:pacified": { - "protocol_id": 75 - }, - "minecraft:path": { - "protocol_id": 19 - }, - "minecraft:play_dead_ticks": { - "protocol_id": 39 - }, - "minecraft:potential_job_site": { - "protocol_id": 3 - }, - "minecraft:ram_cooldown_ticks": { - "protocol_id": 47 - }, - "minecraft:ram_target": { - "protocol_id": 48 - }, - "minecraft:recent_projectile": { - "protocol_id": 78 - }, - "minecraft:ride_target": { - "protocol_id": 18 - }, - "minecraft:roar_sound_cooldown": { - "protocol_id": 83 - }, - "minecraft:roar_sound_delay": { - "protocol_id": 81 - }, - "minecraft:roar_target": { - "protocol_id": 76 - }, - "minecraft:secondary_job_site": { - "protocol_id": 5 - }, - "minecraft:sniff_cooldown": { - "protocol_id": 84 - }, - "minecraft:sniffer_digging": { - "protocol_id": 96 - }, - "minecraft:sniffer_explored_positions": { - "protocol_id": 94 - }, - "minecraft:sniffer_happy": { - "protocol_id": 97 - }, - "minecraft:sniffer_sniffing_target": { - "protocol_id": 95 - }, - "minecraft:sonic_boom_cooldown": { - "protocol_id": 87 - }, - "minecraft:sonic_boom_sound_cooldown": { - "protocol_id": 88 - }, - "minecraft:sonic_boom_sound_delay": { - "protocol_id": 89 - }, - "minecraft:temptation_cooldown_ticks": { - "protocol_id": 41 - }, - "minecraft:tempting_player": { - "protocol_id": 40 - }, - "minecraft:time_trying_to_reach_admire_item": { - "protocol_id": 56 - }, - "minecraft:touch_cooldown": { - "protocol_id": 85 - }, - "minecraft:universal_anger": { - "protocol_id": 54 - }, - "minecraft:unreachable_tongue_targets": { - "protocol_id": 52 - }, - "minecraft:vibration_cooldown": { - "protocol_id": 86 - }, - "minecraft:visible_adult_hoglin_count": { - "protocol_id": 71 - }, - "minecraft:visible_adult_piglin_count": { - "protocol_id": 70 - }, - "minecraft:visible_mobs": { - "protocol_id": 7 - }, - "minecraft:visible_villager_babies": { - "protocol_id": 8 - }, - "minecraft:walk_target": { - "protocol_id": 12 - } - }, - "protocol_id": 25 - }, - "minecraft:menu": { - "entries": { - "minecraft:anvil": { - "protocol_id": 8 - }, - "minecraft:beacon": { - "protocol_id": 9 - }, - "minecraft:blast_furnace": { - "protocol_id": 10 - }, - "minecraft:brewing_stand": { - "protocol_id": 11 - }, - "minecraft:cartography_table": { - "protocol_id": 23 - }, - "minecraft:crafter_3x3": { - "protocol_id": 7 - }, - "minecraft:crafting": { - "protocol_id": 12 - }, - "minecraft:enchantment": { - "protocol_id": 13 - }, - "minecraft:furnace": { - "protocol_id": 14 - }, - "minecraft:generic_3x3": { - "protocol_id": 6 - }, - "minecraft:generic_9x1": { - "protocol_id": 0 - }, - "minecraft:generic_9x2": { - "protocol_id": 1 - }, - "minecraft:generic_9x3": { - "protocol_id": 2 - }, - "minecraft:generic_9x4": { - "protocol_id": 3 - }, - "minecraft:generic_9x5": { - "protocol_id": 4 - }, - "minecraft:generic_9x6": { - "protocol_id": 5 - }, - "minecraft:grindstone": { - "protocol_id": 15 - }, - "minecraft:hopper": { - "protocol_id": 16 - }, - "minecraft:lectern": { - "protocol_id": 17 - }, - "minecraft:loom": { - "protocol_id": 18 - }, - "minecraft:merchant": { - "protocol_id": 19 - }, - "minecraft:shulker_box": { - "protocol_id": 20 - }, - "minecraft:smithing": { - "protocol_id": 21 - }, - "minecraft:smoker": { - "protocol_id": 22 - }, - "minecraft:stonecutter": { - "protocol_id": 24 - } - }, - "protocol_id": 15 - }, - "minecraft:mob_effect": { - "entries": { - "minecraft:absorption": { - "protocol_id": 21 - }, - "minecraft:bad_omen": { - "protocol_id": 30 - }, - "minecraft:blindness": { - "protocol_id": 14 - }, - "minecraft:conduit_power": { - "protocol_id": 28 - }, - "minecraft:darkness": { - "protocol_id": 32 - }, - "minecraft:dolphins_grace": { - "protocol_id": 29 - }, - "minecraft:fire_resistance": { - "protocol_id": 11 - }, - "minecraft:glowing": { - "protocol_id": 23 - }, - "minecraft:haste": { - "protocol_id": 2 - }, - "minecraft:health_boost": { - "protocol_id": 20 - }, - "minecraft:hero_of_the_village": { - "protocol_id": 31 - }, - "minecraft:hunger": { - "protocol_id": 16 - }, - "minecraft:infested": { - "protocol_id": 38 - }, - "minecraft:instant_damage": { - "protocol_id": 6 - }, - "minecraft:instant_health": { - "protocol_id": 5 - }, - "minecraft:invisibility": { - "protocol_id": 13 - }, - "minecraft:jump_boost": { - "protocol_id": 7 - }, - "minecraft:levitation": { - "protocol_id": 24 - }, - "minecraft:luck": { - "protocol_id": 25 - }, - "minecraft:mining_fatigue": { - "protocol_id": 3 - }, - "minecraft:nausea": { - "protocol_id": 8 - }, - "minecraft:night_vision": { - "protocol_id": 15 - }, - "minecraft:oozing": { - "protocol_id": 37 - }, - "minecraft:poison": { - "protocol_id": 18 - }, - "minecraft:raid_omen": { - "protocol_id": 34 - }, - "minecraft:regeneration": { - "protocol_id": 9 - }, - "minecraft:resistance": { - "protocol_id": 10 - }, - "minecraft:saturation": { - "protocol_id": 22 - }, - "minecraft:slow_falling": { - "protocol_id": 27 - }, - "minecraft:slowness": { - "protocol_id": 1 - }, - "minecraft:speed": { - "protocol_id": 0 - }, - "minecraft:strength": { - "protocol_id": 4 - }, - "minecraft:trial_omen": { - "protocol_id": 33 - }, - "minecraft:unluck": { - "protocol_id": 26 - }, - "minecraft:water_breathing": { - "protocol_id": 12 - }, - "minecraft:weakness": { - "protocol_id": 17 - }, - "minecraft:weaving": { - "protocol_id": 36 - }, - "minecraft:wind_charged": { - "protocol_id": 35 - }, - "minecraft:wither": { - "protocol_id": 19 - } - }, - "protocol_id": 3 - }, - "minecraft:number_format_type": { - "entries": { - "minecraft:blank": { - "protocol_id": 0 - }, - "minecraft:fixed": { - "protocol_id": 2 - }, - "minecraft:styled": { - "protocol_id": 1 - } - }, - "protocol_id": 65 - }, - "minecraft:particle_type": { - "entries": { - "minecraft:angry_villager": { - "protocol_id": 0 - }, - "minecraft:ash": { - "protocol_id": 79 - }, - "minecraft:block": { - "protocol_id": 1 - }, - "minecraft:block_crumble": { - "protocol_id": 110 - }, - "minecraft:block_marker": { - "protocol_id": 2 - }, - "minecraft:bubble": { - "protocol_id": 3 - }, - "minecraft:bubble_column_up": { - "protocol_id": 69 - }, - "minecraft:bubble_pop": { - "protocol_id": 67 - }, - "minecraft:campfire_cosy_smoke": { - "protocol_id": 72 - }, - "minecraft:campfire_signal_smoke": { - "protocol_id": 73 - }, - "minecraft:cherry_leaves": { - "protocol_id": 33 - }, - "minecraft:cloud": { - "protocol_id": 4 - }, - "minecraft:composter": { - "protocol_id": 41 - }, - "minecraft:crimson_spore": { - "protocol_id": 80 - }, - "minecraft:crit": { - "protocol_id": 5 - }, - "minecraft:current_down": { - "protocol_id": 68 - }, - "minecraft:damage_indicator": { - "protocol_id": 6 - }, - "minecraft:dolphin": { - "protocol_id": 71 - }, - "minecraft:dragon_breath": { - "protocol_id": 7 - }, - "minecraft:dripping_dripstone_lava": { - "protocol_id": 90 - }, - "minecraft:dripping_dripstone_water": { - "protocol_id": 92 - }, - "minecraft:dripping_honey": { - "protocol_id": 74 - }, - "minecraft:dripping_lava": { - "protocol_id": 8 - }, - "minecraft:dripping_obsidian_tear": { - "protocol_id": 83 - }, - "minecraft:dripping_water": { - "protocol_id": 11 - }, - "minecraft:dust": { - "protocol_id": 13 - }, - "minecraft:dust_color_transition": { - "protocol_id": 14 - }, - "minecraft:dust_pillar": { - "protocol_id": 106 - }, - "minecraft:dust_plume": { - "protocol_id": 102 - }, - "minecraft:effect": { - "protocol_id": 15 - }, - "minecraft:egg_crack": { - "protocol_id": 101 - }, - "minecraft:elder_guardian": { - "protocol_id": 16 - }, - "minecraft:electric_spark": { - "protocol_id": 98 - }, - "minecraft:enchant": { - "protocol_id": 18 - }, - "minecraft:enchanted_hit": { - "protocol_id": 17 - }, - "minecraft:end_rod": { - "protocol_id": 19 - }, - "minecraft:entity_effect": { - "protocol_id": 20 - }, - "minecraft:explosion": { - "protocol_id": 22 - }, - "minecraft:explosion_emitter": { - "protocol_id": 21 - }, - "minecraft:falling_dripstone_lava": { - "protocol_id": 91 - }, - "minecraft:falling_dripstone_water": { - "protocol_id": 93 - }, - "minecraft:falling_dust": { - "protocol_id": 28 - }, - "minecraft:falling_honey": { - "protocol_id": 75 - }, - "minecraft:falling_lava": { - "protocol_id": 9 - }, - "minecraft:falling_nectar": { - "protocol_id": 77 - }, - "minecraft:falling_obsidian_tear": { - "protocol_id": 84 - }, - "minecraft:falling_spore_blossom": { - "protocol_id": 78 - }, - "minecraft:falling_water": { - "protocol_id": 12 - }, - "minecraft:firework": { - "protocol_id": 29 - }, - "minecraft:fishing": { - "protocol_id": 30 - }, - "minecraft:flame": { - "protocol_id": 31 - }, - "minecraft:flash": { - "protocol_id": 39 - }, - "minecraft:glow": { - "protocol_id": 95 - }, - "minecraft:glow_squid_ink": { - "protocol_id": 94 - }, - "minecraft:gust": { - "protocol_id": 23 - }, - "minecraft:gust_emitter_large": { - "protocol_id": 25 - }, - "minecraft:gust_emitter_small": { - "protocol_id": 26 - }, - "minecraft:happy_villager": { - "protocol_id": 40 - }, - "minecraft:heart": { - "protocol_id": 42 - }, - "minecraft:infested": { - "protocol_id": 32 - }, - "minecraft:instant_effect": { - "protocol_id": 43 - }, - "minecraft:item": { - "protocol_id": 44 - }, - "minecraft:item_cobweb": { - "protocol_id": 48 - }, - "minecraft:item_slime": { - "protocol_id": 47 - }, - "minecraft:item_snowball": { - "protocol_id": 49 - }, - "minecraft:landing_honey": { - "protocol_id": 76 - }, - "minecraft:landing_lava": { - "protocol_id": 10 - }, - "minecraft:landing_obsidian_tear": { - "protocol_id": 85 - }, - "minecraft:large_smoke": { - "protocol_id": 50 - }, - "minecraft:lava": { - "protocol_id": 51 - }, - "minecraft:mycelium": { - "protocol_id": 52 - }, - "minecraft:nautilus": { - "protocol_id": 70 - }, - "minecraft:note": { - "protocol_id": 53 - }, - "minecraft:ominous_spawning": { - "protocol_id": 107 - }, - "minecraft:poof": { - "protocol_id": 54 - }, - "minecraft:portal": { - "protocol_id": 55 - }, - "minecraft:raid_omen": { - "protocol_id": 108 - }, - "minecraft:rain": { - "protocol_id": 56 - }, - "minecraft:reverse_portal": { - "protocol_id": 86 - }, - "minecraft:scrape": { - "protocol_id": 99 - }, - "minecraft:sculk_charge": { - "protocol_id": 35 - }, - "minecraft:sculk_charge_pop": { - "protocol_id": 36 - }, - "minecraft:sculk_soul": { - "protocol_id": 34 - }, - "minecraft:shriek": { - "protocol_id": 100 - }, - "minecraft:small_flame": { - "protocol_id": 88 - }, - "minecraft:small_gust": { - "protocol_id": 24 - }, - "minecraft:smoke": { - "protocol_id": 57 - }, - "minecraft:sneeze": { - "protocol_id": 59 - }, - "minecraft:snowflake": { - "protocol_id": 89 - }, - "minecraft:sonic_boom": { - "protocol_id": 27 - }, - "minecraft:soul": { - "protocol_id": 38 - }, - "minecraft:soul_fire_flame": { - "protocol_id": 37 - }, - "minecraft:spit": { - "protocol_id": 60 - }, - "minecraft:splash": { - "protocol_id": 65 - }, - "minecraft:spore_blossom_air": { - "protocol_id": 82 - }, - "minecraft:squid_ink": { - "protocol_id": 61 - }, - "minecraft:sweep_attack": { - "protocol_id": 62 - }, - "minecraft:totem_of_undying": { - "protocol_id": 63 - }, - "minecraft:trail": { - "protocol_id": 46 - }, - "minecraft:trial_omen": { - "protocol_id": 109 - }, - "minecraft:trial_spawner_detection": { - "protocol_id": 103 - }, - "minecraft:trial_spawner_detection_ominous": { - "protocol_id": 104 - }, - "minecraft:underwater": { - "protocol_id": 64 - }, - "minecraft:vault_connection": { - "protocol_id": 105 - }, - "minecraft:vibration": { - "protocol_id": 45 - }, - "minecraft:warped_spore": { - "protocol_id": 81 - }, - "minecraft:wax_off": { - "protocol_id": 97 - }, - "minecraft:wax_on": { - "protocol_id": 96 - }, - "minecraft:white_ash": { - "protocol_id": 87 - }, - "minecraft:white_smoke": { - "protocol_id": 58 - }, - "minecraft:witch": { - "protocol_id": 66 - } - }, - "protocol_id": 8 - }, - "minecraft:point_of_interest_type": { - "entries": { - "minecraft:armorer": { - "protocol_id": 0 - }, - "minecraft:bee_nest": { - "protocol_id": 16 - }, - "minecraft:beehive": { - "protocol_id": 15 - }, - "minecraft:butcher": { - "protocol_id": 1 - }, - "minecraft:cartographer": { - "protocol_id": 2 - }, - "minecraft:cleric": { - "protocol_id": 3 - }, - "minecraft:farmer": { - "protocol_id": 4 - }, - "minecraft:fisherman": { - "protocol_id": 5 - }, - "minecraft:fletcher": { - "protocol_id": 6 - }, - "minecraft:home": { - "protocol_id": 13 - }, - "minecraft:leatherworker": { - "protocol_id": 7 - }, - "minecraft:librarian": { - "protocol_id": 8 - }, - "minecraft:lightning_rod": { - "protocol_id": 19 - }, - "minecraft:lodestone": { - "protocol_id": 18 - }, - "minecraft:mason": { - "protocol_id": 9 - }, - "minecraft:meeting": { - "protocol_id": 14 - }, - "minecraft:nether_portal": { - "protocol_id": 17 - }, - "minecraft:shepherd": { - "protocol_id": 10 - }, - "minecraft:toolsmith": { - "protocol_id": 11 - }, - "minecraft:weaponsmith": { - "protocol_id": 12 - } - }, - "protocol_id": 24 - }, - "minecraft:pos_rule_test": { - "entries": { - "minecraft:always_true": { - "protocol_id": 0 - }, - "minecraft:axis_aligned_linear_pos": { - "protocol_id": 2 - }, - "minecraft:linear_pos": { - "protocol_id": 1 - } - }, - "protocol_id": 14 - }, - "minecraft:position_source_type": { - "entries": { - "minecraft:block": { - "protocol_id": 0 - }, - "minecraft:entity": { - "protocol_id": 1 - } - }, - "protocol_id": 19 - }, - "minecraft:potion": { - "entries": { - "minecraft:awkward": { - "protocol_id": 3 - }, - "minecraft:fire_resistance": { - "protocol_id": 11 - }, - "minecraft:harming": { - "protocol_id": 26 - }, - "minecraft:healing": { - "protocol_id": 24 - }, - "minecraft:infested": { - "protocol_id": 45 - }, - "minecraft:invisibility": { - "protocol_id": 6 - }, - "minecraft:leaping": { - "protocol_id": 8 - }, - "minecraft:long_fire_resistance": { - "protocol_id": 12 - }, - "minecraft:long_invisibility": { - "protocol_id": 7 - }, - "minecraft:long_leaping": { - "protocol_id": 9 - }, - "minecraft:long_night_vision": { - "protocol_id": 5 - }, - "minecraft:long_poison": { - "protocol_id": 29 - }, - "minecraft:long_regeneration": { - "protocol_id": 32 - }, - "minecraft:long_slow_falling": { - "protocol_id": 41 - }, - "minecraft:long_slowness": { - "protocol_id": 17 - }, - "minecraft:long_strength": { - "protocol_id": 35 - }, - "minecraft:long_swiftness": { - "protocol_id": 14 - }, - "minecraft:long_turtle_master": { - "protocol_id": 20 - }, - "minecraft:long_water_breathing": { - "protocol_id": 23 - }, - "minecraft:long_weakness": { - "protocol_id": 38 - }, - "minecraft:luck": { - "protocol_id": 39 - }, - "minecraft:mundane": { - "protocol_id": 1 - }, - "minecraft:night_vision": { - "protocol_id": 4 - }, - "minecraft:oozing": { - "protocol_id": 44 - }, - "minecraft:poison": { - "protocol_id": 28 - }, - "minecraft:regeneration": { - "protocol_id": 31 - }, - "minecraft:slow_falling": { - "protocol_id": 40 - }, - "minecraft:slowness": { - "protocol_id": 16 - }, - "minecraft:strength": { - "protocol_id": 34 - }, - "minecraft:strong_harming": { - "protocol_id": 27 - }, - "minecraft:strong_healing": { - "protocol_id": 25 - }, - "minecraft:strong_leaping": { - "protocol_id": 10 - }, - "minecraft:strong_poison": { - "protocol_id": 30 - }, - "minecraft:strong_regeneration": { - "protocol_id": 33 - }, - "minecraft:strong_slowness": { - "protocol_id": 18 - }, - "minecraft:strong_strength": { - "protocol_id": 36 - }, - "minecraft:strong_swiftness": { - "protocol_id": 15 - }, - "minecraft:strong_turtle_master": { - "protocol_id": 21 - }, - "minecraft:swiftness": { - "protocol_id": 13 - }, - "minecraft:thick": { - "protocol_id": 2 - }, - "minecraft:turtle_master": { - "protocol_id": 19 - }, - "minecraft:water": { - "protocol_id": 0 - }, - "minecraft:water_breathing": { - "protocol_id": 22 - }, - "minecraft:weakness": { - "protocol_id": 37 - }, - "minecraft:weaving": { - "protocol_id": 43 - }, - "minecraft:wind_charged": { - "protocol_id": 42 - } - }, - "protocol_id": 7 - }, - "minecraft:recipe_book_category": { - "entries": { - "minecraft:blast_furnace_blocks": { - "protocol_id": 7 - }, - "minecraft:blast_furnace_misc": { - "protocol_id": 8 - }, - "minecraft:campfire": { - "protocol_id": 12 - }, - "minecraft:crafting_building_blocks": { - "protocol_id": 0 - }, - "minecraft:crafting_equipment": { - "protocol_id": 2 - }, - "minecraft:crafting_misc": { - "protocol_id": 3 - }, - "minecraft:crafting_redstone": { - "protocol_id": 1 - }, - "minecraft:furnace_blocks": { - "protocol_id": 5 - }, - "minecraft:furnace_food": { - "protocol_id": 4 - }, - "minecraft:furnace_misc": { - "protocol_id": 6 - }, - "minecraft:smithing": { - "protocol_id": 11 - }, - "minecraft:smoker_food": { - "protocol_id": 9 - }, - "minecraft:stonecutter": { - "protocol_id": 10 - } - }, - "protocol_id": 79 - }, - "minecraft:recipe_display": { - "entries": { - "minecraft:crafting_shaped": { - "protocol_id": 1 - }, - "minecraft:crafting_shapeless": { - "protocol_id": 0 - }, - "minecraft:furnace": { - "protocol_id": 2 - }, - "minecraft:smithing": { - "protocol_id": 4 - }, - "minecraft:stonecutter": { - "protocol_id": 3 - } - }, - "protocol_id": 77 - }, - "minecraft:recipe_serializer": { - "entries": { - "minecraft:blasting": { - "protocol_id": 15 - }, - "minecraft:campfire_cooking": { - "protocol_id": 17 - }, - "minecraft:crafting_decorated_pot": { - "protocol_id": 21 - }, - "minecraft:crafting_shaped": { - "protocol_id": 0 - }, - "minecraft:crafting_shapeless": { - "protocol_id": 1 - }, - "minecraft:crafting_special_armordye": { - "protocol_id": 2 - }, - "minecraft:crafting_special_bannerduplicate": { - "protocol_id": 10 - }, - "minecraft:crafting_special_bookcloning": { - "protocol_id": 3 - }, - "minecraft:crafting_special_firework_rocket": { - "protocol_id": 6 - }, - "minecraft:crafting_special_firework_star": { - "protocol_id": 7 - }, - "minecraft:crafting_special_firework_star_fade": { - "protocol_id": 8 - }, - "minecraft:crafting_special_mapcloning": { - "protocol_id": 4 - }, - "minecraft:crafting_special_mapextending": { - "protocol_id": 5 - }, - "minecraft:crafting_special_repairitem": { - "protocol_id": 13 - }, - "minecraft:crafting_special_shielddecoration": { - "protocol_id": 11 - }, - "minecraft:crafting_special_tippedarrow": { - "protocol_id": 9 - }, - "minecraft:crafting_transmute": { - "protocol_id": 12 - }, - "minecraft:smelting": { - "protocol_id": 14 - }, - "minecraft:smithing_transform": { - "protocol_id": 19 - }, - "minecraft:smithing_trim": { - "protocol_id": 20 - }, - "minecraft:smoking": { - "protocol_id": 16 - }, - "minecraft:stonecutting": { - "protocol_id": 18 - } - }, - "protocol_id": 17 - }, - "minecraft:recipe_type": { - "entries": { - "minecraft:blasting": { - "protocol_id": 2 - }, - "minecraft:campfire_cooking": { - "protocol_id": 4 - }, - "minecraft:crafting": { - "protocol_id": 0 - }, - "minecraft:smelting": { - "protocol_id": 1 - }, - "minecraft:smithing": { - "protocol_id": 6 - }, - "minecraft:smoking": { - "protocol_id": 3 - }, - "minecraft:stonecutting": { - "protocol_id": 5 - } - }, - "protocol_id": 16 - }, - "minecraft:rule_block_entity_modifier": { - "entries": { - "minecraft:append_loot": { - "protocol_id": 3 - }, - "minecraft:append_static": { - "protocol_id": 2 - }, - "minecraft:clear": { - "protocol_id": 0 - }, - "minecraft:passthrough": { - "protocol_id": 1 - } - }, - "protocol_id": 13 - }, - "minecraft:rule_test": { - "entries": { - "minecraft:always_true": { - "protocol_id": 0 - }, - "minecraft:block_match": { - "protocol_id": 1 - }, - "minecraft:blockstate_match": { - "protocol_id": 2 - }, - "minecraft:random_block_match": { - "protocol_id": 4 - }, - "minecraft:random_blockstate_match": { - "protocol_id": 5 - }, - "minecraft:tag_match": { - "protocol_id": 3 - } - }, - "protocol_id": 12 - }, - "minecraft:schedule": { - "entries": { - "minecraft:empty": { - "protocol_id": 0 - }, - "minecraft:simple": { - "protocol_id": 1 - }, - "minecraft:villager_baby": { - "protocol_id": 2 - }, - "minecraft:villager_default": { - "protocol_id": 3 - } - }, - "protocol_id": 27 - }, - "minecraft:sensor_type": { - "default": "minecraft:dummy", - "entries": { - "minecraft:armadillo_scare_detected": { - "protocol_id": 10 - }, - "minecraft:armadillo_temptations": { - "protocol_id": 20 - }, - "minecraft:axolotl_attackables": { - "protocol_id": 15 - }, - "minecraft:axolotl_temptations": { - "protocol_id": 16 - }, - "minecraft:breeze_attack_entity_sensor": { - "protocol_id": 25 - }, - "minecraft:camel_temptations": { - "protocol_id": 19 - }, - "minecraft:dummy": { - "protocol_id": 0 - }, - "minecraft:frog_attackables": { - "protocol_id": 21 - }, - "minecraft:frog_temptations": { - "protocol_id": 18 - }, - "minecraft:goat_temptations": { - "protocol_id": 17 - }, - "minecraft:golem_detected": { - "protocol_id": 9 - }, - "minecraft:hoglin_specific_sensor": { - "protocol_id": 13 - }, - "minecraft:hurt_by": { - "protocol_id": 5 - }, - "minecraft:is_in_water": { - "protocol_id": 22 - }, - "minecraft:nearest_adult": { - "protocol_id": 14 - }, - "minecraft:nearest_bed": { - "protocol_id": 4 - }, - "minecraft:nearest_items": { - "protocol_id": 1 - }, - "minecraft:nearest_living_entities": { - "protocol_id": 2 - }, - "minecraft:nearest_players": { - "protocol_id": 3 - }, - "minecraft:piglin_brute_specific_sensor": { - "protocol_id": 12 - }, - "minecraft:piglin_specific_sensor": { - "protocol_id": 11 - }, - "minecraft:secondary_pois": { - "protocol_id": 8 - }, - "minecraft:sniffer_temptations": { - "protocol_id": 24 - }, - "minecraft:villager_babies": { - "protocol_id": 7 - }, - "minecraft:villager_hostiles": { - "protocol_id": 6 - }, - "minecraft:warden_entity_sensor": { - "protocol_id": 23 - } - }, - "protocol_id": 26 - }, - "minecraft:slot_display": { - "entries": { - "minecraft:any_fuel": { - "protocol_id": 1 - }, - "minecraft:composite": { - "protocol_id": 7 - }, - "minecraft:empty": { - "protocol_id": 0 - }, - "minecraft:item": { - "protocol_id": 2 - }, - "minecraft:item_stack": { - "protocol_id": 3 - }, - "minecraft:smithing_trim": { - "protocol_id": 5 - }, - "minecraft:tag": { - "protocol_id": 4 - }, - "minecraft:with_remainder": { - "protocol_id": 6 - } - }, - "protocol_id": 78 - }, - "minecraft:sound_event": { - "entries": { - "minecraft:ambient.basalt_deltas.additions": { - "protocol_id": 8 - }, - "minecraft:ambient.basalt_deltas.loop": { - "protocol_id": 9 - }, - "minecraft:ambient.basalt_deltas.mood": { - "protocol_id": 10 - }, - "minecraft:ambient.cave": { - "protocol_id": 7 - }, - "minecraft:ambient.crimson_forest.additions": { - "protocol_id": 11 - }, - "minecraft:ambient.crimson_forest.loop": { - "protocol_id": 12 - }, - "minecraft:ambient.crimson_forest.mood": { - "protocol_id": 13 - }, - "minecraft:ambient.nether_wastes.additions": { - "protocol_id": 14 - }, - "minecraft:ambient.nether_wastes.loop": { - "protocol_id": 15 - }, - "minecraft:ambient.nether_wastes.mood": { - "protocol_id": 16 - }, - "minecraft:ambient.soul_sand_valley.additions": { - "protocol_id": 17 - }, - "minecraft:ambient.soul_sand_valley.loop": { - "protocol_id": 18 - }, - "minecraft:ambient.soul_sand_valley.mood": { - "protocol_id": 19 - }, - "minecraft:ambient.underwater.enter": { - "protocol_id": 23 - }, - "minecraft:ambient.underwater.exit": { - "protocol_id": 24 - }, - "minecraft:ambient.underwater.loop": { - "protocol_id": 25 - }, - "minecraft:ambient.underwater.loop.additions": { - "protocol_id": 26 - }, - "minecraft:ambient.underwater.loop.additions.rare": { - "protocol_id": 27 - }, - "minecraft:ambient.underwater.loop.additions.ultra_rare": { - "protocol_id": 28 - }, - "minecraft:ambient.warped_forest.additions": { - "protocol_id": 20 - }, - "minecraft:ambient.warped_forest.loop": { - "protocol_id": 21 - }, - "minecraft:ambient.warped_forest.mood": { - "protocol_id": 22 - }, - "minecraft:block.amethyst_block.break": { - "protocol_id": 29 - }, - "minecraft:block.amethyst_block.chime": { - "protocol_id": 30 - }, - "minecraft:block.amethyst_block.fall": { - "protocol_id": 31 - }, - "minecraft:block.amethyst_block.hit": { - "protocol_id": 32 - }, - "minecraft:block.amethyst_block.place": { - "protocol_id": 33 - }, - "minecraft:block.amethyst_block.resonate": { - "protocol_id": 34 - }, - "minecraft:block.amethyst_block.step": { - "protocol_id": 35 - }, - "minecraft:block.amethyst_cluster.break": { - "protocol_id": 36 - }, - "minecraft:block.amethyst_cluster.fall": { - "protocol_id": 37 - }, - "minecraft:block.amethyst_cluster.hit": { - "protocol_id": 38 - }, - "minecraft:block.amethyst_cluster.place": { - "protocol_id": 39 - }, - "minecraft:block.amethyst_cluster.step": { - "protocol_id": 40 - }, - "minecraft:block.ancient_debris.break": { - "protocol_id": 41 - }, - "minecraft:block.ancient_debris.fall": { - "protocol_id": 45 - }, - "minecraft:block.ancient_debris.hit": { - "protocol_id": 44 - }, - "minecraft:block.ancient_debris.place": { - "protocol_id": 43 - }, - "minecraft:block.ancient_debris.step": { - "protocol_id": 42 - }, - "minecraft:block.anvil.break": { - "protocol_id": 46 - }, - "minecraft:block.anvil.destroy": { - "protocol_id": 47 - }, - "minecraft:block.anvil.fall": { - "protocol_id": 48 - }, - "minecraft:block.anvil.hit": { - "protocol_id": 49 - }, - "minecraft:block.anvil.land": { - "protocol_id": 50 - }, - "minecraft:block.anvil.place": { - "protocol_id": 51 - }, - "minecraft:block.anvil.step": { - "protocol_id": 52 - }, - "minecraft:block.anvil.use": { - "protocol_id": 53 - }, - "minecraft:block.azalea.break": { - "protocol_id": 95 - }, - "minecraft:block.azalea.fall": { - "protocol_id": 96 - }, - "minecraft:block.azalea.hit": { - "protocol_id": 97 - }, - "minecraft:block.azalea.place": { - "protocol_id": 98 - }, - "minecraft:block.azalea.step": { - "protocol_id": 99 - }, - "minecraft:block.azalea_leaves.break": { - "protocol_id": 100 - }, - "minecraft:block.azalea_leaves.fall": { - "protocol_id": 101 - }, - "minecraft:block.azalea_leaves.hit": { - "protocol_id": 102 - }, - "minecraft:block.azalea_leaves.place": { - "protocol_id": 103 - }, - "minecraft:block.azalea_leaves.step": { - "protocol_id": 104 - }, - "minecraft:block.bamboo.break": { - "protocol_id": 105 - }, - "minecraft:block.bamboo.fall": { - "protocol_id": 106 - }, - "minecraft:block.bamboo.hit": { - "protocol_id": 107 - }, - "minecraft:block.bamboo.place": { - "protocol_id": 108 - }, - "minecraft:block.bamboo.step": { - "protocol_id": 109 - }, - "minecraft:block.bamboo_sapling.break": { - "protocol_id": 110 - }, - "minecraft:block.bamboo_sapling.hit": { - "protocol_id": 111 - }, - "minecraft:block.bamboo_sapling.place": { - "protocol_id": 112 - }, - "minecraft:block.bamboo_wood.break": { - "protocol_id": 113 - }, - "minecraft:block.bamboo_wood.fall": { - "protocol_id": 114 - }, - "minecraft:block.bamboo_wood.hit": { - "protocol_id": 115 - }, - "minecraft:block.bamboo_wood.place": { - "protocol_id": 116 - }, - "minecraft:block.bamboo_wood.step": { - "protocol_id": 117 - }, - "minecraft:block.bamboo_wood_button.click_off": { - "protocol_id": 122 - }, - "minecraft:block.bamboo_wood_button.click_on": { - "protocol_id": 123 - }, - "minecraft:block.bamboo_wood_door.close": { - "protocol_id": 118 - }, - "minecraft:block.bamboo_wood_door.open": { - "protocol_id": 119 - }, - "minecraft:block.bamboo_wood_fence_gate.close": { - "protocol_id": 126 - }, - "minecraft:block.bamboo_wood_fence_gate.open": { - "protocol_id": 127 - }, - "minecraft:block.bamboo_wood_hanging_sign.break": { - "protocol_id": 687 - }, - "minecraft:block.bamboo_wood_hanging_sign.fall": { - "protocol_id": 688 - }, - "minecraft:block.bamboo_wood_hanging_sign.hit": { - "protocol_id": 689 - }, - "minecraft:block.bamboo_wood_hanging_sign.place": { - "protocol_id": 690 - }, - "minecraft:block.bamboo_wood_hanging_sign.step": { - "protocol_id": 686 - }, - "minecraft:block.bamboo_wood_pressure_plate.click_off": { - "protocol_id": 124 - }, - "minecraft:block.bamboo_wood_pressure_plate.click_on": { - "protocol_id": 125 - }, - "minecraft:block.bamboo_wood_trapdoor.close": { - "protocol_id": 120 - }, - "minecraft:block.bamboo_wood_trapdoor.open": { - "protocol_id": 121 - }, - "minecraft:block.barrel.close": { - "protocol_id": 128 - }, - "minecraft:block.barrel.open": { - "protocol_id": 129 - }, - "minecraft:block.basalt.break": { - "protocol_id": 130 - }, - "minecraft:block.basalt.fall": { - "protocol_id": 134 - }, - "minecraft:block.basalt.hit": { - "protocol_id": 133 - }, - "minecraft:block.basalt.place": { - "protocol_id": 132 - }, - "minecraft:block.basalt.step": { - "protocol_id": 131 - }, - "minecraft:block.beacon.activate": { - "protocol_id": 140 - }, - "minecraft:block.beacon.ambient": { - "protocol_id": 141 - }, - "minecraft:block.beacon.deactivate": { - "protocol_id": 142 - }, - "minecraft:block.beacon.power_select": { - "protocol_id": 143 - }, - "minecraft:block.beehive.drip": { - "protocol_id": 150 - }, - "minecraft:block.beehive.enter": { - "protocol_id": 151 - }, - "minecraft:block.beehive.exit": { - "protocol_id": 152 - }, - "minecraft:block.beehive.shear": { - "protocol_id": 153 - }, - "minecraft:block.beehive.work": { - "protocol_id": 154 - }, - "minecraft:block.bell.resonate": { - "protocol_id": 156 - }, - "minecraft:block.bell.use": { - "protocol_id": 155 - }, - "minecraft:block.big_dripleaf.break": { - "protocol_id": 157 - }, - "minecraft:block.big_dripleaf.fall": { - "protocol_id": 158 - }, - "minecraft:block.big_dripleaf.hit": { - "protocol_id": 159 - }, - "minecraft:block.big_dripleaf.place": { - "protocol_id": 160 - }, - "minecraft:block.big_dripleaf.step": { - "protocol_id": 161 - }, - "minecraft:block.big_dripleaf.tilt_down": { - "protocol_id": 463 - }, - "minecraft:block.big_dripleaf.tilt_up": { - "protocol_id": 464 - }, - "minecraft:block.blastfurnace.fire_crackle": { - "protocol_id": 182 - }, - "minecraft:block.bone_block.break": { - "protocol_id": 174 - }, - "minecraft:block.bone_block.fall": { - "protocol_id": 175 - }, - "minecraft:block.bone_block.hit": { - "protocol_id": 176 - }, - "minecraft:block.bone_block.place": { - "protocol_id": 177 - }, - "minecraft:block.bone_block.step": { - "protocol_id": 178 - }, - "minecraft:block.brewing_stand.brew": { - "protocol_id": 199 - }, - "minecraft:block.bubble_column.bubble_pop": { - "protocol_id": 205 - }, - "minecraft:block.bubble_column.upwards_ambient": { - "protocol_id": 206 - }, - "minecraft:block.bubble_column.upwards_inside": { - "protocol_id": 207 - }, - "minecraft:block.bubble_column.whirlpool_ambient": { - "protocol_id": 208 - }, - "minecraft:block.bubble_column.whirlpool_inside": { - "protocol_id": 209 - }, - "minecraft:block.cake.add_candle": { - "protocol_id": 227 - }, - "minecraft:block.calcite.break": { - "protocol_id": 228 - }, - "minecraft:block.calcite.fall": { - "protocol_id": 232 - }, - "minecraft:block.calcite.hit": { - "protocol_id": 231 - }, - "minecraft:block.calcite.place": { - "protocol_id": 230 - }, - "minecraft:block.calcite.step": { - "protocol_id": 229 - }, - "minecraft:block.campfire.crackle": { - "protocol_id": 244 - }, - "minecraft:block.candle.ambient": { - "protocol_id": 245 - }, - "minecraft:block.candle.break": { - "protocol_id": 246 - }, - "minecraft:block.candle.extinguish": { - "protocol_id": 247 - }, - "minecraft:block.candle.fall": { - "protocol_id": 248 - }, - "minecraft:block.candle.hit": { - "protocol_id": 249 - }, - "minecraft:block.candle.place": { - "protocol_id": 250 - }, - "minecraft:block.candle.step": { - "protocol_id": 251 - }, - "minecraft:block.cave_vines.break": { - "protocol_id": 261 - }, - "minecraft:block.cave_vines.fall": { - "protocol_id": 262 - }, - "minecraft:block.cave_vines.hit": { - "protocol_id": 263 - }, - "minecraft:block.cave_vines.pick_berries": { - "protocol_id": 266 - }, - "minecraft:block.cave_vines.place": { - "protocol_id": 264 - }, - "minecraft:block.cave_vines.step": { - "protocol_id": 265 - }, - "minecraft:block.chain.break": { - "protocol_id": 267 - }, - "minecraft:block.chain.fall": { - "protocol_id": 268 - }, - "minecraft:block.chain.hit": { - "protocol_id": 269 - }, - "minecraft:block.chain.place": { - "protocol_id": 270 - }, - "minecraft:block.chain.step": { - "protocol_id": 271 - }, - "minecraft:block.cherry_leaves.break": { - "protocol_id": 282 - }, - "minecraft:block.cherry_leaves.fall": { - "protocol_id": 283 - }, - "minecraft:block.cherry_leaves.hit": { - "protocol_id": 284 - }, - "minecraft:block.cherry_leaves.place": { - "protocol_id": 285 - }, - "minecraft:block.cherry_leaves.step": { - "protocol_id": 286 - }, - "minecraft:block.cherry_sapling.break": { - "protocol_id": 277 - }, - "minecraft:block.cherry_sapling.fall": { - "protocol_id": 278 - }, - "minecraft:block.cherry_sapling.hit": { - "protocol_id": 279 - }, - "minecraft:block.cherry_sapling.place": { - "protocol_id": 280 - }, - "minecraft:block.cherry_sapling.step": { - "protocol_id": 281 - }, - "minecraft:block.cherry_wood.break": { - "protocol_id": 272 - }, - "minecraft:block.cherry_wood.fall": { - "protocol_id": 273 - }, - "minecraft:block.cherry_wood.hit": { - "protocol_id": 274 - }, - "minecraft:block.cherry_wood.place": { - "protocol_id": 275 - }, - "minecraft:block.cherry_wood.step": { - "protocol_id": 276 - }, - "minecraft:block.cherry_wood_button.click_off": { - "protocol_id": 296 - }, - "minecraft:block.cherry_wood_button.click_on": { - "protocol_id": 297 - }, - "minecraft:block.cherry_wood_door.close": { - "protocol_id": 292 - }, - "minecraft:block.cherry_wood_door.open": { - "protocol_id": 293 - }, - "minecraft:block.cherry_wood_fence_gate.close": { - "protocol_id": 300 - }, - "minecraft:block.cherry_wood_fence_gate.open": { - "protocol_id": 301 - }, - "minecraft:block.cherry_wood_hanging_sign.break": { - "protocol_id": 288 - }, - "minecraft:block.cherry_wood_hanging_sign.fall": { - "protocol_id": 289 - }, - "minecraft:block.cherry_wood_hanging_sign.hit": { - "protocol_id": 290 - }, - "minecraft:block.cherry_wood_hanging_sign.place": { - "protocol_id": 291 - }, - "minecraft:block.cherry_wood_hanging_sign.step": { - "protocol_id": 287 - }, - "minecraft:block.cherry_wood_pressure_plate.click_off": { - "protocol_id": 298 - }, - "minecraft:block.cherry_wood_pressure_plate.click_on": { - "protocol_id": 299 - }, - "minecraft:block.cherry_wood_trapdoor.close": { - "protocol_id": 294 - }, - "minecraft:block.cherry_wood_trapdoor.open": { - "protocol_id": 295 - }, - "minecraft:block.chest.close": { - "protocol_id": 302 - }, - "minecraft:block.chest.locked": { - "protocol_id": 303 - }, - "minecraft:block.chest.open": { - "protocol_id": 304 - }, - "minecraft:block.chiseled_bookshelf.break": { - "protocol_id": 310 - }, - "minecraft:block.chiseled_bookshelf.fall": { - "protocol_id": 311 - }, - "minecraft:block.chiseled_bookshelf.hit": { - "protocol_id": 312 - }, - "minecraft:block.chiseled_bookshelf.insert": { - "protocol_id": 313 - }, - "minecraft:block.chiseled_bookshelf.insert.enchanted": { - "protocol_id": 314 - }, - "minecraft:block.chiseled_bookshelf.pickup": { - "protocol_id": 316 - }, - "minecraft:block.chiseled_bookshelf.pickup.enchanted": { - "protocol_id": 317 - }, - "minecraft:block.chiseled_bookshelf.place": { - "protocol_id": 318 - }, - "minecraft:block.chiseled_bookshelf.step": { - "protocol_id": 315 - }, - "minecraft:block.chorus_flower.death": { - "protocol_id": 319 - }, - "minecraft:block.chorus_flower.grow": { - "protocol_id": 320 - }, - "minecraft:block.cobweb.break": { - "protocol_id": 322 - }, - "minecraft:block.cobweb.fall": { - "protocol_id": 326 - }, - "minecraft:block.cobweb.hit": { - "protocol_id": 325 - }, - "minecraft:block.cobweb.place": { - "protocol_id": 324 - }, - "minecraft:block.cobweb.step": { - "protocol_id": 323 - }, - "minecraft:block.comparator.click": { - "protocol_id": 331 - }, - "minecraft:block.composter.empty": { - "protocol_id": 332 - }, - "minecraft:block.composter.fill": { - "protocol_id": 333 - }, - "minecraft:block.composter.fill_success": { - "protocol_id": 334 - }, - "minecraft:block.composter.ready": { - "protocol_id": 335 - }, - "minecraft:block.conduit.activate": { - "protocol_id": 336 - }, - "minecraft:block.conduit.ambient": { - "protocol_id": 337 - }, - "minecraft:block.conduit.ambient.short": { - "protocol_id": 338 - }, - "minecraft:block.conduit.attack.target": { - "protocol_id": 339 - }, - "minecraft:block.conduit.deactivate": { - "protocol_id": 340 - }, - "minecraft:block.copper.break": { - "protocol_id": 348 - }, - "minecraft:block.copper.fall": { - "protocol_id": 352 - }, - "minecraft:block.copper.hit": { - "protocol_id": 351 - }, - "minecraft:block.copper.place": { - "protocol_id": 350 - }, - "minecraft:block.copper.step": { - "protocol_id": 349 - }, - "minecraft:block.copper_bulb.break": { - "protocol_id": 341 - }, - "minecraft:block.copper_bulb.fall": { - "protocol_id": 345 - }, - "minecraft:block.copper_bulb.hit": { - "protocol_id": 344 - }, - "minecraft:block.copper_bulb.place": { - "protocol_id": 343 - }, - "minecraft:block.copper_bulb.step": { - "protocol_id": 342 - }, - "minecraft:block.copper_bulb.turn_off": { - "protocol_id": 347 - }, - "minecraft:block.copper_bulb.turn_on": { - "protocol_id": 346 - }, - "minecraft:block.copper_door.close": { - "protocol_id": 353 - }, - "minecraft:block.copper_door.open": { - "protocol_id": 354 - }, - "minecraft:block.copper_grate.break": { - "protocol_id": 355 - }, - "minecraft:block.copper_grate.fall": { - "protocol_id": 359 - }, - "minecraft:block.copper_grate.hit": { - "protocol_id": 358 - }, - "minecraft:block.copper_grate.place": { - "protocol_id": 357 - }, - "minecraft:block.copper_grate.step": { - "protocol_id": 356 - }, - "minecraft:block.copper_trapdoor.close": { - "protocol_id": 360 - }, - "minecraft:block.copper_trapdoor.open": { - "protocol_id": 361 - }, - "minecraft:block.coral_block.break": { - "protocol_id": 362 - }, - "minecraft:block.coral_block.fall": { - "protocol_id": 363 - }, - "minecraft:block.coral_block.hit": { - "protocol_id": 364 - }, - "minecraft:block.coral_block.place": { - "protocol_id": 365 - }, - "minecraft:block.coral_block.step": { - "protocol_id": 366 - }, - "minecraft:block.crafter.craft": { - "protocol_id": 372 - }, - "minecraft:block.crafter.fail": { - "protocol_id": 373 - }, - "minecraft:block.creaking_heart.break": { - "protocol_id": 384 - }, - "minecraft:block.creaking_heart.fall": { - "protocol_id": 385 - }, - "minecraft:block.creaking_heart.hit": { - "protocol_id": 386 - }, - "minecraft:block.creaking_heart.hurt": { - "protocol_id": 387 - }, - "minecraft:block.creaking_heart.idle": { - "protocol_id": 390 - }, - "minecraft:block.creaking_heart.place": { - "protocol_id": 388 - }, - "minecraft:block.creaking_heart.spawn": { - "protocol_id": 391 - }, - "minecraft:block.creaking_heart.step": { - "protocol_id": 389 - }, - "minecraft:block.crop.break": { - "protocol_id": 395 - }, - "minecraft:block.decorated_pot.break": { - "protocol_id": 405 - }, - "minecraft:block.decorated_pot.fall": { - "protocol_id": 406 - }, - "minecraft:block.decorated_pot.hit": { - "protocol_id": 407 - }, - "minecraft:block.decorated_pot.insert": { - "protocol_id": 408 - }, - "minecraft:block.decorated_pot.insert_fail": { - "protocol_id": 409 - }, - "minecraft:block.decorated_pot.place": { - "protocol_id": 411 - }, - "minecraft:block.decorated_pot.shatter": { - "protocol_id": 412 - }, - "minecraft:block.decorated_pot.step": { - "protocol_id": 410 - }, - "minecraft:block.deepslate.break": { - "protocol_id": 418 - }, - "minecraft:block.deepslate.fall": { - "protocol_id": 419 - }, - "minecraft:block.deepslate.hit": { - "protocol_id": 420 - }, - "minecraft:block.deepslate.place": { - "protocol_id": 421 - }, - "minecraft:block.deepslate.step": { - "protocol_id": 422 - }, - "minecraft:block.deepslate_bricks.break": { - "protocol_id": 413 - }, - "minecraft:block.deepslate_bricks.fall": { - "protocol_id": 414 - }, - "minecraft:block.deepslate_bricks.hit": { - "protocol_id": 415 - }, - "minecraft:block.deepslate_bricks.place": { - "protocol_id": 416 - }, - "minecraft:block.deepslate_bricks.step": { - "protocol_id": 417 - }, - "minecraft:block.deepslate_tiles.break": { - "protocol_id": 423 - }, - "minecraft:block.deepslate_tiles.fall": { - "protocol_id": 424 - }, - "minecraft:block.deepslate_tiles.hit": { - "protocol_id": 425 - }, - "minecraft:block.deepslate_tiles.place": { - "protocol_id": 426 - }, - "minecraft:block.deepslate_tiles.step": { - "protocol_id": 427 - }, - "minecraft:block.dispenser.dispense": { - "protocol_id": 428 - }, - "minecraft:block.dispenser.fail": { - "protocol_id": 429 - }, - "minecraft:block.dispenser.launch": { - "protocol_id": 430 - }, - "minecraft:block.dripstone_block.break": { - "protocol_id": 448 - }, - "minecraft:block.dripstone_block.fall": { - "protocol_id": 452 - }, - "minecraft:block.dripstone_block.hit": { - "protocol_id": 451 - }, - "minecraft:block.dripstone_block.place": { - "protocol_id": 450 - }, - "minecraft:block.dripstone_block.step": { - "protocol_id": 449 - }, - "minecraft:block.enchantment_table.use": { - "protocol_id": 485 - }, - "minecraft:block.end_gateway.spawn": { - "protocol_id": 508 - }, - "minecraft:block.end_portal.spawn": { - "protocol_id": 510 - }, - "minecraft:block.end_portal_frame.fill": { - "protocol_id": 509 - }, - "minecraft:block.ender_chest.close": { - "protocol_id": 486 - }, - "minecraft:block.ender_chest.open": { - "protocol_id": 487 - }, - "minecraft:block.fence_gate.close": { - "protocol_id": 522 - }, - "minecraft:block.fence_gate.open": { - "protocol_id": 523 - }, - "minecraft:block.fire.ambient": { - "protocol_id": 533 - }, - "minecraft:block.fire.extinguish": { - "protocol_id": 534 - }, - "minecraft:block.flowering_azalea.break": { - "protocol_id": 540 - }, - "minecraft:block.flowering_azalea.fall": { - "protocol_id": 541 - }, - "minecraft:block.flowering_azalea.hit": { - "protocol_id": 542 - }, - "minecraft:block.flowering_azalea.place": { - "protocol_id": 543 - }, - "minecraft:block.flowering_azalea.step": { - "protocol_id": 544 - }, - "minecraft:block.froglight.break": { - "protocol_id": 566 - }, - "minecraft:block.froglight.fall": { - "protocol_id": 567 - }, - "minecraft:block.froglight.hit": { - "protocol_id": 568 - }, - "minecraft:block.froglight.place": { - "protocol_id": 569 - }, - "minecraft:block.froglight.step": { - "protocol_id": 570 - }, - "minecraft:block.frogspawn.break": { - "protocol_id": 572 - }, - "minecraft:block.frogspawn.fall": { - "protocol_id": 573 - }, - "minecraft:block.frogspawn.hatch": { - "protocol_id": 574 - }, - "minecraft:block.frogspawn.hit": { - "protocol_id": 575 - }, - "minecraft:block.frogspawn.place": { - "protocol_id": 576 - }, - "minecraft:block.frogspawn.step": { - "protocol_id": 571 - }, - "minecraft:block.fungus.break": { - "protocol_id": 979 - }, - "minecraft:block.fungus.fall": { - "protocol_id": 983 - }, - "minecraft:block.fungus.hit": { - "protocol_id": 982 - }, - "minecraft:block.fungus.place": { - "protocol_id": 981 - }, - "minecraft:block.fungus.step": { - "protocol_id": 980 - }, - "minecraft:block.furnace.fire_crackle": { - "protocol_id": 590 - }, - "minecraft:block.gilded_blackstone.break": { - "protocol_id": 608 - }, - "minecraft:block.gilded_blackstone.fall": { - "protocol_id": 609 - }, - "minecraft:block.gilded_blackstone.hit": { - "protocol_id": 610 - }, - "minecraft:block.gilded_blackstone.place": { - "protocol_id": 611 - }, - "minecraft:block.gilded_blackstone.step": { - "protocol_id": 612 - }, - "minecraft:block.glass.break": { - "protocol_id": 613 - }, - "minecraft:block.glass.fall": { - "protocol_id": 614 - }, - "minecraft:block.glass.hit": { - "protocol_id": 615 - }, - "minecraft:block.glass.place": { - "protocol_id": 616 - }, - "minecraft:block.glass.step": { - "protocol_id": 617 - }, - "minecraft:block.grass.break": { - "protocol_id": 646 - }, - "minecraft:block.grass.fall": { - "protocol_id": 647 - }, - "minecraft:block.grass.hit": { - "protocol_id": 648 - }, - "minecraft:block.grass.place": { - "protocol_id": 649 - }, - "minecraft:block.grass.step": { - "protocol_id": 650 - }, - "minecraft:block.gravel.break": { - "protocol_id": 651 - }, - "minecraft:block.gravel.fall": { - "protocol_id": 652 - }, - "minecraft:block.gravel.hit": { - "protocol_id": 653 - }, - "minecraft:block.gravel.place": { - "protocol_id": 654 - }, - "minecraft:block.gravel.step": { - "protocol_id": 655 - }, - "minecraft:block.grindstone.use": { - "protocol_id": 656 - }, - "minecraft:block.growing_plant.crop": { - "protocol_id": 657 - }, - "minecraft:block.hanging_roots.break": { - "protocol_id": 666 - }, - "minecraft:block.hanging_roots.fall": { - "protocol_id": 667 - }, - "minecraft:block.hanging_roots.hit": { - "protocol_id": 668 - }, - "minecraft:block.hanging_roots.place": { - "protocol_id": 669 - }, - "minecraft:block.hanging_roots.step": { - "protocol_id": 670 - }, - "minecraft:block.hanging_sign.break": { - "protocol_id": 672 - }, - "minecraft:block.hanging_sign.fall": { - "protocol_id": 673 - }, - "minecraft:block.hanging_sign.hit": { - "protocol_id": 674 - }, - "minecraft:block.hanging_sign.place": { - "protocol_id": 675 - }, - "minecraft:block.hanging_sign.step": { - "protocol_id": 671 - }, - "minecraft:block.hanging_sign.waxed_interact_fail": { - "protocol_id": 1539 - }, - "minecraft:block.heavy_core.break": { - "protocol_id": 676 - }, - "minecraft:block.heavy_core.fall": { - "protocol_id": 677 - }, - "minecraft:block.heavy_core.hit": { - "protocol_id": 678 - }, - "minecraft:block.heavy_core.place": { - "protocol_id": 679 - }, - "minecraft:block.heavy_core.step": { - "protocol_id": 680 - }, - "minecraft:block.honey_block.break": { - "protocol_id": 716 - }, - "minecraft:block.honey_block.fall": { - "protocol_id": 717 - }, - "minecraft:block.honey_block.hit": { - "protocol_id": 718 - }, - "minecraft:block.honey_block.place": { - "protocol_id": 719 - }, - "minecraft:block.honey_block.slide": { - "protocol_id": 720 - }, - "minecraft:block.honey_block.step": { - "protocol_id": 721 - }, - "minecraft:block.iron_door.close": { - "protocol_id": 764 - }, - "minecraft:block.iron_door.open": { - "protocol_id": 765 - }, - "minecraft:block.iron_trapdoor.close": { - "protocol_id": 772 - }, - "minecraft:block.iron_trapdoor.open": { - "protocol_id": 773 - }, - "minecraft:block.ladder.break": { - "protocol_id": 781 - }, - "minecraft:block.ladder.fall": { - "protocol_id": 782 - }, - "minecraft:block.ladder.hit": { - "protocol_id": 783 - }, - "minecraft:block.ladder.place": { - "protocol_id": 784 - }, - "minecraft:block.ladder.step": { - "protocol_id": 785 - }, - "minecraft:block.lantern.break": { - "protocol_id": 786 - }, - "minecraft:block.lantern.fall": { - "protocol_id": 787 - }, - "minecraft:block.lantern.hit": { - "protocol_id": 788 - }, - "minecraft:block.lantern.place": { - "protocol_id": 789 - }, - "minecraft:block.lantern.step": { - "protocol_id": 790 - }, - "minecraft:block.large_amethyst_bud.break": { - "protocol_id": 791 - }, - "minecraft:block.large_amethyst_bud.place": { - "protocol_id": 792 - }, - "minecraft:block.lava.ambient": { - "protocol_id": 793 - }, - "minecraft:block.lava.extinguish": { - "protocol_id": 794 - }, - "minecraft:block.lava.pop": { - "protocol_id": 795 - }, - "minecraft:block.lever.click": { - "protocol_id": 798 - }, - "minecraft:block.lily_pad.place": { - "protocol_id": 1508 - }, - "minecraft:block.lodestone.break": { - "protocol_id": 812 - }, - "minecraft:block.lodestone.fall": { - "protocol_id": 816 - }, - "minecraft:block.lodestone.hit": { - "protocol_id": 815 - }, - "minecraft:block.lodestone.place": { - "protocol_id": 814 - }, - "minecraft:block.lodestone.step": { - "protocol_id": 813 - }, - "minecraft:block.mangrove_roots.break": { - "protocol_id": 827 - }, - "minecraft:block.mangrove_roots.fall": { - "protocol_id": 828 - }, - "minecraft:block.mangrove_roots.hit": { - "protocol_id": 829 - }, - "minecraft:block.mangrove_roots.place": { - "protocol_id": 830 - }, - "minecraft:block.mangrove_roots.step": { - "protocol_id": 831 - }, - "minecraft:block.medium_amethyst_bud.break": { - "protocol_id": 832 - }, - "minecraft:block.medium_amethyst_bud.place": { - "protocol_id": 833 - }, - "minecraft:block.metal.break": { - "protocol_id": 834 - }, - "minecraft:block.metal.fall": { - "protocol_id": 835 - }, - "minecraft:block.metal.hit": { - "protocol_id": 836 - }, - "minecraft:block.metal.place": { - "protocol_id": 837 - }, - "minecraft:block.metal.step": { - "protocol_id": 840 - }, - "minecraft:block.metal_pressure_plate.click_off": { - "protocol_id": 838 - }, - "minecraft:block.metal_pressure_plate.click_on": { - "protocol_id": 839 - }, - "minecraft:block.moss.break": { - "protocol_id": 859 - }, - "minecraft:block.moss.fall": { - "protocol_id": 860 - }, - "minecraft:block.moss.hit": { - "protocol_id": 861 - }, - "minecraft:block.moss.place": { - "protocol_id": 862 - }, - "minecraft:block.moss.step": { - "protocol_id": 863 - }, - "minecraft:block.moss_carpet.break": { - "protocol_id": 849 - }, - "minecraft:block.moss_carpet.fall": { - "protocol_id": 850 - }, - "minecraft:block.moss_carpet.hit": { - "protocol_id": 851 - }, - "minecraft:block.moss_carpet.place": { - "protocol_id": 852 - }, - "minecraft:block.moss_carpet.step": { - "protocol_id": 853 - }, - "minecraft:block.mud.break": { - "protocol_id": 864 - }, - "minecraft:block.mud.fall": { - "protocol_id": 865 - }, - "minecraft:block.mud.hit": { - "protocol_id": 866 - }, - "minecraft:block.mud.place": { - "protocol_id": 867 - }, - "minecraft:block.mud.step": { - "protocol_id": 868 - }, - "minecraft:block.mud_bricks.break": { - "protocol_id": 869 - }, - "minecraft:block.mud_bricks.fall": { - "protocol_id": 870 - }, - "minecraft:block.mud_bricks.hit": { - "protocol_id": 871 - }, - "minecraft:block.mud_bricks.place": { - "protocol_id": 872 - }, - "minecraft:block.mud_bricks.step": { - "protocol_id": 873 - }, - "minecraft:block.muddy_mangrove_roots.break": { - "protocol_id": 874 - }, - "minecraft:block.muddy_mangrove_roots.fall": { - "protocol_id": 875 - }, - "minecraft:block.muddy_mangrove_roots.hit": { - "protocol_id": 876 - }, - "minecraft:block.muddy_mangrove_roots.place": { - "protocol_id": 877 - }, - "minecraft:block.muddy_mangrove_roots.step": { - "protocol_id": 878 - }, - "minecraft:block.nether_bricks.break": { - "protocol_id": 936 - }, - "minecraft:block.nether_bricks.fall": { - "protocol_id": 940 - }, - "minecraft:block.nether_bricks.hit": { - "protocol_id": 939 - }, - "minecraft:block.nether_bricks.place": { - "protocol_id": 938 - }, - "minecraft:block.nether_bricks.step": { - "protocol_id": 937 - }, - "minecraft:block.nether_gold_ore.break": { - "protocol_id": 1181 - }, - "minecraft:block.nether_gold_ore.fall": { - "protocol_id": 1182 - }, - "minecraft:block.nether_gold_ore.hit": { - "protocol_id": 1183 - }, - "minecraft:block.nether_gold_ore.place": { - "protocol_id": 1184 - }, - "minecraft:block.nether_gold_ore.step": { - "protocol_id": 1185 - }, - "minecraft:block.nether_ore.break": { - "protocol_id": 1186 - }, - "minecraft:block.nether_ore.fall": { - "protocol_id": 1187 - }, - "minecraft:block.nether_ore.hit": { - "protocol_id": 1188 - }, - "minecraft:block.nether_ore.place": { - "protocol_id": 1189 - }, - "minecraft:block.nether_ore.step": { - "protocol_id": 1190 - }, - "minecraft:block.nether_sprouts.break": { - "protocol_id": 974 - }, - "minecraft:block.nether_sprouts.fall": { - "protocol_id": 978 - }, - "minecraft:block.nether_sprouts.hit": { - "protocol_id": 977 - }, - "minecraft:block.nether_sprouts.place": { - "protocol_id": 976 - }, - "minecraft:block.nether_sprouts.step": { - "protocol_id": 975 - }, - "minecraft:block.nether_wart.break": { - "protocol_id": 941 - }, - "minecraft:block.nether_wood.break": { - "protocol_id": 943 - }, - "minecraft:block.nether_wood.fall": { - "protocol_id": 944 - }, - "minecraft:block.nether_wood.hit": { - "protocol_id": 945 - }, - "minecraft:block.nether_wood.place": { - "protocol_id": 946 - }, - "minecraft:block.nether_wood.step": { - "protocol_id": 947 - }, - "minecraft:block.nether_wood_button.click_off": { - "protocol_id": 952 - }, - "minecraft:block.nether_wood_button.click_on": { - "protocol_id": 953 - }, - "minecraft:block.nether_wood_door.close": { - "protocol_id": 948 - }, - "minecraft:block.nether_wood_door.open": { - "protocol_id": 949 - }, - "minecraft:block.nether_wood_fence_gate.close": { - "protocol_id": 956 - }, - "minecraft:block.nether_wood_fence_gate.open": { - "protocol_id": 957 - }, - "minecraft:block.nether_wood_hanging_sign.break": { - "protocol_id": 682 - }, - "minecraft:block.nether_wood_hanging_sign.fall": { - "protocol_id": 683 - }, - "minecraft:block.nether_wood_hanging_sign.hit": { - "protocol_id": 684 - }, - "minecraft:block.nether_wood_hanging_sign.place": { - "protocol_id": 685 - }, - "minecraft:block.nether_wood_hanging_sign.step": { - "protocol_id": 681 - }, - "minecraft:block.nether_wood_pressure_plate.click_off": { - "protocol_id": 954 - }, - "minecraft:block.nether_wood_pressure_plate.click_on": { - "protocol_id": 955 - }, - "minecraft:block.nether_wood_trapdoor.close": { - "protocol_id": 950 - }, - "minecraft:block.nether_wood_trapdoor.open": { - "protocol_id": 951 - }, - "minecraft:block.netherite_block.break": { - "protocol_id": 994 - }, - "minecraft:block.netherite_block.fall": { - "protocol_id": 998 - }, - "minecraft:block.netherite_block.hit": { - "protocol_id": 997 - }, - "minecraft:block.netherite_block.place": { - "protocol_id": 996 - }, - "minecraft:block.netherite_block.step": { - "protocol_id": 995 - }, - "minecraft:block.netherrack.break": { - "protocol_id": 999 - }, - "minecraft:block.netherrack.fall": { - "protocol_id": 1003 - }, - "minecraft:block.netherrack.hit": { - "protocol_id": 1002 - }, - "minecraft:block.netherrack.place": { - "protocol_id": 1001 - }, - "minecraft:block.netherrack.step": { - "protocol_id": 1000 - }, - "minecraft:block.note_block.banjo": { - "protocol_id": 1019 - }, - "minecraft:block.note_block.basedrum": { - "protocol_id": 1004 - }, - "minecraft:block.note_block.bass": { - "protocol_id": 1005 - }, - "minecraft:block.note_block.bell": { - "protocol_id": 1006 - }, - "minecraft:block.note_block.bit": { - "protocol_id": 1018 - }, - "minecraft:block.note_block.chime": { - "protocol_id": 1007 - }, - "minecraft:block.note_block.cow_bell": { - "protocol_id": 1016 - }, - "minecraft:block.note_block.didgeridoo": { - "protocol_id": 1017 - }, - "minecraft:block.note_block.flute": { - "protocol_id": 1008 - }, - "minecraft:block.note_block.guitar": { - "protocol_id": 1009 - }, - "minecraft:block.note_block.harp": { - "protocol_id": 1010 - }, - "minecraft:block.note_block.hat": { - "protocol_id": 1011 - }, - "minecraft:block.note_block.imitate.creeper": { - "protocol_id": 1022 - }, - "minecraft:block.note_block.imitate.ender_dragon": { - "protocol_id": 1023 - }, - "minecraft:block.note_block.imitate.piglin": { - "protocol_id": 1025 - }, - "minecraft:block.note_block.imitate.skeleton": { - "protocol_id": 1021 - }, - "minecraft:block.note_block.imitate.wither_skeleton": { - "protocol_id": 1024 - }, - "minecraft:block.note_block.imitate.zombie": { - "protocol_id": 1020 - }, - "minecraft:block.note_block.iron_xylophone": { - "protocol_id": 1015 - }, - "minecraft:block.note_block.pling": { - "protocol_id": 1012 - }, - "minecraft:block.note_block.snare": { - "protocol_id": 1013 - }, - "minecraft:block.note_block.xylophone": { - "protocol_id": 1014 - }, - "minecraft:block.nylium.break": { - "protocol_id": 969 - }, - "minecraft:block.nylium.fall": { - "protocol_id": 973 - }, - "minecraft:block.nylium.hit": { - "protocol_id": 972 - }, - "minecraft:block.nylium.place": { - "protocol_id": 971 - }, - "minecraft:block.nylium.step": { - "protocol_id": 970 - }, - "minecraft:block.packed_mud.break": { - "protocol_id": 959 - }, - "minecraft:block.packed_mud.fall": { - "protocol_id": 960 - }, - "minecraft:block.packed_mud.hit": { - "protocol_id": 961 - }, - "minecraft:block.packed_mud.place": { - "protocol_id": 962 - }, - "minecraft:block.packed_mud.step": { - "protocol_id": 963 - }, - "minecraft:block.pale_hanging_moss.idle": { - "protocol_id": 1032 - }, - "minecraft:block.pink_petals.break": { - "protocol_id": 854 - }, - "minecraft:block.pink_petals.fall": { - "protocol_id": 855 - }, - "minecraft:block.pink_petals.hit": { - "protocol_id": 856 - }, - "minecraft:block.pink_petals.place": { - "protocol_id": 857 - }, - "minecraft:block.pink_petals.step": { - "protocol_id": 858 - }, - "minecraft:block.piston.contract": { - "protocol_id": 1117 - }, - "minecraft:block.piston.extend": { - "protocol_id": 1118 - }, - "minecraft:block.pointed_dripstone.break": { - "protocol_id": 453 - }, - "minecraft:block.pointed_dripstone.drip_lava": { - "protocol_id": 459 - }, - "minecraft:block.pointed_dripstone.drip_lava_into_cauldron": { - "protocol_id": 461 - }, - "minecraft:block.pointed_dripstone.drip_water": { - "protocol_id": 460 - }, - "minecraft:block.pointed_dripstone.drip_water_into_cauldron": { - "protocol_id": 462 - }, - "minecraft:block.pointed_dripstone.fall": { - "protocol_id": 457 - }, - "minecraft:block.pointed_dripstone.hit": { - "protocol_id": 456 - }, - "minecraft:block.pointed_dripstone.land": { - "protocol_id": 458 - }, - "minecraft:block.pointed_dripstone.place": { - "protocol_id": 455 - }, - "minecraft:block.pointed_dripstone.step": { - "protocol_id": 454 - }, - "minecraft:block.polished_deepslate.break": { - "protocol_id": 1146 - }, - "minecraft:block.polished_deepslate.fall": { - "protocol_id": 1147 - }, - "minecraft:block.polished_deepslate.hit": { - "protocol_id": 1148 - }, - "minecraft:block.polished_deepslate.place": { - "protocol_id": 1149 - }, - "minecraft:block.polished_deepslate.step": { - "protocol_id": 1150 - }, - "minecraft:block.polished_tuff.break": { - "protocol_id": 1435 - }, - "minecraft:block.polished_tuff.fall": { - "protocol_id": 1436 - }, - "minecraft:block.polished_tuff.hit": { - "protocol_id": 1437 - }, - "minecraft:block.polished_tuff.place": { - "protocol_id": 1438 - }, - "minecraft:block.polished_tuff.step": { - "protocol_id": 1439 - }, - "minecraft:block.portal.ambient": { - "protocol_id": 1151 - }, - "minecraft:block.portal.travel": { - "protocol_id": 1152 - }, - "minecraft:block.portal.trigger": { - "protocol_id": 1153 - }, - "minecraft:block.powder_snow.break": { - "protocol_id": 1154 - }, - "minecraft:block.powder_snow.fall": { - "protocol_id": 1155 - }, - "minecraft:block.powder_snow.hit": { - "protocol_id": 1156 - }, - "minecraft:block.powder_snow.place": { - "protocol_id": 1157 - }, - "minecraft:block.powder_snow.step": { - "protocol_id": 1158 - }, - "minecraft:block.pumpkin.carve": { - "protocol_id": 1166 - }, - "minecraft:block.redstone_torch.burnout": { - "protocol_id": 1191 - }, - "minecraft:block.respawn_anchor.ambient": { - "protocol_id": 1192 - }, - "minecraft:block.respawn_anchor.charge": { - "protocol_id": 1193 - }, - "minecraft:block.respawn_anchor.deplete": { - "protocol_id": 1194 - }, - "minecraft:block.respawn_anchor.set_spawn": { - "protocol_id": 1195 - }, - "minecraft:block.rooted_dirt.break": { - "protocol_id": 1196 - }, - "minecraft:block.rooted_dirt.fall": { - "protocol_id": 1197 - }, - "minecraft:block.rooted_dirt.hit": { - "protocol_id": 1198 - }, - "minecraft:block.rooted_dirt.place": { - "protocol_id": 1199 - }, - "minecraft:block.rooted_dirt.step": { - "protocol_id": 1200 - }, - "minecraft:block.roots.break": { - "protocol_id": 585 - }, - "minecraft:block.roots.fall": { - "protocol_id": 589 - }, - "minecraft:block.roots.hit": { - "protocol_id": 588 - }, - "minecraft:block.roots.place": { - "protocol_id": 587 - }, - "minecraft:block.roots.step": { - "protocol_id": 586 - }, - "minecraft:block.sand.break": { - "protocol_id": 1205 - }, - "minecraft:block.sand.fall": { - "protocol_id": 1206 - }, - "minecraft:block.sand.hit": { - "protocol_id": 1207 - }, - "minecraft:block.sand.place": { - "protocol_id": 1208 - }, - "minecraft:block.sand.step": { - "protocol_id": 1209 - }, - "minecraft:block.scaffolding.break": { - "protocol_id": 1210 - }, - "minecraft:block.scaffolding.fall": { - "protocol_id": 1211 - }, - "minecraft:block.scaffolding.hit": { - "protocol_id": 1212 - }, - "minecraft:block.scaffolding.place": { - "protocol_id": 1213 - }, - "minecraft:block.scaffolding.step": { - "protocol_id": 1214 - }, - "minecraft:block.sculk.break": { - "protocol_id": 1217 - }, - "minecraft:block.sculk.charge": { - "protocol_id": 1216 - }, - "minecraft:block.sculk.fall": { - "protocol_id": 1218 - }, - "minecraft:block.sculk.hit": { - "protocol_id": 1219 - }, - "minecraft:block.sculk.place": { - "protocol_id": 1220 - }, - "minecraft:block.sculk.spread": { - "protocol_id": 1215 - }, - "minecraft:block.sculk.step": { - "protocol_id": 1221 - }, - "minecraft:block.sculk_catalyst.bloom": { - "protocol_id": 1222 - }, - "minecraft:block.sculk_catalyst.break": { - "protocol_id": 1223 - }, - "minecraft:block.sculk_catalyst.fall": { - "protocol_id": 1224 - }, - "minecraft:block.sculk_catalyst.hit": { - "protocol_id": 1225 - }, - "minecraft:block.sculk_catalyst.place": { - "protocol_id": 1226 - }, - "minecraft:block.sculk_catalyst.step": { - "protocol_id": 1227 - }, - "minecraft:block.sculk_sensor.break": { - "protocol_id": 1230 - }, - "minecraft:block.sculk_sensor.clicking": { - "protocol_id": 1228 - }, - "minecraft:block.sculk_sensor.clicking_stop": { - "protocol_id": 1229 - }, - "minecraft:block.sculk_sensor.fall": { - "protocol_id": 1231 - }, - "minecraft:block.sculk_sensor.hit": { - "protocol_id": 1232 - }, - "minecraft:block.sculk_sensor.place": { - "protocol_id": 1233 - }, - "minecraft:block.sculk_sensor.step": { - "protocol_id": 1234 - }, - "minecraft:block.sculk_shrieker.break": { - "protocol_id": 1235 - }, - "minecraft:block.sculk_shrieker.fall": { - "protocol_id": 1236 - }, - "minecraft:block.sculk_shrieker.hit": { - "protocol_id": 1237 - }, - "minecraft:block.sculk_shrieker.place": { - "protocol_id": 1238 - }, - "minecraft:block.sculk_shrieker.shriek": { - "protocol_id": 1239 - }, - "minecraft:block.sculk_shrieker.step": { - "protocol_id": 1240 - }, - "minecraft:block.sculk_vein.break": { - "protocol_id": 1241 - }, - "minecraft:block.sculk_vein.fall": { - "protocol_id": 1242 - }, - "minecraft:block.sculk_vein.hit": { - "protocol_id": 1243 - }, - "minecraft:block.sculk_vein.place": { - "protocol_id": 1244 - }, - "minecraft:block.sculk_vein.step": { - "protocol_id": 1245 - }, - "minecraft:block.shroomlight.break": { - "protocol_id": 1253 - }, - "minecraft:block.shroomlight.fall": { - "protocol_id": 1257 - }, - "minecraft:block.shroomlight.hit": { - "protocol_id": 1256 - }, - "minecraft:block.shroomlight.place": { - "protocol_id": 1255 - }, - "minecraft:block.shroomlight.step": { - "protocol_id": 1254 - }, - "minecraft:block.shulker_box.close": { - "protocol_id": 1260 - }, - "minecraft:block.shulker_box.open": { - "protocol_id": 1261 - }, - "minecraft:block.sign.waxed_interact_fail": { - "protocol_id": 1540 - }, - "minecraft:block.slime_block.break": { - "protocol_id": 1294 - }, - "minecraft:block.slime_block.fall": { - "protocol_id": 1295 - }, - "minecraft:block.slime_block.hit": { - "protocol_id": 1296 - }, - "minecraft:block.slime_block.place": { - "protocol_id": 1297 - }, - "minecraft:block.slime_block.step": { - "protocol_id": 1298 - }, - "minecraft:block.small_amethyst_bud.break": { - "protocol_id": 1299 - }, - "minecraft:block.small_amethyst_bud.place": { - "protocol_id": 1300 - }, - "minecraft:block.small_dripleaf.break": { - "protocol_id": 1301 - }, - "minecraft:block.small_dripleaf.fall": { - "protocol_id": 1302 - }, - "minecraft:block.small_dripleaf.hit": { - "protocol_id": 1303 - }, - "minecraft:block.small_dripleaf.place": { - "protocol_id": 1304 - }, - "minecraft:block.small_dripleaf.step": { - "protocol_id": 1305 - }, - "minecraft:block.smithing_table.use": { - "protocol_id": 1340 - }, - "minecraft:block.smoker.smoke": { - "protocol_id": 1341 - }, - "minecraft:block.sniffer_egg.crack": { - "protocol_id": 1355 - }, - "minecraft:block.sniffer_egg.hatch": { - "protocol_id": 1356 - }, - "minecraft:block.sniffer_egg.plop": { - "protocol_id": 1354 - }, - "minecraft:block.snow.break": { - "protocol_id": 1358 - }, - "minecraft:block.snow.fall": { - "protocol_id": 1359 - }, - "minecraft:block.snow.hit": { - "protocol_id": 1365 - }, - "minecraft:block.snow.place": { - "protocol_id": 1366 - }, - "minecraft:block.snow.step": { - "protocol_id": 1367 - }, - "minecraft:block.soul_sand.break": { - "protocol_id": 1306 - }, - "minecraft:block.soul_sand.fall": { - "protocol_id": 1310 - }, - "minecraft:block.soul_sand.hit": { - "protocol_id": 1309 - }, - "minecraft:block.soul_sand.place": { - "protocol_id": 1308 - }, - "minecraft:block.soul_sand.step": { - "protocol_id": 1307 - }, - "minecraft:block.soul_soil.break": { - "protocol_id": 1311 - }, - "minecraft:block.soul_soil.fall": { - "protocol_id": 1315 - }, - "minecraft:block.soul_soil.hit": { - "protocol_id": 1314 - }, - "minecraft:block.soul_soil.place": { - "protocol_id": 1313 - }, - "minecraft:block.soul_soil.step": { - "protocol_id": 1312 - }, - "minecraft:block.spawner.break": { - "protocol_id": 1317 - }, - "minecraft:block.spawner.fall": { - "protocol_id": 1318 - }, - "minecraft:block.spawner.hit": { - "protocol_id": 1319 - }, - "minecraft:block.spawner.place": { - "protocol_id": 1320 - }, - "minecraft:block.spawner.step": { - "protocol_id": 1321 - }, - "minecraft:block.sponge.absorb": { - "protocol_id": 1379 - }, - "minecraft:block.sponge.break": { - "protocol_id": 1374 - }, - "minecraft:block.sponge.fall": { - "protocol_id": 1375 - }, - "minecraft:block.sponge.hit": { - "protocol_id": 1376 - }, - "minecraft:block.sponge.place": { - "protocol_id": 1377 - }, - "minecraft:block.sponge.step": { - "protocol_id": 1378 - }, - "minecraft:block.spore_blossom.break": { - "protocol_id": 1322 - }, - "minecraft:block.spore_blossom.fall": { - "protocol_id": 1323 - }, - "minecraft:block.spore_blossom.hit": { - "protocol_id": 1324 - }, - "minecraft:block.spore_blossom.place": { - "protocol_id": 1325 - }, - "minecraft:block.spore_blossom.step": { - "protocol_id": 1326 - }, - "minecraft:block.stem.break": { - "protocol_id": 964 - }, - "minecraft:block.stem.fall": { - "protocol_id": 968 - }, - "minecraft:block.stem.hit": { - "protocol_id": 967 - }, - "minecraft:block.stem.place": { - "protocol_id": 966 - }, - "minecraft:block.stem.step": { - "protocol_id": 965 - }, - "minecraft:block.stone.break": { - "protocol_id": 1386 - }, - "minecraft:block.stone.fall": { - "protocol_id": 1389 - }, - "minecraft:block.stone.hit": { - "protocol_id": 1390 - }, - "minecraft:block.stone.place": { - "protocol_id": 1391 - }, - "minecraft:block.stone.step": { - "protocol_id": 1394 - }, - "minecraft:block.stone_button.click_off": { - "protocol_id": 1387 - }, - "minecraft:block.stone_button.click_on": { - "protocol_id": 1388 - }, - "minecraft:block.stone_pressure_plate.click_off": { - "protocol_id": 1392 - }, - "minecraft:block.stone_pressure_plate.click_on": { - "protocol_id": 1393 - }, - "minecraft:block.suspicious_gravel.break": { - "protocol_id": 561 - }, - "minecraft:block.suspicious_gravel.fall": { - "protocol_id": 565 - }, - "minecraft:block.suspicious_gravel.hit": { - "protocol_id": 564 - }, - "minecraft:block.suspicious_gravel.place": { - "protocol_id": 563 - }, - "minecraft:block.suspicious_gravel.step": { - "protocol_id": 562 - }, - "minecraft:block.suspicious_sand.break": { - "protocol_id": 556 - }, - "minecraft:block.suspicious_sand.fall": { - "protocol_id": 560 - }, - "minecraft:block.suspicious_sand.hit": { - "protocol_id": 559 - }, - "minecraft:block.suspicious_sand.place": { - "protocol_id": 558 - }, - "minecraft:block.suspicious_sand.step": { - "protocol_id": 557 - }, - "minecraft:block.sweet_berry_bush.break": { - "protocol_id": 1399 - }, - "minecraft:block.sweet_berry_bush.pick_berries": { - "protocol_id": 1401 - }, - "minecraft:block.sweet_berry_bush.place": { - "protocol_id": 1400 - }, - "minecraft:block.trial_spawner.about_to_spawn_item": { - "protocol_id": 697 - }, - "minecraft:block.trial_spawner.ambient": { - "protocol_id": 702 - }, - "minecraft:block.trial_spawner.ambient_ominous": { - "protocol_id": 703 - }, - "minecraft:block.trial_spawner.break": { - "protocol_id": 691 - }, - "minecraft:block.trial_spawner.close_shutter": { - "protocol_id": 705 - }, - "minecraft:block.trial_spawner.detect_player": { - "protocol_id": 700 - }, - "minecraft:block.trial_spawner.eject_item": { - "protocol_id": 706 - }, - "minecraft:block.trial_spawner.fall": { - "protocol_id": 695 - }, - "minecraft:block.trial_spawner.hit": { - "protocol_id": 694 - }, - "minecraft:block.trial_spawner.ominous_activate": { - "protocol_id": 701 - }, - "minecraft:block.trial_spawner.open_shutter": { - "protocol_id": 704 - }, - "minecraft:block.trial_spawner.place": { - "protocol_id": 693 - }, - "minecraft:block.trial_spawner.spawn_item": { - "protocol_id": 698 - }, - "minecraft:block.trial_spawner.spawn_item_begin": { - "protocol_id": 699 - }, - "minecraft:block.trial_spawner.spawn_mob": { - "protocol_id": 696 - }, - "minecraft:block.trial_spawner.step": { - "protocol_id": 692 - }, - "minecraft:block.tripwire.attach": { - "protocol_id": 1417 - }, - "minecraft:block.tripwire.click_off": { - "protocol_id": 1418 - }, - "minecraft:block.tripwire.click_on": { - "protocol_id": 1419 - }, - "minecraft:block.tripwire.detach": { - "protocol_id": 1420 - }, - "minecraft:block.tuff.break": { - "protocol_id": 1425 - }, - "minecraft:block.tuff.fall": { - "protocol_id": 1429 - }, - "minecraft:block.tuff.hit": { - "protocol_id": 1428 - }, - "minecraft:block.tuff.place": { - "protocol_id": 1427 - }, - "minecraft:block.tuff.step": { - "protocol_id": 1426 - }, - "minecraft:block.tuff_bricks.break": { - "protocol_id": 1430 - }, - "minecraft:block.tuff_bricks.fall": { - "protocol_id": 1431 - }, - "minecraft:block.tuff_bricks.hit": { - "protocol_id": 1432 - }, - "minecraft:block.tuff_bricks.place": { - "protocol_id": 1433 - }, - "minecraft:block.tuff_bricks.step": { - "protocol_id": 1434 - }, - "minecraft:block.vault.activate": { - "protocol_id": 1461 - }, - "minecraft:block.vault.ambient": { - "protocol_id": 1462 - }, - "minecraft:block.vault.break": { - "protocol_id": 1463 - }, - "minecraft:block.vault.close_shutter": { - "protocol_id": 1464 - }, - "minecraft:block.vault.deactivate": { - "protocol_id": 1465 - }, - "minecraft:block.vault.eject_item": { - "protocol_id": 1466 - }, - "minecraft:block.vault.fall": { - "protocol_id": 1468 - }, - "minecraft:block.vault.hit": { - "protocol_id": 1469 - }, - "minecraft:block.vault.insert_item": { - "protocol_id": 1470 - }, - "minecraft:block.vault.insert_item_fail": { - "protocol_id": 1471 - }, - "minecraft:block.vault.open_shutter": { - "protocol_id": 1472 - }, - "minecraft:block.vault.place": { - "protocol_id": 1473 - }, - "minecraft:block.vault.reject_rewarded_player": { - "protocol_id": 1467 - }, - "minecraft:block.vault.step": { - "protocol_id": 1474 - }, - "minecraft:block.vine.break": { - "protocol_id": 1503 - }, - "minecraft:block.vine.fall": { - "protocol_id": 1504 - }, - "minecraft:block.vine.hit": { - "protocol_id": 1505 - }, - "minecraft:block.vine.place": { - "protocol_id": 1506 - }, - "minecraft:block.vine.step": { - "protocol_id": 1507 - }, - "minecraft:block.wart_block.break": { - "protocol_id": 989 - }, - "minecraft:block.wart_block.fall": { - "protocol_id": 993 - }, - "minecraft:block.wart_block.hit": { - "protocol_id": 992 - }, - "minecraft:block.wart_block.place": { - "protocol_id": 991 - }, - "minecraft:block.wart_block.step": { - "protocol_id": 990 - }, - "minecraft:block.water.ambient": { - "protocol_id": 1541 - }, - "minecraft:block.weeping_vines.break": { - "protocol_id": 984 - }, - "minecraft:block.weeping_vines.fall": { - "protocol_id": 988 - }, - "minecraft:block.weeping_vines.hit": { - "protocol_id": 987 - }, - "minecraft:block.weeping_vines.place": { - "protocol_id": 986 - }, - "minecraft:block.weeping_vines.step": { - "protocol_id": 985 - }, - "minecraft:block.wet_grass.break": { - "protocol_id": 1544 - }, - "minecraft:block.wet_grass.fall": { - "protocol_id": 1545 - }, - "minecraft:block.wet_grass.hit": { - "protocol_id": 1546 - }, - "minecraft:block.wet_grass.place": { - "protocol_id": 1547 - }, - "minecraft:block.wet_grass.step": { - "protocol_id": 1548 - }, - "minecraft:block.wet_sponge.break": { - "protocol_id": 1549 - }, - "minecraft:block.wet_sponge.dries": { - "protocol_id": 1550 - }, - "minecraft:block.wet_sponge.fall": { - "protocol_id": 1551 - }, - "minecraft:block.wet_sponge.hit": { - "protocol_id": 1552 - }, - "minecraft:block.wet_sponge.place": { - "protocol_id": 1553 - }, - "minecraft:block.wet_sponge.step": { - "protocol_id": 1554 - }, - "minecraft:block.wood.break": { - "protocol_id": 1594 - }, - "minecraft:block.wood.fall": { - "protocol_id": 1595 - }, - "minecraft:block.wood.hit": { - "protocol_id": 1596 - }, - "minecraft:block.wood.place": { - "protocol_id": 1597 - }, - "minecraft:block.wood.step": { - "protocol_id": 1598 - }, - "minecraft:block.wooden_button.click_off": { - "protocol_id": 1590 - }, - "minecraft:block.wooden_button.click_on": { - "protocol_id": 1591 - }, - "minecraft:block.wooden_door.close": { - "protocol_id": 1586 - }, - "minecraft:block.wooden_door.open": { - "protocol_id": 1587 - }, - "minecraft:block.wooden_pressure_plate.click_off": { - "protocol_id": 1592 - }, - "minecraft:block.wooden_pressure_plate.click_on": { - "protocol_id": 1593 - }, - "minecraft:block.wooden_trapdoor.close": { - "protocol_id": 1588 - }, - "minecraft:block.wooden_trapdoor.open": { - "protocol_id": 1589 - }, - "minecraft:block.wool.break": { - "protocol_id": 1599 - }, - "minecraft:block.wool.fall": { - "protocol_id": 1600 - }, - "minecraft:block.wool.hit": { - "protocol_id": 1601 - }, - "minecraft:block.wool.place": { - "protocol_id": 1602 - }, - "minecraft:block.wool.step": { - "protocol_id": 1603 - }, - "minecraft:enchant.thorns.hit": { - "protocol_id": 1406 - }, - "minecraft:entity.allay.ambient_with_item": { - "protocol_id": 0 - }, - "minecraft:entity.allay.ambient_without_item": { - "protocol_id": 1 - }, - "minecraft:entity.allay.death": { - "protocol_id": 2 - }, - "minecraft:entity.allay.hurt": { - "protocol_id": 3 - }, - "minecraft:entity.allay.item_given": { - "protocol_id": 4 - }, - "minecraft:entity.allay.item_taken": { - "protocol_id": 5 - }, - "minecraft:entity.allay.item_thrown": { - "protocol_id": 6 - }, - "minecraft:entity.armadillo.ambient": { - "protocol_id": 57 - }, - "minecraft:entity.armadillo.brush": { - "protocol_id": 66 - }, - "minecraft:entity.armadillo.death": { - "protocol_id": 59 - }, - "minecraft:entity.armadillo.eat": { - "protocol_id": 54 - }, - "minecraft:entity.armadillo.hurt": { - "protocol_id": 55 - }, - "minecraft:entity.armadillo.hurt_reduced": { - "protocol_id": 56 - }, - "minecraft:entity.armadillo.land": { - "protocol_id": 61 - }, - "minecraft:entity.armadillo.peek": { - "protocol_id": 64 - }, - "minecraft:entity.armadillo.roll": { - "protocol_id": 60 - }, - "minecraft:entity.armadillo.scute_drop": { - "protocol_id": 62 - }, - "minecraft:entity.armadillo.step": { - "protocol_id": 58 - }, - "minecraft:entity.armadillo.unroll_finish": { - "protocol_id": 63 - }, - "minecraft:entity.armadillo.unroll_start": { - "protocol_id": 65 - }, - "minecraft:entity.armor_stand.break": { - "protocol_id": 78 - }, - "minecraft:entity.armor_stand.fall": { - "protocol_id": 79 - }, - "minecraft:entity.armor_stand.hit": { - "protocol_id": 80 - }, - "minecraft:entity.armor_stand.place": { - "protocol_id": 81 - }, - "minecraft:entity.arrow.hit": { - "protocol_id": 82 - }, - "minecraft:entity.arrow.hit_player": { - "protocol_id": 83 - }, - "minecraft:entity.arrow.shoot": { - "protocol_id": 84 - }, - "minecraft:entity.axolotl.attack": { - "protocol_id": 88 - }, - "minecraft:entity.axolotl.death": { - "protocol_id": 89 - }, - "minecraft:entity.axolotl.hurt": { - "protocol_id": 90 - }, - "minecraft:entity.axolotl.idle_air": { - "protocol_id": 91 - }, - "minecraft:entity.axolotl.idle_water": { - "protocol_id": 92 - }, - "minecraft:entity.axolotl.splash": { - "protocol_id": 93 - }, - "minecraft:entity.axolotl.swim": { - "protocol_id": 94 - }, - "minecraft:entity.bat.ambient": { - "protocol_id": 135 - }, - "minecraft:entity.bat.death": { - "protocol_id": 136 - }, - "minecraft:entity.bat.hurt": { - "protocol_id": 137 - }, - "minecraft:entity.bat.loop": { - "protocol_id": 138 - }, - "minecraft:entity.bat.takeoff": { - "protocol_id": 139 - }, - "minecraft:entity.bee.death": { - "protocol_id": 144 - }, - "minecraft:entity.bee.hurt": { - "protocol_id": 145 - }, - "minecraft:entity.bee.loop": { - "protocol_id": 147 - }, - "minecraft:entity.bee.loop_aggressive": { - "protocol_id": 146 - }, - "minecraft:entity.bee.pollinate": { - "protocol_id": 149 - }, - "minecraft:entity.bee.sting": { - "protocol_id": 148 - }, - "minecraft:entity.blaze.ambient": { - "protocol_id": 162 - }, - "minecraft:entity.blaze.burn": { - "protocol_id": 163 - }, - "minecraft:entity.blaze.death": { - "protocol_id": 164 - }, - "minecraft:entity.blaze.hurt": { - "protocol_id": 165 - }, - "minecraft:entity.blaze.shoot": { - "protocol_id": 166 - }, - "minecraft:entity.boat.paddle_land": { - "protocol_id": 167 - }, - "minecraft:entity.boat.paddle_water": { - "protocol_id": 168 - }, - "minecraft:entity.bogged.ambient": { - "protocol_id": 169 - }, - "minecraft:entity.bogged.death": { - "protocol_id": 170 - }, - "minecraft:entity.bogged.hurt": { - "protocol_id": 171 - }, - "minecraft:entity.bogged.shear": { - "protocol_id": 172 - }, - "minecraft:entity.bogged.step": { - "protocol_id": 173 - }, - "minecraft:entity.breeze.charge": { - "protocol_id": 186 - }, - "minecraft:entity.breeze.death": { - "protocol_id": 195 - }, - "minecraft:entity.breeze.deflect": { - "protocol_id": 187 - }, - "minecraft:entity.breeze.hurt": { - "protocol_id": 196 - }, - "minecraft:entity.breeze.idle_air": { - "protocol_id": 190 - }, - "minecraft:entity.breeze.idle_ground": { - "protocol_id": 189 - }, - "minecraft:entity.breeze.inhale": { - "protocol_id": 188 - }, - "minecraft:entity.breeze.jump": { - "protocol_id": 192 - }, - "minecraft:entity.breeze.land": { - "protocol_id": 193 - }, - "minecraft:entity.breeze.shoot": { - "protocol_id": 191 - }, - "minecraft:entity.breeze.slide": { - "protocol_id": 194 - }, - "minecraft:entity.breeze.whirl": { - "protocol_id": 197 - }, - "minecraft:entity.breeze.wind_burst": { - "protocol_id": 198 - }, - "minecraft:entity.camel.ambient": { - "protocol_id": 233 - }, - "minecraft:entity.camel.dash": { - "protocol_id": 234 - }, - "minecraft:entity.camel.dash_ready": { - "protocol_id": 235 - }, - "minecraft:entity.camel.death": { - "protocol_id": 236 - }, - "minecraft:entity.camel.eat": { - "protocol_id": 237 - }, - "minecraft:entity.camel.hurt": { - "protocol_id": 238 - }, - "minecraft:entity.camel.saddle": { - "protocol_id": 239 - }, - "minecraft:entity.camel.sit": { - "protocol_id": 240 - }, - "minecraft:entity.camel.stand": { - "protocol_id": 241 - }, - "minecraft:entity.camel.step": { - "protocol_id": 242 - }, - "minecraft:entity.camel.step_sand": { - "protocol_id": 243 - }, - "minecraft:entity.cat.ambient": { - "protocol_id": 252 - }, - "minecraft:entity.cat.beg_for_food": { - "protocol_id": 257 - }, - "minecraft:entity.cat.death": { - "protocol_id": 254 - }, - "minecraft:entity.cat.eat": { - "protocol_id": 255 - }, - "minecraft:entity.cat.hiss": { - "protocol_id": 256 - }, - "minecraft:entity.cat.hurt": { - "protocol_id": 258 - }, - "minecraft:entity.cat.purr": { - "protocol_id": 259 - }, - "minecraft:entity.cat.purreow": { - "protocol_id": 260 - }, - "minecraft:entity.cat.stray_ambient": { - "protocol_id": 253 - }, - "minecraft:entity.chicken.ambient": { - "protocol_id": 305 - }, - "minecraft:entity.chicken.death": { - "protocol_id": 306 - }, - "minecraft:entity.chicken.egg": { - "protocol_id": 307 - }, - "minecraft:entity.chicken.hurt": { - "protocol_id": 308 - }, - "minecraft:entity.chicken.step": { - "protocol_id": 309 - }, - "minecraft:entity.cod.ambient": { - "protocol_id": 327 - }, - "minecraft:entity.cod.death": { - "protocol_id": 328 - }, - "minecraft:entity.cod.flop": { - "protocol_id": 329 - }, - "minecraft:entity.cod.hurt": { - "protocol_id": 330 - }, - "minecraft:entity.cow.ambient": { - "protocol_id": 367 - }, - "minecraft:entity.cow.death": { - "protocol_id": 368 - }, - "minecraft:entity.cow.hurt": { - "protocol_id": 369 - }, - "minecraft:entity.cow.milk": { - "protocol_id": 370 - }, - "minecraft:entity.cow.step": { - "protocol_id": 371 - }, - "minecraft:entity.creaking.activate": { - "protocol_id": 375 - }, - "minecraft:entity.creaking.ambient": { - "protocol_id": 374 - }, - "minecraft:entity.creaking.attack": { - "protocol_id": 377 - }, - "minecraft:entity.creaking.deactivate": { - "protocol_id": 376 - }, - "minecraft:entity.creaking.death": { - "protocol_id": 378 - }, - "minecraft:entity.creaking.freeze": { - "protocol_id": 380 - }, - "minecraft:entity.creaking.spawn": { - "protocol_id": 382 - }, - "minecraft:entity.creaking.step": { - "protocol_id": 379 - }, - "minecraft:entity.creaking.sway": { - "protocol_id": 383 - }, - "minecraft:entity.creaking.unfreeze": { - "protocol_id": 381 - }, - "minecraft:entity.creeper.death": { - "protocol_id": 392 - }, - "minecraft:entity.creeper.hurt": { - "protocol_id": 393 - }, - "minecraft:entity.creeper.primed": { - "protocol_id": 394 - }, - "minecraft:entity.dolphin.ambient": { - "protocol_id": 431 - }, - "minecraft:entity.dolphin.ambient_water": { - "protocol_id": 432 - }, - "minecraft:entity.dolphin.attack": { - "protocol_id": 433 - }, - "minecraft:entity.dolphin.death": { - "protocol_id": 434 - }, - "minecraft:entity.dolphin.eat": { - "protocol_id": 435 - }, - "minecraft:entity.dolphin.hurt": { - "protocol_id": 436 - }, - "minecraft:entity.dolphin.jump": { - "protocol_id": 437 - }, - "minecraft:entity.dolphin.play": { - "protocol_id": 438 - }, - "minecraft:entity.dolphin.splash": { - "protocol_id": 439 - }, - "minecraft:entity.dolphin.swim": { - "protocol_id": 440 - }, - "minecraft:entity.donkey.ambient": { - "protocol_id": 441 - }, - "minecraft:entity.donkey.angry": { - "protocol_id": 442 - }, - "minecraft:entity.donkey.chest": { - "protocol_id": 443 - }, - "minecraft:entity.donkey.death": { - "protocol_id": 444 - }, - "minecraft:entity.donkey.eat": { - "protocol_id": 445 - }, - "minecraft:entity.donkey.hurt": { - "protocol_id": 446 - }, - "minecraft:entity.donkey.jump": { - "protocol_id": 447 - }, - "minecraft:entity.dragon_fireball.explode": { - "protocol_id": 490 - }, - "minecraft:entity.drowned.ambient": { - "protocol_id": 465 - }, - "minecraft:entity.drowned.ambient_water": { - "protocol_id": 466 - }, - "minecraft:entity.drowned.death": { - "protocol_id": 467 - }, - "minecraft:entity.drowned.death_water": { - "protocol_id": 468 - }, - "minecraft:entity.drowned.hurt": { - "protocol_id": 469 - }, - "minecraft:entity.drowned.hurt_water": { - "protocol_id": 470 - }, - "minecraft:entity.drowned.shoot": { - "protocol_id": 471 - }, - "minecraft:entity.drowned.step": { - "protocol_id": 472 - }, - "minecraft:entity.drowned.swim": { - "protocol_id": 473 - }, - "minecraft:entity.egg.throw": { - "protocol_id": 475 - }, - "minecraft:entity.elder_guardian.ambient": { - "protocol_id": 476 - }, - "minecraft:entity.elder_guardian.ambient_land": { - "protocol_id": 477 - }, - "minecraft:entity.elder_guardian.curse": { - "protocol_id": 478 - }, - "minecraft:entity.elder_guardian.death": { - "protocol_id": 479 - }, - "minecraft:entity.elder_guardian.death_land": { - "protocol_id": 480 - }, - "minecraft:entity.elder_guardian.flop": { - "protocol_id": 481 - }, - "minecraft:entity.elder_guardian.hurt": { - "protocol_id": 482 - }, - "minecraft:entity.elder_guardian.hurt_land": { - "protocol_id": 483 - }, - "minecraft:entity.ender_dragon.ambient": { - "protocol_id": 488 - }, - "minecraft:entity.ender_dragon.death": { - "protocol_id": 489 - }, - "minecraft:entity.ender_dragon.flap": { - "protocol_id": 491 - }, - "minecraft:entity.ender_dragon.growl": { - "protocol_id": 492 - }, - "minecraft:entity.ender_dragon.hurt": { - "protocol_id": 493 - }, - "minecraft:entity.ender_dragon.shoot": { - "protocol_id": 494 - }, - "minecraft:entity.ender_eye.death": { - "protocol_id": 495 - }, - "minecraft:entity.ender_eye.launch": { - "protocol_id": 496 - }, - "minecraft:entity.ender_pearl.throw": { - "protocol_id": 507 - }, - "minecraft:entity.enderman.ambient": { - "protocol_id": 497 - }, - "minecraft:entity.enderman.death": { - "protocol_id": 498 - }, - "minecraft:entity.enderman.hurt": { - "protocol_id": 499 - }, - "minecraft:entity.enderman.scream": { - "protocol_id": 500 - }, - "minecraft:entity.enderman.stare": { - "protocol_id": 501 - }, - "minecraft:entity.enderman.teleport": { - "protocol_id": 502 - }, - "minecraft:entity.endermite.ambient": { - "protocol_id": 503 - }, - "minecraft:entity.endermite.death": { - "protocol_id": 504 - }, - "minecraft:entity.endermite.hurt": { - "protocol_id": 505 - }, - "minecraft:entity.endermite.step": { - "protocol_id": 506 - }, - "minecraft:entity.evoker.ambient": { - "protocol_id": 511 - }, - "minecraft:entity.evoker.cast_spell": { - "protocol_id": 512 - }, - "minecraft:entity.evoker.celebrate": { - "protocol_id": 513 - }, - "minecraft:entity.evoker.death": { - "protocol_id": 514 - }, - "minecraft:entity.evoker.hurt": { - "protocol_id": 516 - }, - "minecraft:entity.evoker.prepare_attack": { - "protocol_id": 517 - }, - "minecraft:entity.evoker.prepare_summon": { - "protocol_id": 518 - }, - "minecraft:entity.evoker.prepare_wololo": { - "protocol_id": 519 - }, - "minecraft:entity.evoker_fangs.attack": { - "protocol_id": 515 - }, - "minecraft:entity.experience_bottle.throw": { - "protocol_id": 520 - }, - "minecraft:entity.experience_orb.pickup": { - "protocol_id": 521 - }, - "minecraft:entity.firework_rocket.blast": { - "protocol_id": 525 - }, - "minecraft:entity.firework_rocket.blast_far": { - "protocol_id": 526 - }, - "minecraft:entity.firework_rocket.large_blast": { - "protocol_id": 527 - }, - "minecraft:entity.firework_rocket.large_blast_far": { - "protocol_id": 528 - }, - "minecraft:entity.firework_rocket.launch": { - "protocol_id": 529 - }, - "minecraft:entity.firework_rocket.shoot": { - "protocol_id": 530 - }, - "minecraft:entity.firework_rocket.twinkle": { - "protocol_id": 531 - }, - "minecraft:entity.firework_rocket.twinkle_far": { - "protocol_id": 532 - }, - "minecraft:entity.fish.swim": { - "protocol_id": 535 - }, - "minecraft:entity.fishing_bobber.retrieve": { - "protocol_id": 536 - }, - "minecraft:entity.fishing_bobber.splash": { - "protocol_id": 537 - }, - "minecraft:entity.fishing_bobber.throw": { - "protocol_id": 538 - }, - "minecraft:entity.fox.aggro": { - "protocol_id": 545 - }, - "minecraft:entity.fox.ambient": { - "protocol_id": 546 - }, - "minecraft:entity.fox.bite": { - "protocol_id": 547 - }, - "minecraft:entity.fox.death": { - "protocol_id": 548 - }, - "minecraft:entity.fox.eat": { - "protocol_id": 549 - }, - "minecraft:entity.fox.hurt": { - "protocol_id": 550 - }, - "minecraft:entity.fox.screech": { - "protocol_id": 551 - }, - "minecraft:entity.fox.sleep": { - "protocol_id": 552 - }, - "minecraft:entity.fox.sniff": { - "protocol_id": 553 - }, - "minecraft:entity.fox.spit": { - "protocol_id": 554 - }, - "minecraft:entity.fox.teleport": { - "protocol_id": 555 - }, - "minecraft:entity.frog.ambient": { - "protocol_id": 577 - }, - "minecraft:entity.frog.death": { - "protocol_id": 578 - }, - "minecraft:entity.frog.eat": { - "protocol_id": 579 - }, - "minecraft:entity.frog.hurt": { - "protocol_id": 580 - }, - "minecraft:entity.frog.lay_spawn": { - "protocol_id": 581 - }, - "minecraft:entity.frog.long_jump": { - "protocol_id": 582 - }, - "minecraft:entity.frog.step": { - "protocol_id": 583 - }, - "minecraft:entity.frog.tongue": { - "protocol_id": 584 - }, - "minecraft:entity.generic.big_fall": { - "protocol_id": 591 - }, - "minecraft:entity.generic.burn": { - "protocol_id": 592 - }, - "minecraft:entity.generic.death": { - "protocol_id": 593 - }, - "minecraft:entity.generic.drink": { - "protocol_id": 594 - }, - "minecraft:entity.generic.eat": { - "protocol_id": 595 - }, - "minecraft:entity.generic.explode": { - "protocol_id": 596 - }, - "minecraft:entity.generic.extinguish_fire": { - "protocol_id": 597 - }, - "minecraft:entity.generic.hurt": { - "protocol_id": 598 - }, - "minecraft:entity.generic.small_fall": { - "protocol_id": 599 - }, - "minecraft:entity.generic.splash": { - "protocol_id": 600 - }, - "minecraft:entity.generic.swim": { - "protocol_id": 601 - }, - "minecraft:entity.ghast.ambient": { - "protocol_id": 602 - }, - "minecraft:entity.ghast.death": { - "protocol_id": 603 - }, - "minecraft:entity.ghast.hurt": { - "protocol_id": 604 - }, - "minecraft:entity.ghast.scream": { - "protocol_id": 605 - }, - "minecraft:entity.ghast.shoot": { - "protocol_id": 606 - }, - "minecraft:entity.ghast.warn": { - "protocol_id": 607 - }, - "minecraft:entity.glow_item_frame.add_item": { - "protocol_id": 619 - }, - "minecraft:entity.glow_item_frame.break": { - "protocol_id": 620 - }, - "minecraft:entity.glow_item_frame.place": { - "protocol_id": 621 - }, - "minecraft:entity.glow_item_frame.remove_item": { - "protocol_id": 622 - }, - "minecraft:entity.glow_item_frame.rotate_item": { - "protocol_id": 623 - }, - "minecraft:entity.glow_squid.ambient": { - "protocol_id": 624 - }, - "minecraft:entity.glow_squid.death": { - "protocol_id": 625 - }, - "minecraft:entity.glow_squid.hurt": { - "protocol_id": 626 - }, - "minecraft:entity.glow_squid.squirt": { - "protocol_id": 627 - }, - "minecraft:entity.goat.ambient": { - "protocol_id": 628 - }, - "minecraft:entity.goat.death": { - "protocol_id": 629 - }, - "minecraft:entity.goat.eat": { - "protocol_id": 630 - }, - "minecraft:entity.goat.horn_break": { - "protocol_id": 636 - }, - "minecraft:entity.goat.hurt": { - "protocol_id": 631 - }, - "minecraft:entity.goat.long_jump": { - "protocol_id": 632 - }, - "minecraft:entity.goat.milk": { - "protocol_id": 633 - }, - "minecraft:entity.goat.prepare_ram": { - "protocol_id": 634 - }, - "minecraft:entity.goat.ram_impact": { - "protocol_id": 635 - }, - "minecraft:entity.goat.screaming.ambient": { - "protocol_id": 637 - }, - "minecraft:entity.goat.screaming.death": { - "protocol_id": 638 - }, - "minecraft:entity.goat.screaming.eat": { - "protocol_id": 639 - }, - "minecraft:entity.goat.screaming.hurt": { - "protocol_id": 640 - }, - "minecraft:entity.goat.screaming.long_jump": { - "protocol_id": 641 - }, - "minecraft:entity.goat.screaming.milk": { - "protocol_id": 642 - }, - "minecraft:entity.goat.screaming.prepare_ram": { - "protocol_id": 643 - }, - "minecraft:entity.goat.screaming.ram_impact": { - "protocol_id": 644 - }, - "minecraft:entity.goat.step": { - "protocol_id": 645 - }, - "minecraft:entity.guardian.ambient": { - "protocol_id": 658 - }, - "minecraft:entity.guardian.ambient_land": { - "protocol_id": 659 - }, - "minecraft:entity.guardian.attack": { - "protocol_id": 660 - }, - "minecraft:entity.guardian.death": { - "protocol_id": 661 - }, - "minecraft:entity.guardian.death_land": { - "protocol_id": 662 - }, - "minecraft:entity.guardian.flop": { - "protocol_id": 663 - }, - "minecraft:entity.guardian.hurt": { - "protocol_id": 664 - }, - "minecraft:entity.guardian.hurt_land": { - "protocol_id": 665 - }, - "minecraft:entity.hoglin.ambient": { - "protocol_id": 708 - }, - "minecraft:entity.hoglin.angry": { - "protocol_id": 709 - }, - "minecraft:entity.hoglin.attack": { - "protocol_id": 710 - }, - "minecraft:entity.hoglin.converted_to_zombified": { - "protocol_id": 711 - }, - "minecraft:entity.hoglin.death": { - "protocol_id": 712 - }, - "minecraft:entity.hoglin.hurt": { - "protocol_id": 713 - }, - "minecraft:entity.hoglin.retreat": { - "protocol_id": 714 - }, - "minecraft:entity.hoglin.step": { - "protocol_id": 715 - }, - "minecraft:entity.horse.ambient": { - "protocol_id": 732 - }, - "minecraft:entity.horse.angry": { - "protocol_id": 733 - }, - "minecraft:entity.horse.armor": { - "protocol_id": 734 - }, - "minecraft:entity.horse.breathe": { - "protocol_id": 735 - }, - "minecraft:entity.horse.death": { - "protocol_id": 736 - }, - "minecraft:entity.horse.eat": { - "protocol_id": 737 - }, - "minecraft:entity.horse.gallop": { - "protocol_id": 738 - }, - "minecraft:entity.horse.hurt": { - "protocol_id": 739 - }, - "minecraft:entity.horse.jump": { - "protocol_id": 740 - }, - "minecraft:entity.horse.land": { - "protocol_id": 741 - }, - "minecraft:entity.horse.saddle": { - "protocol_id": 742 - }, - "minecraft:entity.horse.step": { - "protocol_id": 743 - }, - "minecraft:entity.horse.step_wood": { - "protocol_id": 744 - }, - "minecraft:entity.hostile.big_fall": { - "protocol_id": 745 - }, - "minecraft:entity.hostile.death": { - "protocol_id": 746 - }, - "minecraft:entity.hostile.hurt": { - "protocol_id": 747 - }, - "minecraft:entity.hostile.small_fall": { - "protocol_id": 748 - }, - "minecraft:entity.hostile.splash": { - "protocol_id": 749 - }, - "minecraft:entity.hostile.swim": { - "protocol_id": 750 - }, - "minecraft:entity.husk.ambient": { - "protocol_id": 751 - }, - "minecraft:entity.husk.converted_to_zombie": { - "protocol_id": 752 - }, - "minecraft:entity.husk.death": { - "protocol_id": 753 - }, - "minecraft:entity.husk.hurt": { - "protocol_id": 754 - }, - "minecraft:entity.husk.step": { - "protocol_id": 755 - }, - "minecraft:entity.illusioner.ambient": { - "protocol_id": 756 - }, - "minecraft:entity.illusioner.cast_spell": { - "protocol_id": 757 - }, - "minecraft:entity.illusioner.death": { - "protocol_id": 758 - }, - "minecraft:entity.illusioner.hurt": { - "protocol_id": 759 - }, - "minecraft:entity.illusioner.mirror_move": { - "protocol_id": 760 - }, - "minecraft:entity.illusioner.prepare_blindness": { - "protocol_id": 761 - }, - "minecraft:entity.illusioner.prepare_mirror": { - "protocol_id": 762 - }, - "minecraft:entity.iron_golem.attack": { - "protocol_id": 766 - }, - "minecraft:entity.iron_golem.damage": { - "protocol_id": 767 - }, - "minecraft:entity.iron_golem.death": { - "protocol_id": 768 - }, - "minecraft:entity.iron_golem.hurt": { - "protocol_id": 769 - }, - "minecraft:entity.iron_golem.repair": { - "protocol_id": 770 - }, - "minecraft:entity.iron_golem.step": { - "protocol_id": 771 - }, - "minecraft:entity.item.break": { - "protocol_id": 779 - }, - "minecraft:entity.item.pickup": { - "protocol_id": 780 - }, - "minecraft:entity.item_frame.add_item": { - "protocol_id": 774 - }, - "minecraft:entity.item_frame.break": { - "protocol_id": 775 - }, - "minecraft:entity.item_frame.place": { - "protocol_id": 776 - }, - "minecraft:entity.item_frame.remove_item": { - "protocol_id": 777 - }, - "minecraft:entity.item_frame.rotate_item": { - "protocol_id": 778 - }, - "minecraft:entity.leash_knot.break": { - "protocol_id": 796 - }, - "minecraft:entity.leash_knot.place": { - "protocol_id": 797 - }, - "minecraft:entity.lightning_bolt.impact": { - "protocol_id": 799 - }, - "minecraft:entity.lightning_bolt.thunder": { - "protocol_id": 800 - }, - "minecraft:entity.lingering_potion.throw": { - "protocol_id": 801 - }, - "minecraft:entity.llama.ambient": { - "protocol_id": 802 - }, - "minecraft:entity.llama.angry": { - "protocol_id": 803 - }, - "minecraft:entity.llama.chest": { - "protocol_id": 804 - }, - "minecraft:entity.llama.death": { - "protocol_id": 805 - }, - "minecraft:entity.llama.eat": { - "protocol_id": 806 - }, - "minecraft:entity.llama.hurt": { - "protocol_id": 807 - }, - "minecraft:entity.llama.spit": { - "protocol_id": 808 - }, - "minecraft:entity.llama.step": { - "protocol_id": 809 - }, - "minecraft:entity.llama.swag": { - "protocol_id": 810 - }, - "minecraft:entity.magma_cube.death": { - "protocol_id": 821 - }, - "minecraft:entity.magma_cube.death_small": { - "protocol_id": 811 - }, - "minecraft:entity.magma_cube.hurt": { - "protocol_id": 822 - }, - "minecraft:entity.magma_cube.hurt_small": { - "protocol_id": 823 - }, - "minecraft:entity.magma_cube.jump": { - "protocol_id": 824 - }, - "minecraft:entity.magma_cube.squish": { - "protocol_id": 825 - }, - "minecraft:entity.magma_cube.squish_small": { - "protocol_id": 826 - }, - "minecraft:entity.minecart.inside": { - "protocol_id": 842 - }, - "minecraft:entity.minecart.inside.underwater": { - "protocol_id": 841 - }, - "minecraft:entity.minecart.riding": { - "protocol_id": 843 - }, - "minecraft:entity.mooshroom.convert": { - "protocol_id": 844 - }, - "minecraft:entity.mooshroom.eat": { - "protocol_id": 845 - }, - "minecraft:entity.mooshroom.milk": { - "protocol_id": 846 - }, - "minecraft:entity.mooshroom.shear": { - "protocol_id": 848 - }, - "minecraft:entity.mooshroom.suspicious_milk": { - "protocol_id": 847 - }, - "minecraft:entity.mule.ambient": { - "protocol_id": 879 - }, - "minecraft:entity.mule.angry": { - "protocol_id": 880 - }, - "minecraft:entity.mule.chest": { - "protocol_id": 881 - }, - "minecraft:entity.mule.death": { - "protocol_id": 882 - }, - "minecraft:entity.mule.eat": { - "protocol_id": 883 - }, - "minecraft:entity.mule.hurt": { - "protocol_id": 884 - }, - "minecraft:entity.mule.jump": { - "protocol_id": 885 - }, - "minecraft:entity.ocelot.ambient": { - "protocol_id": 1027 - }, - "minecraft:entity.ocelot.death": { - "protocol_id": 1028 - }, - "minecraft:entity.ocelot.hurt": { - "protocol_id": 1026 - }, - "minecraft:entity.painting.break": { - "protocol_id": 1030 - }, - "minecraft:entity.painting.place": { - "protocol_id": 1031 - }, - "minecraft:entity.panda.aggressive_ambient": { - "protocol_id": 1040 - }, - "minecraft:entity.panda.ambient": { - "protocol_id": 1035 - }, - "minecraft:entity.panda.bite": { - "protocol_id": 1043 - }, - "minecraft:entity.panda.cant_breed": { - "protocol_id": 1039 - }, - "minecraft:entity.panda.death": { - "protocol_id": 1036 - }, - "minecraft:entity.panda.eat": { - "protocol_id": 1037 - }, - "minecraft:entity.panda.hurt": { - "protocol_id": 1042 - }, - "minecraft:entity.panda.pre_sneeze": { - "protocol_id": 1033 - }, - "minecraft:entity.panda.sneeze": { - "protocol_id": 1034 - }, - "minecraft:entity.panda.step": { - "protocol_id": 1038 - }, - "minecraft:entity.panda.worried_ambient": { - "protocol_id": 1041 - }, - "minecraft:entity.parrot.ambient": { - "protocol_id": 1044 - }, - "minecraft:entity.parrot.death": { - "protocol_id": 1045 - }, - "minecraft:entity.parrot.eat": { - "protocol_id": 1046 - }, - "minecraft:entity.parrot.fly": { - "protocol_id": 1047 - }, - "minecraft:entity.parrot.hurt": { - "protocol_id": 1048 - }, - "minecraft:entity.parrot.imitate.blaze": { - "protocol_id": 1049 - }, - "minecraft:entity.parrot.imitate.bogged": { - "protocol_id": 1050 - }, - "minecraft:entity.parrot.imitate.breeze": { - "protocol_id": 1051 - }, - "minecraft:entity.parrot.imitate.creaking": { - "protocol_id": 1052 - }, - "minecraft:entity.parrot.imitate.creeper": { - "protocol_id": 1053 - }, - "minecraft:entity.parrot.imitate.drowned": { - "protocol_id": 1054 - }, - "minecraft:entity.parrot.imitate.elder_guardian": { - "protocol_id": 1055 - }, - "minecraft:entity.parrot.imitate.ender_dragon": { - "protocol_id": 1056 - }, - "minecraft:entity.parrot.imitate.endermite": { - "protocol_id": 1057 - }, - "minecraft:entity.parrot.imitate.evoker": { - "protocol_id": 1058 - }, - "minecraft:entity.parrot.imitate.ghast": { - "protocol_id": 1059 - }, - "minecraft:entity.parrot.imitate.guardian": { - "protocol_id": 1060 - }, - "minecraft:entity.parrot.imitate.hoglin": { - "protocol_id": 1061 - }, - "minecraft:entity.parrot.imitate.husk": { - "protocol_id": 1062 - }, - "minecraft:entity.parrot.imitate.illusioner": { - "protocol_id": 1063 - }, - "minecraft:entity.parrot.imitate.magma_cube": { - "protocol_id": 1064 - }, - "minecraft:entity.parrot.imitate.phantom": { - "protocol_id": 1065 - }, - "minecraft:entity.parrot.imitate.piglin": { - "protocol_id": 1066 - }, - "minecraft:entity.parrot.imitate.piglin_brute": { - "protocol_id": 1067 - }, - "minecraft:entity.parrot.imitate.pillager": { - "protocol_id": 1068 - }, - "minecraft:entity.parrot.imitate.ravager": { - "protocol_id": 1069 - }, - "minecraft:entity.parrot.imitate.shulker": { - "protocol_id": 1070 - }, - "minecraft:entity.parrot.imitate.silverfish": { - "protocol_id": 1071 - }, - "minecraft:entity.parrot.imitate.skeleton": { - "protocol_id": 1072 - }, - "minecraft:entity.parrot.imitate.slime": { - "protocol_id": 1073 - }, - "minecraft:entity.parrot.imitate.spider": { - "protocol_id": 1074 - }, - "minecraft:entity.parrot.imitate.stray": { - "protocol_id": 1075 - }, - "minecraft:entity.parrot.imitate.vex": { - "protocol_id": 1076 - }, - "minecraft:entity.parrot.imitate.vindicator": { - "protocol_id": 1077 - }, - "minecraft:entity.parrot.imitate.warden": { - "protocol_id": 1078 - }, - "minecraft:entity.parrot.imitate.witch": { - "protocol_id": 1079 - }, - "minecraft:entity.parrot.imitate.wither": { - "protocol_id": 1080 - }, - "minecraft:entity.parrot.imitate.wither_skeleton": { - "protocol_id": 1081 - }, - "minecraft:entity.parrot.imitate.zoglin": { - "protocol_id": 1082 - }, - "minecraft:entity.parrot.imitate.zombie": { - "protocol_id": 1083 - }, - "minecraft:entity.parrot.imitate.zombie_villager": { - "protocol_id": 1084 - }, - "minecraft:entity.parrot.step": { - "protocol_id": 1085 - }, - "minecraft:entity.phantom.ambient": { - "protocol_id": 1086 - }, - "minecraft:entity.phantom.bite": { - "protocol_id": 1087 - }, - "minecraft:entity.phantom.death": { - "protocol_id": 1088 - }, - "minecraft:entity.phantom.flap": { - "protocol_id": 1089 - }, - "minecraft:entity.phantom.hurt": { - "protocol_id": 1090 - }, - "minecraft:entity.phantom.swoop": { - "protocol_id": 1091 - }, - "minecraft:entity.pig.ambient": { - "protocol_id": 1092 - }, - "minecraft:entity.pig.death": { - "protocol_id": 1093 - }, - "minecraft:entity.pig.hurt": { - "protocol_id": 1094 - }, - "minecraft:entity.pig.saddle": { - "protocol_id": 1095 - }, - "minecraft:entity.pig.step": { - "protocol_id": 1096 - }, - "minecraft:entity.piglin.admiring_item": { - "protocol_id": 1097 - }, - "minecraft:entity.piglin.ambient": { - "protocol_id": 1098 - }, - "minecraft:entity.piglin.angry": { - "protocol_id": 1099 - }, - "minecraft:entity.piglin.celebrate": { - "protocol_id": 1100 - }, - "minecraft:entity.piglin.converted_to_zombified": { - "protocol_id": 1106 - }, - "minecraft:entity.piglin.death": { - "protocol_id": 1101 - }, - "minecraft:entity.piglin.hurt": { - "protocol_id": 1103 - }, - "minecraft:entity.piglin.jealous": { - "protocol_id": 1102 - }, - "minecraft:entity.piglin.retreat": { - "protocol_id": 1104 - }, - "minecraft:entity.piglin.step": { - "protocol_id": 1105 - }, - "minecraft:entity.piglin_brute.ambient": { - "protocol_id": 1107 - }, - "minecraft:entity.piglin_brute.angry": { - "protocol_id": 1108 - }, - "minecraft:entity.piglin_brute.converted_to_zombified": { - "protocol_id": 1112 - }, - "minecraft:entity.piglin_brute.death": { - "protocol_id": 1109 - }, - "minecraft:entity.piglin_brute.hurt": { - "protocol_id": 1110 - }, - "minecraft:entity.piglin_brute.step": { - "protocol_id": 1111 - }, - "minecraft:entity.pillager.ambient": { - "protocol_id": 1113 - }, - "minecraft:entity.pillager.celebrate": { - "protocol_id": 1114 - }, - "minecraft:entity.pillager.death": { - "protocol_id": 1115 - }, - "minecraft:entity.pillager.hurt": { - "protocol_id": 1116 - }, - "minecraft:entity.player.attack.crit": { - "protocol_id": 1119 - }, - "minecraft:entity.player.attack.knockback": { - "protocol_id": 1120 - }, - "minecraft:entity.player.attack.nodamage": { - "protocol_id": 1121 - }, - "minecraft:entity.player.attack.strong": { - "protocol_id": 1122 - }, - "minecraft:entity.player.attack.sweep": { - "protocol_id": 1123 - }, - "minecraft:entity.player.attack.weak": { - "protocol_id": 1124 - }, - "minecraft:entity.player.big_fall": { - "protocol_id": 1125 - }, - "minecraft:entity.player.breath": { - "protocol_id": 1126 - }, - "minecraft:entity.player.burp": { - "protocol_id": 1127 - }, - "minecraft:entity.player.death": { - "protocol_id": 1128 - }, - "minecraft:entity.player.hurt": { - "protocol_id": 1129 - }, - "minecraft:entity.player.hurt_drown": { - "protocol_id": 1130 - }, - "minecraft:entity.player.hurt_freeze": { - "protocol_id": 1131 - }, - "minecraft:entity.player.hurt_on_fire": { - "protocol_id": 1132 - }, - "minecraft:entity.player.hurt_sweet_berry_bush": { - "protocol_id": 1133 - }, - "minecraft:entity.player.levelup": { - "protocol_id": 1134 - }, - "minecraft:entity.player.small_fall": { - "protocol_id": 1135 - }, - "minecraft:entity.player.splash": { - "protocol_id": 1136 - }, - "minecraft:entity.player.splash.high_speed": { - "protocol_id": 1137 - }, - "minecraft:entity.player.swim": { - "protocol_id": 1138 - }, - "minecraft:entity.player.teleport": { - "protocol_id": 1139 - }, - "minecraft:entity.polar_bear.ambient": { - "protocol_id": 1140 - }, - "minecraft:entity.polar_bear.ambient_baby": { - "protocol_id": 1141 - }, - "minecraft:entity.polar_bear.death": { - "protocol_id": 1142 - }, - "minecraft:entity.polar_bear.hurt": { - "protocol_id": 1143 - }, - "minecraft:entity.polar_bear.step": { - "protocol_id": 1144 - }, - "minecraft:entity.polar_bear.warning": { - "protocol_id": 1145 - }, - "minecraft:entity.puffer_fish.ambient": { - "protocol_id": 1159 - }, - "minecraft:entity.puffer_fish.blow_out": { - "protocol_id": 1160 - }, - "minecraft:entity.puffer_fish.blow_up": { - "protocol_id": 1161 - }, - "minecraft:entity.puffer_fish.death": { - "protocol_id": 1162 - }, - "minecraft:entity.puffer_fish.flop": { - "protocol_id": 1163 - }, - "minecraft:entity.puffer_fish.hurt": { - "protocol_id": 1164 - }, - "minecraft:entity.puffer_fish.sting": { - "protocol_id": 1165 - }, - "minecraft:entity.rabbit.ambient": { - "protocol_id": 1167 - }, - "minecraft:entity.rabbit.attack": { - "protocol_id": 1168 - }, - "minecraft:entity.rabbit.death": { - "protocol_id": 1169 - }, - "minecraft:entity.rabbit.hurt": { - "protocol_id": 1170 - }, - "minecraft:entity.rabbit.jump": { - "protocol_id": 1171 - }, - "minecraft:entity.ravager.ambient": { - "protocol_id": 1173 - }, - "minecraft:entity.ravager.attack": { - "protocol_id": 1174 - }, - "minecraft:entity.ravager.celebrate": { - "protocol_id": 1175 - }, - "minecraft:entity.ravager.death": { - "protocol_id": 1176 - }, - "minecraft:entity.ravager.hurt": { - "protocol_id": 1177 - }, - "minecraft:entity.ravager.roar": { - "protocol_id": 1180 - }, - "minecraft:entity.ravager.step": { - "protocol_id": 1178 - }, - "minecraft:entity.ravager.stunned": { - "protocol_id": 1179 - }, - "minecraft:entity.salmon.ambient": { - "protocol_id": 1201 - }, - "minecraft:entity.salmon.death": { - "protocol_id": 1202 - }, - "minecraft:entity.salmon.flop": { - "protocol_id": 1203 - }, - "minecraft:entity.salmon.hurt": { - "protocol_id": 1204 - }, - "minecraft:entity.sheep.ambient": { - "protocol_id": 1246 - }, - "minecraft:entity.sheep.death": { - "protocol_id": 1247 - }, - "minecraft:entity.sheep.hurt": { - "protocol_id": 1248 - }, - "minecraft:entity.sheep.shear": { - "protocol_id": 1249 - }, - "minecraft:entity.sheep.step": { - "protocol_id": 1250 - }, - "minecraft:entity.shulker.ambient": { - "protocol_id": 1259 - }, - "minecraft:entity.shulker.close": { - "protocol_id": 1264 - }, - "minecraft:entity.shulker.death": { - "protocol_id": 1265 - }, - "minecraft:entity.shulker.hurt": { - "protocol_id": 1266 - }, - "minecraft:entity.shulker.hurt_closed": { - "protocol_id": 1267 - }, - "minecraft:entity.shulker.open": { - "protocol_id": 1268 - }, - "minecraft:entity.shulker.shoot": { - "protocol_id": 1269 - }, - "minecraft:entity.shulker.teleport": { - "protocol_id": 1270 - }, - "minecraft:entity.shulker_bullet.hit": { - "protocol_id": 1262 - }, - "minecraft:entity.shulker_bullet.hurt": { - "protocol_id": 1263 - }, - "minecraft:entity.silverfish.ambient": { - "protocol_id": 1271 - }, - "minecraft:entity.silverfish.death": { - "protocol_id": 1272 - }, - "minecraft:entity.silverfish.hurt": { - "protocol_id": 1273 - }, - "minecraft:entity.silverfish.step": { - "protocol_id": 1274 - }, - "minecraft:entity.skeleton.ambient": { - "protocol_id": 1275 - }, - "minecraft:entity.skeleton.converted_to_stray": { - "protocol_id": 1276 - }, - "minecraft:entity.skeleton.death": { - "protocol_id": 1277 - }, - "minecraft:entity.skeleton.hurt": { - "protocol_id": 1286 - }, - "minecraft:entity.skeleton.shoot": { - "protocol_id": 1287 - }, - "minecraft:entity.skeleton.step": { - "protocol_id": 1288 - }, - "minecraft:entity.skeleton_horse.ambient": { - "protocol_id": 1278 - }, - "minecraft:entity.skeleton_horse.ambient_water": { - "protocol_id": 1282 - }, - "minecraft:entity.skeleton_horse.death": { - "protocol_id": 1279 - }, - "minecraft:entity.skeleton_horse.gallop_water": { - "protocol_id": 1283 - }, - "minecraft:entity.skeleton_horse.hurt": { - "protocol_id": 1280 - }, - "minecraft:entity.skeleton_horse.jump_water": { - "protocol_id": 1284 - }, - "minecraft:entity.skeleton_horse.step_water": { - "protocol_id": 1285 - }, - "minecraft:entity.skeleton_horse.swim": { - "protocol_id": 1281 - }, - "minecraft:entity.slime.attack": { - "protocol_id": 1289 - }, - "minecraft:entity.slime.death": { - "protocol_id": 1290 - }, - "minecraft:entity.slime.death_small": { - "protocol_id": 1336 - }, - "minecraft:entity.slime.hurt": { - "protocol_id": 1291 - }, - "minecraft:entity.slime.hurt_small": { - "protocol_id": 1337 - }, - "minecraft:entity.slime.jump": { - "protocol_id": 1292 - }, - "minecraft:entity.slime.jump_small": { - "protocol_id": 1338 - }, - "minecraft:entity.slime.squish": { - "protocol_id": 1293 - }, - "minecraft:entity.slime.squish_small": { - "protocol_id": 1339 - }, - "minecraft:entity.sniffer.death": { - "protocol_id": 1346 - }, - "minecraft:entity.sniffer.digging": { - "protocol_id": 1351 - }, - "minecraft:entity.sniffer.digging_stop": { - "protocol_id": 1352 - }, - "minecraft:entity.sniffer.drop_seed": { - "protocol_id": 1347 - }, - "minecraft:entity.sniffer.eat": { - "protocol_id": 1343 - }, - "minecraft:entity.sniffer.happy": { - "protocol_id": 1353 - }, - "minecraft:entity.sniffer.hurt": { - "protocol_id": 1345 - }, - "minecraft:entity.sniffer.idle": { - "protocol_id": 1344 - }, - "minecraft:entity.sniffer.scenting": { - "protocol_id": 1348 - }, - "minecraft:entity.sniffer.searching": { - "protocol_id": 1350 - }, - "minecraft:entity.sniffer.sniffing": { - "protocol_id": 1349 - }, - "minecraft:entity.sniffer.step": { - "protocol_id": 1342 - }, - "minecraft:entity.snow_golem.ambient": { - "protocol_id": 1360 - }, - "minecraft:entity.snow_golem.death": { - "protocol_id": 1361 - }, - "minecraft:entity.snow_golem.hurt": { - "protocol_id": 1362 - }, - "minecraft:entity.snow_golem.shear": { - "protocol_id": 1364 - }, - "minecraft:entity.snow_golem.shoot": { - "protocol_id": 1363 - }, - "minecraft:entity.snowball.throw": { - "protocol_id": 1357 - }, - "minecraft:entity.spider.ambient": { - "protocol_id": 1368 - }, - "minecraft:entity.spider.death": { - "protocol_id": 1369 - }, - "minecraft:entity.spider.hurt": { - "protocol_id": 1370 - }, - "minecraft:entity.spider.step": { - "protocol_id": 1371 - }, - "minecraft:entity.splash_potion.break": { - "protocol_id": 1372 - }, - "minecraft:entity.splash_potion.throw": { - "protocol_id": 1373 - }, - "minecraft:entity.squid.ambient": { - "protocol_id": 1382 - }, - "minecraft:entity.squid.death": { - "protocol_id": 1383 - }, - "minecraft:entity.squid.hurt": { - "protocol_id": 1384 - }, - "minecraft:entity.squid.squirt": { - "protocol_id": 1385 - }, - "minecraft:entity.stray.ambient": { - "protocol_id": 1395 - }, - "minecraft:entity.stray.death": { - "protocol_id": 1396 - }, - "minecraft:entity.stray.hurt": { - "protocol_id": 1397 - }, - "minecraft:entity.stray.step": { - "protocol_id": 1398 - }, - "minecraft:entity.strider.ambient": { - "protocol_id": 1327 - }, - "minecraft:entity.strider.death": { - "protocol_id": 1330 - }, - "minecraft:entity.strider.eat": { - "protocol_id": 1334 - }, - "minecraft:entity.strider.happy": { - "protocol_id": 1328 - }, - "minecraft:entity.strider.hurt": { - "protocol_id": 1331 - }, - "minecraft:entity.strider.retreat": { - "protocol_id": 1329 - }, - "minecraft:entity.strider.saddle": { - "protocol_id": 1335 - }, - "minecraft:entity.strider.step": { - "protocol_id": 1332 - }, - "minecraft:entity.strider.step_lava": { - "protocol_id": 1333 - }, - "minecraft:entity.tadpole.death": { - "protocol_id": 1402 - }, - "minecraft:entity.tadpole.flop": { - "protocol_id": 1403 - }, - "minecraft:entity.tadpole.grow_up": { - "protocol_id": 1404 - }, - "minecraft:entity.tadpole.hurt": { - "protocol_id": 1405 - }, - "minecraft:entity.tnt.primed": { - "protocol_id": 1407 - }, - "minecraft:entity.tropical_fish.ambient": { - "protocol_id": 1421 - }, - "minecraft:entity.tropical_fish.death": { - "protocol_id": 1422 - }, - "minecraft:entity.tropical_fish.flop": { - "protocol_id": 1423 - }, - "minecraft:entity.tropical_fish.hurt": { - "protocol_id": 1424 - }, - "minecraft:entity.turtle.ambient_land": { - "protocol_id": 1440 - }, - "minecraft:entity.turtle.death": { - "protocol_id": 1441 - }, - "minecraft:entity.turtle.death_baby": { - "protocol_id": 1442 - }, - "minecraft:entity.turtle.egg_break": { - "protocol_id": 1443 - }, - "minecraft:entity.turtle.egg_crack": { - "protocol_id": 1444 - }, - "minecraft:entity.turtle.egg_hatch": { - "protocol_id": 1445 - }, - "minecraft:entity.turtle.hurt": { - "protocol_id": 1446 - }, - "minecraft:entity.turtle.hurt_baby": { - "protocol_id": 1447 - }, - "minecraft:entity.turtle.lay_egg": { - "protocol_id": 1448 - }, - "minecraft:entity.turtle.shamble": { - "protocol_id": 1449 - }, - "minecraft:entity.turtle.shamble_baby": { - "protocol_id": 1450 - }, - "minecraft:entity.turtle.swim": { - "protocol_id": 1451 - }, - "minecraft:entity.vex.ambient": { - "protocol_id": 1475 - }, - "minecraft:entity.vex.charge": { - "protocol_id": 1476 - }, - "minecraft:entity.vex.death": { - "protocol_id": 1477 - }, - "minecraft:entity.vex.hurt": { - "protocol_id": 1478 - }, - "minecraft:entity.villager.ambient": { - "protocol_id": 1479 - }, - "minecraft:entity.villager.celebrate": { - "protocol_id": 1480 - }, - "minecraft:entity.villager.death": { - "protocol_id": 1481 - }, - "minecraft:entity.villager.hurt": { - "protocol_id": 1482 - }, - "minecraft:entity.villager.no": { - "protocol_id": 1483 - }, - "minecraft:entity.villager.trade": { - "protocol_id": 1484 - }, - "minecraft:entity.villager.work_armorer": { - "protocol_id": 1486 - }, - "minecraft:entity.villager.work_butcher": { - "protocol_id": 1487 - }, - "minecraft:entity.villager.work_cartographer": { - "protocol_id": 1488 - }, - "minecraft:entity.villager.work_cleric": { - "protocol_id": 1489 - }, - "minecraft:entity.villager.work_farmer": { - "protocol_id": 1490 - }, - "minecraft:entity.villager.work_fisherman": { - "protocol_id": 1491 - }, - "minecraft:entity.villager.work_fletcher": { - "protocol_id": 1492 - }, - "minecraft:entity.villager.work_leatherworker": { - "protocol_id": 1493 - }, - "minecraft:entity.villager.work_librarian": { - "protocol_id": 1494 - }, - "minecraft:entity.villager.work_mason": { - "protocol_id": 1495 - }, - "minecraft:entity.villager.work_shepherd": { - "protocol_id": 1496 - }, - "minecraft:entity.villager.work_toolsmith": { - "protocol_id": 1497 - }, - "minecraft:entity.villager.work_weaponsmith": { - "protocol_id": 1498 - }, - "minecraft:entity.villager.yes": { - "protocol_id": 1485 - }, - "minecraft:entity.vindicator.ambient": { - "protocol_id": 1499 - }, - "minecraft:entity.vindicator.celebrate": { - "protocol_id": 1500 - }, - "minecraft:entity.vindicator.death": { - "protocol_id": 1501 - }, - "minecraft:entity.vindicator.hurt": { - "protocol_id": 1502 - }, - "minecraft:entity.wandering_trader.ambient": { - "protocol_id": 1509 - }, - "minecraft:entity.wandering_trader.death": { - "protocol_id": 1510 - }, - "minecraft:entity.wandering_trader.disappeared": { - "protocol_id": 1511 - }, - "minecraft:entity.wandering_trader.drink_milk": { - "protocol_id": 1512 - }, - "minecraft:entity.wandering_trader.drink_potion": { - "protocol_id": 1513 - }, - "minecraft:entity.wandering_trader.hurt": { - "protocol_id": 1514 - }, - "minecraft:entity.wandering_trader.no": { - "protocol_id": 1515 - }, - "minecraft:entity.wandering_trader.reappeared": { - "protocol_id": 1516 - }, - "minecraft:entity.wandering_trader.trade": { - "protocol_id": 1517 - }, - "minecraft:entity.wandering_trader.yes": { - "protocol_id": 1518 - }, - "minecraft:entity.warden.agitated": { - "protocol_id": 1519 - }, - "minecraft:entity.warden.ambient": { - "protocol_id": 1520 - }, - "minecraft:entity.warden.angry": { - "protocol_id": 1521 - }, - "minecraft:entity.warden.attack_impact": { - "protocol_id": 1522 - }, - "minecraft:entity.warden.death": { - "protocol_id": 1523 - }, - "minecraft:entity.warden.dig": { - "protocol_id": 1524 - }, - "minecraft:entity.warden.emerge": { - "protocol_id": 1525 - }, - "minecraft:entity.warden.heartbeat": { - "protocol_id": 1526 - }, - "minecraft:entity.warden.hurt": { - "protocol_id": 1527 - }, - "minecraft:entity.warden.listening": { - "protocol_id": 1528 - }, - "minecraft:entity.warden.listening_angry": { - "protocol_id": 1529 - }, - "minecraft:entity.warden.nearby_close": { - "protocol_id": 1530 - }, - "minecraft:entity.warden.nearby_closer": { - "protocol_id": 1531 - }, - "minecraft:entity.warden.nearby_closest": { - "protocol_id": 1532 - }, - "minecraft:entity.warden.roar": { - "protocol_id": 1533 - }, - "minecraft:entity.warden.sniff": { - "protocol_id": 1534 - }, - "minecraft:entity.warden.sonic_boom": { - "protocol_id": 1535 - }, - "minecraft:entity.warden.sonic_charge": { - "protocol_id": 1536 - }, - "minecraft:entity.warden.step": { - "protocol_id": 1537 - }, - "minecraft:entity.warden.tendril_clicks": { - "protocol_id": 1538 - }, - "minecraft:entity.wind_charge.throw": { - "protocol_id": 1556 - }, - "minecraft:entity.wind_charge.wind_burst": { - "protocol_id": 1555 - }, - "minecraft:entity.witch.ambient": { - "protocol_id": 1557 - }, - "minecraft:entity.witch.celebrate": { - "protocol_id": 1558 - }, - "minecraft:entity.witch.death": { - "protocol_id": 1559 - }, - "minecraft:entity.witch.drink": { - "protocol_id": 1560 - }, - "minecraft:entity.witch.hurt": { - "protocol_id": 1561 - }, - "minecraft:entity.witch.throw": { - "protocol_id": 1562 - }, - "minecraft:entity.wither.ambient": { - "protocol_id": 1563 - }, - "minecraft:entity.wither.break_block": { - "protocol_id": 1564 - }, - "minecraft:entity.wither.death": { - "protocol_id": 1565 - }, - "minecraft:entity.wither.hurt": { - "protocol_id": 1566 - }, - "minecraft:entity.wither.shoot": { - "protocol_id": 1567 - }, - "minecraft:entity.wither.spawn": { - "protocol_id": 1572 - }, - "minecraft:entity.wither_skeleton.ambient": { - "protocol_id": 1568 - }, - "minecraft:entity.wither_skeleton.death": { - "protocol_id": 1569 - }, - "minecraft:entity.wither_skeleton.hurt": { - "protocol_id": 1570 - }, - "minecraft:entity.wither_skeleton.step": { - "protocol_id": 1571 - }, - "minecraft:entity.wolf.ambient": { - "protocol_id": 1577 - }, - "minecraft:entity.wolf.death": { - "protocol_id": 1578 - }, - "minecraft:entity.wolf.growl": { - "protocol_id": 1579 - }, - "minecraft:entity.wolf.howl": { - "protocol_id": 1580 - }, - "minecraft:entity.wolf.hurt": { - "protocol_id": 1581 - }, - "minecraft:entity.wolf.pant": { - "protocol_id": 1582 - }, - "minecraft:entity.wolf.shake": { - "protocol_id": 1583 - }, - "minecraft:entity.wolf.step": { - "protocol_id": 1584 - }, - "minecraft:entity.wolf.whine": { - "protocol_id": 1585 - }, - "minecraft:entity.zoglin.ambient": { - "protocol_id": 1604 - }, - "minecraft:entity.zoglin.angry": { - "protocol_id": 1605 - }, - "minecraft:entity.zoglin.attack": { - "protocol_id": 1606 - }, - "minecraft:entity.zoglin.death": { - "protocol_id": 1607 - }, - "minecraft:entity.zoglin.hurt": { - "protocol_id": 1608 - }, - "minecraft:entity.zoglin.step": { - "protocol_id": 1609 - }, - "minecraft:entity.zombie.ambient": { - "protocol_id": 1610 - }, - "minecraft:entity.zombie.attack_iron_door": { - "protocol_id": 1612 - }, - "minecraft:entity.zombie.attack_wooden_door": { - "protocol_id": 1611 - }, - "minecraft:entity.zombie.break_wooden_door": { - "protocol_id": 1613 - }, - "minecraft:entity.zombie.converted_to_drowned": { - "protocol_id": 1614 - }, - "minecraft:entity.zombie.death": { - "protocol_id": 1615 - }, - "minecraft:entity.zombie.destroy_egg": { - "protocol_id": 1616 - }, - "minecraft:entity.zombie.hurt": { - "protocol_id": 1620 - }, - "minecraft:entity.zombie.infect": { - "protocol_id": 1621 - }, - "minecraft:entity.zombie.step": { - "protocol_id": 1626 - }, - "minecraft:entity.zombie_horse.ambient": { - "protocol_id": 1617 - }, - "minecraft:entity.zombie_horse.death": { - "protocol_id": 1618 - }, - "minecraft:entity.zombie_horse.hurt": { - "protocol_id": 1619 - }, - "minecraft:entity.zombie_villager.ambient": { - "protocol_id": 1627 - }, - "minecraft:entity.zombie_villager.converted": { - "protocol_id": 1628 - }, - "minecraft:entity.zombie_villager.cure": { - "protocol_id": 1629 - }, - "minecraft:entity.zombie_villager.death": { - "protocol_id": 1630 - }, - "minecraft:entity.zombie_villager.hurt": { - "protocol_id": 1631 - }, - "minecraft:entity.zombie_villager.step": { - "protocol_id": 1632 - }, - "minecraft:entity.zombified_piglin.ambient": { - "protocol_id": 1622 - }, - "minecraft:entity.zombified_piglin.angry": { - "protocol_id": 1623 - }, - "minecraft:entity.zombified_piglin.death": { - "protocol_id": 1624 - }, - "minecraft:entity.zombified_piglin.hurt": { - "protocol_id": 1625 - }, - "minecraft:event.mob_effect.bad_omen": { - "protocol_id": 1633 - }, - "minecraft:event.mob_effect.raid_omen": { - "protocol_id": 1635 - }, - "minecraft:event.mob_effect.trial_omen": { - "protocol_id": 1634 - }, - "minecraft:event.raid.horn": { - "protocol_id": 1172 - }, - "minecraft:intentionally_empty": { - "protocol_id": 958 - }, - "minecraft:item.armor.equip_chain": { - "protocol_id": 67 - }, - "minecraft:item.armor.equip_diamond": { - "protocol_id": 68 - }, - "minecraft:item.armor.equip_elytra": { - "protocol_id": 69 - }, - "minecraft:item.armor.equip_generic": { - "protocol_id": 70 - }, - "minecraft:item.armor.equip_gold": { - "protocol_id": 71 - }, - "minecraft:item.armor.equip_iron": { - "protocol_id": 72 - }, - "minecraft:item.armor.equip_leather": { - "protocol_id": 73 - }, - "minecraft:item.armor.equip_netherite": { - "protocol_id": 74 - }, - "minecraft:item.armor.equip_turtle": { - "protocol_id": 75 - }, - "minecraft:item.armor.equip_wolf": { - "protocol_id": 76 - }, - "minecraft:item.armor.unequip_wolf": { - "protocol_id": 77 - }, - "minecraft:item.axe.scrape": { - "protocol_id": 86 - }, - "minecraft:item.axe.strip": { - "protocol_id": 85 - }, - "minecraft:item.axe.wax_off": { - "protocol_id": 87 - }, - "minecraft:item.bone_meal.use": { - "protocol_id": 179 - }, - "minecraft:item.book.page_turn": { - "protocol_id": 180 - }, - "minecraft:item.book.put": { - "protocol_id": 181 - }, - "minecraft:item.bottle.empty": { - "protocol_id": 183 - }, - "minecraft:item.bottle.fill": { - "protocol_id": 184 - }, - "minecraft:item.bottle.fill_dragonbreath": { - "protocol_id": 185 - }, - "minecraft:item.brush.brushing.generic": { - "protocol_id": 200 - }, - "minecraft:item.brush.brushing.gravel": { - "protocol_id": 202 - }, - "minecraft:item.brush.brushing.gravel.complete": { - "protocol_id": 204 - }, - "minecraft:item.brush.brushing.sand": { - "protocol_id": 201 - }, - "minecraft:item.brush.brushing.sand.complete": { - "protocol_id": 203 - }, - "minecraft:item.bucket.empty": { - "protocol_id": 211 - }, - "minecraft:item.bucket.empty_axolotl": { - "protocol_id": 212 - }, - "minecraft:item.bucket.empty_fish": { - "protocol_id": 213 - }, - "minecraft:item.bucket.empty_lava": { - "protocol_id": 214 - }, - "minecraft:item.bucket.empty_powder_snow": { - "protocol_id": 215 - }, - "minecraft:item.bucket.empty_tadpole": { - "protocol_id": 216 - }, - "minecraft:item.bucket.fill": { - "protocol_id": 217 - }, - "minecraft:item.bucket.fill_axolotl": { - "protocol_id": 218 - }, - "minecraft:item.bucket.fill_fish": { - "protocol_id": 219 - }, - "minecraft:item.bucket.fill_lava": { - "protocol_id": 220 - }, - "minecraft:item.bucket.fill_powder_snow": { - "protocol_id": 221 - }, - "minecraft:item.bucket.fill_tadpole": { - "protocol_id": 222 - }, - "minecraft:item.bundle.drop_contents": { - "protocol_id": 223 - }, - "minecraft:item.bundle.insert": { - "protocol_id": 224 - }, - "minecraft:item.bundle.insert_fail": { - "protocol_id": 225 - }, - "minecraft:item.bundle.remove_one": { - "protocol_id": 226 - }, - "minecraft:item.chorus_fruit.teleport": { - "protocol_id": 321 - }, - "minecraft:item.crop.plant": { - "protocol_id": 396 - }, - "minecraft:item.crossbow.hit": { - "protocol_id": 397 - }, - "minecraft:item.crossbow.loading_end": { - "protocol_id": 398 - }, - "minecraft:item.crossbow.loading_middle": { - "protocol_id": 399 - }, - "minecraft:item.crossbow.loading_start": { - "protocol_id": 400 - }, - "minecraft:item.crossbow.quick_charge_1": { - "protocol_id": 401 - }, - "minecraft:item.crossbow.quick_charge_2": { - "protocol_id": 402 - }, - "minecraft:item.crossbow.quick_charge_3": { - "protocol_id": 403 - }, - "minecraft:item.crossbow.shoot": { - "protocol_id": 404 - }, - "minecraft:item.dye.use": { - "protocol_id": 474 - }, - "minecraft:item.elytra.flying": { - "protocol_id": 484 - }, - "minecraft:item.firecharge.use": { - "protocol_id": 524 - }, - "minecraft:item.flintandsteel.use": { - "protocol_id": 539 - }, - "minecraft:item.glow_ink_sac.use": { - "protocol_id": 618 - }, - "minecraft:item.goat_horn.sound.0": { - "protocol_id": 724 - }, - "minecraft:item.goat_horn.sound.1": { - "protocol_id": 725 - }, - "minecraft:item.goat_horn.sound.2": { - "protocol_id": 726 - }, - "minecraft:item.goat_horn.sound.3": { - "protocol_id": 727 - }, - "minecraft:item.goat_horn.sound.4": { - "protocol_id": 728 - }, - "minecraft:item.goat_horn.sound.5": { - "protocol_id": 729 - }, - "minecraft:item.goat_horn.sound.6": { - "protocol_id": 730 - }, - "minecraft:item.goat_horn.sound.7": { - "protocol_id": 731 - }, - "minecraft:item.hoe.till": { - "protocol_id": 707 - }, - "minecraft:item.honey_bottle.drink": { - "protocol_id": 723 - }, - "minecraft:item.honeycomb.wax_on": { - "protocol_id": 722 - }, - "minecraft:item.ink_sac.use": { - "protocol_id": 763 - }, - "minecraft:item.lodestone_compass.lock": { - "protocol_id": 817 - }, - "minecraft:item.mace.smash_air": { - "protocol_id": 818 - }, - "minecraft:item.mace.smash_ground": { - "protocol_id": 819 - }, - "minecraft:item.mace.smash_ground_heavy": { - "protocol_id": 820 - }, - "minecraft:item.nether_wart.plant": { - "protocol_id": 942 - }, - "minecraft:item.ominous_bottle.dispose": { - "protocol_id": 1029 - }, - "minecraft:item.shield.block": { - "protocol_id": 1251 - }, - "minecraft:item.shield.break": { - "protocol_id": 1252 - }, - "minecraft:item.shovel.flatten": { - "protocol_id": 1258 - }, - "minecraft:item.spyglass.stop_using": { - "protocol_id": 1381 - }, - "minecraft:item.spyglass.use": { - "protocol_id": 1380 - }, - "minecraft:item.totem.use": { - "protocol_id": 1408 - }, - "minecraft:item.trident.hit": { - "protocol_id": 1409 - }, - "minecraft:item.trident.hit_ground": { - "protocol_id": 1410 - }, - "minecraft:item.trident.return": { - "protocol_id": 1411 - }, - "minecraft:item.trident.riptide_1": { - "protocol_id": 1412 - }, - "minecraft:item.trident.riptide_2": { - "protocol_id": 1413 - }, - "minecraft:item.trident.riptide_3": { - "protocol_id": 1414 - }, - "minecraft:item.trident.throw": { - "protocol_id": 1415 - }, - "minecraft:item.trident.thunder": { - "protocol_id": 1416 - }, - "minecraft:item.wolf_armor.break": { - "protocol_id": 1573 - }, - "minecraft:item.wolf_armor.crack": { - "protocol_id": 1574 - }, - "minecraft:item.wolf_armor.damage": { - "protocol_id": 1575 - }, - "minecraft:item.wolf_armor.repair": { - "protocol_id": 1576 - }, - "minecraft:music.creative": { - "protocol_id": 886 - }, - "minecraft:music.credits": { - "protocol_id": 887 - }, - "minecraft:music.dragon": { - "protocol_id": 907 - }, - "minecraft:music.end": { - "protocol_id": 908 - }, - "minecraft:music.game": { - "protocol_id": 909 - }, - "minecraft:music.menu": { - "protocol_id": 910 - }, - "minecraft:music.nether.basalt_deltas": { - "protocol_id": 911 - }, - "minecraft:music.nether.crimson_forest": { - "protocol_id": 912 - }, - "minecraft:music.nether.nether_wastes": { - "protocol_id": 923 - }, - "minecraft:music.nether.soul_sand_valley": { - "protocol_id": 926 - }, - "minecraft:music.nether.warped_forest": { - "protocol_id": 928 - }, - "minecraft:music.overworld.badlands": { - "protocol_id": 931 - }, - "minecraft:music.overworld.bamboo_jungle": { - "protocol_id": 934 - }, - "minecraft:music.overworld.cherry_grove": { - "protocol_id": 922 - }, - "minecraft:music.overworld.deep_dark": { - "protocol_id": 913 - }, - "minecraft:music.overworld.desert": { - "protocol_id": 930 - }, - "minecraft:music.overworld.dripstone_caves": { - "protocol_id": 914 - }, - "minecraft:music.overworld.flower_forest": { - "protocol_id": 929 - }, - "minecraft:music.overworld.forest": { - "protocol_id": 919 - }, - "minecraft:music.overworld.frozen_peaks": { - "protocol_id": 924 - }, - "minecraft:music.overworld.grove": { - "protocol_id": 915 - }, - "minecraft:music.overworld.jagged_peaks": { - "protocol_id": 916 - }, - "minecraft:music.overworld.jungle": { - "protocol_id": 932 - }, - "minecraft:music.overworld.lush_caves": { - "protocol_id": 917 - }, - "minecraft:music.overworld.meadow": { - "protocol_id": 921 - }, - "minecraft:music.overworld.old_growth_taiga": { - "protocol_id": 920 - }, - "minecraft:music.overworld.snowy_slopes": { - "protocol_id": 925 - }, - "minecraft:music.overworld.sparse_jungle": { - "protocol_id": 933 - }, - "minecraft:music.overworld.stony_peaks": { - "protocol_id": 927 - }, - "minecraft:music.overworld.swamp": { - "protocol_id": 918 - }, - "minecraft:music.under_water": { - "protocol_id": 935 - }, - "minecraft:music_disc.11": { - "protocol_id": 889 - }, - "minecraft:music_disc.13": { - "protocol_id": 890 - }, - "minecraft:music_disc.5": { - "protocol_id": 888 - }, - "minecraft:music_disc.blocks": { - "protocol_id": 891 - }, - "minecraft:music_disc.cat": { - "protocol_id": 892 - }, - "minecraft:music_disc.chirp": { - "protocol_id": 893 - }, - "minecraft:music_disc.creator": { - "protocol_id": 904 - }, - "minecraft:music_disc.creator_music_box": { - "protocol_id": 905 - }, - "minecraft:music_disc.far": { - "protocol_id": 894 - }, - "minecraft:music_disc.mall": { - "protocol_id": 895 - }, - "minecraft:music_disc.mellohi": { - "protocol_id": 896 - }, - "minecraft:music_disc.otherside": { - "protocol_id": 902 - }, - "minecraft:music_disc.pigstep": { - "protocol_id": 897 - }, - "minecraft:music_disc.precipice": { - "protocol_id": 906 - }, - "minecraft:music_disc.relic": { - "protocol_id": 903 - }, - "minecraft:music_disc.stal": { - "protocol_id": 898 - }, - "minecraft:music_disc.strad": { - "protocol_id": 899 - }, - "minecraft:music_disc.wait": { - "protocol_id": 900 - }, - "minecraft:music_disc.ward": { - "protocol_id": 901 - }, - "minecraft:particle.soul_escape": { - "protocol_id": 1316 - }, - "minecraft:ui.button.click": { - "protocol_id": 1452 - }, - "minecraft:ui.cartography_table.take_result": { - "protocol_id": 1455 - }, - "minecraft:ui.hud.bubble_pop": { - "protocol_id": 210 - }, - "minecraft:ui.loom.select_pattern": { - "protocol_id": 1453 - }, - "minecraft:ui.loom.take_result": { - "protocol_id": 1454 - }, - "minecraft:ui.stonecutter.select_recipe": { - "protocol_id": 1457 - }, - "minecraft:ui.stonecutter.take_result": { - "protocol_id": 1456 - }, - "minecraft:ui.toast.challenge_complete": { - "protocol_id": 1458 - }, - "minecraft:ui.toast.in": { - "protocol_id": 1459 - }, - "minecraft:ui.toast.out": { - "protocol_id": 1460 - }, - "minecraft:weather.rain": { - "protocol_id": 1542 - }, - "minecraft:weather.rain.above": { - "protocol_id": 1543 - } - }, - "protocol_id": 1 - }, - "minecraft:stat_type": { - "entries": { - "minecraft:broken": { - "protocol_id": 3 - }, - "minecraft:crafted": { - "protocol_id": 1 - }, - "minecraft:custom": { - "protocol_id": 8 - }, - "minecraft:dropped": { - "protocol_id": 5 - }, - "minecraft:killed": { - "protocol_id": 6 - }, - "minecraft:killed_by": { - "protocol_id": 7 - }, - "minecraft:mined": { - "protocol_id": 0 - }, - "minecraft:picked_up": { - "protocol_id": 4 - }, - "minecraft:used": { - "protocol_id": 2 - } - }, - "protocol_id": 21 - }, - "minecraft:trigger_type": { - "entries": { - "minecraft:allay_drop_item_on_block": { - "protocol_id": 51 - }, - "minecraft:any_block_use": { - "protocol_id": 40 - }, - "minecraft:avoid_vibration": { - "protocol_id": 52 - }, - "minecraft:bee_nest_destroyed": { - "protocol_id": 36 - }, - "minecraft:bred_animals": { - "protocol_id": 14 - }, - "minecraft:brewed_potion": { - "protocol_id": 10 - }, - "minecraft:changed_dimension": { - "protocol_id": 21 - }, - "minecraft:channeled_lightning": { - "protocol_id": 30 - }, - "minecraft:construct_beacon": { - "protocol_id": 11 - }, - "minecraft:consume_item": { - "protocol_id": 25 - }, - "minecraft:crafter_recipe_crafted": { - "protocol_id": 54 - }, - "minecraft:cured_zombie_villager": { - "protocol_id": 17 - }, - "minecraft:default_block_use": { - "protocol_id": 39 - }, - "minecraft:effects_changed": { - "protocol_id": 26 - }, - "minecraft:enchanted_item": { - "protocol_id": 8 - }, - "minecraft:enter_block": { - "protocol_id": 3 - }, - "minecraft:entity_hurt_player": { - "protocol_id": 7 - }, - "minecraft:entity_killed_player": { - "protocol_id": 2 - }, - "minecraft:fall_after_explosion": { - "protocol_id": 55 - }, - "minecraft:fall_from_height": { - "protocol_id": 48 - }, - "minecraft:filled_bucket": { - "protocol_id": 9 - }, - "minecraft:fishing_rod_hooked": { - "protocol_id": 29 - }, - "minecraft:hero_of_the_village": { - "protocol_id": 33 - }, - "minecraft:impossible": { - "protocol_id": 0 - }, - "minecraft:inventory_changed": { - "protocol_id": 4 - }, - "minecraft:item_durability_changed": { - "protocol_id": 19 - }, - "minecraft:item_used_on_block": { - "protocol_id": 38 - }, - "minecraft:kill_mob_near_sculk_catalyst": { - "protocol_id": 50 - }, - "minecraft:killed_by_arrow": { - "protocol_id": 32 - }, - "minecraft:levitation": { - "protocol_id": 20 - }, - "minecraft:lightning_strike": { - "protocol_id": 46 - }, - "minecraft:location": { - "protocol_id": 15 - }, - "minecraft:nether_travel": { - "protocol_id": 28 - }, - "minecraft:placed_block": { - "protocol_id": 24 - }, - "minecraft:player_generates_container_loot": { - "protocol_id": 41 - }, - "minecraft:player_hurt_entity": { - "protocol_id": 6 - }, - "minecraft:player_interacted_with_entity": { - "protocol_id": 44 - }, - "minecraft:player_killed_entity": { - "protocol_id": 1 - }, - "minecraft:recipe_crafted": { - "protocol_id": 53 - }, - "minecraft:recipe_unlocked": { - "protocol_id": 5 - }, - "minecraft:ride_entity_in_lava": { - "protocol_id": 49 - }, - "minecraft:shot_crossbow": { - "protocol_id": 31 - }, - "minecraft:slept_in_bed": { - "protocol_id": 16 - }, - "minecraft:slide_down_block": { - "protocol_id": 35 - }, - "minecraft:started_riding": { - "protocol_id": 45 - }, - "minecraft:summoned_entity": { - "protocol_id": 13 - }, - "minecraft:tame_animal": { - "protocol_id": 23 - }, - "minecraft:target_hit": { - "protocol_id": 37 - }, - "minecraft:thrown_item_picked_up_by_entity": { - "protocol_id": 42 - }, - "minecraft:thrown_item_picked_up_by_player": { - "protocol_id": 43 - }, - "minecraft:tick": { - "protocol_id": 22 - }, - "minecraft:used_ender_eye": { - "protocol_id": 12 - }, - "minecraft:used_totem": { - "protocol_id": 27 - }, - "minecraft:using_item": { - "protocol_id": 47 - }, - "minecraft:villager_trade": { - "protocol_id": 18 - }, - "minecraft:voluntary_exile": { - "protocol_id": 34 - } - }, - "protocol_id": 64 - }, - "minecraft:villager_profession": { - "default": "minecraft:none", - "entries": { - "minecraft:armorer": { - "protocol_id": 1 - }, - "minecraft:butcher": { - "protocol_id": 2 - }, - "minecraft:cartographer": { - "protocol_id": 3 - }, - "minecraft:cleric": { - "protocol_id": 4 - }, - "minecraft:farmer": { - "protocol_id": 5 - }, - "minecraft:fisherman": { - "protocol_id": 6 - }, - "minecraft:fletcher": { - "protocol_id": 7 - }, - "minecraft:leatherworker": { - "protocol_id": 8 - }, - "minecraft:librarian": { - "protocol_id": 9 - }, - "minecraft:mason": { - "protocol_id": 10 - }, - "minecraft:nitwit": { - "protocol_id": 11 - }, - "minecraft:none": { - "protocol_id": 0 - }, - "minecraft:shepherd": { - "protocol_id": 12 - }, - "minecraft:toolsmith": { - "protocol_id": 13 - }, - "minecraft:weaponsmith": { - "protocol_id": 14 - } - }, - "protocol_id": 23 - }, - "minecraft:villager_type": { - "default": "minecraft:plains", - "entries": { - "minecraft:desert": { - "protocol_id": 0 - }, - "minecraft:jungle": { - "protocol_id": 1 - }, - "minecraft:plains": { - "protocol_id": 2 - }, - "minecraft:savanna": { - "protocol_id": 3 - }, - "minecraft:snow": { - "protocol_id": 4 - }, - "minecraft:swamp": { - "protocol_id": 5 - }, - "minecraft:taiga": { - "protocol_id": 6 - } - }, - "protocol_id": 22 - }, - "minecraft:worldgen/biome_source": { - "entries": { - "minecraft:checkerboard": { - "protocol_id": 2 - }, - "minecraft:fixed": { - "protocol_id": 0 - }, - "minecraft:multi_noise": { - "protocol_id": 1 - }, - "minecraft:the_end": { - "protocol_id": 3 - } - }, - "protocol_id": 51 - }, - "minecraft:worldgen/block_state_provider_type": { - "entries": { - "minecraft:dual_noise_provider": { - "protocol_id": 4 - }, - "minecraft:noise_provider": { - "protocol_id": 3 - }, - "minecraft:noise_threshold_provider": { - "protocol_id": 2 - }, - "minecraft:randomized_int_state_provider": { - "protocol_id": 6 - }, - "minecraft:rotated_block_provider": { - "protocol_id": 5 - }, - "minecraft:simple_state_provider": { - "protocol_id": 0 - }, - "minecraft:weighted_state_provider": { - "protocol_id": 1 - } - }, - "protocol_id": 45 - }, - "minecraft:worldgen/carver": { - "entries": { - "minecraft:canyon": { - "protocol_id": 2 - }, - "minecraft:cave": { - "protocol_id": 0 - }, - "minecraft:nether_cave": { - "protocol_id": 1 - } - }, - "protocol_id": 39 - }, - "minecraft:worldgen/chunk_generator": { - "entries": { - "minecraft:debug": { - "protocol_id": 2 - }, - "minecraft:flat": { - "protocol_id": 1 - }, - "minecraft:noise": { - "protocol_id": 0 - } - }, - "protocol_id": 52 - }, - "minecraft:worldgen/density_function_type": { - "entries": { - "minecraft:abs": { - "protocol_id": 19 - }, - "minecraft:add": { - "protocol_id": 25 - }, - "minecraft:beardifier": { - "protocol_id": 2 - }, - "minecraft:blend_alpha": { - "protocol_id": 0 - }, - "minecraft:blend_density": { - "protocol_id": 17 - }, - "minecraft:blend_offset": { - "protocol_id": 1 - }, - "minecraft:cache_2d": { - "protocol_id": 6 - }, - "minecraft:cache_all_in_cell": { - "protocol_id": 8 - }, - "minecraft:cache_once": { - "protocol_id": 7 - }, - "minecraft:clamp": { - "protocol_id": 18 - }, - "minecraft:constant": { - "protocol_id": 30 - }, - "minecraft:cube": { - "protocol_id": 21 - }, - "minecraft:end_islands": { - "protocol_id": 10 - }, - "minecraft:flat_cache": { - "protocol_id": 5 - }, - "minecraft:half_negative": { - "protocol_id": 22 - }, - "minecraft:interpolated": { - "protocol_id": 4 - }, - "minecraft:max": { - "protocol_id": 28 - }, - "minecraft:min": { - "protocol_id": 27 - }, - "minecraft:mul": { - "protocol_id": 26 - }, - "minecraft:noise": { - "protocol_id": 9 - }, - "minecraft:old_blended_noise": { - "protocol_id": 3 - }, - "minecraft:quarter_negative": { - "protocol_id": 23 - }, - "minecraft:range_choice": { - "protocol_id": 13 - }, - "minecraft:shift": { - "protocol_id": 16 - }, - "minecraft:shift_a": { - "protocol_id": 14 - }, - "minecraft:shift_b": { - "protocol_id": 15 - }, - "minecraft:shifted_noise": { - "protocol_id": 12 - }, - "minecraft:spline": { - "protocol_id": 29 - }, - "minecraft:square": { - "protocol_id": 20 - }, - "minecraft:squeeze": { - "protocol_id": 24 - }, - "minecraft:weird_scaled_sampler": { - "protocol_id": 11 - }, - "minecraft:y_clamped_gradient": { - "protocol_id": 31 - } - }, - "protocol_id": 55 - }, - "minecraft:worldgen/feature": { - "entries": { - "minecraft:bamboo": { - "protocol_id": 42 - }, - "minecraft:basalt_columns": { - "protocol_id": 47 - }, - "minecraft:basalt_pillar": { - "protocol_id": 52 - }, - "minecraft:block_column": { - "protocol_id": 18 - }, - "minecraft:block_pile": { - "protocol_id": 5 - }, - "minecraft:blue_ice": { - "protocol_id": 25 - }, - "minecraft:bonus_chest": { - "protocol_id": 51 - }, - "minecraft:chorus_plant": { - "protocol_id": 7 - }, - "minecraft:coral_claw": { - "protocol_id": 39 - }, - "minecraft:coral_mushroom": { - "protocol_id": 38 - }, - "minecraft:coral_tree": { - "protocol_id": 37 - }, - "minecraft:delta_feature": { - "protocol_id": 48 - }, - "minecraft:desert_well": { - "protocol_id": 10 - }, - "minecraft:disk": { - "protocol_id": 28 - }, - "minecraft:dripstone_cluster": { - "protocol_id": 58 - }, - "minecraft:end_gateway": { - "protocol_id": 34 - }, - "minecraft:end_island": { - "protocol_id": 33 - }, - "minecraft:end_platform": { - "protocol_id": 31 - }, - "minecraft:end_spike": { - "protocol_id": 32 - }, - "minecraft:fill_layer": { - "protocol_id": 50 - }, - "minecraft:flower": { - "protocol_id": 2 - }, - "minecraft:forest_rock": { - "protocol_id": 27 - }, - "minecraft:fossil": { - "protocol_id": 11 - }, - "minecraft:freeze_top_layer": { - "protocol_id": 16 - }, - "minecraft:geode": { - "protocol_id": 57 - }, - "minecraft:glowstone_blob": { - "protocol_id": 15 - }, - "minecraft:huge_brown_mushroom": { - "protocol_id": 13 - }, - "minecraft:huge_fungus": { - "protocol_id": 43 - }, - "minecraft:huge_red_mushroom": { - "protocol_id": 12 - }, - "minecraft:ice_spike": { - "protocol_id": 14 - }, - "minecraft:iceberg": { - "protocol_id": 26 - }, - "minecraft:kelp": { - "protocol_id": 36 - }, - "minecraft:lake": { - "protocol_id": 29 - }, - "minecraft:large_dripstone": { - "protocol_id": 59 - }, - "minecraft:monster_room": { - "protocol_id": 24 - }, - "minecraft:multiface_growth": { - "protocol_id": 22 - }, - "minecraft:nether_forest_vegetation": { - "protocol_id": 44 - }, - "minecraft:netherrack_replace_blobs": { - "protocol_id": 49 - }, - "minecraft:no_bonemeal_flower": { - "protocol_id": 3 - }, - "minecraft:no_op": { - "protocol_id": 0 - }, - "minecraft:ore": { - "protocol_id": 30 - }, - "minecraft:pointed_dripstone": { - "protocol_id": 60 - }, - "minecraft:random_boolean_selector": { - "protocol_id": 56 - }, - "minecraft:random_patch": { - "protocol_id": 4 - }, - "minecraft:random_selector": { - "protocol_id": 54 - }, - "minecraft:replace_single_block": { - "protocol_id": 8 - }, - "minecraft:root_system": { - "protocol_id": 21 - }, - "minecraft:scattered_ore": { - "protocol_id": 53 - }, - "minecraft:sculk_patch": { - "protocol_id": 61 - }, - "minecraft:sea_pickle": { - "protocol_id": 40 - }, - "minecraft:seagrass": { - "protocol_id": 35 - }, - "minecraft:simple_block": { - "protocol_id": 41 - }, - "minecraft:simple_random_selector": { - "protocol_id": 55 - }, - "minecraft:spring_feature": { - "protocol_id": 6 - }, - "minecraft:tree": { - "protocol_id": 1 - }, - "minecraft:twisting_vines": { - "protocol_id": 46 - }, - "minecraft:underwater_magma": { - "protocol_id": 23 - }, - "minecraft:vegetation_patch": { - "protocol_id": 19 - }, - "minecraft:vines": { - "protocol_id": 17 - }, - "minecraft:void_start_platform": { - "protocol_id": 9 - }, - "minecraft:waterlogged_vegetation_patch": { - "protocol_id": 20 - }, - "minecraft:weeping_vines": { - "protocol_id": 45 - } - }, - "protocol_id": 40 - }, - "minecraft:worldgen/feature_size_type": { - "entries": { - "minecraft:three_layers_feature_size": { - "protocol_id": 1 - }, - "minecraft:two_layers_feature_size": { - "protocol_id": 0 - } - }, - "protocol_id": 50 - }, - "minecraft:worldgen/foliage_placer_type": { - "entries": { - "minecraft:acacia_foliage_placer": { - "protocol_id": 3 - }, - "minecraft:blob_foliage_placer": { - "protocol_id": 0 - }, - "minecraft:bush_foliage_placer": { - "protocol_id": 4 - }, - "minecraft:cherry_foliage_placer": { - "protocol_id": 10 - }, - "minecraft:dark_oak_foliage_placer": { - "protocol_id": 8 - }, - "minecraft:fancy_foliage_placer": { - "protocol_id": 5 - }, - "minecraft:jungle_foliage_placer": { - "protocol_id": 6 - }, - "minecraft:mega_pine_foliage_placer": { - "protocol_id": 7 - }, - "minecraft:pine_foliage_placer": { - "protocol_id": 2 - }, - "minecraft:random_spread_foliage_placer": { - "protocol_id": 9 - }, - "minecraft:spruce_foliage_placer": { - "protocol_id": 1 - } - }, - "protocol_id": 46 - }, - "minecraft:worldgen/material_condition": { - "entries": { - "minecraft:above_preliminary_surface": { - "protocol_id": 9 - }, - "minecraft:biome": { - "protocol_id": 0 - }, - "minecraft:hole": { - "protocol_id": 8 - }, - "minecraft:noise_threshold": { - "protocol_id": 1 - }, - "minecraft:not": { - "protocol_id": 7 - }, - "minecraft:steep": { - "protocol_id": 6 - }, - "minecraft:stone_depth": { - "protocol_id": 10 - }, - "minecraft:temperature": { - "protocol_id": 5 - }, - "minecraft:vertical_gradient": { - "protocol_id": 2 - }, - "minecraft:water": { - "protocol_id": 4 - }, - "minecraft:y_above": { - "protocol_id": 3 - } - }, - "protocol_id": 53 - }, - "minecraft:worldgen/material_rule": { - "entries": { - "minecraft:bandlands": { - "protocol_id": 0 - }, - "minecraft:block": { - "protocol_id": 1 - }, - "minecraft:condition": { - "protocol_id": 3 - }, - "minecraft:sequence": { - "protocol_id": 2 - } - }, - "protocol_id": 54 - }, - "minecraft:worldgen/placement_modifier_type": { - "entries": { - "minecraft:biome": { - "protocol_id": 4 - }, - "minecraft:block_predicate_filter": { - "protocol_id": 0 - }, - "minecraft:count": { - "protocol_id": 5 - }, - "minecraft:count_on_every_layer": { - "protocol_id": 8 - }, - "minecraft:environment_scan": { - "protocol_id": 9 - }, - "minecraft:fixed_placement": { - "protocol_id": 14 - }, - "minecraft:height_range": { - "protocol_id": 11 - }, - "minecraft:heightmap": { - "protocol_id": 10 - }, - "minecraft:in_square": { - "protocol_id": 12 - }, - "minecraft:noise_based_count": { - "protocol_id": 6 - }, - "minecraft:noise_threshold_count": { - "protocol_id": 7 - }, - "minecraft:random_offset": { - "protocol_id": 13 - }, - "minecraft:rarity_filter": { - "protocol_id": 1 - }, - "minecraft:surface_relative_threshold_filter": { - "protocol_id": 2 - }, - "minecraft:surface_water_depth_filter": { - "protocol_id": 3 - } - }, - "protocol_id": 44 - }, - "minecraft:worldgen/pool_alias_binding": { - "entries": { - "minecraft:direct": { - "protocol_id": 2 - }, - "minecraft:random": { - "protocol_id": 0 - }, - "minecraft:random_group": { - "protocol_id": 1 - } - }, - "protocol_id": 59 - }, - "minecraft:worldgen/root_placer_type": { - "entries": { - "minecraft:mangrove_root_placer": { - "protocol_id": 0 - } - }, - "protocol_id": 48 - }, - "minecraft:worldgen/structure_piece": { - "entries": { - "minecraft:btp": { - "protocol_id": 52 - }, - "minecraft:ecp": { - "protocol_id": 50 - }, - "minecraft:iglu": { - "protocol_id": 34 - }, - "minecraft:jigsaw": { - "protocol_id": 55 - }, - "minecraft:mscorridor": { - "protocol_id": 0 - }, - "minecraft:mscrossing": { - "protocol_id": 1 - }, - "minecraft:msroom": { - "protocol_id": 2 - }, - "minecraft:msstairs": { - "protocol_id": 3 - }, - "minecraft:nebcr": { - "protocol_id": 4 - }, - "minecraft:nebef": { - "protocol_id": 5 - }, - "minecraft:nebs": { - "protocol_id": 6 - }, - "minecraft:neccs": { - "protocol_id": 7 - }, - "minecraft:nece": { - "protocol_id": 9 - }, - "minecraft:necsr": { - "protocol_id": 14 - }, - "minecraft:nectb": { - "protocol_id": 8 - }, - "minecraft:nefos": { - "protocol_id": 54 - }, - "minecraft:nemt": { - "protocol_id": 15 - }, - "minecraft:nerc": { - "protocol_id": 16 - }, - "minecraft:nesc": { - "protocol_id": 12 - }, - "minecraft:nesclt": { - "protocol_id": 11 - }, - "minecraft:nescrt": { - "protocol_id": 13 - }, - "minecraft:nescsc": { - "protocol_id": 10 - }, - "minecraft:nesr": { - "protocol_id": 17 - }, - "minecraft:nestart": { - "protocol_id": 18 - }, - "minecraft:omb": { - "protocol_id": 38 - }, - "minecraft:omcr": { - "protocol_id": 39 - }, - "minecraft:omdxr": { - "protocol_id": 40 - }, - "minecraft:omdxyr": { - "protocol_id": 41 - }, - "minecraft:omdyr": { - "protocol_id": 42 - }, - "minecraft:omdyzr": { - "protocol_id": 43 - }, - "minecraft:omdzr": { - "protocol_id": 44 - }, - "minecraft:omentry": { - "protocol_id": 45 - }, - "minecraft:ompenthouse": { - "protocol_id": 46 - }, - "minecraft:omsimple": { - "protocol_id": 47 - }, - "minecraft:omsimplet": { - "protocol_id": 48 - }, - "minecraft:omwr": { - "protocol_id": 49 - }, - "minecraft:orp": { - "protocol_id": 33 - }, - "minecraft:rupo": { - "protocol_id": 35 - }, - "minecraft:sh5c": { - "protocol_id": 21 - }, - "minecraft:shcc": { - "protocol_id": 19 - }, - "minecraft:shfc": { - "protocol_id": 20 - }, - "minecraft:shipwreck": { - "protocol_id": 53 - }, - "minecraft:shli": { - "protocol_id": 23 - }, - "minecraft:shlt": { - "protocol_id": 22 - }, - "minecraft:shph": { - "protocol_id": 25 - }, - "minecraft:shpr": { - "protocol_id": 24 - }, - "minecraft:shrc": { - "protocol_id": 27 - }, - "minecraft:shrt": { - "protocol_id": 26 - }, - "minecraft:shs": { - "protocol_id": 30 - }, - "minecraft:shsd": { - "protocol_id": 28 - }, - "minecraft:shssd": { - "protocol_id": 31 - }, - "minecraft:shstart": { - "protocol_id": 29 - }, - "minecraft:tedp": { - "protocol_id": 37 - }, - "minecraft:tejp": { - "protocol_id": 32 - }, - "minecraft:tesh": { - "protocol_id": 36 - }, - "minecraft:wmp": { - "protocol_id": 51 - } - }, - "protocol_id": 42 - }, - "minecraft:worldgen/structure_placement": { - "entries": { - "minecraft:concentric_rings": { - "protocol_id": 1 - }, - "minecraft:random_spread": { - "protocol_id": 0 - } - }, - "protocol_id": 41 - }, - "minecraft:worldgen/structure_pool_element": { - "entries": { - "minecraft:empty_pool_element": { - "protocol_id": 3 - }, - "minecraft:feature_pool_element": { - "protocol_id": 2 - }, - "minecraft:legacy_single_pool_element": { - "protocol_id": 4 - }, - "minecraft:list_pool_element": { - "protocol_id": 1 - }, - "minecraft:single_pool_element": { - "protocol_id": 0 - } - }, - "protocol_id": 58 - }, - "minecraft:worldgen/structure_processor": { - "entries": { - "minecraft:blackstone_replace": { - "protocol_id": 7 - }, - "minecraft:block_age": { - "protocol_id": 6 - }, - "minecraft:block_ignore": { - "protocol_id": 0 - }, - "minecraft:block_rot": { - "protocol_id": 1 - }, - "minecraft:capped": { - "protocol_id": 10 - }, - "minecraft:gravity": { - "protocol_id": 2 - }, - "minecraft:jigsaw_replacement": { - "protocol_id": 3 - }, - "minecraft:lava_submerged_block": { - "protocol_id": 8 - }, - "minecraft:nop": { - "protocol_id": 5 - }, - "minecraft:protected_blocks": { - "protocol_id": 9 - }, - "minecraft:rule": { - "protocol_id": 4 - } - }, - "protocol_id": 57 - }, - "minecraft:worldgen/structure_type": { - "entries": { - "minecraft:buried_treasure": { - "protocol_id": 0 - }, - "minecraft:desert_pyramid": { - "protocol_id": 1 - }, - "minecraft:end_city": { - "protocol_id": 2 - }, - "minecraft:fortress": { - "protocol_id": 3 - }, - "minecraft:igloo": { - "protocol_id": 4 - }, - "minecraft:jigsaw": { - "protocol_id": 5 - }, - "minecraft:jungle_temple": { - "protocol_id": 6 - }, - "minecraft:mineshaft": { - "protocol_id": 7 - }, - "minecraft:nether_fossil": { - "protocol_id": 8 - }, - "minecraft:ocean_monument": { - "protocol_id": 9 - }, - "minecraft:ocean_ruin": { - "protocol_id": 10 - }, - "minecraft:ruined_portal": { - "protocol_id": 11 - }, - "minecraft:shipwreck": { - "protocol_id": 12 - }, - "minecraft:stronghold": { - "protocol_id": 13 - }, - "minecraft:swamp_hut": { - "protocol_id": 14 - }, - "minecraft:woodland_mansion": { - "protocol_id": 15 - } - }, - "protocol_id": 43 - }, - "minecraft:worldgen/tree_decorator_type": { - "entries": { - "minecraft:alter_ground": { - "protocol_id": 6 - }, - "minecraft:attached_to_leaves": { - "protocol_id": 7 - }, - "minecraft:beehive": { - "protocol_id": 5 - }, - "minecraft:cocoa": { - "protocol_id": 4 - }, - "minecraft:creaking_heart": { - "protocol_id": 3 - }, - "minecraft:leave_vine": { - "protocol_id": 1 - }, - "minecraft:pale_moss": { - "protocol_id": 2 - }, - "minecraft:trunk_vine": { - "protocol_id": 0 - } - }, - "protocol_id": 49 - }, - "minecraft:worldgen/trunk_placer_type": { - "entries": { - "minecraft:bending_trunk_placer": { - "protocol_id": 6 - }, - "minecraft:cherry_trunk_placer": { - "protocol_id": 8 - }, - "minecraft:dark_oak_trunk_placer": { - "protocol_id": 4 - }, - "minecraft:fancy_trunk_placer": { - "protocol_id": 5 - }, - "minecraft:forking_trunk_placer": { - "protocol_id": 1 - }, - "minecraft:giant_trunk_placer": { - "protocol_id": 2 - }, - "minecraft:mega_jungle_trunk_placer": { - "protocol_id": 3 - }, - "minecraft:straight_trunk_placer": { - "protocol_id": 0 - }, - "minecraft:upwards_branching_trunk_placer": { - "protocol_id": 7 - } - }, - "protocol_id": 47 - } -} \ No newline at end of file diff --git a/extractor/build.gradle.kts b/extractor/build.gradle.kts new file mode 100644 index 000000000..3162d2c3a --- /dev/null +++ b/extractor/build.gradle.kts @@ -0,0 +1,100 @@ +import org.jetbrains.kotlin.gradle.dsl.JvmTarget +import org.jetbrains.kotlin.gradle.tasks.KotlinCompile + +plugins { + kotlin("jvm") version "2.0.21" + id("fabric-loom") version "1.8.9" + id("maven-publish") +} + +version = project.property("mod_version") as String +group = project.property("maven_group") as String + +base { + archivesName.set(project.property("archives_base_name") as String) +} + +val targetJavaVersion = 21 +java { + toolchain.languageVersion = JavaLanguageVersion.of(targetJavaVersion) + // Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task + // if it is present. + // If you remove this line, sources will not be generated. + withSourcesJar() +} + +loom { + splitEnvironmentSourceSets() + + mods { + register("extractor") { + sourceSet("main") + } + } +} + +repositories { + // Add repositories to retrieve artifacts from in here. + // You should only use this when depending on other mods because + // Loom adds the essential maven repositories to download Minecraft and libraries from automatically. + // See https://docs.gradle.org/current/userguide/declaring_repositories.html + // for more information about repositories. +} + +dependencies { + // To change the versions see the gradle.properties file + minecraft("com.mojang:minecraft:${project.property("minecraft_version")}") + mappings("net.fabricmc:yarn:${project.property("yarn_mappings")}:v2") + modImplementation("net.fabricmc:fabric-loader:${project.property("loader_version")}") + modImplementation("net.fabricmc:fabric-language-kotlin:${project.property("kotlin_loader_version")}") + + modImplementation("net.fabricmc.fabric-api:fabric-api:${project.property("fabric_version")}") +} + +tasks.processResources { + inputs.property("version", project.version) + inputs.property("minecraft_version", project.property("minecraft_version")) + inputs.property("loader_version", project.property("loader_version")) + filteringCharset = "UTF-8" + + filesMatching("fabric.mod.json") { + expand( + "version" to project.version, + "minecraft_version" to project.property("minecraft_version"), + "loader_version" to project.property("loader_version"), + "kotlin_loader_version" to project.property("kotlin_loader_version") + ) + } +} + +tasks.withType().configureEach { + // ensure that the encoding is set to UTF-8, no matter what the system default is + // this fixes some edge cases with special characters not displaying correctly + // see http://yodaconditions.net/blog/fix-for-java-file-encoding-problems-with-gradle.html + // If Javadoc is generated, this must be specified in that task too. + options.encoding = "UTF-8" + options.release.set(targetJavaVersion) +} + +tasks.withType().configureEach { + compilerOptions.jvmTarget.set(JvmTarget.fromTarget(targetJavaVersion.toString())) +} + + +// configure the maven publication +publishing { + publications { + create("mavenJava") { + artifactId = project.property("archives_base_name") as String + from(components["java"]) + } + } + + // See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing. + repositories { + // Add repositories to publish to here. + // Notice: This block does NOT have the same function as the block in the top level. + // The repositories here will be used for publishing your artifact, not for + // retrieving dependencies. + } +} diff --git a/extractor/gradle.properties b/extractor/gradle.properties new file mode 100644 index 000000000..503603609 --- /dev/null +++ b/extractor/gradle.properties @@ -0,0 +1,15 @@ +# Done to increase the memory available to gradle. +org.gradle.jvmargs=-Xmx1G +# Fabric Properties +# check these on https://modmuss50.me/fabric.html +minecraft_version=1.21.3 +yarn_mappings=1.21.3+build.2 +loader_version=0.16.7 +kotlin_loader_version=1.12.3+kotlin.2.0.21 +# Mod Properties +mod_version=1.0-SNAPSHOT +maven_group=de.snowii +archives_base_name=extractor +# Dependencies +# check this on https://modmuss50.me/fabric.html +fabric_version=0.106.1+1.21.3 diff --git a/extractor/gradle/wrapper/gradle-wrapper.properties b/extractor/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 000000000..de9161edb --- /dev/null +++ b/extractor/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1 @@ +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip diff --git a/extractor/settings.gradle.kts b/extractor/settings.gradle.kts new file mode 100644 index 000000000..05eb23d12 --- /dev/null +++ b/extractor/settings.gradle.kts @@ -0,0 +1,8 @@ +pluginManagement { + repositories { + maven("https://maven.fabricmc.net/") { + name = "Fabric" + } + gradlePluginPortal() + } +} diff --git a/extractor/src/main/kotlin/de/snowii/extractor/Extractor.kt b/extractor/src/main/kotlin/de/snowii/extractor/Extractor.kt new file mode 100644 index 000000000..a33293ef3 --- /dev/null +++ b/extractor/src/main/kotlin/de/snowii/extractor/Extractor.kt @@ -0,0 +1,66 @@ +package de.snowii.extractor + +import com.google.gson.GsonBuilder +import com.google.gson.JsonElement +import de.snowii.extractor.extractors.* +import net.fabricmc.api.ModInitializer +import net.fabricmc.fabric.api.event.lifecycle.v1.ServerLifecycleEvents +import net.minecraft.registry.DynamicRegistryManager +import net.minecraft.server.MinecraftServer +import org.slf4j.Logger +import org.slf4j.LoggerFactory +import java.io.FileWriter +import java.io.IOException +import java.nio.charset.StandardCharsets +import java.nio.file.Files +import java.nio.file.Path +import java.nio.file.Paths + + +class Extractor : ModInitializer { + val MOD_ID: String = "valence_extractor" + val LOGGER: Logger = LoggerFactory.getLogger(MOD_ID) + + override fun onInitialize() { + LOGGER.info("Starting Pumpkin Extractor") + val extractors = arrayOf( + Sounds(), + Recipes(), + Particles(), + Packet(), + Items(), + Blocks(), + ) + + val outputDirectory: Path + try { + outputDirectory = Files.createDirectories(Paths.get("pumpkin_extractor_output")) + } catch (e: IOException) { + LOGGER.info("Failed to create output directory.", e) + return + } + + val gson = GsonBuilder().setPrettyPrinting().disableHtmlEscaping().serializeNulls().create() + + ServerLifecycleEvents.SERVER_STARTED.register(ServerLifecycleEvents.ServerStarted { server: MinecraftServer -> + for (ext in extractors) { + try { + val out = outputDirectory.resolve(ext.fileName()) + val fileWriter = FileWriter(out.toFile(), StandardCharsets.UTF_8) + gson.toJson(ext.extract(server.registryManager), fileWriter) + fileWriter.close() + LOGGER.info("Wrote " + out.toAbsolutePath()) + } catch (e: java.lang.Exception) { + LOGGER.error(("Extractor for \"" + ext.fileName()) + "\" failed.", e) + } + } + }) + } + + interface Extractor { + fun fileName(): String + + @Throws(Exception::class) + fun extract(registryManager: DynamicRegistryManager.Immutable): JsonElement + } +} diff --git a/extractor/src/main/kotlin/de/snowii/extractor/extractors/Blocks.kt b/extractor/src/main/kotlin/de/snowii/extractor/extractors/Blocks.kt new file mode 100644 index 000000000..0cdb07b83 --- /dev/null +++ b/extractor/src/main/kotlin/de/snowii/extractor/extractors/Blocks.kt @@ -0,0 +1,116 @@ +package de.snowii.extractor.extractors + +import com.google.gson.JsonArray +import com.google.gson.JsonElement +import com.google.gson.JsonObject +import de.snowii.extractor.Extractor +import net.minecraft.registry.DynamicRegistryManager +import net.minecraft.registry.Registries +import net.minecraft.util.math.BlockPos +import net.minecraft.util.math.Box +import net.minecraft.world.EmptyBlockView +import java.util.* + + +class Blocks : Extractor.Extractor { + override fun fileName(): String { + return "blocks.json" + } + + override fun extract(registryManager: DynamicRegistryManager.Immutable): JsonElement { + val topLevelJson = JsonObject() + + val blocksJson = JsonArray() + var stateIdCounter = 0 + + val shapes: LinkedHashMap = LinkedHashMap() + + for (block in Registries.BLOCK) { + val blockJson = JsonObject() + blockJson.addProperty("id", Registries.BLOCK.getRawId(block)) + blockJson.addProperty("name", Registries.BLOCK.getId(block).toString()) + blockJson.addProperty("translation_key", block.translationKey) + blockJson.addProperty("item_id", Registries.ITEM.getRawId(block.asItem())) + + val propsJson = JsonArray() + for (prop in block.stateManager.properties) { + val propJson = JsonObject() + + propJson.addProperty("name", prop.name) + + val valuesJson = JsonArray() + for (value in prop.values) { + valuesJson.add(value.toString().lowercase()) + } + propJson.add("values", valuesJson) + + propsJson.add(propJson) + } + blockJson.add("properties", propsJson) + + val statesJson = JsonArray() + for (state in block.stateManager.states) { + val stateJson = JsonObject() + val id = stateIdCounter + stateIdCounter++ + stateJson.addProperty("id", id) + stateJson.addProperty("luminance", state.luminance) + stateJson.addProperty("opaque", state.isOpaque) + stateJson.addProperty("replaceable", state.isReplaceable) + + if (block.defaultState == state) { + blockJson.addProperty("default_state_id", id) + } + + val collisionShapeIdxsJson = JsonArray() + for (box in state.getCollisionShape(EmptyBlockView.INSTANCE, BlockPos.ORIGIN).boundingBoxes) { + val collisionShape = Box(box.minX, box.minY, box.minZ, box.maxX, box.maxY, box.maxZ) + + val idx = shapes.putIfAbsent(collisionShape, shapes.size) + collisionShapeIdxsJson.add(Objects.requireNonNullElseGet(idx) { shapes.size - 1 }) + } + + stateJson.add("collision_shapes", collisionShapeIdxsJson) + + for (blockEntity in Registries.BLOCK_ENTITY_TYPE) { + if (blockEntity.supports(state)) { + stateJson.addProperty("block_entity_type", Registries.BLOCK_ENTITY_TYPE.getRawId(blockEntity)) + } + } + + statesJson.add(stateJson) + } + blockJson.add("states", statesJson) + + blocksJson.add(blockJson) + } + + val blockEntitiesJson = JsonArray() + for (blockEntity in Registries.BLOCK_ENTITY_TYPE) { + val blockEntityJson = JsonObject() + blockEntityJson.addProperty("id", Registries.BLOCK_ENTITY_TYPE.getRawId(blockEntity)) + blockEntityJson.addProperty("ident", Registries.BLOCK_ENTITY_TYPE.getId(blockEntity).toString()) + blockEntityJson.addProperty("name", Registries.BLOCK_ENTITY_TYPE.getId(blockEntity)!!.path) + + blockEntitiesJson.add(blockEntityJson) + } + + val shapesJson = JsonArray() + for (shape in shapes.keys) { + val shapeJson = JsonObject() + shapeJson.addProperty("min_x", shape.minX) + shapeJson.addProperty("min_y", shape.minY) + shapeJson.addProperty("min_z", shape.minZ) + shapeJson.addProperty("max_x", shape.maxX) + shapeJson.addProperty("max_y", shape.maxY) + shapeJson.addProperty("max_z", shape.maxZ) + shapesJson.add(shapeJson) + } + + topLevelJson.add("block_entity_types", blockEntitiesJson) + topLevelJson.add("shapes", shapesJson) + topLevelJson.add("blocks", blocksJson) + + return topLevelJson + } +} diff --git a/extractor/src/main/kotlin/de/snowii/extractor/extractors/Items.kt b/extractor/src/main/kotlin/de/snowii/extractor/extractors/Items.kt new file mode 100644 index 000000000..4ad663bda --- /dev/null +++ b/extractor/src/main/kotlin/de/snowii/extractor/extractors/Items.kt @@ -0,0 +1,47 @@ +package de.snowii.extractor.extractors + +import com.google.gson.JsonArray +import com.google.gson.JsonElement +import com.google.gson.JsonObject +import com.mojang.serialization.JsonOps +import de.snowii.extractor.Extractor +import net.minecraft.component.ComponentMap +import net.minecraft.item.Item +import net.minecraft.registry.DynamicRegistryManager +import net.minecraft.registry.RegistryKeys +import net.minecraft.registry.RegistryOps + + +class Items : Extractor.Extractor { + override fun fileName(): String { + return "items.json" + } + + + override fun extract(registryManager: DynamicRegistryManager.Immutable): JsonElement { + val itemsJson = JsonArray() + + for (item in registryManager.getOrThrow(RegistryKeys.ITEM).streamEntries().toList()) { + val itemJson = JsonObject() + + itemJson.addProperty("id", item.key.orElseThrow().value.toString()) + itemJson.addProperty("name", item.key.orElseThrow().value.toString()) + val realItem: Item = item.value() + itemJson.addProperty("translation_key", realItem.translationKey) + itemJson.addProperty("max_stack", realItem.maxCount) + itemJson.addProperty("max_durability", realItem.defaultStack.maxDamage) + itemJson.addProperty("break_sound", realItem.breakSound.id().toString()) + + itemJson.add( + "components", + ComponentMap.CODEC.encodeStart( + RegistryOps.of(JsonOps.INSTANCE, registryManager), + realItem.components + ).getOrThrow() + ) + + itemsJson.add(itemJson) + } + return itemsJson + } +} diff --git a/extractor/src/main/kotlin/de/snowii/extractor/extractors/Packet.kt b/extractor/src/main/kotlin/de/snowii/extractor/extractors/Packet.kt new file mode 100644 index 000000000..327c00191 --- /dev/null +++ b/extractor/src/main/kotlin/de/snowii/extractor/extractors/Packet.kt @@ -0,0 +1,49 @@ +package de.snowii.extractor.extractors + +import com.google.gson.JsonArray +import com.google.gson.JsonElement +import com.google.gson.JsonObject +import de.snowii.extractor.Extractor +import io.netty.buffer.ByteBuf +import net.minecraft.network.NetworkState +import net.minecraft.network.listener.PacketListener +import net.minecraft.network.packet.PacketType +import net.minecraft.network.state.* +import net.minecraft.registry.DynamicRegistryManager + + +class Packet : Extractor.Extractor { + override fun fileName(): String { + return "packets.json" + } + + override fun extract(registryManager: DynamicRegistryManager.Immutable): JsonElement { + val packetsJson = JsonArray() + + serializeFactory(HandshakeStates.C2S_FACTORY, packetsJson) + serializeFactory(QueryStates.C2S_FACTORY, packetsJson) + serializeFactory(QueryStates.S2C_FACTORY, packetsJson) + serializeFactory(LoginStates.C2S_FACTORY, packetsJson) + serializeFactory(LoginStates.S2C_FACTORY, packetsJson) + serializeFactory(ConfigurationStates.C2S_FACTORY, packetsJson) + serializeFactory(ConfigurationStates.S2C_FACTORY, packetsJson) + serializeFactory(PlayStateFactories.C2S, packetsJson) + serializeFactory(PlayStateFactories.S2C, packetsJson) + + return packetsJson + } + + private fun serializeFactory( + factory: NetworkState.Factory, + json: JsonArray + ) { + factory.forEachPacketType { type: PacketType<*>, i: Int -> + val packetJson = JsonObject() + packetJson.addProperty("name", type.id().path) + packetJson.addProperty("phase", factory.phase().id) + packetJson.addProperty("side", factory.side().getName()) + packetJson.addProperty("id", i) + json.add(packetJson) + } + } +} diff --git a/extractor/src/main/kotlin/de/snowii/extractor/extractors/Particles.kt b/extractor/src/main/kotlin/de/snowii/extractor/extractors/Particles.kt new file mode 100644 index 000000000..6e15a7e27 --- /dev/null +++ b/extractor/src/main/kotlin/de/snowii/extractor/extractors/Particles.kt @@ -0,0 +1,29 @@ +package de.snowii.extractor.extractors + +import com.google.gson.JsonArray +import com.google.gson.JsonElement +import com.google.gson.JsonObject +import de.snowii.extractor.Extractor +import net.minecraft.registry.DynamicRegistryManager +import net.minecraft.registry.Registries +import net.minecraft.registry.RegistryKeys + + +class Particles : Extractor.Extractor { + override fun fileName(): String { + return "particles.json" + } + + override fun extract(registryManager: DynamicRegistryManager.Immutable): JsonElement { + val particlesJson = JsonArray() + + for (particle in Registries.PARTICLE_TYPE) { + val particleJson = JsonObject() + particleJson.addProperty("id", Registries.PARTICLE_TYPE.getRawId(particle)) + particleJson.addProperty("name", Registries.PARTICLE_TYPE.getId(particle)!!.toString()) + particlesJson.add(particleJson) + } + + return particlesJson + } +} diff --git a/extractor/src/main/kotlin/de/snowii/extractor/extractors/Recipes.kt b/extractor/src/main/kotlin/de/snowii/extractor/extractors/Recipes.kt new file mode 100644 index 000000000..b2f28030b --- /dev/null +++ b/extractor/src/main/kotlin/de/snowii/extractor/extractors/Recipes.kt @@ -0,0 +1,35 @@ +package de.snowii.extractor.extractors + +import com.google.gson.Gson +import com.google.gson.JsonArray +import com.google.gson.JsonElement +import com.google.gson.JsonObject +import de.snowii.extractor.Extractor +import net.minecraft.recipe.Recipe +import net.minecraft.registry.DynamicRegistryManager +import net.minecraft.registry.RegistryKeys + +class Recipes : Extractor.Extractor { + override fun fileName(): String { + return "recipes.json" + } + + override fun extract(registryManager: DynamicRegistryManager.Immutable): JsonElement { + val recipesJson = JsonArray() + val gson = Gson() + + for (recipeRaw in registryManager.getOrThrow(RegistryKeys.RECIPE).streamEntries().toList()) { + val recipeJson = JsonObject() + + recipeJson.addProperty("id", recipeRaw.key.orElseThrow().value.toString()) + recipeJson.addProperty("name", recipeRaw.key.orElseThrow().value.toString()) + val recipe: Recipe<*> = recipeRaw.value() + recipeJson.addProperty("group", recipe.group) + recipeJson.addProperty("ingredients", gson.toJson(recipe.ingredientPlacement.ingredients)) + recipeJson.addProperty("placementSlots", gson.toJson(recipe.ingredientPlacement.placementSlots)) + + recipesJson.add(recipeJson) + } + return recipesJson + } +} diff --git a/extractor/src/main/kotlin/de/snowii/extractor/extractors/Sounds.kt b/extractor/src/main/kotlin/de/snowii/extractor/extractors/Sounds.kt new file mode 100644 index 000000000..9775410f5 --- /dev/null +++ b/extractor/src/main/kotlin/de/snowii/extractor/extractors/Sounds.kt @@ -0,0 +1,28 @@ +package de.snowii.extractor.extractors + +import com.google.gson.JsonArray +import com.google.gson.JsonElement +import com.google.gson.JsonObject +import de.snowii.extractor.Extractor +import net.minecraft.registry.DynamicRegistryManager +import net.minecraft.registry.Registries + + +class Sounds : Extractor.Extractor { + override fun fileName(): String { + return "sounds.json" + } + + override fun extract(registryManager: DynamicRegistryManager.Immutable): JsonElement { + val itemsJson = JsonArray() + + for (sound in Registries.SOUND_EVENT) { + val itemJson = JsonObject() + itemJson.addProperty("id", Registries.SOUND_EVENT.getRawId(sound)) + itemJson.addProperty("name", Registries.SOUND_EVENT.getId(sound)!!.toString()) + itemsJson.add(itemJson) + } + + return itemsJson + } +} diff --git a/extractor/src/main/resources/fabric.mod.json b/extractor/src/main/resources/fabric.mod.json new file mode 100644 index 000000000..d7f55167b --- /dev/null +++ b/extractor/src/main/resources/fabric.mod.json @@ -0,0 +1,22 @@ +{ + "schemaVersion": 1, + "id": "extractor", + "version": "${version}", + "name": "pumpkin-extractor", + "description": "", + "authors": [], + "contact": {}, + "license": "MIT", + "environment": "*", + "entrypoints": { + "main": [ + "de.snowii.extractor.Extractor" + ] + }, + "depends": { + "fabricloader": ">=${loader_version}", + "fabric-language-kotlin": ">=${kotlin_loader_version}", + "fabric": "*", + "minecraft": "${minecraft_version}" + } +} diff --git a/package-lock.json b/package-lock.json index a6880fc98..b283508fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -157,9 +157,9 @@ } }, "node_modules/@algolia/client-common": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.8.1.tgz", - "integrity": "sha512-MLX/gipPFEhJPCExsxXf9tnt+kLfWCe9JWRp1adcoVySkhzPxpIeSiWaQaOqyy0TYIgIpdeVx/emlBT9Ni8GFw==", + "version": "5.10.2", + "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.10.2.tgz", + "integrity": "sha512-eE4OaTlb5KZdCehWmDARq2KEmMF7DEeFLjKqFDcZNb56k1DMSsa9zCQRXZMovlf2AXLsx0A/1q+SGAEgzF7G3w==", "dev": true, "license": "MIT", "peer": true, @@ -191,17 +191,17 @@ } }, "node_modules/@algolia/client-search": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.8.1.tgz", - "integrity": "sha512-zy3P4fI28GfzKihUw5+L76pEedQxyLDiMsdDYEWghIz8yAnELDatPNEThyWuUk8fD0PeVoCi1M4tr1iz00fOtQ==", + "version": "5.10.2", + "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.10.2.tgz", + "integrity": "sha512-rGX8uil2uvPycFgtS9Fzwvh4tgKvfFWG5RIh3E77W42HrO66bykCf9jHqhIIlCxdDJih1PuUqBYZIkIAAoSkww==", "dev": true, "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.8.1", - "@algolia/requester-browser-xhr": "5.8.1", - "@algolia/requester-fetch": "5.8.1", - "@algolia/requester-node-http": "5.8.1" + "@algolia/client-common": "5.10.2", + "@algolia/requester-browser-xhr": "5.10.2", + "@algolia/requester-fetch": "5.10.2", + "@algolia/requester-node-http": "5.10.2" }, "engines": { "node": ">= 14.0.0" @@ -288,14 +288,14 @@ } }, "node_modules/@algolia/requester-browser-xhr": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.8.1.tgz", - "integrity": "sha512-x0iULVrx5PocaYBqH+G6jyEsEHf7m5FDiZW7CP8AaJdzdCzoUyx7YH6e6TSCNlkFEjwmn8uj05coN8uljCHXTg==", + "version": "5.10.2", + "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.10.2.tgz", + "integrity": "sha512-gzlfE/H05ggDiEWNi8WaDSRhpE5X8rD1JqYKPPeM31JRI3TutQIKAk3MSUsa1bHM/Di56r2Gm6L1g3ZlZv2ETA==", "dev": true, "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.8.1" + "@algolia/client-common": "5.10.2" }, "engines": { "node": ">= 14.0.0" @@ -309,28 +309,28 @@ "license": "MIT" }, "node_modules/@algolia/requester-fetch": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.8.1.tgz", - "integrity": "sha512-SRWGrNsKSLNYIDNlVKVkf4wxsm6h57xI+0b8JPm0wUe0ly0jymAgQU2yW2GDzNuXyiPiS7U1oWwaVGs71IT5Pw==", + "version": "5.10.2", + "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.10.2.tgz", + "integrity": "sha512-Q27ciW9WRdq3pUITVlxpHIwe9QWOe+oPvgs8Z+gsv8vMkwXnLfANvSgeZCyQgx3SqzUPzhel0ozVq7Qoh8xIkg==", "dev": true, "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.8.1" + "@algolia/client-common": "5.10.2" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/requester-node-http": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.8.1.tgz", - "integrity": "sha512-pYylr2gBsV68E88bltaVoJHIc3YNIllVmA12d+jefAcutR9ytQM7iP6dXbCYuRqF4CHF32YvZuwvqNI3J4kowA==", + "version": "5.10.2", + "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.10.2.tgz", + "integrity": "sha512-WMUQ4iFhNnQXC4F1Yj51x8tgIvq5h8jtTLMBs7LbMiW6JhnLHfBVl7IVk6X1fZJO5YcvXW051HN8aFlfAb5QEw==", "dev": true, "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.8.1" + "@algolia/client-common": "5.10.2" }, "engines": { "node": ">= 14.0.0" @@ -349,9 +349,9 @@ } }, "node_modules/@babel/helper-string-parser": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz", - "integrity": "sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", "dev": true, "license": "MIT", "engines": { @@ -359,9 +359,9 @@ } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz", - "integrity": "sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", "dev": true, "license": "MIT", "engines": { @@ -369,13 +369,13 @@ } }, "node_modules/@babel/parser": { - "version": "7.25.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.8.tgz", - "integrity": "sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==", + "version": "7.26.1", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.1.tgz", + "integrity": "sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.25.8" + "@babel/types": "^7.26.0" }, "bin": { "parser": "bin/babel-parser.js" @@ -385,15 +385,14 @@ } }, "node_modules/@babel/types": { - "version": "7.25.8", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.8.tgz", - "integrity": "sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz", + "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.25.7", - "@babel/helper-validator-identifier": "^7.25.7", - "to-fast-properties": "^2.0.0" + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1073,57 +1072,57 @@ ] }, "node_modules/@shikijs/core": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.22.0.tgz", - "integrity": "sha512-S8sMe4q71TJAW+qG93s5VaiihujRK6rqDFqBnxqvga/3LvqHEnxqBIOPkt//IdXVtHkQWKu4nOQNk0uBGicU7Q==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.22.1.tgz", + "integrity": "sha512-bqAhT/Ri5ixV4oYsvJNH8UJjpjbINWlWyXY6tBTsP4OmD6XnFv43nRJ+lTdxd2rmG5pgam/x+zGR6kLRXrpEKA==", "dev": true, "license": "MIT", "dependencies": { - "@shikijs/engine-javascript": "1.22.0", - "@shikijs/engine-oniguruma": "1.22.0", - "@shikijs/types": "1.22.0", + "@shikijs/engine-javascript": "1.22.1", + "@shikijs/engine-oniguruma": "1.22.1", + "@shikijs/types": "1.22.1", "@shikijs/vscode-textmate": "^9.3.0", "@types/hast": "^3.0.4", "hast-util-to-html": "^9.0.3" } }, "node_modules/@shikijs/engine-javascript": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-1.22.0.tgz", - "integrity": "sha512-AeEtF4Gcck2dwBqCFUKYfsCq0s+eEbCEbkUuFou53NZ0sTGnJnJ/05KHQFZxpii5HMXbocV9URYVowOP2wH5kw==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-1.22.1.tgz", + "integrity": "sha512-540pyoy0LWe4jj2BVbgELwOFu1uFvRI7lg4hdsExrSXA9x7gqfzZ/Nnh4RfX86aDAgJ647gx4TCmRwACbnQSvw==", "dev": true, "license": "MIT", "dependencies": { - "@shikijs/types": "1.22.0", + "@shikijs/types": "1.22.1", "@shikijs/vscode-textmate": "^9.3.0", "oniguruma-to-js": "0.4.3" } }, "node_modules/@shikijs/engine-oniguruma": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.22.0.tgz", - "integrity": "sha512-5iBVjhu/DYs1HB0BKsRRFipRrD7rqjxlWTj4F2Pf+nQSPqc3kcyqFFeZXnBMzDf0HdqaFVvhDRAGiYNvyLP+Mw==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.22.1.tgz", + "integrity": "sha512-L+1Vmd+a2kk8HtogUFymQS6BjUfJnzcWoUp1BUgxoDiklbKSMvrsMuLZGevTOP1m0rEjgnC5MsDmsr8lX1lC+Q==", "dev": true, "license": "MIT", "dependencies": { - "@shikijs/types": "1.22.0", + "@shikijs/types": "1.22.1", "@shikijs/vscode-textmate": "^9.3.0" } }, "node_modules/@shikijs/transformers": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@shikijs/transformers/-/transformers-1.22.0.tgz", - "integrity": "sha512-k7iMOYuGQA62KwAuJOQBgH2IQb5vP8uiB3lMvAMGUgAMMurePOx3Z7oNqJdcpxqZP6I9cc7nc4DNqSKduCxmdg==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/@shikijs/transformers/-/transformers-1.22.1.tgz", + "integrity": "sha512-KvG49YFV6gV116sC4L3Sn1Rp6HXsioMKBBG373j088rw849440hm8s2r+/dgjsGLvT4p+QB7newev+5a3ARM6w==", "dev": true, "license": "MIT", "dependencies": { - "shiki": "1.22.0" + "shiki": "1.22.1" } }, "node_modules/@shikijs/types": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-1.22.0.tgz", - "integrity": "sha512-Fw/Nr7FGFhlQqHfxzZY8Cwtwk5E9nKDUgeLjZgt3UuhcM3yJR9xj3ZGNravZZok8XmEZMiYkSMTPlPkULB8nww==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-1.22.1.tgz", + "integrity": "sha512-+45f8mu/Hxqs6Kyhfm98Nld5n7Q7lwhjU8UtdQwrOPs7BnM4VAb929O3IQ2ce+4D7SlNFlZGd8CnKRSnwbQreQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1280,23 +1279,23 @@ } }, "node_modules/@vue/devtools-api": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-7.5.2.tgz", - "integrity": "sha512-VxPbAQxJrYSIkoGVvQ2oOoKW8u4CMpvRLySTxhoJA38z8bQEGy9GO33eoRY/DulJbSFRfjZFNvH+dh8B4qpesQ==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-7.5.4.tgz", + "integrity": "sha512-j9UC/KeYUNZ6AyCJxBROBCbogB5YHW6PZv9VnCNp2ntE4rq426Lfc8WP5B9V+rXBwqWmrgZTGYBa31CBSxdAUg==", "dev": true, "license": "MIT", "dependencies": { - "@vue/devtools-kit": "^7.5.2" + "@vue/devtools-kit": "^7.5.4" } }, "node_modules/@vue/devtools-kit": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.5.2.tgz", - "integrity": "sha512-0leUOE2HBfl8sHf9ePKzxqnCFskkU22tWWqd9OfeSlslAKE30/TViYvWcF4vgQmPlJnAAdHU0WfW5dYlCeOiuw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.5.4.tgz", + "integrity": "sha512-0i7WFgc1B2TL52tstn82zlb9opSA0aIiHfkUYFXtZb8CIpmlFMTkHtgwVl6PMWNBj3LNhYou1YJCLpCYvJYYoA==", "dev": true, "license": "MIT", "dependencies": { - "@vue/devtools-shared": "^7.5.2", + "@vue/devtools-shared": "^7.5.4", "birpc": "^0.2.19", "hookable": "^5.5.3", "mitt": "^3.0.1", @@ -1306,9 +1305,9 @@ } }, "node_modules/@vue/devtools-shared": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.5.2.tgz", - "integrity": "sha512-+zmcixnD6TAo+zwm30YuwZckhL9iIi4u+gFwbq9C8zpm3SMndTlEYZtNhAHUhOXB+bCkzyunxw80KQ/T0trF4w==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.5.4.tgz", + "integrity": "sha512-dwuq4YmwTyLc7eBOqX63s3JB8il7qnKsNgENglSMkUPwiItHkVAYYfPESN1rxSdYkl1RCux1l5TBidYqfUDNAA==", "dev": true, "license": "MIT", "dependencies": { @@ -2065,9 +2064,9 @@ "license": "MIT" }, "node_modules/picocolors": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", - "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", "dev": true, "license": "ISC" }, @@ -2181,16 +2180,16 @@ "peer": true }, "node_modules/shiki": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.22.0.tgz", - "integrity": "sha512-/t5LlhNs+UOKQCYBtl5ZsH/Vclz73GIqT2yQsCBygr8L/ppTdmpL4w3kPLoZJbMKVWtoG77Ue1feOjZfDxvMkw==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.22.1.tgz", + "integrity": "sha512-PbJ6XxrWLMwB2rm3qdjIHNm3zq4SfFnOx0B3rEoi4AN8AUngsdyZ1tRe5slMPtn6jQkbUURLNZPpLR7Do3k78g==", "dev": true, "license": "MIT", "dependencies": { - "@shikijs/core": "1.22.0", - "@shikijs/engine-javascript": "1.22.0", - "@shikijs/engine-oniguruma": "1.22.0", - "@shikijs/types": "1.22.0", + "@shikijs/core": "1.22.1", + "@shikijs/engine-javascript": "1.22.1", + "@shikijs/engine-oniguruma": "1.22.1", + "@shikijs/types": "1.22.1", "@shikijs/vscode-textmate": "^9.3.0", "@types/hast": "^3.0.4" } @@ -2261,16 +2260,6 @@ "dev": true, "license": "MIT" }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/trim-lines": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", @@ -2386,9 +2375,9 @@ } }, "node_modules/vite": { - "version": "5.4.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.9.tgz", - "integrity": "sha512-20OVpJHh0PAM0oSOELa5GaZNWeDjcAvQjGXy2Uyr+Tp+/D2/Hdz6NLgpJLsarPTA2QJ6v8mX2P1ZfbsSKvdMkg==", + "version": "5.4.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.10.tgz", + "integrity": "sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/pumpkin-inventory/src/drag_handler.rs b/pumpkin-inventory/src/drag_handler.rs index 1d7fffa8b..70336c562 100644 --- a/pumpkin-inventory/src/drag_handler.rs +++ b/pumpkin-inventory/src/drag_handler.rs @@ -148,7 +148,7 @@ impl Drag { fn possibly_changing_slots<'a>( &'a self, slots: &'a [Option], - carried_item_id: u32, + carried_item_id: u16, ) -> impl Iterator + 'a + Clone { self.slots.iter().filter_map(move |slot_index| { let slot = &slots[*slot_index]; diff --git a/pumpkin-macros/src/block_state.rs b/pumpkin-macros/src/block_state.rs deleted file mode 100644 index f925e7d99..000000000 --- a/pumpkin-macros/src/block_state.rs +++ /dev/null @@ -1,298 +0,0 @@ -use std::{ - collections::{HashMap, HashSet}, - sync::LazyLock, -}; - -use itertools::Itertools; -use proc_macro::TokenStream; -use quote::quote; -use syn::parse::Parser; - -#[derive(serde::Deserialize, Debug, Clone, PartialEq, Eq)] -struct RegistryBlockDefinition { - /// e.g. minecraft:door or minecraft:button - #[serde(rename = "type")] - pub category: String, - - /// Specifies the variant of the blocks category. - /// e.g. minecraft:iron_door has the variant iron - #[serde(rename = "block_set_type")] - pub variant: Option, -} - -/// One possible state of a Block. -/// This could e.g. be an extended piston facing left. -#[derive(serde::Deserialize, Debug, Clone, PartialEq, Eq)] -struct RegistryBlockState { - pub id: i32, - - /// Whether this is the default state of the Block - #[serde(default, rename = "default")] - pub is_default: bool, - - /// The propertise active for this `BlockState`. - #[serde(default)] - pub properties: HashMap, -} - -/// A fully-fledged block definition. -/// Stores the category, variant, all of the possible states and all of the possible properties. -#[derive(serde::Deserialize, Debug, Clone, PartialEq, Eq)] -struct RegistryBlockType { - pub definition: RegistryBlockDefinition, - pub states: Vec, - - // TODO is this safe to remove? It's currently not used in the Project. @lukas0008 @Snowiiii - /// A list of valid property keys/values for a block. - #[serde(default, rename = "properties")] - valid_properties: HashMap>, -} - -static BLOCKS: LazyLock> = LazyLock::new(|| { - serde_json::from_str(include_str!("../../assets/blocks.json")) - .expect("Could not parse block.json registry.") -}); - -fn pascal_case(original: &str) -> String { - let mut pascal = String::new(); - let mut capitalize = true; - for ch in original.chars() { - if ch == '_' { - capitalize = true; - } else if capitalize { - pascal.push(ch.to_ascii_uppercase()); - capitalize = false; - } else { - pascal.push(ch); - } - } - pascal -} - -pub fn block_type_enum_impl() -> TokenStream { - let categories: &HashSet<&str> = &BLOCKS - .values() - .map(|val| val.definition.category.as_str()) - .collect(); - - let original_and_converted_stream = categories.iter().map(|key| { - ( - key, - pascal_case(key.split_once(':').expect("Bad minecraft id").1), - ) - }); - let new_names: proc_macro2::TokenStream = original_and_converted_stream - .clone() - .map(|(_, x)| x) - .join(",\n") - .parse() - .unwrap(); - - let from_string: proc_macro2::TokenStream = original_and_converted_stream - .clone() - .map(|(original, converted)| format!("\"{}\" => BlockCategory::{},", original, converted)) - .join("\n") - .parse() - .unwrap(); - - // I;ve never used macros before so call me out on this lol - quote! { - #[derive(PartialEq, Clone)] - pub enum BlockCategory { - #new_names - } - - impl BlockCategory { - pub fn from_registry_id(id: &str) -> BlockCategory { - match id { - #from_string - _ => panic!("Not a valid block type id"), - } - } - } - } - .into() -} - -pub fn block_enum_impl() -> TokenStream { - let original_and_converted_stream = &BLOCKS.keys().map(|key| { - ( - key, - pascal_case(key.split_once(':').expect("Bad minecraft id").1), - ) - }); - let new_names: proc_macro2::TokenStream = original_and_converted_stream - .clone() - .map(|(_, x)| x) - .join(",\n") - .parse() - .unwrap(); - - let from_string: proc_macro2::TokenStream = original_and_converted_stream - .clone() - .map(|(original, converted)| format!("\"{}\" => Block::{},", original, converted)) - .join("\n") - .parse() - .unwrap(); - - // I;ve never used macros before so call me out on this lol - quote! { - #[derive(PartialEq, Clone)] - pub enum Block { - #new_names - } - - impl Block { - pub fn from_registry_id(id: &str) -> Block { - match id { - #from_string - _ => panic!("Not a valid block id"), - } - } - } - } - .into() -} - -pub fn block_state_impl(item: TokenStream) -> TokenStream { - let data = syn::punctuated::Punctuated::::parse_terminated - .parse(item) - .unwrap(); - let block_name = data - .first() - .expect("The first argument should be a block name"); - - let block_name = match block_name { - syn::Expr::Lit(lit) => match &lit.lit { - syn::Lit::Str(name) => name.value(), - _ => panic!("The first argument should be a string, have: {:?}", lit), - }, - _ => panic!( - "The first argument should be a string, have: {:?}", - block_name - ), - }; - - let mut properties = HashMap::new(); - for expr_thingy in data.into_iter().skip(1) { - match expr_thingy { - syn::Expr::Assign(assign) => { - let left = match assign.left.as_ref() { - syn::Expr::Lit(lit) => match &lit.lit { - syn::Lit::Str(name) => name.value(), - _ => panic!( - "All not-first arguments should be assignments (\"foo\" = \"bar\")" - ), - }, - _ => { - panic!("All not-first arguments should be assignments (\"foo\" = \"bar\")") - } - }; - let right = match assign.right.as_ref() { - syn::Expr::Lit(lit) => match &lit.lit { - syn::Lit::Str(name) => name.value(), - _ => panic!( - "All not-first arguments should be assignments (\"foo\" = \"bar\")" - ), - }, - _ => { - panic!("All not-first arguments should be assignments (\"foo\" = \"bar\")") - } - }; - properties.insert(left, right); - } - _ => panic!("All not-first arguments should be assignments (\"foo\" = \"bar\")"), - } - } - - // panic!("{:?}", properties); - - let block_info = &BLOCKS - .get(&block_name) - .expect("Block with that name does not exist"); - - let state = if properties.is_empty() { - block_info - .states - .iter() - .find(|state| state.is_default) - .expect( - "Error inside blocks.json file: Every Block should have at least 1 default state", - ) - } else { - match block_info - .states - .iter() - .find(|state| state.properties == properties) - { - Some(state) => state, - None => panic!( - "Could not find block with these properties, the following are valid properties: \n{}", - block_info - .valid_properties - .iter() - .map(|(name, values)| format!("{name} = {}", values.join(" | "))) - .join("\n") - ), - } - }; - - let id = state.id; - if std::env::var("CARGO_PKG_NAME").unwrap() == "pumpkin-world" { - let category_name: proc_macro2::TokenStream = format!( - "crate::block::BlockCategory::{}", - &pascal_case( - block_info - .definition - .category - .split_once(':') - .expect("Bad minecraft id") - .1, - ) - ) - .parse() - .unwrap(); - let block_name: proc_macro2::TokenStream = format!( - "crate::block::Block::{}", - &pascal_case(block_name.split_once(':').expect("Bad minecraft id").1,) - ) - .parse() - .unwrap(); - quote! { - crate::block::BlockState { - state_id: #id as u16, - category: #category_name, - block: #block_name, - } - } - .into() - } else { - let category_name: proc_macro2::TokenStream = format!( - "pumpkin_world::block::BlockCategory::{}", - &pascal_case( - block_info - .definition - .category - .split_once(':') - .expect("Bad minecraft id") - .1, - ) - ) - .parse() - .unwrap(); - let block_name: proc_macro2::TokenStream = format!( - "pumpkin_world::block::Block::{}", - &pascal_case(block_name.split_once(':').expect("Bad minecraft id").1,) - ) - .parse() - .unwrap(); - quote! { - pumpkin_world::block::BlockState { - state_id: #id as u16, - category: #category_name, - block: #block_name, - } - } - .into() - } -} diff --git a/pumpkin-macros/src/lib.rs b/pumpkin-macros/src/lib.rs index 7876d463b..326e96010 100644 --- a/pumpkin-macros/src/lib.rs +++ b/pumpkin-macros/src/lib.rs @@ -23,24 +23,6 @@ pub fn client_packet(input: TokenStream, item: TokenStream) -> TokenStream { gen.into() } -mod block_state; -#[proc_macro] -pub fn block(item: TokenStream) -> TokenStream { - block_state::block_state_impl(item) -} - -#[proc_macro] -/// Creates an enum for all block types. Should only be used once -pub fn blocks_enum(_item: TokenStream) -> TokenStream { - block_state::block_enum_impl() -} - -#[proc_macro] -/// Creates an enum for all block categories. Should only be used once -pub fn block_categories_enum(_item: TokenStream) -> TokenStream { - block_state::block_type_enum_impl() -} - mod sound; #[proc_macro] pub fn sound(item: TokenStream) -> TokenStream { diff --git a/pumpkin-macros/src/particle.rs b/pumpkin-macros/src/particle.rs index 439d5cda2..281cf6275 100644 --- a/pumpkin-macros/src/particle.rs +++ b/pumpkin-macros/src/particle.rs @@ -7,10 +7,10 @@ use serde::Deserialize; #[derive(Deserialize)] pub struct Particle { name: String, - id: i32, + id: u32, } -static SOUNDS: LazyLock> = LazyLock::new(|| { +static SOUNDS: LazyLock> = LazyLock::new(|| { serde_json::from_str::>(include_str!("../../assets/particles.json")) .expect("Could not parse particles.json registry.") .into_iter() diff --git a/pumpkin-macros/src/sound.rs b/pumpkin-macros/src/sound.rs index 58da1a953..b355b9404 100644 --- a/pumpkin-macros/src/sound.rs +++ b/pumpkin-macros/src/sound.rs @@ -7,10 +7,10 @@ use serde::Deserialize; #[derive(Deserialize)] pub struct Sound { name: String, - id: i32, + id: u32, } -static SOUNDS: LazyLock> = LazyLock::new(|| { +static SOUNDS: LazyLock> = LazyLock::new(|| { serde_json::from_str::>(include_str!("../../assets/sounds.json")) .expect("Could not parse sounds.json registry.") .into_iter() diff --git a/pumpkin-protocol/src/slot.rs b/pumpkin-protocol/src/slot.rs index 671e1d0c5..221066ced 100644 --- a/pumpkin-protocol/src/slot.rs +++ b/pumpkin-protocol/src/slot.rs @@ -153,7 +153,7 @@ impl From<&ItemStack> for Slot { fn from(item: &ItemStack) -> Self { Slot { item_count: item.item_count.into(), - item_id: Some(item.item_id.into()), + item_id: Some(VarInt(item.item_id as i32)), // TODO: add these num_components_to_add: None, num_components_to_remove: None, diff --git a/pumpkin-world/src/block/block_registry.rs b/pumpkin-world/src/block/block_registry.rs index 896efd8b2..d3d783176 100644 --- a/pumpkin-world/src/block/block_registry.rs +++ b/pumpkin-world/src/block/block_registry.rs @@ -1,55 +1,75 @@ -use std::{collections::HashMap, sync::LazyLock}; +use std::sync::LazyLock; use serde::Deserialize; use super::BlockState; -pub static BLOCKS: LazyLock> = LazyLock::new(|| { +pub static BLOCKS: LazyLock = LazyLock::new(|| { serde_json::from_str(include_str!("../../../assets/blocks.json")) - .expect("Could not parse block.json registry.") + .expect("Could not parse blocks.json registry.") }); -pumpkin_macros::blocks_enum!(); -pumpkin_macros::block_categories_enum!(); - -#[derive(Deserialize, Debug, Clone, PartialEq, Eq)] -pub struct RegistryBlockDefinition { - /// e.g. minecraft:door or minecraft:button - #[serde(rename = "type")] - pub category: String, - - /// Specifies the variant of the blocks category. - /// e.g. minecraft:iron_door has the variant iron - #[serde(rename = "block_set_type")] - pub variant: Option, +pub fn get_block(registry_id: &str) -> Option<&Block> { + BLOCKS + .blocks + .iter() + .find(|&block| block.name == registry_id) } -/// One possible state of a Block. -/// This could e.g. be an extended piston facing left. -#[derive(Deserialize, Debug, Clone, PartialEq, Eq)] -pub struct RegistryBlockState { - pub id: BlockId, - - /// Whether this is the default state of the Block - #[serde(default, rename = "default")] - pub is_default: bool, - - /// The propertise active for this `BlockState`. - #[serde(default)] - pub properties: HashMap, +pub fn get_block_by_item<'a>(item_id: u16) -> Option<&'a Block> { + BLOCKS.blocks.iter().find(|&block| block.item_id == item_id) } - -/// A fully-fledged block definition. -/// Stores the category, variant, all of the possible states and all of the possible properties. -#[derive(Deserialize, Debug, Clone, PartialEq, Eq)] -pub struct RegistryBlockType { - pub definition: RegistryBlockDefinition, - pub states: Vec, - - // TODO is this safe to remove? It's currently not used in the Project. @lukas0008 @Snowiiii - /// A list of valid property keys/values for a block. - #[serde(default, rename = "properties")] - valid_properties: HashMap>, +#[expect(dead_code)] +#[derive(Deserialize, Clone, Debug)] +pub struct TopLevel { + pub blocks: Vec, + shapes: Vec, + block_entity_types: Vec, +} +#[expect(dead_code)] +#[derive(Deserialize, Clone, Debug)] +pub struct Block { + pub id: u16, + pub item_id: u16, + wall_variant_id: Option, + translation_key: String, + pub name: String, + properties: Vec, + pub default_state_id: u16, + states: Vec, +} +#[expect(dead_code)] +#[derive(Deserialize, Clone, Debug)] +struct BlockEntityKind { + id: u32, + ident: String, + name: String, +} +#[expect(dead_code)] +#[derive(Deserialize, Clone, Debug)] +struct Property { + name: String, + values: Vec, +} +#[expect(dead_code)] +#[derive(Deserialize, Clone, Debug)] +struct State { + id: u16, + luminance: u8, + opaque: bool, + replaceable: bool, + collision_shapes: Vec, + block_entity_type: Option, +} +#[expect(dead_code)] +#[derive(Deserialize, Clone, Debug)] +struct Shape { + min_x: f64, + min_y: f64, + min_z: f64, + max_x: f64, + max_y: f64, + max_z: f64, } #[derive(Default, Copy, Deserialize, Debug, Clone, PartialEq, Eq, Hash)] diff --git a/pumpkin-world/src/block/block_state.rs b/pumpkin-world/src/block/block_state.rs index d136ed9b3..a2adafea1 100644 --- a/pumpkin-world/src/block/block_state.rs +++ b/pumpkin-world/src/block/block_state.rs @@ -1,60 +1,23 @@ -use std::collections::HashMap; - use thiserror::Error; -use super::block_registry::{Block, BlockCategory, BLOCKS}; +use super::block_registry::get_block; #[derive(Clone)] pub struct BlockState { pub state_id: u16, - pub block: Block, - pub category: BlockCategory, } impl BlockState { - pub const AIR: BlockState = BlockState { - state_id: 0, - block: Block::Air, - category: BlockCategory::Air, - }; - - pub fn new( - registry_id: &str, - properties: Option<&HashMap>, - ) -> Result { - let block_registry = BLOCKS - .get(registry_id) - .ok_or(BlockStateError::BlockIdentifierNotFound)?; - let mut block_states = block_registry.states.iter(); - - let block_state = match properties { - Some(properties) => block_states - .find(|state| &state.properties == properties) - .ok_or(BlockStateError::BlockStateIdNotFound)?, - None => block_states - .find(|state| state.is_default) - .expect("Every Block should have at least 1 default state"), - }; + pub const AIR: BlockState = BlockState { state_id: 0 }; + pub fn new(registry_id: &str) -> Result { + let block_registry = + get_block(registry_id).ok_or(BlockStateError::BlockIdentifierNotFound)?; Ok(Self { - state_id: block_state.id.data, - block: Block::from_registry_id(registry_id), - category: BlockCategory::from_registry_id(&block_registry.definition.category), + state_id: block_registry.default_state_id, }) } - pub const fn new_unchecked(state_id: u16, block: Block, category: BlockCategory) -> Self { - Self { - state_id, - block, - category, - } - } - - pub fn is_air(&self) -> bool { - self.category == BlockCategory::Air - } - pub fn get_id(&self) -> u16 { self.state_id } @@ -62,14 +25,6 @@ impl BlockState { pub fn get_id_mojang_repr(&self) -> i32 { self.state_id as i32 } - - pub fn of_block(&self, block: Block) -> bool { - self.block == block - } - - pub fn of_category(&self, category: BlockCategory) -> bool { - self.category == category - } } #[derive(Error, Debug)] diff --git a/pumpkin-world/src/block/mod.rs b/pumpkin-world/src/block/mod.rs index 8a838dedc..136dd00ee 100644 --- a/pumpkin-world/src/block/mod.rs +++ b/pumpkin-world/src/block/mod.rs @@ -1,11 +1,11 @@ use num_derive::FromPrimitive; -mod block_registry; +pub mod block_registry; pub mod block_state; use pumpkin_core::math::vector3::Vector3; -pub use block_registry::{Block, BlockCategory, BlockId}; +pub use block_registry::BlockId; pub use block_state::BlockState; #[derive(FromPrimitive)] @@ -22,11 +22,11 @@ impl BlockFace { pub fn to_offset(&self) -> Vector3 { match self { BlockFace::Bottom => (0, -1, 0), - BlockFace::East => (1, 0, 0), + BlockFace::Top => (0, 1, 0), BlockFace::North => (0, 0, -1), BlockFace::South => (0, 0, 1), - BlockFace::Top => (0, 1, 0), BlockFace::West => (-1, 0, 0), + BlockFace::East => (1, 0, 0), } .into() } diff --git a/pumpkin-world/src/chunk/mod.rs b/pumpkin-world/src/chunk/mod.rs index d87fff0e3..135778ea0 100644 --- a/pumpkin-world/src/chunk/mod.rs +++ b/pumpkin-world/src/chunk/mod.rs @@ -74,7 +74,7 @@ pub struct ChunkBlocks { #[serde(rename_all = "PascalCase")] struct PaletteEntry { name: String, - properties: Option>, + _properties: Option>, } #[derive(Deserialize, Debug, Clone)] @@ -248,12 +248,10 @@ impl ChunkData { let palette = block_states .palette .iter() - .map( - |entry| match BlockState::new(&entry.name, entry.properties.as_ref()) { - Err(e) => Err(e), - Ok(state) => Ok(state.into()), - }, - ) + .map(|entry| match BlockState::new(&entry.name) { + Err(e) => Err(e), + Ok(state) => Ok(state.into()), + }) .collect::, _>>() .map_err(ChunkParsingError::BlockStateError)?; diff --git a/pumpkin-world/src/global_registry.rs b/pumpkin-world/src/global_registry.rs deleted file mode 100644 index f822b57ab..000000000 --- a/pumpkin-world/src/global_registry.rs +++ /dev/null @@ -1,44 +0,0 @@ -use std::{collections::HashMap, sync::LazyLock}; - -pub const ITEM_REGISTRY: &str = "minecraft:item"; - -const REGISTRY_JSON: &str = include_str!("../../assets/registries.json"); - -#[derive(serde::Deserialize, Debug, Clone, PartialEq, Eq)] -pub struct RegistryElement { - default: Option, - pub entries: HashMap>, -} - -pub static REGISTRY: LazyLock> = LazyLock::new(|| { - serde_json::from_str(REGISTRY_JSON).expect("Could not parse registry.json registry.") -}); - -pub fn get_protocol_id(category: &str, entry: &str) -> u32 { - *REGISTRY - .get(category) - .expect("Invalid Category in registry") - .entries - .get(entry) - .map(|p| p.get("protocol_id").unwrap()) - .expect("No Entry found") -} - -pub fn get_default<'a>(category: &str) -> Option<&'a str> { - REGISTRY - .get(category) - .expect("Invalid Category in registry") - .default - .as_deref() -} - -pub fn find_minecraft_id(category: &str, protocol_id: u32) -> Option<&str> { - REGISTRY - .get(category)? - .entries - .iter() - .find(|(_, other_protocol_id)| { - *other_protocol_id.get("protocol_id").unwrap() == protocol_id - }) - .map(|(id, _)| id.as_str()) -} diff --git a/pumpkin-world/src/item/item_registry.rs b/pumpkin-world/src/item/item_registry.rs index 756c30b4e..eb9f96379 100644 --- a/pumpkin-world/src/item/item_registry.rs +++ b/pumpkin-world/src/item/item_registry.rs @@ -1,39 +1,31 @@ use std::{collections::HashMap, sync::LazyLock}; -use super::Rarity; -use crate::global_registry::{self, ITEM_REGISTRY}; +use serde::Deserialize; const ITEMS_JSON: &str = include_str!("../../../assets/items.json"); -pub static ITEMS: LazyLock> = LazyLock::new(|| { +pub static ITEMS: LazyLock> = LazyLock::new(|| { serde_json::from_str(ITEMS_JSON).expect("Could not parse items.json registry.") }); -#[derive(serde::Deserialize, Debug, Clone, PartialEq, Eq)] -pub struct ItemComponents { - // TODO: attribute_modifiers - // TODO: enchantments: HashMap<> - #[serde(rename = "minecraft:lore")] - lore: Vec, - #[serde(rename = "minecraft:max_stack_size")] - max_stack_size: u32, - #[serde(rename = "minecraft:rarity")] - rarity: Rarity, - #[serde(rename = "minecraft:repair_cost")] - repair_cost: u32, -} - -#[derive(serde::Deserialize, Debug, Clone, PartialEq, Eq)] -pub struct ItemElement { - components: ItemComponents, -} - #[expect(dead_code)] -pub fn get_item_element(item_id: &str) -> &ItemComponents { - &ITEMS.get(item_id).expect("Item not found").components +#[derive(Deserialize, Clone, Debug)] +pub struct Item { + id: u16, + name: String, + translation_key: String, + max_stack: i8, + max_durability: u16, + break_sound: String, + food: Option, } #[expect(dead_code)] -pub fn get_item_protocol_id(item_id: &str) -> u32 { - global_registry::get_protocol_id(ITEM_REGISTRY, item_id) +#[derive(Deserialize, Clone, Debug)] +struct FoodComponent { + hunger: u16, + saturation: f32, + always_edible: bool, + meat: bool, + snack: bool, } diff --git a/pumpkin-world/src/item/mod.rs b/pumpkin-world/src/item/mod.rs index 8625a9023..43de8dfe8 100644 --- a/pumpkin-world/src/item/mod.rs +++ b/pumpkin-world/src/item/mod.rs @@ -15,7 +15,7 @@ pub enum Rarity { pub struct ItemStack { pub item_count: u8, // This ID is the numerical protocol ID, not the usual minecraft::block ID. - pub item_id: u32, + pub item_id: u16, // TODO: Add Item Components } diff --git a/pumpkin-world/src/lib.rs b/pumpkin-world/src/lib.rs index dc1e73d1a..6e30ee9ab 100644 --- a/pumpkin-world/src/lib.rs +++ b/pumpkin-world/src/lib.rs @@ -4,7 +4,6 @@ pub mod chunk; pub mod coordinates; pub mod cylindrical_chunk_iterator; pub mod dimension; -pub mod global_registry; pub mod item; pub mod level; mod world_gen; diff --git a/pumpkin-world/src/world_gen/implementation/overworld/biome/mod.rs b/pumpkin-world/src/world_gen/implementation/overworld/biome/mod.rs index b6a526f5b..a7ff0a22e 100644 --- a/pumpkin-world/src/world_gen/implementation/overworld/biome/mod.rs +++ b/pumpkin-world/src/world_gen/implementation/overworld/biome/mod.rs @@ -27,7 +27,7 @@ pub fn generate_tree( }; tree_blocks.push(( block_coordinates, - pumpkin_macros::block!("minecraft:oak_log"), + BlockState::new("minecraft:oak_log").unwrap(), )); } } @@ -45,7 +45,7 @@ pub fn generate_tree( }; tree_blocks.push(( block_coordinates, - pumpkin_macros::block!("minecraft:oak_leaves"), + BlockState::new("minecraft:oak_leaves").unwrap(), )); } } diff --git a/pumpkin-world/src/world_gen/implementation/overworld/biome/plains.rs b/pumpkin-world/src/world_gen/implementation/overworld/biome/plains.rs index bfd43b875..320e207ba 100644 --- a/pumpkin-world/src/world_gen/implementation/overworld/biome/plains.rs +++ b/pumpkin-world/src/world_gen/implementation/overworld/biome/plains.rs @@ -4,6 +4,7 @@ use rand::Rng; use crate::{ biome::Biome, + block::BlockState, chunk::ChunkBlocks, coordinates::{BlockCoordinates, ChunkRelativeBlockCoordinates, XZBlockCoordinates}, world_gen::{ @@ -56,19 +57,22 @@ impl PerlinTerrainGenerator for PlainsTerrainGenerator { if y == -64 { blocks.set_block( coordinates, - pumpkin_macros::block!("minecraft:bedrock").into(), + BlockState::new("minecraft:bedrock").unwrap().into(), ); } else if y >= -63 && y <= begin_stone_height { blocks.set_block( coordinates, - pumpkin_macros::block!("minecraft:stone").into(), + BlockState::new("minecraft:stone").unwrap().into(), ); } else if y >= begin_stone_height && y < begin_dirt_height { - blocks.set_block(coordinates, pumpkin_macros::block!("minecraft:dirt").into()); + blocks.set_block( + coordinates, + BlockState::new("minecraft:dirt").unwrap().into(), + ); } else if y == chunk_height - 2 { blocks.set_block( coordinates, - pumpkin_macros::block!("minecraft:grass_block").into(), + BlockState::new("minecraft:grass_block").unwrap().into(), ); } else if y == chunk_height - 1 { // TODO: generate flowers and grass @@ -80,31 +84,31 @@ impl PerlinTerrainGenerator for PlainsTerrainGenerator { 0 => { blocks.set_block( coordinates, - pumpkin_macros::block!("minecraft:dandelion").into(), + BlockState::new("minecraft:dandelion").unwrap().into(), ); } 1 => { blocks.set_block( coordinates, - pumpkin_macros::block!("minecraft:oxeye_daisy").into(), + BlockState::new("minecraft:oxeye_daisy").unwrap().into(), ); } 2 => { blocks.set_block( coordinates, - pumpkin_macros::block!("minecraft:cornflower").into(), + BlockState::new("minecraft:cornflower").unwrap().into(), ); } 3 => { blocks.set_block( coordinates, - pumpkin_macros::block!("minecraft:poppy").into(), + BlockState::new("minecraft:poppy").unwrap().into(), ); } _ => { blocks.set_block( coordinates, - pumpkin_macros::block!("minecraft:azure_bluet").into(), + BlockState::new("minecraft:azure_bluet").unwrap().into(), ); } } @@ -112,7 +116,7 @@ impl PerlinTerrainGenerator for PlainsTerrainGenerator { // TODO: Tall grass, Tall grass data called `half`, There is `upper` and `lower` blocks.set_block( coordinates, - pumpkin_macros::block!("minecraft:short_grass").into(), + BlockState::new("minecraft:short_grass").unwrap().into(), ); } } diff --git a/pumpkin-world/src/world_gen/implementation/superflat.rs b/pumpkin-world/src/world_gen/implementation/superflat.rs index 872c31515..eb773f3a7 100644 --- a/pumpkin-world/src/world_gen/implementation/superflat.rs +++ b/pumpkin-world/src/world_gen/implementation/superflat.rs @@ -1,5 +1,4 @@ use pumpkin_core::math::vector2::Vector2; -use pumpkin_macros::block; use crate::{ biome::Biome, @@ -43,9 +42,9 @@ impl TerrainGenerator for SuperflatTerrainGenerator { // TODO allow specifying which blocks should be at which height in the config. fn generate_block(&self, at: BlockCoordinates, _: Biome) -> BlockState { match *at.y { - -64 => block!("minecraft:bedrock"), - -63..=-62 => block!("minecraft:dirt"), - -61 => block!("minecraft:grass_block"), + -64 => BlockState::new("minecraft:bedrock").unwrap(), + -63..=-62 => BlockState::new("minecraft:dirt").unwrap(), + -61 => BlockState::new("minecraft:grass_block").unwrap(), _ => BlockState::AIR, } } diff --git a/pumpkin/src/client/combat.rs b/pumpkin/src/client/combat.rs index 9c035d010..695716e34 100644 --- a/pumpkin/src/client/combat.rs +++ b/pumpkin/src/client/combat.rs @@ -117,7 +117,7 @@ pub(super) async fn spawn_sweep_particle( 0.0, 0.0, 0, - VarInt(particle!("minecraft:sweep_attack")), // sweep + VarInt(particle!("minecraft:sweep_attack") as i32), // sweep &[], )) .await; diff --git a/pumpkin/src/client/container.rs b/pumpkin/src/client/container.rs index 4dbc46f70..504abe944 100644 --- a/pumpkin/src/client/container.rs +++ b/pumpkin/src/client/container.rs @@ -15,6 +15,7 @@ use pumpkin_protocol::client::play::{ }; use pumpkin_protocol::server::play::SClickContainer; use pumpkin_protocol::slot::Slot; +use pumpkin_protocol::VarInt; use pumpkin_world::item::ItemStack; use std::sync::Arc; @@ -29,15 +30,17 @@ impl Player { let total_opened_containers = inventory.total_opened_containers; let container = self.get_open_container(server); let container = container.as_ref().map(|container| container.lock()); - let menu_protocol_id = (*pumpkin_world::global_registry::REGISTRY - .get("minecraft:menu") - .unwrap() - .entries - .get(minecraft_menu_id) - .expect("Should be a valid menu id") - .get("protocol_id") - .unwrap()) - .into(); + // let menu_protocol_id = (*pumpkin_world::global_registry::REGISTRY + // .get("minecraft:menu") + // .unwrap() + // .entries + // .get(minecraft_menu_id) + // .expect("Should be a valid menu id") + // .get("protocol_id") + // .unwrap()) + // .into(); + // TODO + let menu_protocol_id = VarInt(0); let window_title = match container { Some(container) => container.await.window_name(), None => inventory.window_name(), diff --git a/pumpkin/src/client/player_packet.rs b/pumpkin/src/client/player_packet.rs index 8c84ca216..d5b865c77 100644 --- a/pumpkin/src/client/player_packet.rs +++ b/pumpkin/src/client/player_packet.rs @@ -34,11 +34,8 @@ use pumpkin_protocol::{ server::play::{SCloseContainer, SKeepAlive, SSetPlayerGround, SUseItem}, VarInt, }; -use pumpkin_world::block::BlockFace; -use pumpkin_world::{ - block::{BlockId, BlockState}, - global_registry, -}; +use pumpkin_world::block::BlockId; +use pumpkin_world::block::{block_registry::get_block_by_item, BlockFace}; use super::{ combat::{self, player_attack_sound, AttackType}, @@ -616,24 +613,19 @@ impl Player { if let Some(face) = BlockFace::from_i32(use_item_on.face.0) { if let Some(item) = self.inventory.lock().await.held_item() { - let minecraft_id = global_registry::find_minecraft_id( - global_registry::ITEM_REGISTRY, - item.item_id, - ) - .expect("All item ids are in the global registry"); - if let Ok(block_state_id) = BlockState::new(minecraft_id, None) { - let entity = &self.living_entity.entity; - let world = &entity.world; + let block = get_block_by_item(item.item_id) + .expect("No item found, TODO Better error handling"); + let entity = &self.living_entity.entity; + let world = &entity.world; - world - .set_block( - WorldPosition(location.0 + face.to_offset()), - BlockId { - data: block_state_id.get_id_mojang_repr() as u16, - }, - ) - .await; - } + world + .set_block( + WorldPosition(location.0 + face.to_offset()), + BlockId { + data: block.default_state_id, + }, + ) + .await; } self.client .send_packet(&CAcknowledgeBlockChange::new(use_item_on.sequence)) @@ -694,18 +686,4 @@ impl Player { return; }; } - - pub fn get_attack_cooldown_progress(&self, base_time: f32) -> f32 { - #[allow(clippy::cast_precision_loss)] - let x = self - .last_attacked_ticks - .load(std::sync::atomic::Ordering::Acquire) as f32 - + base_time; - // TODO attack speed attribute - let attack_speed = 4.0; - let progress_per_tick = 1.0 / attack_speed * 20.0; - - let progress = x / progress_per_tick; - progress.clamp(0.0, 1.0) - } } diff --git a/pumpkin/src/entity/player.rs b/pumpkin/src/entity/player.rs index fa88d8cda..4f6cd3902 100644 --- a/pumpkin/src/entity/player.rs +++ b/pumpkin/src/entity/player.rs @@ -312,6 +312,20 @@ impl Player { } } + pub fn get_attack_cooldown_progress(&self, base_time: f32) -> f32 { + #[allow(clippy::cast_precision_loss)] + let x = self + .last_attacked_ticks + .load(std::sync::atomic::Ordering::Acquire) as f32 + + base_time; + // TODO attack speed attribute + let attack_speed = 4.0; + let progress_per_tick = 1.0 / attack_speed * 20.0; + + let progress = x / progress_per_tick; + progress.clamp(0.0, 1.0) + } + pub const fn entity_id(&self) -> EntityId { self.living_entity.entity.entity_id } diff --git a/pumpkin/src/world/mod.rs b/pumpkin/src/world/mod.rs index 119e36818..88165e432 100644 --- a/pumpkin/src/world/mod.rs +++ b/pumpkin/src/world/mod.rs @@ -104,7 +104,7 @@ impl World { pub async fn play_sound( &self, - sound_id: i32, + sound_id: u32, category: SoundCategory, posistion: &Vector3, ) {